Frame 1
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("000a60e8", this, 10301, true);
var mouseCursor = new Object();
mouseCursor.onMouseMove = function () {
cursor._x = _xmouse;
cursor._y = _ymouse;
};
Mouse.hide();
Mouse.addListener(mouseCursor);
var keyListener = new Object();
keyListener.onKeyUp = function () {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
};
Key.addListener(keyListener);
Frame 2
var domain = "http://www.adgamesonline.com";
if (_root._url.indexOf(domain) == -1) {
getURL (domain, "_self");
}
Frame 4
percent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loadbar.gotoAndStop(percent);
Frame 6
if (percent == 100) {
gotoAndPlay ("skip_load");
} else {
gotoAndPlay ("loop");
}
Frame 9
var gun1_sound = new Sound();
gun1_sound.attachSound("gun1sound");
var gun2_sound = new Sound();
gun2_sound.attachSound("gun2sound");
var gun3_sound = new Sound();
gun3_sound.attachSound("gun3sound");
var gun4_sound = new Sound();
gun4_sound.attachSound("gun4sound");
var wrong_sound = new Sound();
wrong_sound.attachSound("wrong");
var cashreg_sound = new Sound();
cashreg_sound.attachSound("cashreg");
var coinflip_sound = new Sound();
coinflip_sound.attachSound("coinflip");
var zap_sound = new Sound();
zap_sound.attachSound("zap");
var break_sound = new Sound();
break_sound.attachSound("break");
var door_sound = new Sound();
door_sound.attachSound("door");
var click_sound = new Sound();
click_sound.attachSound("click");
var hurt_sound = new Sound();
hurt_sound.attachSound("hurt");
var intro_sound = new Sound();
intro_sound.attachSound("intro");
var mainsong_sound = new Sound();
mainsong_sound.attachSound("mainsong");
var boss_sound = new Sound();
boss_sound.attachSound("boss");
muted2 = false;
acquiregun2 = 0;
acquiregun3 = 0;
acquiregun4 = 0;
level = 1;
health = 1;
ammo1 = 250;
ammo2 = 0;
ammo3 = 0;
ammo4 = 0;
money = 0;
Frame 10
stop();
Frame 43
stop();
_root.mainsong_sound.stop();
_root.boss_sound.stop();
var savefile = SharedObject.getLocal("roadtoking");
_root.oldmoney = savefile.data.money;
_root.oldlevel = savefile.data.level;
_root.oldhealth = savefile.data.health;
_root.oldammo1 = savefile.data.ammo1;
_root.oldammo2 = savefile.data.ammo2;
_root.oldammo3 = savefile.data.ammo3;
_root.oldammo4 = savefile.data.ammo4;
_root.oldacquiregun2 = savefile.data.acquiregun2;
_root.oldacquiregun3 = savefile.data.acquiregun3;
_root.oldacquiregun4 = savefile.data.acquiregun4;
if (savefile.data.money == undefined) {
_root.oldmoney = 0;
_root.oldlevel = 1;
_root.oldhealth = 1;
_root.oldammo1 = 250;
_root.oldammo2 = 0;
_root.oldammo3 = 0;
_root.oldammo4 = 0;
_root.oldacquiregun2 = 0;
_root.oldacquiregun3 = 0;
_root.oldacquiregun4 = 0;
}
Instance of Symbol 165 MovieClip in Frame 43
on (release) {
if (_root.muted2 == false) {
this.soundsign.play();
_root.gun1_sound.setVolume(0);
_root.gun2_sound.setVolume(0);
_root.gun3_sound.setVolume(0);
_root.gun4_sound.setVolume(0);
_root.wrong_sound.setVolume(0);
_root.cashreg_sound.setVolume(0);
_root.coinflip_sound.setVolume(0);
_root.zap_sound.setVolume(0);
_root.door_sound.setVolume(0);
_root.break_sound.setVolume(0);
_root.click_sound.setVolume(0);
_root.hurt_sound.setVolume(0);
_root.mainsong_sound.setVolume(0);
_root.muted2 = true;
} else {
this.soundsign.play();
_root.gun1_sound.setVolume(50);
_root.gun2_sound.setVolume(50);
_root.gun3_sound.setVolume(50);
_root.gun4_sound.setVolume(50);
_root.wrong_sound.setVolume(50);
_root.cashreg_sound.setVolume(50);
_root.coinflip_sound.setVolume(50);
_root.zap_sound.setVolume(50);
_root.door_sound.setVolume(50);
_root.break_sound.setVolume(50);
_root.click_sound.setVolume(50);
_root.hurt_sound.setVolume(50);
_root.mainsong_sound.setVolume(50);
_root.muted2 = false;
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Frame 50
stop();
stop();
ammo1 = 20;
ammo2 = 20;
ammo3 = 60;
ammo4 = 3;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 256 MovieClip "man2" in Frame 50
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 51
stop();
ammo1 = 20;
ammo2 = 20;
ammo3 = 60;
ammo4 = 3;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
right2 = -1;
left2 = -1;
bg_speed = 15;
Frame 52
stop();
Frame 53
stop();
Frame 54
stop();
Frame 55
stop();
Instance of Symbol 394 MovieClip "bar" in Frame 55
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Frame 56
stop();
Instance of Symbol 165 MovieClip in Frame 56
on (release) {
if (_root.muted2 == false) {
this.soundsign.play();
_root.gun1_sound.setVolume(0);
_root.gun2_sound.setVolume(0);
_root.gun3_sound.setVolume(0);
_root.gun4_sound.setVolume(0);
_root.wrong_sound.setVolume(0);
_root.cashreg_sound.setVolume(0);
_root.coinflip_sound.setVolume(0);
_root.zap_sound.setVolume(0);
_root.door_sound.setVolume(0);
_root.break_sound.setVolume(0);
_root.click_sound.setVolume(0);
_root.hurt_sound.setVolume(0);
_root.mainsong_sound.setVolume(0);
_root.muted2 = true;
} else {
this.soundsign.play();
_root.gun1_sound.setVolume(50);
_root.gun2_sound.setVolume(50);
_root.gun3_sound.setVolume(50);
_root.gun4_sound.setVolume(50);
_root.wrong_sound.setVolume(50);
_root.cashreg_sound.setVolume(50);
_root.coinflip_sound.setVolume(50);
_root.zap_sound.setVolume(50);
_root.door_sound.setVolume(50);
_root.break_sound.setVolume(50);
_root.click_sound.setVolume(50);
_root.hurt_sound.setVolume(50);
_root.mainsong_sound.setVolume(50);
_root.muted2 = false;
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Frame 61
stop();
Frame 67
stop();
_root.boss_sound.stop();
Frame 78
stop();
Frame 84
stop();
Frame 91
stop();
acquiregun2 = 0;
acquiregun3 = 0;
acquiregun4 = 0;
level = 1;
health = 1;
ammo1 = 250;
ammo2 = 0;
ammo3 = 0;
ammo4 = 0;
money = 0;
Frame 102
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 102
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 102
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 124
stop();
Instance of Symbol 549 MovieClip in Frame 124
onClipEvent (mouseDown) {
_root.textbox.gotoAndStop(7);
}
Instance of Symbol 394 MovieClip "bar" in Frame 124
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Frame 130
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 130
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 130
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 130
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 135
gotoAndStop ("death_zone1");
Frame 142
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 142
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 142
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 142
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 149
gotoAndStop ("death_zone1");
Frame 156
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 156
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 156
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 156
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 161
gotoAndStop ("death_zone1");
Frame 167
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 167
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 167
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 167
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 172
gotoAndStop ("death_zone1");
Frame 178
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 178
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 178
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 178
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 185
gotoAndStop ("death_zone1");
Frame 190
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 190
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 190
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 190
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 202
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 15;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 202
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 202
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 202
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
_root.a = _root.a + 15;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
_root.a = _root.a - 15;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 212
stop();
Frame 218
stop();
Frame 228
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
boss = 1;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(100);
} else if (_root.muted3 == true) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
Instance of Symbol 394 MovieClip "bar" in Frame 228
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 228
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 228
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 240
stop();
Frame 250
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 250
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 250
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 250
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 261
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 261
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 261
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 261
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 273
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 273
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 273
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 273
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 283
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 283
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 283
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 283
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 293
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 293
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 293
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 293
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 305
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 305
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 305
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 305
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 316
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 316
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 316
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 316
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 326
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 15;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 326
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 326
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 326
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 337
stop();
Frame 344
stop();
Frame 354
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
enemyattack = 0;
reload = true;
boss = 1;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(100);
} else if (_root.muted3 == true) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
Instance of Symbol 394 MovieClip "bar" in Frame 354
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 354
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 354
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 366
stop();
Frame 375
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 375
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 375
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 375
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 389
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 389
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 389
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 389
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 402
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 402
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 402
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 402
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 413
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
enemyattack = 0;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 413
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 413
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 413
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 424
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
enemyattack = 0;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 424
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 424
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 424
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 435
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 435
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 435
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 435
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 446
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 446
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 446
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 446
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 457
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
reload = true;
timer = 20;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 394 MovieClip "bar" in Frame 457
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 457
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 457
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 469
stop();
Frame 480
stop();
Frame 492
stop();
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
boss = 1;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(100);
} else if (_root.muted3 == true) {
_root.intro_sound.start(0, 1000);
_root.intro_sound.setVolume(0);
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
Instance of Symbol 394 MovieClip "bar" in Frame 492
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 492
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 492
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 506
stop();
Frame 515
stop();
ammo1 = 100;
ammo2 = 100;
ammo3 = 100;
ammo4 = 10;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
coin = 0;
timer = 15;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
Instance of Symbol 1045 MovieClip "bar" in Frame 515
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if ((_root.acquiregun2 == 1) and Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if ((_root.acquiregun3 == 1) and Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if ((_root.acquiregun4 == 1) and Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 515
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 515
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 529
stop();
Frame 541
stop();
Frame 557
stop();
ammo1 = 100;
ammo2 = 100;
ammo3 = 100;
ammo4 = 10;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
coin = 0;
timer = 20;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 557
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 557
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 557
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 571
stop();
Frame 585
stop();
ammo1 = 100;
ammo2 = 100;
ammo3 = 100;
ammo4 = 10;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
coin = 0;
reload = true;
timer = 20;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 585
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 585
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 585
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 600
stop();
Frame 613
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 15;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 613
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 613
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 613
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 624
stop();
Frame 638
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 35;
enemyattack = 0;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 638
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 638
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 638
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 652
stop();
Frame 665
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 35;
reload = true;
enemyattack = 0;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 665
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 665
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 665
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 676
stop();
Frame 690
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 15;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
enemy1 = 1;
enemy2 = 1;
enemy3 = 1;
enemy4 = 1;
enemy5 = 1;
enemy6 = 1;
enemy7 = 1;
enemy8 = 1;
enemy9 = 1;
enemy10 = 1;
enemy11 = 1;
enemy12 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 690
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 690
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 690
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 702
stop();
Frame 716
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 18;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
menemy1 = 1;
menemy2 = 1;
menemy3 = 1;
menemy4 = 1;
menemy5 = 1;
menemy6 = 1;
menemy7 = 1;
menemy8 = 1;
flenemy1 = 1;
flenemy2 = 1;
flenemy3 = 1;
flenemy4 = 1;
flenemy5 = 1;
flenemy6 = 1;
flenemy7 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 716
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 716
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 716
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 728
stop();
Frame 744
stop();
ammo1 = 100;
ammo2 = 50;
ammo3 = 50;
ammo4 = 5;
bullets = 0;
shotbullets = 0;
rapidbullets = 0;
bigbullets = 0;
timer = 30;
reload = true;
gravity = false;
on_solid_ground = true;
jumpingvar = false;
nenemy1 = 1;
nenemy2 = 1;
nenemy3 = 1;
nenemy4 = 1;
nenemy5 = 1;
nenemy6 = 1;
nenemy7 = 1;
nenemy8 = 1;
right2 = -1;
left2 = -1;
bg_speed = 15;
if (_root.muted3 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(100);
_root.intro_sound.stop();
}
Instance of Symbol 1045 MovieClip "bar" in Frame 744
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
}
}
Instance of Symbol 529 MovieClip in Frame 744
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("death_zone1");
}
}
Instance of Symbol 256 MovieClip "man2" in Frame 744
onClipEvent (enterFrame) {
if (Key.isDown(97)) {
_root.man2.man.gotoAndStop(1);
} else if (Key.isDown(98)) {
_root.man2.man.gotoAndStop(2);
} else if (Key.isDown(99)) {
_root.man2.man.gotoAndStop(3);
} else if (Key.isDown(100)) {
_root.man2.man.gotoAndStop(4);
}
if (Key.isDown(39) and (_root.right2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(39) and (_root.right2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == 1)) {
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
_root.man2.man.body.bottom2.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(37) and (_root.left2 == -1)) {
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.play();
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.gravity = true;
}
if (Key.isDown(38)) {
if (_root.on_solid_ground == true) {
_root.jump_meter.play();
}
}
}
Frame 756
stop();
Symbol 17 MovieClip [enemybullet] Frame 1
stop();
_x = (_root.bg.microbeenemy._x + _root.bg._x);
_y = (_root.bg.microbeenemy._y + _root.bg._y);
_rotation = _root.bg.microbeenemy._rotation;
yDifference = Math.round((_root.man2._y - _root.man2.hitmicrobe._y) + _y);
y_Amount_to_Move_bullet = Math.round(yDifference / 5);
xDifference = Math.round((_root.man2._x - _root.man2.hitmicrobe._x) + _x);
x_Amount_to_Move_bullet = Math.round(xDifference / 5);
this.onEnterFrame = function () {
_y = (_y - y_Amount_to_Move_bullet);
_x = (_x - (x_Amount_to_Move_bullet - 5));
};
Symbol 20 MovieClip [bigbullet] Frame 1
stop();
_x = (_root.man2._x + _root.man2.man.gun4._x);
_y = (_root.man2._y + _root.man2.man.gun4._y);
_rotation = _root.man2.man.gun4._rotation;
yDifference = Math.round(_root._ymouse - _y);
y_Amount_to_Move_bullet = Math.round(yDifference / 5);
xDifference = Math.round(_root._xmouse - _x);
x_Amount_to_Move_bullet = Math.round(xDifference / 5);
this.onEnterFrame = function () {
_y = (_y + y_Amount_to_Move_bullet);
_x = (_x + x_Amount_to_Move_bullet);
};
Symbol 23 MovieClip [rapidbullet] Frame 1
stop();
_x = (_root.man2._x + _root.man2.man.gun3._x);
_y = (_root.man2._y + _root.man2.man.gun3._y);
_rotation = _root.man2.man.gun3._rotation;
yDifference = Math.round(_root._ymouse - _y);
y_Amount_to_Move_bullet = Math.round(yDifference / 5);
xDifference = Math.round(_root._xmouse - _x);
x_Amount_to_Move_bullet = Math.round(xDifference / 5);
this.onEnterFrame = function () {
_y = (_y + y_Amount_to_Move_bullet);
_x = (_x + x_Amount_to_Move_bullet);
};
Symbol 26 MovieClip [shotbullet] Frame 1
stop();
_x = (_root.man2._x + _root.man2.man.gun2._x);
_y = (_root.man2._y + _root.man2.man.gun2._y);
_rotation = _root.man2.man.gun2._rotation;
yDifference = Math.round(_root._ymouse - _y);
y_Amount_to_Move_bullet = Math.round(yDifference / 5);
xDifference = Math.round(_root._xmouse - _x);
x_Amount_to_Move_bullet = Math.round(xDifference / 5);
this.onEnterFrame = function () {
_y = (_y + y_Amount_to_Move_bullet);
_x = (_x + x_Amount_to_Move_bullet);
};
Symbol 28 MovieClip [bullet] Frame 1
stop();
_x = (_root.man2._x + _root.man2.man.gun._x);
_y = (_root.man2._y + _root.man2.man.gun._y);
_rotation = _root.man2.man.gun._rotation;
yDifference = Math.round(_root._ymouse - _y);
y_Amount_to_Move_bullet = Math.round(yDifference / 5);
xDifference = Math.round(_root._xmouse - _x);
x_Amount_to_Move_bullet = Math.round(xDifference / 5);
this.onEnterFrame = function () {
_y = (_y + y_Amount_to_Move_bullet);
_x = (_x + x_Amount_to_Move_bullet);
};
Symbol 38 MovieClip Frame 1
stop();
Symbol 53 Button
on (release) {
getURL ("http://www.adgamesonline.com", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 64 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 65 MovieClip Frame 81
_root.play();
_root.play();
Symbol 103 Button
on (release) {
gotoAndStop ("mission");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 107 Button
on (release) {
gotoAndStop ("instructions");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 111 Button
on (release) {
gotoAndStop ("credits");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 115 Button
on (press) {
_root.gotoAndPlay("cutscene");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(50);
} else {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 119 Button
on (press) {
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(50);
} else {
_root.mainsong_sound.start(0, 1000);
_root.mainsong_sound.setVolume(0);
}
var savefile = SharedObject.getLocal("roadtoking");
if (savefile.data.money == undefined) {
_root.money = 0;
_root.level = 1;
_root.health = 1;
_root.ammo1 = 250;
_root.ammo2 = 0;
_root.ammo3 = 0;
_root.ammo4 = 0;
_root.acquiregun2 = 0;
_root.acquiregun3 = 0;
_root.acquiregun4 = 0;
gotoAndStop ("nofile");
} else {
_root.money = savefile.data.money;
_root.level = savefile.data.level;
_root.health = savefile.data.health;
_root.ammo1 = savefile.data.ammo1;
_root.ammo2 = savefile.data.ammo2;
_root.ammo3 = savefile.data.ammo3;
_root.ammo4 = savefile.data.ammo4;
_root.acquiregun2 = savefile.data.acquiregun2;
_root.acquiregun3 = savefile.data.acquiregun3;
_root.acquiregun4 = savefile.data.acquiregun4;
gotoAndPlay("level" + _root.level);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 152 Button
on (release) {
getURL ("http://www.armorgames.com", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 155 Button
on (press) {
gotoAndStop ("shop");
}
Symbol 159 Button
on (release) {
getURL ("http://www.armorgames.com", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 161 Button
on (release) {
if (_quality == "LOW") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "HIGH";
} else if (_quality == "HIGH") {
_quality = "BEST";
} else {
_quality = "BEST";
if ("BEST") {
_quality = "LOW";
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 2
stop();
Symbol 164 MovieClip Frame 3
gotoAndStop (1);
Symbol 167 MovieClip Frame 1
stop();
Symbol 167 MovieClip Frame 2
if (_root.muted2 == false) {
_root.zap_sound.start();
_root.zap_sound.setVolume(50);
}
Symbol 167 MovieClip Frame 4
gotoAndStop (1);
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 4
gotoAndStop (1);
Instance of Symbol 166 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
}
Instance of Symbol 166 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
}
Instance of Symbol 168 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.jumpingvar == true)) {
this.gotoAndPlay("bump");
if (_root.jump_meter.jump_ticker == 1) {
_root.jump_meter.gotoAndPlay(15);
}
if (_root.jump_meter.jump_ticker == 2) {
_root.jump_meter.gotoAndPlay(14);
}
if (_root.jump_meter.jump_ticker == 3) {
_root.jump_meter.gotoAndPlay(13);
}
if (_root.jump_meter.jump_ticker == 4) {
_root.jump_meter.gotoAndPlay(12);
}
if (_root.jump_meter.jump_ticker == 5) {
_root.jump_meter.gotoAndPlay(11);
}
if (_root.jump_meter.jump_ticker == 6) {
_root.jump_meter.gotoAndPlay(10);
}
if (_root.jump_meter.jump_ticker == 7) {
_root.jump_meter.gotoAndPlay(9);
}
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
this.platformglow.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
this.platformglow.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
this.platformglow.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
this.platformglow.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
this.platformglow.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
this.platformglow.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
this.platformglow.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
this.platformglow.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
this.platformglow.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
this.platformglow.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
this.platformglow.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
this.platformglow.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
this.platformglow.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
this.platformglow.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
this.platformglow.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
this.platformglow.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
this.platformglow.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
this.platformglow.play();
}
}
Instance of Symbol 171 MovieClip in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
_parent._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.jumphit) and (_root.jumpingvar == true)) {
_root.on_solid_ground = true;
_root.jump_meter.gotoAndStop(1);
_root.man2._y = _parent._y - 525;
_root.jumpingvar == false;
}
if (this.hitTest(_root.man2.jumphit)) {
_root.gravity = false;
_root.on_solid_ground = true;
_root.man2._y = _parent._y - 525;
}
}
Symbol 176 MovieClip Frame 1
stop();
Instance of Symbol 173 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Instance of Symbol 173 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Instance of Symbol 173 MovieClip in Symbol 176 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Symbol 176 MovieClip Frame 2
if (_root.muted2 == false) {
_root.zap_sound.start();
_root.zap_sound.setVolume(50);
}
Symbol 176 MovieClip Frame 4
gotoAndStop (1);
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 7
gotoAndPlay (2);
Symbol 201 MovieClip Frame 1
stop();
Instance of Symbol 197 MovieClip "bottom3" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
play();
} else {
gotoAndStop (1);
}
}
Symbol 201 MovieClip Frame 7
gotoAndPlay (2);
Symbol 206 MovieClip Frame 1
stop();
Instance of Symbol 201 MovieClip "bottom2" in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 201 MovieClip "bottom2" in Symbol 206 MovieClip Frame 4
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 201 MovieClip "bottom2" in Symbol 206 MovieClip Frame 6
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
play();
} else {
gotoAndStop (1);
}
}
Instance of Symbol 201 MovieClip "bottom2" in Symbol 206 MovieClip Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(37) or Key.isDown(39)) {
play();
} else {
gotoAndStop (1);
}
}
Symbol 206 MovieClip Frame 9
gotoAndStop (1);
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 9
gotoAndStop (1);
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 3
stop();
Symbol 222 MovieClip Frame 5
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 9
gotoAndStop (1);
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 3
stop();
Symbol 231 MovieClip Frame 5
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 9
gotoAndStop (1);
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 3
stop();
Symbol 243 MovieClip Frame 5
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 46
gotoAndStop (1);
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 9
gotoAndStop (1);
Symbol 254 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Instance of Symbol 222 MovieClip "gun" in Symbol 255 MovieClip Frame 1
onClipEvent (enterFrame) {
myRadians = Math.atan2((_root._ymouse - _parent._parent._y) - this._y, (_root._xmouse - _parent._parent._x) - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees;
if ((this._rotation <= -90) and (this._rotation >= -180)) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if (this._rotation >= 90) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if ((this._rotation >= -90) and (this._rotation < 90)) {
this._yscale = 50;
_parent.body._xscale = 50;
_root.man2.hitmicrobe._xscale = 100;
_root.man2.hitmicrobe2._xscale = 100;
_root.man2.jumphit._xscale = 100;
_root.right2 = 1;
_root.left2 = -1;
}
onMouseDown = function () {
if (_root.ammo1 > 0) {
_root.man2.man.gun.play();
if (_root.muted2 == false) {
_root.gun1_sound.start();
_root.gun1_sound.setVolume(50);
}
_root.ammo1 = _root.ammo1 - 1;
_root.bar.ammopic.ammo1 = _root.bar.ammopic.ammo1 - 1;
_root.bullets = _root.bullets + 1;
_root.attachMovie("bullet", "bullet" + _root.bullets, _root.bullets);
if (_root.bullets > 20) {
_root.bullets = 0;
}
}
if (_root.ammo1 <= 0) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
};
}
Instance of Symbol 231 MovieClip "gun2" in Symbol 255 MovieClip Frame 2
onClipEvent (enterFrame) {
myRadians = Math.atan2((_root._ymouse - _parent._parent._y) - this._y, (_root._xmouse - _parent._parent._x) - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees;
if ((this._rotation <= -90) and (this._rotation >= -180)) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if (this._rotation >= 90) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if ((this._rotation >= -90) and (this._rotation < 90)) {
this._yscale = 50;
_parent.body._xscale = 50;
_root.man2.hitmicrobe._xscale = 100;
_root.man2.hitmicrobe2._xscale = 100;
_root.man2.jumphit._xscale = 100;
_root.right2 = 1;
_root.left2 = -1;
}
onMouseDown = function () {
if (_root.ammo2 > 0) {
_root.man2.man.gun2.play();
if (_root.muted2 == false) {
_root.gun2_sound.start();
_root.gun2_sound.setVolume(50);
}
_root.ammo2 = _root.ammo2 - 1;
_root.bar.ammopic.ammo2 = _root.bar.ammopic.ammo2 - 1;
_root.shotbullets = _root.shotbullets + 1;
_root.attachMovie("shotbullet", "shotbullet" + _root.shotbullets, _root.shotbullets);
if (_root.shotbullets > 20) {
_root.shotbullets = 0;
}
}
if (_root.ammo2 <= 0) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
};
}
Instance of Symbol 243 MovieClip "gun3" in Symbol 255 MovieClip Frame 3
onClipEvent (enterFrame) {
myRadians = Math.atan2((_root._ymouse - _parent._parent._y) - this._y, (_root._xmouse - _parent._parent._x) - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees;
if ((this._rotation <= -90) and (this._rotation >= -180)) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if (this._rotation >= 90) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if ((this._rotation >= -90) and (this._rotation < 90)) {
this._yscale = 50;
_parent.body._xscale = 50;
_root.man2.hitmicrobe._xscale = 100;
_root.man2.hitmicrobe2._xscale = 100;
_root.man2.jumphit._xscale = 100;
_root.right2 = 1;
_root.left2 = -1;
}
if (MouseDown == true) {
if (_root.ammo3 > 0) {
_root.man2.man.gun3.play();
if (_root.muted2 == false) {
_root.gun3_sound.start();
_root.gun3_sound.setVolume(50);
}
_root.ammo3 = _root.ammo3 - 1;
_root.bar.ammopic.ammo3 = _root.bar.ammopic.ammo3 - 1;
_root.rapidbullets = _root.rapidbullets + 1;
_root.attachMovie("rapidbullet", "rapidbullet" + _root.rapidbullets, _root.rapidbullets);
if (_root.rapidbullets > 50) {
_root.rapidbullets = 0;
}
}
if (_root.ammo1 <= 0) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
}
}
onClipEvent (mouseDown) {
MouseDown = true;
}
onClipEvent (mouseUp) {
MouseDown = false;
}
Instance of Symbol 254 MovieClip "gun4" in Symbol 255 MovieClip Frame 4
onClipEvent (enterFrame) {
myRadians = Math.atan2((_root._ymouse - _parent._parent._y) - this._y, (_root._xmouse - _parent._parent._x) - this._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
this._rotation = myDegrees;
if ((this._rotation <= -90) and (this._rotation >= -180)) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if (this._rotation >= 90) {
this._yscale = -50;
_parent.body._xscale = -50;
_root.man2.hitmicrobe._xscale = -100;
_root.man2.hitmicrobe2._xscale = -100;
_root.man2.jumphit._xscale = -100;
_root.right2 = -1;
_root.left2 = 1;
}
if ((this._rotation >= -90) and (this._rotation < 90)) {
this._yscale = 50;
_parent.body._xscale = 50;
_root.man2.hitmicrobe._xscale = 100;
_root.man2.hitmicrobe2._xscale = 100;
_root.man2.jumphit._xscale = 100;
_root.right2 = 1;
_root.left2 = -1;
}
onMouseDown = function () {
if ((_root.ammo4 > 0) and (_root.reload == true)) {
_root.man2.man.gun4.play();
if (_root.muted2 == false) {
_root.gun4_sound.start();
_root.gun4_sound.setVolume(50);
}
_root.ammo4 = _root.ammo4 - 1;
_root.bar.ammopic.ammo4 = _root.bar.ammopic.ammo4 - 1;
_root.bar.gunpic.biggun.play();
_root.but.play();
_root.bigbullets = _root.bigbullets + 1;
_root.attachMovie("bigbullet", "bigbullet" + _root.bigbullets, _root.bigbullets);
if (_root.bigbullets > 3) {
_root.bigbullets = 0;
}
}
if (_root.ammo4 <= 0) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
};
}
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
if (_root.muted2 == false) {
_root.hurt_sound.start();
_root.hurt_sound.setVolume(50);
}
Symbol 256 MovieClip Frame 9
gotoAndStop (1);
Instance of Symbol 258 MovieClip in Symbol 259 MovieClip Frame 1
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (press) {
_root.nextFrame();
}
Symbol 260 Button
on (press) {
nextFrame();
}
Symbol 273 MovieClip Frame 1
stop();
jump_ticker = 0;
_root.jumpingvar = false;
_root.man2.man.body.bottom2.gotoAndStop(1);
_root.man2.man.body.bottom2.bottom3.gotoAndStop(1);
Symbol 273 MovieClip Frame 2
jump_ticker = 1;
_root.man2._y = _root.man2._y - 30;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
_root.jumpingvar = true;
_root.on_solid_ground = false;
Symbol 273 MovieClip Frame 3
jump_ticker = 2;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 4
jump_ticker = 3;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 5
jump_ticker = 4;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 6
jump_ticker = 5;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 7
jump_ticker = 6;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 8
jump_ticker = 7;
_root.man2._y = _root.man2._y - 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 9
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 10
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 11
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 12
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 13
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 14
jump_ticker = 0;
_root.man2._y = _root.man2._y + 20;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 15
jump_ticker = 0;
_root.man2._y = _root.man2._y + 30;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
Symbol 273 MovieClip Frame 16
if (_root.on_solid_ground == false) {
gotoAndPlay ("falling");
} else {
gotoAndStop (1);
}
Symbol 273 MovieClip Frame 20
if (_root.on_solid_ground == false) {
_root.man2._y = _root.man2._y + 10;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
} else {
gotoAndStop (1);
}
Symbol 273 MovieClip Frame 21
if (_root.on_solid_ground == false) {
gotoAndPlay ("falling");
_root.man2._y = _root.man2._y + 10;
_root.man2.man.body.bottom2.gotoAndStop("jumping");
} else {
gotoAndStop (1);
}
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 2
_root.enemyball = false;
Symbol 276 MovieClip Frame 20
_root.enemyball = true;
gotoAndStop (1);
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
_root.reload = false;
_root.bar.gunpic.biggun.gotoAndStop(2);
Symbol 279 MovieClip Frame 3
_root.bar.gunpic.biggun.gotoAndStop(3);
Symbol 279 MovieClip Frame 4
_root.bar.gunpic.biggun.gotoAndStop(4);
Symbol 279 MovieClip Frame 5
_root.bar.gunpic.biggun.gotoAndStop(5);
Symbol 279 MovieClip Frame 6
_root.bar.gunpic.biggun.gotoAndStop(6);
Symbol 279 MovieClip Frame 7
_root.bar.gunpic.biggun.gotoAndStop(7);
Symbol 279 MovieClip Frame 8
_root.bar.gunpic.biggun.gotoAndStop(8);
Symbol 279 MovieClip Frame 9
_root.bar.gunpic.biggun.gotoAndStop(9);
Symbol 279 MovieClip Frame 10
_root.bar.gunpic.biggun.gotoAndStop(10);
Symbol 279 MovieClip Frame 11
_root.bar.gunpic.biggun.gotoAndStop(11);
Symbol 279 MovieClip Frame 12
_root.bar.gunpic.biggun.gotoAndStop(12);
Symbol 279 MovieClip Frame 13
_root.bar.gunpic.biggun.gotoAndStop(13);
Symbol 279 MovieClip Frame 14
_root.bar.gunpic.biggun.gotoAndStop(14);
Symbol 279 MovieClip Frame 15
_root.bar.gunpic.biggun.gotoAndStop(15);
Symbol 279 MovieClip Frame 16
_root.bar.gunpic.biggun.gotoAndStop(16);
Symbol 279 MovieClip Frame 17
_root.bar.gunpic.biggun.gotoAndStop(17);
Symbol 279 MovieClip Frame 18
_root.bar.gunpic.biggun.gotoAndStop(18);
Symbol 279 MovieClip Frame 19
_root.bar.gunpic.biggun.gotoAndStop(19);
Symbol 279 MovieClip Frame 20
_root.bar.gunpic.biggun.gotoAndStop(20);
Symbol 279 MovieClip Frame 21
_root.bar.gunpic.biggun.gotoAndStop(21);
Symbol 279 MovieClip Frame 22
_root.bar.gunpic.biggun.gotoAndStop(22);
Symbol 279 MovieClip Frame 23
_root.bar.gunpic.biggun.gotoAndStop(23);
Symbol 279 MovieClip Frame 24
_root.bar.gunpic.biggun.gotoAndStop(24);
Symbol 279 MovieClip Frame 25
_root.bar.gunpic.biggun.gotoAndStop(25);
Symbol 279 MovieClip Frame 26
_root.bar.gunpic.biggun.gotoAndStop(26);
Symbol 279 MovieClip Frame 27
_root.bar.gunpic.biggun.gotoAndStop(27);
Symbol 279 MovieClip Frame 28
_root.bar.gunpic.biggun.gotoAndStop(28);
Symbol 279 MovieClip Frame 29
_root.bar.gunpic.biggun.gotoAndStop(29);
Symbol 279 MovieClip Frame 30
_root.bar.gunpic.biggun.gotoAndStop(30);
Symbol 279 MovieClip Frame 31
_root.bar.gunpic.biggun.gotoAndStop(31);
Symbol 279 MovieClip Frame 32
_root.bar.gunpic.biggun.gotoAndStop(32);
Symbol 279 MovieClip Frame 33
_root.bar.gunpic.biggun.gotoAndStop(33);
Symbol 279 MovieClip Frame 34
_root.bar.gunpic.biggun.gotoAndStop(34);
Symbol 279 MovieClip Frame 35
_root.bar.gunpic.biggun.gotoAndStop(35);
Symbol 279 MovieClip Frame 36
_root.bar.gunpic.biggun.gotoAndStop(36);
Symbol 279 MovieClip Frame 37
_root.bar.gunpic.biggun.gotoAndStop(37);
Symbol 279 MovieClip Frame 38
_root.bar.gunpic.biggun.gotoAndStop(38);
Symbol 279 MovieClip Frame 39
_root.bar.gunpic.biggun.gotoAndStop(39);
Symbol 279 MovieClip Frame 40
_root.bar.gunpic.biggun.gotoAndStop(40);
Symbol 279 MovieClip Frame 41
_root.bar.gunpic.biggun.gotoAndStop(41);
Symbol 279 MovieClip Frame 42
_root.bar.gunpic.biggun.gotoAndStop(42);
Symbol 279 MovieClip Frame 43
_root.bar.gunpic.biggun.gotoAndStop(43);
Symbol 279 MovieClip Frame 44
_root.bar.gunpic.biggun.gotoAndStop(44);
Symbol 279 MovieClip Frame 45
_root.bar.gunpic.biggun.gotoAndPlay(45);
Symbol 279 MovieClip Frame 46
_root.reload = true;
gotoAndStop (1);
Symbol 282 MovieClip Frame 1
if ((_root.gravity == true) and (_root.jumpingvar == false)) {
_root.man2._y = _root.man2._y + 10;
_root.on_solid_ground = false;
}
Symbol 282 MovieClip Frame 2
if ((_root.gravity == true) and (_root.jumpingvar == false)) {
_root.man2._y = _root.man2._y + 10;
_root.on_solid_ground = false;
}
Instance of Symbol 284 MovieClip in Symbol 285 MovieClip Frame 1
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (press) {
_root.gotoAndStop("menu");
}
Symbol 286 Button
on (press) {
gotoAndStop ("menu");
}
Symbol 311 MovieClip Frame 1
stop();
Instance of Symbol 258 MovieClip in Symbol 312 MovieClip Frame 1
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (press) {
_root.prevFrame();
}
Symbol 313 Button
on (press) {
prevFrame();
}
Symbol 368 MovieClip Frame 1
gotoAndStop(_root.health);
Symbol 368 MovieClip Frame 121
_root.gotoAndStop("death_zone1");
Symbol 377 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 1
stop();
ammo1 = _root.ammo1;
ammo2 = _root.ammo2;
ammo3 = _root.ammo3;
ammo4 = _root.ammo4;
Symbol 394 MovieClip Frame 1
money = _root.money;
Symbol 406 Button
on (release) {
getURL ("http://thecriminalduder.newgrounds.com/", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 410 Button
on (release) {
getURL ("http://goukisan.newgrounds.com/", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 411 Button
on (press) {
gotoAndStop ("menu");
}
Symbol 426 Button
on (release) {
gotoAndStop ("mission1");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 429 Button
on (release) {
if (_root.codeBox.text == "gold") {
_root.gotoAndStop("mission2");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox.text != "gold") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 431 Button
on (release) {
if (_root.codeBox2.text == "coin") {
_root.gotoAndStop("mission3");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox2.text != "coin") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 434 Button
on (release) {
gotoAndStop ("mission4");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 436 Button
on (release) {
if (_root.codeBox3.text == "rock") {
_root.gotoAndStop("mission5");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox3.text != "rock") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 438 Button
on (release) {
if (_root.codeBox4.text == "shop") {
_root.gotoAndStop("mission6");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox4.text != "shop") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 439 Button
on (release) {
gotoAndStop ("mission7");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 441 Button
on (release) {
if (_root.codeBox5.text == "leaf") {
_root.gotoAndStop("mission8");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox5.text != "leaf") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 443 Button
on (release) {
if (_root.codeBox6.text == "city") {
_root.gotoAndStop("mission9");
_root.intro_sound.stop();
if (_root.muted2 == false) {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(50);
} else {
_root.boss_sound.start(0, 1000);
_root.boss_sound.setVolume(0);
}
} else if (_root.codeBox6.text != "city") {
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 450 Button
on (release) {
_root.gotoAndStop("level1");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 460 Button
on (release) {
_root.gotoAndStop("level1");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 469 MovieClip Frame 577
stop();
Symbol 500 MovieClip Frame 1
stop();
Symbol 500 MovieClip Frame 2
if (_root.muted2 == false) {
_root.zap_sound.start();
_root.zap_sound.setVolume(50);
}
Symbol 500 MovieClip Frame 4
gotoAndStop (1);
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 4
gotoAndStop (1);
Instance of Symbol 501 MovieClip in Symbol 502 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.jumpingvar == true)) {
this.gotoAndPlay("bump");
if (_root.jump_meter.jump_ticker == 1) {
_root.jump_meter.gotoAndPlay(15);
}
if (_root.jump_meter.jump_ticker == 2) {
_root.jump_meter.gotoAndPlay(14);
}
if (_root.jump_meter.jump_ticker == 3) {
_root.jump_meter.gotoAndPlay(13);
}
if (_root.jump_meter.jump_ticker == 4) {
_root.jump_meter.gotoAndPlay(12);
}
if (_root.jump_meter.jump_ticker == 5) {
_root.jump_meter.gotoAndPlay(11);
}
if (_root.jump_meter.jump_ticker == 6) {
_root.jump_meter.gotoAndPlay(10);
}
if (_root.jump_meter.jump_ticker == 7) {
_root.jump_meter.gotoAndPlay(9);
}
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
this.platformglow.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
this.platformglow.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
this.platformglow.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
this.platformglow.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
this.platformglow.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
this.platformglow.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
this.platformglow.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
this.platformglow.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
this.platformglow.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
this.platformglow.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
this.platformglow.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
this.platformglow.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
this.platformglow.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
this.platformglow.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
this.platformglow.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
this.platformglow.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
this.platformglow.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
this.platformglow.play();
}
}
Instance of Symbol 166 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
}
Instance of Symbol 166 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
}
Instance of Symbol 502 MovieClip in Symbol 503 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
_parent._x = _parent._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 504 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (load) {
_parent._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.jumphit) and (_root.jumpingvar == true)) {
_root.bg._x = _root.bg._x - _parent.addvar;
_root.clouds._x = _root.clouds._x - (_parent.addvar / 3);
_root.sun._x = _root.sun._x - (_parent.addvar / 4);
_root.on_solid_ground = true;
_root.jump_meter.gotoAndStop(1);
_root.man2._y = _parent._parent._y - 525;
_root.jumpingvar == false;
}
if (this.hitTest(_root.man2.jumphit)) {
_root.bg._x = _root.bg._x - _parent.addvar;
_root.clouds._x = _root.clouds._x - (_parent.addvar / 3);
_root.sun._x = _root.sun._x - (_parent.addvar / 4);
_root.gravity = false;
_root.on_solid_ground = true;
_root.man2._y = _parent._parent._y - 525;
}
}
Instance of Symbol 505 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 507 MovieClip Frame 1
stop();
Symbol 507 MovieClip Frame 9
gotoAndStop (1);
Symbol 510 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 507 MovieClip "rockhit" in Symbol 510 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy3 = _root.enemy3 + 2;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy3 = _root.enemy3 + 1;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy3 = _root.enemy3 + 5;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy3 = _root.enemy3 + 5;
_parent.gotoAndStop(_root.enemy3);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy3 = _root.enemy3 + 5;
_parent.gotoAndStop(_root.enemy3);
}
}
Symbol 510 MovieClip Frame 2
stop();
Symbol 510 MovieClip Frame 3
stop();
Symbol 510 MovieClip Frame 4
stop();
Symbol 510 MovieClip Frame 5
stop();
Symbol 510 MovieClip Frame 6
stop();
Symbol 510 MovieClip Frame 7
stop();
Symbol 510 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 510 MovieClip "rockenemy" in Symbol 511 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 512 MovieClip Frame 1
stop();
Symbol 512 MovieClip Frame 9
gotoAndStop (1);
Symbol 514 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 512 MovieClip "rockhit" in Symbol 514 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy4 = _root.enemy4 + 2;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy4 = _root.enemy4 + 1;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy4 = _root.enemy4 + 5;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy4 = _root.enemy4 + 5;
_parent.gotoAndStop(_root.enemy4);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy4 = _root.enemy4 + 5;
_parent.gotoAndStop(_root.enemy4);
}
}
Symbol 514 MovieClip Frame 2
stop();
Symbol 514 MovieClip Frame 3
stop();
Symbol 514 MovieClip Frame 4
stop();
Symbol 514 MovieClip Frame 5
stop();
Symbol 514 MovieClip Frame 6
stop();
Symbol 514 MovieClip Frame 7
stop();
Symbol 514 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 514 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 518 MovieClip Frame 1
stop();
_root.coin = _root.coin + 1;
Instance of Symbol 517 MovieClip in Symbol 518 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_parent.gotoAndPlay("collected");
}
}
Symbol 518 MovieClip Frame 9
_root.money = _root.money + 100;
_root.coin = _root.coin - 1;
if (_root.muted2 == false) {
_root.coinflip_sound.start();
_root.coinflip_sound.setVolume(50);
}
Symbol 518 MovieClip Frame 12
stop();
Symbol 519 MovieClip Frame 1
stop();
Symbol 519 MovieClip Frame 9
gotoAndStop (1);
Symbol 521 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 519 MovieClip "rockhit" in Symbol 521 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy2 = _root.enemy2 + 2;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy2 = _root.enemy2 + 1;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy2 = _root.enemy2 + 5;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy2 = _root.enemy2 + 5;
_parent.gotoAndStop(_root.enemy2);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy2 = _root.enemy2 + 5;
_parent.gotoAndStop(_root.enemy2);
}
}
Symbol 521 MovieClip Frame 2
stop();
Symbol 521 MovieClip Frame 3
stop();
Symbol 521 MovieClip Frame 4
stop();
Symbol 521 MovieClip Frame 5
stop();
Symbol 521 MovieClip Frame 6
stop();
Symbol 521 MovieClip Frame 7
stop();
Symbol 521 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 521 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 523 MovieClip Frame 1
stop();
Symbol 523 MovieClip Frame 9
gotoAndStop (1);
Symbol 525 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 523 MovieClip "rockhit" in Symbol 525 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy1 = _root.enemy1 + 2;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy1 = _root.enemy1 + 1;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy1 = _root.enemy1 + 5;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy1 = _root.enemy1 + 5;
_parent.gotoAndStop(_root.enemy1);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy1 = _root.enemy1 + 5;
_parent.gotoAndStop(_root.enemy1);
}
}
Symbol 525 MovieClip Frame 2
stop();
Symbol 525 MovieClip Frame 3
stop();
Symbol 525 MovieClip Frame 4
stop();
Symbol 525 MovieClip Frame 5
stop();
Symbol 525 MovieClip Frame 6
stop();
Symbol 525 MovieClip Frame 7
stop();
Symbol 525 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 525 MovieClip "rockenemy" in Symbol 526 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 503 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 506 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 511 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 515 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 522 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 503 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 506 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 526 MovieClip "rock" in Symbol 527 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 325 MovieClip in Symbol 527 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Symbol 532 Button
on (press) {
var savefile = SharedObject.getLocal("roadtoking");
if (savefile.data.money == undefined) {
_root.money = 0;
_root.level = 1;
_root.health = 1;
_root.ammo1 = 250;
_root.ammo2 = 0;
_root.ammo3 = 0;
_root.ammo4 = 0;
_root.acquiregun2 = 0;
_root.acquiregun3 = 0;
_root.acquiregun4 = 0;
gotoAndStop ("nofile2");
} else {
_root.money = savefile.data.money;
_root.level = savefile.data.level;
_root.health = savefile.data.health;
_root.ammo1 = savefile.data.ammo1;
_root.ammo2 = savefile.data.ammo2;
_root.ammo3 = savefile.data.ammo3;
_root.ammo4 = savefile.data.ammo4;
_root.acquiregun2 = savefile.data.acquiregun2;
_root.acquiregun3 = savefile.data.acquiregun3;
_root.acquiregun4 = savefile.data.acquiregun4;
gotoAndPlay("level" + _root.level);
}
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 535 Button
on (release) {
getURL ("http://www.armorgames.com", (window = "_blank"));
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 554 Button
on (rollOver) {
_root.textbox.gotoAndStop(7);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun2 != 1) {
if (_root.money >= 10000) {
_root.acquiregun2 = 1;
_root.money = _root.money - 10000;
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 10000) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun2 == 1) {
_root.textbox.gotoAndStop(27);
}
}
Symbol 555 Button
on (rollOver) {
_root.textbox.gotoAndStop(9);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun3 != 1) {
if (_root.money >= 10000) {
_root.acquiregun3 = 1;
_root.money = _root.money - 10000;
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 10000) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun3 == 1) {
_root.textbox.gotoAndStop(27);
}
}
Symbol 556 Button
on (rollOver) {
_root.textbox.gotoAndStop(11);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun4 != 1) {
if (_root.money >= 15000) {
_root.acquiregun4 = 1;
_root.money = _root.money - 15000;
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 15000) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun4 == 1) {
_root.textbox.gotoAndStop(27);
}
}
Symbol 557 Button
on (rollOver) {
_root.textbox.gotoAndStop(13);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.money >= 500) {
_root.ammo1 = _root.ammo1 + 100;
_root.bar.ammopic.ammo1 = _root.bar.ammopic.ammo1 + 100;
_root.money = _root.money - 500;
_root.bar.gunpic.gotoAndStop(1);
_root.bar.ammopic.gotoAndStop(1);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 500) {
_root.textbox.gotoAndStop(3);
}
}
Symbol 558 Button
on (rollOver) {
_root.textbox.gotoAndStop(15);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun2 == 1) {
if (_root.money >= 1500) {
_root.ammo2 = _root.ammo2 + 100;
_root.bar.ammopic.ammo2 = _root.bar.ammopic.ammo2 + 100;
_root.money = _root.money - 1500;
_root.bar.gunpic.gotoAndStop(2);
_root.bar.ammopic.gotoAndStop(2);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 1500) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun2 != 1) {
_root.textbox.gotoAndStop(29);
}
}
Symbol 559 Button
on (rollOver) {
_root.textbox.gotoAndStop(17);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun3 == 1) {
if (_root.money >= 1500) {
_root.ammo3 = _root.ammo3 + 100;
_root.bar.ammopic.ammo3 = _root.bar.ammopic.ammo3 + 100;
_root.money = _root.money - 1500;
_root.bar.gunpic.gotoAndStop(3);
_root.bar.ammopic.gotoAndStop(3);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 1500) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun3 != 1) {
_root.textbox.gotoAndStop(31);
}
}
Symbol 560 Button
on (rollOver) {
_root.textbox.gotoAndStop(21);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.money >= 2000) {
_root.money = _root.money - 2000;
_root.health = 1;
_root.bar.crowns.gotoAndStop(1);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 2000) {
_root.textbox.gotoAndStop(3);
}
}
Symbol 561 Button
on (rollOver) {
_root.textbox.gotoAndStop(23);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
savefile.data.money = _root.money;
savefile.data.level = _root.level;
savefile.data.health = _root.health;
savefile.data.ammo1 = _root.ammo1;
savefile.data.ammo2 = _root.ammo2;
savefile.data.ammo3 = _root.ammo3;
savefile.data.ammo4 = _root.ammo4;
savefile.data.acquiregun2 = _root.acquiregun2;
savefile.data.acquiregun3 = _root.acquiregun3;
savefile.data.acquiregun4 = _root.acquiregun4;
savefile.flush();
_root.gotoAndPlay("level" + _root.level);
}
Symbol 562 Button
on (rollOver) {
_root.textbox.gotoAndStop(25);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
_root.gotoAndPlay("level" + _root.level);
}
Symbol 563 Button
on (rollOver) {
_root.textbox.gotoAndStop(19);
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
on (rollOut) {
_root.textbox.gotoAndStop(1);
}
on (press) {
if (_root.acquiregun4 == 1) {
if (_root.money >= 2000) {
_root.ammo4 = _root.ammo4 + 10;
_root.bar.ammopic.ammo4 = _root.bar.ammopic.ammo4 + 100;
_root.money = _root.money - 2000;
_root.bar.gunpic.gotoAndStop(4);
_root.bar.ammopic.gotoAndStop(4);
_root.textbox.gotoAndStop(5);
} else if (_root.money < 2000) {
_root.textbox.gotoAndStop(3);
}
} else if (_root.acquiregun4 != 1) {
_root.textbox.gotoAndStop(33);
}
}
Symbol 581 MovieClip Frame 1
stop();
Symbol 581 MovieClip Frame 3
stop();
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 5
stop();
if (_root.muted2 == false) {
_root.cashreg_sound.start();
_root.cashreg_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 7
stop();
Symbol 581 MovieClip Frame 9
stop();
Symbol 581 MovieClip Frame 11
stop();
Symbol 581 MovieClip Frame 13
stop();
Symbol 581 MovieClip Frame 15
stop();
Symbol 581 MovieClip Frame 17
stop();
Symbol 581 MovieClip Frame 19
stop();
Symbol 581 MovieClip Frame 21
stop();
Symbol 581 MovieClip Frame 23
stop();
if (_root.muted2 == false) {
_root.cashreg_sound.start();
_root.cashreg_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 25
stop();
if (_root.muted2 == false) {
_root.cashreg_sound.start();
_root.cashreg_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 27
stop();
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 29
stop();
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 31
stop();
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
Symbol 581 MovieClip Frame 33
stop();
if (_root.muted2 == false) {
_root.wrong_sound.start();
_root.wrong_sound.setVolume(50);
}
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 9
gotoAndStop (1);
Symbol 584 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 582 MovieClip "rockhit" in Symbol 584 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy5 = _root.enemy5 + 2;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy5 = _root.enemy5 + 1;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy5 = _root.enemy5 + 5;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy5 = _root.enemy5 + 5;
_parent.gotoAndStop(_root.enemy5);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy5 = _root.enemy5 + 5;
_parent.gotoAndStop(_root.enemy5);
}
}
Symbol 584 MovieClip Frame 2
stop();
Symbol 584 MovieClip Frame 3
stop();
Symbol 584 MovieClip Frame 4
stop();
Symbol 584 MovieClip Frame 5
stop();
Symbol 584 MovieClip Frame 6
stop();
Symbol 584 MovieClip Frame 7
stop();
Symbol 584 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 584 MovieClip "rockenemy" in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 586 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 9
gotoAndStop (1);
Symbol 588 MovieClip Frame 1
stop();
Instance of Symbol 586 MovieClip "rockhit" in Symbol 588 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy6 = _root.enemy6 + 2;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy6 = _root.enemy6 + 1;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy6 = _root.enemy6 + 5;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy6 = _root.enemy6 + 5;
_parent.gotoAndStop(_root.enemy6);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy6 = _root.enemy6 + 5;
_parent.gotoAndStop(_root.enemy6);
}
}
Symbol 588 MovieClip Frame 2
stop();
Symbol 588 MovieClip Frame 3
stop();
Symbol 588 MovieClip Frame 4
stop();
Symbol 588 MovieClip Frame 5
stop();
Symbol 588 MovieClip Frame 6
stop();
Symbol 588 MovieClip Frame 7
stop();
Symbol 588 MovieClip Frame 8
stop();
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 590 MovieClip Frame 1
stop();
Symbol 590 MovieClip Frame 9
gotoAndStop (1);
Symbol 592 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 590 MovieClip "rockhit" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy7 = _root.enemy7 + 2;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy7 = _root.enemy7 + 1;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy7 = _root.enemy7 + 5;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy7 = _root.enemy7 + 5;
_parent.gotoAndStop(_root.enemy7);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy7 = _root.enemy7 + 5;
_parent.gotoAndStop(_root.enemy7);
}
}
Symbol 592 MovieClip Frame 2
stop();
Symbol 592 MovieClip Frame 3
stop();
Symbol 592 MovieClip Frame 4
stop();
Symbol 592 MovieClip Frame 5
stop();
Symbol 592 MovieClip Frame 6
stop();
Symbol 592 MovieClip Frame 7
stop();
Symbol 592 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 592 MovieClip "rockenemy" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 594 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 9
gotoAndStop (1);
Symbol 596 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 594 MovieClip "rockhit" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.flenemy7 = _root.flenemy7 + 2;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.flenemy7 = _root.flenemy7 + 1;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.flenemy7 = _root.flenemy7 + 5;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.flenemy7 = _root.flenemy7 + 5;
_parent.gotoAndStop(_root.flenemy7);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.flenemy7 = _root.flenemy7 + 5;
_parent.gotoAndStop(_root.flenemy7);
}
}
Symbol 596 MovieClip Frame 2
stop();
Symbol 596 MovieClip Frame 3
stop();
Symbol 596 MovieClip Frame 4
stop();
Symbol 596 MovieClip Frame 5
stop();
Symbol 596 MovieClip Frame 6
stop();
Symbol 596 MovieClip Frame 7
stop();
Symbol 596 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 596 MovieClip in Symbol 597 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._y = this._y + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 9
gotoAndStop (1);
Symbol 600 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 598 MovieClip "rockhit" in Symbol 600 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.flenemy1 = _root.flenemy1 + 2;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.flenemy1 = _root.flenemy1 + 1;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.flenemy1 = _root.flenemy1 + 5;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.flenemy1 = _root.flenemy1 + 5;
_parent.gotoAndStop(_root.flenemy1);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.flenemy1 = _root.flenemy1 + 5;
_parent.gotoAndStop(_root.flenemy1);
}
}
Symbol 600 MovieClip Frame 2
stop();
Symbol 600 MovieClip Frame 3
stop();
Symbol 600 MovieClip Frame 4
stop();
Symbol 600 MovieClip Frame 5
stop();
Symbol 600 MovieClip Frame 6
stop();
Symbol 600 MovieClip Frame 7
stop();
Symbol 600 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 600 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._y = this._y + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 585 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 589 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 593 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 597 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
distance = 75;
}
Instance of Symbol 601 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 325 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Symbol 606 MovieClip Frame 1
stop();
Instance of Symbol 604 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Instance of Symbol 604 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Instance of Symbol 604 MovieClip in Symbol 606 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Symbol 606 MovieClip Frame 2
if (_root.muted2 == false) {
_root.zap_sound.start();
_root.zap_sound.setVolume(50);
}
Symbol 606 MovieClip Frame 4
gotoAndStop (1);
Instance of Symbol 606 MovieClip in Symbol 607 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._y = this._y + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 608 MovieClip Frame 1
stop();
Symbol 608 MovieClip Frame 9
gotoAndStop (1);
Symbol 610 MovieClip Frame 1
stop();
Instance of Symbol 608 MovieClip "rockhit" in Symbol 610 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy8 = _root.enemy8 + 2;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy8 = _root.enemy8 + 1;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy8 = _root.enemy8 + 5;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy8 = _root.enemy8 + 5;
_parent.gotoAndStop(_root.enemy8);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy8 = _root.enemy8 + 5;
_parent.gotoAndStop(_root.enemy8);
}
}
Symbol 610 MovieClip Frame 2
stop();
Symbol 610 MovieClip Frame 3
stop();
Symbol 610 MovieClip Frame 4
stop();
Symbol 610 MovieClip Frame 5
stop();
Symbol 610 MovieClip Frame 6
stop();
Symbol 610 MovieClip Frame 7
stop();
Symbol 610 MovieClip Frame 8
stop();
Instance of Symbol 610 MovieClip in Symbol 611 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 9
gotoAndStop (1);
Symbol 614 MovieClip Frame 1
stop();
Instance of Symbol 612 MovieClip "rockhit" in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy9 = _root.enemy9 + 2;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy9 = _root.enemy9 + 1;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy9 = _root.enemy9 + 5;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy9 = _root.enemy9 + 5;
_parent.gotoAndStop(_root.enemy9);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy9 = _root.enemy9 + 5;
_parent.gotoAndStop(_root.enemy9);
}
}
Symbol 614 MovieClip Frame 2
stop();
Symbol 614 MovieClip Frame 3
stop();
Symbol 614 MovieClip Frame 4
stop();
Symbol 614 MovieClip Frame 5
stop();
Symbol 614 MovieClip Frame 6
stop();
Symbol 614 MovieClip Frame 7
stop();
Symbol 614 MovieClip Frame 8
stop();
Instance of Symbol 614 MovieClip "rockenemy" in Symbol 615 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 616 MovieClip Frame 1
stop();
Symbol 616 MovieClip Frame 9
gotoAndStop (1);
Symbol 618 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 616 MovieClip "rockhit" in Symbol 618 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.enemy10 = _root.enemy10 + 2;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.enemy10 = _root.enemy10 + 1;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.enemy10 = _root.enemy10 + 5;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.enemy10 = _root.enemy10 + 5;
_parent.gotoAndStop(_root.enemy10);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.enemy10 = _root.enemy10 + 5;
_parent.gotoAndStop(_root.enemy10);
}
}
Symbol 618 MovieClip Frame 2
stop();
Symbol 618 MovieClip Frame 3
stop();
Symbol 618 MovieClip Frame 4
stop();
Symbol 618 MovieClip Frame 5
stop();
Symbol 618 MovieClip Frame 6
stop();
Symbol 618 MovieClip Frame 7
stop();
Symbol 618 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 618 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 620 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 9
gotoAndStop (1);
Symbol 622 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 620 MovieClip "rockhit" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.rockhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.flenemy3 = _root.flenemy3 + 2;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.flenemy3 = _root.flenemy3 + 1;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.flenemy3 = _root.flenemy3 + 5;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.flenemy3 = _root.flenemy3 + 5;
_parent.gotoAndStop(_root.flenemy3);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.flenemy3 = _root.flenemy3 + 5;
_parent.gotoAndStop(_root.flenemy3);
}
}
Symbol 622 MovieClip Frame 2
stop();
Symbol 622 MovieClip Frame 3
stop();
Symbol 622 MovieClip Frame 4
stop();
Symbol 622 MovieClip Frame 5
stop();
Symbol 622 MovieClip Frame 6
stop();
Symbol 622 MovieClip Frame 7
stop();
Symbol 622 MovieClip Frame 8
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 622 MovieClip "rockenemy" in Symbol 623 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._y = this._y + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 607 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 607 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 611 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 615 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 619 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 623 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 624 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 593 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 597 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 75;
}
Instance of Symbol 601 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 325 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 623 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 526 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 522 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 619 MovieClip in Symbol 626 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 629 MovieClip Frame 90
stop();
Instance of Symbol 593 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 597 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 75;
}
Instance of Symbol 601 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 325 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 623 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 526 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 522 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 619 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 515 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 585 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 611 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 619 MovieClip in Symbol 635 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 611 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 619 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 526 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 511 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 522 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 515 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 589 MovieClip in Symbol 637 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 643 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.timer == 0) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
Symbol 645 MovieClip Frame 90
stop();
Symbol 665 Button
on (press) {
nextFrame();
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 667 Button
on (press) {
prevFrame();
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 677 Button
on (press) {
_root.level = _root.level + 1;
_root.gotoAndStop("shop");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 678 MovieClip Frame 1
stop();
Symbol 682 Button
on (press) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 683 MovieClip Frame 1
stop();
Instance of Symbol 685 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 694 MovieClip in Symbol 695 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
}
Symbol 700 MovieClip Frame 1
stop();
Instance of Symbol 700 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
this.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
this.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
this.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
this.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
this.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
this.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
this.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
this.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
this.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
this.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
this.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
this.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
this.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
this.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
this.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
this.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
this.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
this.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
this.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
this.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
this.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
this.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
this.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
this.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
this.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
this.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
this.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
this.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
this.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
this.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
this.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
this.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
this.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
this.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
this.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
this.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
this.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
this.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
this.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
this.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
this.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
this.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
this.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
this.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
this.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
this.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
this.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
this.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
this.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
this.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
this.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
this.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
this.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
this.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
this.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
this.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
this.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
this.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
this.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
this.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
this.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
this.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
this.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
this.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
this.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
this.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
this.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
this.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
this.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
this.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
this.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
this.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
this.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
this.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
this.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
this.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
this.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
this.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
this.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
this.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
this.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
this.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
this.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
this.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
this.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
this.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
this.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
this.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
this.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
this.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
this.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
this.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
this.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
this.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
this.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
this.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
this.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
this.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
this.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
this.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
this.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
this.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
this.play();
}
}
Symbol 708 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 133
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
Symbol 715 MovieClip Frame 1
stop();
Symbol 727 MovieClip Frame 1
stop();
Symbol 727 MovieClip Frame 9
gotoAndStop (1);
Symbol 731 MovieClip Frame 1
stop();
Instance of Symbol 727 MovieClip "mushroomhit" in Symbol 731 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
}
Symbol 731 MovieClip Frame 2
stop();
Symbol 731 MovieClip Frame 3
stop();
Symbol 731 MovieClip Frame 4
stop();
Symbol 731 MovieClip Frame 5
stop();
Symbol 731 MovieClip Frame 6
stop();
Symbol 731 MovieClip Frame 7
stop();
Symbol 731 MovieClip Frame 8
stop();
Symbol 731 MovieClip Frame 9
stop();
Symbol 731 MovieClip Frame 10
stop();
Symbol 731 MovieClip Frame 11
stop();
Instance of Symbol 731 MovieClip in Symbol 732 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 733 MovieClip Frame 1
stop();
Symbol 733 MovieClip Frame 9
gotoAndStop (1);
Symbol 736 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 733 MovieClip "mushroomhit" in Symbol 736 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
}
Symbol 736 MovieClip Frame 2
stop();
Symbol 736 MovieClip Frame 3
stop();
Symbol 736 MovieClip Frame 4
stop();
Symbol 736 MovieClip Frame 5
stop();
Symbol 736 MovieClip Frame 6
stop();
Symbol 736 MovieClip Frame 7
stop();
Symbol 736 MovieClip Frame 8
stop();
Symbol 736 MovieClip Frame 9
stop();
Symbol 736 MovieClip Frame 10
stop();
Symbol 736 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 736 MovieClip in Symbol 737 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 738 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 9
gotoAndStop (1);
Symbol 741 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 738 MovieClip "mushroomhit" in Symbol 741 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy3 = _root.menemy3 + 2;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy3 = _root.menemy3 + 1;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy3 = _root.menemy3 + 5;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy3 = _root.menemy3 + 5;
_parent.gotoAndStop(_root.menemy3);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy3 = _root.menemy3 + 5;
_parent.gotoAndStop(_root.menemy3);
}
}
Symbol 741 MovieClip Frame 2
stop();
Symbol 741 MovieClip Frame 3
stop();
Symbol 741 MovieClip Frame 4
stop();
Symbol 741 MovieClip Frame 5
stop();
Symbol 741 MovieClip Frame 6
stop();
Symbol 741 MovieClip Frame 7
stop();
Symbol 741 MovieClip Frame 8
stop();
Symbol 741 MovieClip Frame 9
stop();
Symbol 741 MovieClip Frame 10
stop();
Symbol 741 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 741 MovieClip in Symbol 742 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 9
gotoAndStop (1);
Symbol 746 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 743 MovieClip "mushroomhit" in Symbol 746 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy4 = _root.menemy4 + 2;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy4 = _root.menemy4 + 1;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy4 = _root.menemy4 + 5;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy4 = _root.menemy4 + 5;
_parent.gotoAndStop(_root.menemy4);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy4 = _root.menemy4 + 5;
_parent.gotoAndStop(_root.menemy4);
}
}
Symbol 746 MovieClip Frame 2
stop();
Symbol 746 MovieClip Frame 3
stop();
Symbol 746 MovieClip Frame 4
stop();
Symbol 746 MovieClip Frame 5
stop();
Symbol 746 MovieClip Frame 6
stop();
Symbol 746 MovieClip Frame 7
stop();
Symbol 746 MovieClip Frame 8
stop();
Symbol 746 MovieClip Frame 9
stop();
Symbol 746 MovieClip Frame 10
stop();
Symbol 746 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 746 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 748 MovieClip Frame 1
stop();
Symbol 748 MovieClip Frame 9
gotoAndStop (1);
Symbol 751 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 748 MovieClip "mushroomhit" in Symbol 751 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy5 = _root.menemy5 + 2;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy5 = _root.menemy5 + 1;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy5 = _root.menemy5 + 5;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy5 = _root.menemy5 + 5;
_parent.gotoAndStop(_root.menemy5);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy5 = _root.menemy5 + 5;
_parent.gotoAndStop(_root.menemy5);
}
}
Symbol 751 MovieClip Frame 2
stop();
Symbol 751 MovieClip Frame 3
stop();
Symbol 751 MovieClip Frame 4
stop();
Symbol 751 MovieClip Frame 5
stop();
Symbol 751 MovieClip Frame 6
stop();
Symbol 751 MovieClip Frame 7
stop();
Symbol 751 MovieClip Frame 8
stop();
Symbol 751 MovieClip Frame 9
stop();
Symbol 751 MovieClip Frame 10
stop();
Symbol 751 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 751 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 325 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 732 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
distance = 20;
}
Instance of Symbol 737 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 742 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 747 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 752 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 768 MovieClip Frame 1
stop();
Instance of Symbol 755 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.nextFrame();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.nextFrame();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.nextFrame();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.nextFrame();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.nextFrame();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.nextFrame();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.nextFrame();
}
}
Instance of Symbol 755 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_parent.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_parent.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_parent.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_parent.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_parent.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_parent.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_parent.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_parent.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_parent.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_parent.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_parent.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_parent.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_parent.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_parent.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_parent.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_parent.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_parent.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_parent.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_parent.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_parent.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_parent.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_parent.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_parent.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_parent.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_parent.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_parent.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_parent.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_parent.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_parent.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_parent.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_parent.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_parent.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_parent.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_parent.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_parent.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_parent.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_parent.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_parent.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_parent.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_parent.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_parent.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_parent.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_parent.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_parent.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_parent.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_parent.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_parent.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_parent.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_parent.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_parent.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_parent.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_parent.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_parent.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_parent.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_parent.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_parent.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_parent.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_parent.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_parent.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_parent.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_parent.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_parent.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_parent.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_parent.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_parent.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_parent.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_parent.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_parent.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_parent.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_parent.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_parent.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_parent.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_parent.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_parent.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_parent.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_parent.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_parent.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_parent.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_parent.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_parent.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_parent.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_parent.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_parent.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_parent.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_parent.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_parent.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_parent.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_parent.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_parent.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_parent.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_parent.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_parent.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_parent.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_parent.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_parent.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_parent.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_parent.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_parent.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_parent.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_parent.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_parent.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_parent.play();
}
}
Instance of Symbol 755 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
}
}
Instance of Symbol 755 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
}
Symbol 768 MovieClip Frame 2
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 3
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 4
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 5
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 6
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 7
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 8
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 9
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 10
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 11
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Symbol 768 MovieClip Frame 12
if (_root.muted2 == false) {
_root.break_sound.start();
_root.break_sound.setVolume(50);
}
stop();
Instance of Symbol 325 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 503 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 200;
}
Instance of Symbol 506 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 200;
}
Instance of Symbol 737 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 200;
}
Instance of Symbol 742 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 752 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 771 MovieClip Frame 1
stop();
Symbol 771 MovieClip Frame 9
gotoAndStop (1);
Symbol 774 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 771 MovieClip "mushroomhit" in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy7 = _root.menemy7 + 2;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy7 = _root.menemy7 + 1;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy7 = _root.menemy7 + 5;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy7 = _root.menemy7 + 5;
_parent.gotoAndStop(_root.menemy7);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy7 = _root.menemy7 + 5;
_parent.gotoAndStop(_root.menemy7);
}
}
Symbol 774 MovieClip Frame 2
stop();
Symbol 774 MovieClip Frame 3
stop();
Symbol 774 MovieClip Frame 4
stop();
Symbol 774 MovieClip Frame 5
stop();
Symbol 774 MovieClip Frame 6
stop();
Symbol 774 MovieClip Frame 7
stop();
Symbol 774 MovieClip Frame 8
stop();
Symbol 774 MovieClip Frame 9
stop();
Symbol 774 MovieClip Frame 10
stop();
Symbol 774 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 774 MovieClip in Symbol 775 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 737 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 747 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 742 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 752 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 778 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 9
gotoAndStop (1);
Symbol 781 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 778 MovieClip "mushroomhit" in Symbol 781 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy6 = _root.menemy6 + 2;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy6 = _root.menemy6 + 1;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy6 = _root.menemy6 + 5;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy6 = _root.menemy6 + 5;
_parent.gotoAndStop(_root.menemy6);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy6 = _root.menemy6 + 5;
_parent.gotoAndStop(_root.menemy6);
}
}
Symbol 781 MovieClip Frame 2
stop();
Symbol 781 MovieClip Frame 3
stop();
Symbol 781 MovieClip Frame 4
stop();
Symbol 781 MovieClip Frame 5
stop();
Symbol 781 MovieClip Frame 6
stop();
Symbol 781 MovieClip Frame 7
stop();
Symbol 781 MovieClip Frame 8
stop();
Symbol 781 MovieClip Frame 9
stop();
Symbol 781 MovieClip Frame 10
stop();
Symbol 781 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 781 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 9
gotoAndStop (1);
Symbol 786 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 783 MovieClip "mushroomhit" in Symbol 786 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy8 = _root.menemy8 + 2;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy8 = _root.menemy8 + 1;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy8 = _root.menemy8 + 5;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy8 = _root.menemy8 + 5;
_parent.gotoAndStop(_root.menemy8);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy8 = _root.menemy8 + 5;
_parent.gotoAndStop(_root.menemy8);
}
}
Symbol 786 MovieClip Frame 2
stop();
Symbol 786 MovieClip Frame 3
stop();
Symbol 786 MovieClip Frame 4
stop();
Symbol 786 MovieClip Frame 5
stop();
Symbol 786 MovieClip Frame 6
stop();
Symbol 786 MovieClip Frame 7
stop();
Symbol 786 MovieClip Frame 8
stop();
Symbol 786 MovieClip Frame 9
stop();
Symbol 786 MovieClip Frame 10
stop();
Symbol 786 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Instance of Symbol 786 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
}
}
Instance of Symbol 737 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 742 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 752 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 782 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 787 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 737 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 742 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 752 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 782 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 787 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 792 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 325 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 737 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 742 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 752 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 795 MovieClip Frame 1
onClipEvent (load) {
distance = 65;
}
Instance of Symbol 325 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 737 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 742 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 752 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 797 MovieClip Frame 1
onClipEvent (load) {
distance = 65;
}
Symbol 823 Button
on (press) {
nextFrame();
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 825 Button
on (press) {
_root.level = _root.level + 1;
_root.gotoAndStop("shop");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 826 Button
on (press) {
prevFrame();
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 827 MovieClip Frame 1
stop();
Symbol 830 Button
on (press) {
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 831 MovieClip Frame 1
stop();
Instance of Symbol 834 MovieClip in Symbol 836 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 834 MovieClip in Symbol 838 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 834 MovieClip in Symbol 840 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 9
gotoAndStop (1);
Symbol 844 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 841 MovieClip "mushroomhit" in Symbol 844 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bar.crowns.nextFrame();
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.bar.crowns.nextFrame();
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy2 = _root.menemy2 + 2;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy2 = _root.menemy2 + 1;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy2 = _root.menemy2 + 5;
_parent.gotoAndStop(_root.menemy2);
}
}
Symbol 844 MovieClip Frame 2
stop();
Symbol 844 MovieClip Frame 3
stop();
Symbol 844 MovieClip Frame 4
stop();
Symbol 844 MovieClip Frame 5
stop();
Symbol 844 MovieClip Frame 6
stop();
Symbol 844 MovieClip Frame 7
stop();
Symbol 844 MovieClip Frame 8
stop();
Symbol 844 MovieClip Frame 9
stop();
Symbol 844 MovieClip Frame 10
stop();
Symbol 844 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 845 MovieClip Frame 1
stop();
Symbol 845 MovieClip Frame 9
gotoAndStop (1);
Symbol 848 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 845 MovieClip "mushroomhit" in Symbol 848 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bar.crowns.nextFrame();
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.bar.crowns.nextFrame();
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.mushroomhit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.menemy1 = _root.menemy1 + 2;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.menemy1 = _root.menemy1 + 1;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.menemy1 = _root.menemy1 + 5;
_parent.gotoAndStop(_root.menemy1);
}
}
Symbol 848 MovieClip Frame 2
stop();
Symbol 848 MovieClip Frame 3
stop();
Symbol 848 MovieClip Frame 4
stop();
Symbol 848 MovieClip Frame 5
stop();
Symbol 848 MovieClip Frame 6
stop();
Symbol 848 MovieClip Frame 7
stop();
Symbol 848 MovieClip Frame 8
stop();
Symbol 848 MovieClip Frame 9
stop();
Symbol 848 MovieClip Frame 10
stop();
Symbol 848 MovieClip Frame 11
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 849 MovieClip Frame 183
if (_root.enemyattack == 0) {
gotoAndPlay (185);
_root.menemy1 = 1;
_root.menemy2 = 1;
} else if (_root.enemyattack != 0) {
gotoAndPlay (182);
}
Symbol 855 MovieClip Frame 1
stop();
Symbol 855 MovieClip Frame 237
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
Symbol 864 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 9
gotoAndStop (1);
Symbol 909 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 901 MovieClip "ninjahit" in Symbol 909 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy1 = _root.nenemy1 + 2;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy1 = _root.nenemy1 + 1;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy1 = _root.nenemy1 + 5;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy1 = _root.nenemy1 + 5;
_parent.gotoAndStop(_root.nenemy1);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy1 = _root.nenemy1 + 5;
_parent.gotoAndStop(_root.nenemy1);
}
}
Symbol 909 MovieClip Frame 2
stop();
Symbol 909 MovieClip Frame 3
stop();
Symbol 909 MovieClip Frame 4
stop();
Symbol 909 MovieClip Frame 5
stop();
Symbol 909 MovieClip Frame 6
stop();
Symbol 909 MovieClip Frame 7
stop();
Symbol 909 MovieClip Frame 8
stop();
Symbol 909 MovieClip Frame 9
stop();
Symbol 909 MovieClip Frame 10
stop();
Symbol 909 MovieClip Frame 11
stop();
Symbol 909 MovieClip Frame 12
stop();
Symbol 909 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 910 MovieClip Frame 1
stop();
Symbol 910 MovieClip Frame 2
stop();
Symbol 910 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 910 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Symbol 912 MovieClip Frame 1
stop();
Symbol 912 MovieClip Frame 9
gotoAndStop (1);
Symbol 918 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 912 MovieClip "ninjahit" in Symbol 918 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy2 = _root.nenemy2 + 2;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy2 = _root.nenemy2 + 1;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy2 = _root.nenemy2 + 5;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy2 = _root.nenemy2 + 5;
_parent.gotoAndStop(_root.nenemy2);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy2 = _root.nenemy2 + 5;
_parent.gotoAndStop(_root.nenemy2);
}
}
Symbol 918 MovieClip Frame 2
stop();
Symbol 918 MovieClip Frame 3
stop();
Symbol 918 MovieClip Frame 4
stop();
Symbol 918 MovieClip Frame 5
stop();
Symbol 918 MovieClip Frame 6
stop();
Symbol 918 MovieClip Frame 7
stop();
Symbol 918 MovieClip Frame 8
stop();
Symbol 918 MovieClip Frame 9
stop();
Symbol 918 MovieClip Frame 10
stop();
Symbol 918 MovieClip Frame 11
stop();
Symbol 918 MovieClip Frame 12
stop();
Symbol 918 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 919 MovieClip Frame 1
stop();
Symbol 919 MovieClip Frame 2
stop();
Symbol 919 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 919 MovieClip in Symbol 920 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 921 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 911 MovieClip in Symbol 921 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 920 MovieClip in Symbol 921 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 926 MovieClip Frame 1
stop();
Symbol 926 MovieClip Frame 2
if (_root.muted2 == false) {
_root.zap_sound.start();
_root.zap_sound.setVolume(50);
}
Symbol 926 MovieClip Frame 4
gotoAndStop (1);
Symbol 927 MovieClip Frame 1
stop();
Symbol 927 MovieClip Frame 4
gotoAndStop (1);
Instance of Symbol 923 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x + _root.bg_speed;
_root.clouds._x = _root.clouds._x + 1;
_root.sun._x = _root.sun._x + 0.5;
_root.a = _root.a - 15;
}
}
Instance of Symbol 923 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.bg._x = _root.bg._x - _root.bg_speed;
_root.clouds._x = _root.clouds._x - 1;
_root.sun._x = _root.sun._x - 0.5;
_root.a = _root.a + 15;
}
}
Instance of Symbol 927 MovieClip in Symbol 928 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.jumpingvar == true)) {
this.gotoAndPlay("bump");
if (_root.jump_meter.jump_ticker == 1) {
_root.jump_meter.gotoAndPlay(15);
}
if (_root.jump_meter.jump_ticker == 2) {
_root.jump_meter.gotoAndPlay(14);
}
if (_root.jump_meter.jump_ticker == 3) {
_root.jump_meter.gotoAndPlay(13);
}
if (_root.jump_meter.jump_ticker == 4) {
_root.jump_meter.gotoAndPlay(12);
}
if (_root.jump_meter.jump_ticker == 5) {
_root.jump_meter.gotoAndPlay(11);
}
if (_root.jump_meter.jump_ticker == 6) {
_root.jump_meter.gotoAndPlay(10);
}
if (_root.jump_meter.jump_ticker == 7) {
_root.jump_meter.gotoAndPlay(9);
}
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
this.platformglow.play();
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
this.platformglow.play();
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
this.platformglow.play();
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
this.platformglow.play();
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
this.platformglow.play();
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
this.platformglow.play();
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
this.platformglow.play();
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
this.platformglow.play();
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
this.platformglow.play();
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
this.platformglow.play();
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
this.platformglow.play();
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
this.platformglow.play();
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
this.platformglow.play();
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
this.platformglow.play();
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
this.platformglow.play();
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
this.platformglow.play();
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
this.platformglow.play();
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
this.platformglow.play();
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
this.platformglow.play();
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
this.platformglow.play();
}
}
Symbol 930 MovieClip Frame 45
_root.gravity = true;
Instance of Symbol 930 MovieClip in Symbol 931 MovieClip Frame 1
onClipEvent (load) {
_parent._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.jumphit) and (_root.jumpingvar == true)) {
_root.on_solid_ground = true;
_root.jump_meter.gotoAndStop(1);
_root.man2._y = _parent._y - 525;
_root.jumpingvar == false;
}
if (this.hitTest(_root.man2.jumphit)) {
_root.gravity = false;
_root.on_solid_ground = true;
_root.man2._y = _parent._y - 525;
}
}
Symbol 932 MovieClip Frame 1
stop();
Symbol 932 MovieClip Frame 9
gotoAndStop (1);
Symbol 938 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 932 MovieClip "ninjahit" in Symbol 938 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy3 = _root.nenemy3 + 2;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy3 = _root.nenemy3 + 1;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy3 = _root.nenemy3 + 5;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy3 = _root.nenemy3 + 5;
_parent.gotoAndStop(_root.nenemy3);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy3 = _root.nenemy3 + 5;
_parent.gotoAndStop(_root.nenemy3);
}
}
Symbol 938 MovieClip Frame 2
stop();
Symbol 938 MovieClip Frame 3
stop();
Symbol 938 MovieClip Frame 4
stop();
Symbol 938 MovieClip Frame 5
stop();
Symbol 938 MovieClip Frame 6
stop();
Symbol 938 MovieClip Frame 7
stop();
Symbol 938 MovieClip Frame 8
stop();
Symbol 938 MovieClip Frame 9
stop();
Symbol 938 MovieClip Frame 10
stop();
Symbol 938 MovieClip Frame 11
stop();
Symbol 938 MovieClip Frame 12
stop();
Symbol 938 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 939 MovieClip Frame 1
stop();
Symbol 939 MovieClip Frame 2
stop();
Symbol 939 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 939 MovieClip in Symbol 940 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 911 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 920 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 943 MovieClip Frame 1
stop();
Symbol 943 MovieClip Frame 9
gotoAndStop (1);
Symbol 949 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 943 MovieClip "ninjahit" in Symbol 949 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy4 = _root.nenemy4 + 2;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy4 = _root.nenemy4 + 1;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy4 = _root.nenemy4 + 5;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy4 = _root.nenemy4 + 5;
_parent.gotoAndStop(_root.nenemy4);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy4 = _root.nenemy4 + 5;
_parent.gotoAndStop(_root.nenemy4);
}
}
Symbol 949 MovieClip Frame 2
stop();
Symbol 949 MovieClip Frame 3
stop();
Symbol 949 MovieClip Frame 4
stop();
Symbol 949 MovieClip Frame 5
stop();
Symbol 949 MovieClip Frame 6
stop();
Symbol 949 MovieClip Frame 7
stop();
Symbol 949 MovieClip Frame 8
stop();
Symbol 949 MovieClip Frame 9
stop();
Symbol 949 MovieClip Frame 10
stop();
Symbol 949 MovieClip Frame 11
stop();
Symbol 949 MovieClip Frame 12
stop();
Symbol 949 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 950 MovieClip Frame 1
stop();
Symbol 950 MovieClip Frame 2
stop();
Symbol 950 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 950 MovieClip in Symbol 951 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Instance of Symbol 325 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 920 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 951 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 954 MovieClip Frame 1
stop();
Symbol 954 MovieClip Frame 9
gotoAndStop (1);
Symbol 960 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 954 MovieClip "ninjahit" in Symbol 960 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy5 = _root.nenemy5 + 2;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy5 = _root.nenemy5 + 1;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy5 = _root.nenemy5 + 5;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy5 = _root.nenemy5 + 5;
_parent.gotoAndStop(_root.nenemy5);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy5 = _root.nenemy5 + 5;
_parent.gotoAndStop(_root.nenemy5);
}
}
Symbol 960 MovieClip Frame 2
stop();
Symbol 960 MovieClip Frame 3
stop();
Symbol 960 MovieClip Frame 4
stop();
Symbol 960 MovieClip Frame 5
stop();
Symbol 960 MovieClip Frame 6
stop();
Symbol 960 MovieClip Frame 7
stop();
Symbol 960 MovieClip Frame 8
stop();
Symbol 960 MovieClip Frame 9
stop();
Symbol 960 MovieClip Frame 10
stop();
Symbol 960 MovieClip Frame 11
stop();
Symbol 960 MovieClip Frame 12
stop();
Symbol 960 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 961 MovieClip Frame 1
stop();
Symbol 961 MovieClip Frame 2
stop();
Symbol 961 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 961 MovieClip in Symbol 962 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Symbol 963 MovieClip Frame 1
stop();
Symbol 963 MovieClip Frame 9
gotoAndStop (1);
Symbol 969 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 963 MovieClip "ninjahit" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy7 = _root.nenemy7 + 2;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy7 = _root.nenemy7 + 1;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy7 = _root.nenemy7 + 5;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy7 = _root.nenemy7 + 5;
_parent.gotoAndStop(_root.nenemy7);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy7 = _root.nenemy7 + 5;
_parent.gotoAndStop(_root.nenemy7);
}
}
Symbol 969 MovieClip Frame 2
stop();
Symbol 969 MovieClip Frame 3
stop();
Symbol 969 MovieClip Frame 4
stop();
Symbol 969 MovieClip Frame 5
stop();
Symbol 969 MovieClip Frame 6
stop();
Symbol 969 MovieClip Frame 7
stop();
Symbol 969 MovieClip Frame 8
stop();
Symbol 969 MovieClip Frame 9
stop();
Symbol 969 MovieClip Frame 10
stop();
Symbol 969 MovieClip Frame 11
stop();
Symbol 969 MovieClip Frame 12
stop();
Symbol 969 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 970 MovieClip Frame 1
stop();
Symbol 970 MovieClip Frame 2
stop();
Symbol 970 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 970 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Instance of Symbol 920 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 951 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 962 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 971 MovieClip in Symbol 972 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 975 MovieClip Frame 1
stop();
Symbol 975 MovieClip Frame 9
gotoAndStop (1);
Symbol 981 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 975 MovieClip "ninjahit" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy6 = _root.nenemy6 + 2;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy6 = _root.nenemy6 + 1;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy6 = _root.nenemy6 + 5;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy6 = _root.nenemy6 + 5;
_parent.gotoAndStop(_root.nenemy6);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy6 = _root.nenemy6 + 5;
_parent.gotoAndStop(_root.nenemy6);
}
}
Symbol 981 MovieClip Frame 2
stop();
Symbol 981 MovieClip Frame 3
stop();
Symbol 981 MovieClip Frame 4
stop();
Symbol 981 MovieClip Frame 5
stop();
Symbol 981 MovieClip Frame 6
stop();
Symbol 981 MovieClip Frame 7
stop();
Symbol 981 MovieClip Frame 8
stop();
Symbol 981 MovieClip Frame 9
stop();
Symbol 981 MovieClip Frame 10
stop();
Symbol 981 MovieClip Frame 11
stop();
Symbol 981 MovieClip Frame 12
stop();
Symbol 981 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 982 MovieClip Frame 1
stop();
Symbol 982 MovieClip Frame 2
stop();
Symbol 982 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 982 MovieClip in Symbol 983 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Symbol 984 MovieClip Frame 1
stop();
Symbol 984 MovieClip Frame 9
gotoAndStop (1);
Symbol 990 MovieClip Frame 1
stop();
_root.enemyattack = _root.enemyattack + 1;
Instance of Symbol 984 MovieClip "ninjahit" in Symbol 990 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.man2.hitmicrobe2)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
this.ninjahit.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.nenemy8 = _root.nenemy8 + 2;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.nenemy8 = _root.nenemy8 + 1;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.nenemy8 = _root.nenemy8 + 5;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.nenemy8 = _root.nenemy8 + 5;
_parent.gotoAndStop(_root.nenemy8);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.nenemy8 = _root.nenemy8 + 5;
_parent.gotoAndStop(_root.nenemy8);
}
}
Symbol 990 MovieClip Frame 2
stop();
Symbol 990 MovieClip Frame 3
stop();
Symbol 990 MovieClip Frame 4
stop();
Symbol 990 MovieClip Frame 5
stop();
Symbol 990 MovieClip Frame 6
stop();
Symbol 990 MovieClip Frame 7
stop();
Symbol 990 MovieClip Frame 8
stop();
Symbol 990 MovieClip Frame 9
stop();
Symbol 990 MovieClip Frame 10
stop();
Symbol 990 MovieClip Frame 11
stop();
Symbol 990 MovieClip Frame 12
stop();
Symbol 990 MovieClip Frame 13
stop();
_root.enemyattack = _root.enemyattack - 1;
Symbol 991 MovieClip Frame 1
stop();
Symbol 991 MovieClip Frame 2
stop();
Symbol 991 MovieClip Frame 3
gotoAndStop (1);
Instance of Symbol 991 MovieClip in Symbol 992 MovieClip Frame 1
onClipEvent (load) {
move_me = 1;
addvar = -2;
}
onClipEvent (enterFrame) {
this._x = this._x + addvar;
move_me = move_me + 1;
if (move_me == _parent.distance) {
move_me = 1;
addvar = addvar * -1;
this.play();
}
}
Instance of Symbol 920 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe) and (_root.enemyattack == 0)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 951 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 962 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 983 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 971 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 992 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 920 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 951 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 996 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("level" + _root.level);
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 920 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 951 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.level = _root.level + 1;
_root.gotoAndPlay("shop");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 971 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1013 MovieClip Frame 1
stop();
Instance of Symbol 1020 MovieClip in Symbol 1023 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
}
Instance of Symbol 1015 MovieClip in Symbol 1024 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 1015 MovieClip in Symbol 1024 MovieClip Frame 51
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 1015 MovieClip in Symbol 1024 MovieClip Frame 104
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 1015 MovieClip in Symbol 1024 MovieClip Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Instance of Symbol 1015 MovieClip in Symbol 1024 MovieClip Frame 194
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.health = _root.health + 1;
_root.bar.crowns.gotoAndStop(_root.health);
_root.man2.man.body.play();
_root.man2.man.gun.armgun1.play();
_root.man2.man.gun2.armgun2.play();
_root.man2.man.gun3.armgun3.play();
_root.man2.man.gun4.armgun4.play();
_root.man2.play();
}
if (this.hitTest(_root.bullet1)) {
removeMovieClip(_root.bullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet2)) {
removeMovieClip(_root.bullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet3)) {
removeMovieClip(_root.bullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet4)) {
removeMovieClip(_root.bullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet5)) {
removeMovieClip(_root.bullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet6)) {
removeMovieClip(_root.bullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet7)) {
removeMovieClip(_root.bullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet8)) {
removeMovieClip(_root.bullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet9)) {
removeMovieClip(_root.bullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet10)) {
removeMovieClip(_root.bullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet11)) {
removeMovieClip(_root.bullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet12)) {
removeMovieClip(_root.bullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet13)) {
removeMovieClip(_root.bullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet14)) {
removeMovieClip(_root.bullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet15)) {
removeMovieClip(_root.bullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet16)) {
removeMovieClip(_root.bullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet17)) {
removeMovieClip(_root.bullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet18)) {
removeMovieClip(_root.bullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet19)) {
removeMovieClip(_root.bullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bullet20)) {
removeMovieClip(_root.bullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet1)) {
removeMovieClip(_root.shotbullet1);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet2)) {
removeMovieClip(_root.shotbullet2);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet3)) {
removeMovieClip(_root.shotbullet3);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet4)) {
removeMovieClip(_root.shotbullet4);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet5)) {
removeMovieClip(_root.shotbullet5);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet6)) {
removeMovieClip(_root.shotbullet6);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet7)) {
removeMovieClip(_root.shotbullet7);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet8)) {
removeMovieClip(_root.shotbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet9)) {
removeMovieClip(_root.shotbullet9);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet10)) {
removeMovieClip(_root.shotbullet10);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet11)) {
removeMovieClip(_root.shotbullet11);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet12)) {
removeMovieClip(_root.shotbullet12);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet13)) {
removeMovieClip(_root.shotbullet13);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet14)) {
removeMovieClip(_root.shotbullet14);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet15)) {
removeMovieClip(_root.shotbullet15);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet16)) {
removeMovieClip(_root.shotbullet16);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet17)) {
removeMovieClip(_root.shotbullet17);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet18)) {
removeMovieClip(_root.shotbullet18);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet19)) {
removeMovieClip(_root.shotbullet19);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.shotbullet20)) {
removeMovieClip(_root.shotbullet20);
_root.boss = _root.boss + 2;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet1)) {
removeMovieClip(_root.rapidbullet1);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet2)) {
removeMovieClip(_root.rapidbullet2);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet3)) {
removeMovieClip(_root.rapidbullet3);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet4)) {
removeMovieClip(_root.rapidbullet4);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet5)) {
removeMovieClip(_root.rapidbullet5);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet6)) {
removeMovieClip(_root.rapidbullet6);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet7)) {
removeMovieClip(_root.rapidbullet7);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet8)) {
removeMovieClip(_root.rapidbullet8);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet9)) {
removeMovieClip(_root.rapidbullet9);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet10)) {
removeMovieClip(_root.rapidbullet10);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet11)) {
removeMovieClip(_root.rapidbullet11);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet12)) {
removeMovieClip(_root.rapidbullet12);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet13)) {
removeMovieClip(_root.rapidbullet13);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet14)) {
removeMovieClip(_root.rapidbullet14);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet15)) {
removeMovieClip(_root.rapidbullet15);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet16)) {
removeMovieClip(_root.rapidbullet16);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet17)) {
removeMovieClip(_root.rapidbullet17);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet18)) {
removeMovieClip(_root.rapidbullet18);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet19)) {
removeMovieClip(_root.rapidbullet19);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet20)) {
removeMovieClip(_root.rapidbullet20);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet21)) {
removeMovieClip(_root.rapidbullet21);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet22)) {
removeMovieClip(_root.rapidbullet22);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet23)) {
removeMovieClip(_root.rapidbullet23);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet24)) {
removeMovieClip(_root.rapidbullet24);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet25)) {
removeMovieClip(_root.rapidbullet25);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet26)) {
removeMovieClip(_root.rapidbullet26);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet27)) {
removeMovieClip(_root.rapidbullet27);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet28)) {
removeMovieClip(_root.rapidbullet28);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet29)) {
removeMovieClip(_root.rapidbullet29);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet30)) {
removeMovieClip(_root.rapidbullet30);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet31)) {
removeMovieClip(_root.rapidbullet31);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet32)) {
removeMovieClip(_root.rapidbullet32);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet33)) {
removeMovieClip(_root.rapidbullet33);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet34)) {
removeMovieClip(_root.rapidbullet34);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet35)) {
removeMovieClip(_root.rapidbullet35);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet36)) {
removeMovieClip(_root.rapidbullet36);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet37)) {
removeMovieClip(_root.rapidbullet37);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet38)) {
removeMovieClip(_root.rapidbullet38);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet39)) {
removeMovieClip(_root.rapidbullet39);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet40)) {
removeMovieClip(_root.rapidbullet40);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet41)) {
removeMovieClip(_root.rapidbullet41);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet42)) {
removeMovieClip(_root.rapidbullet42);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet43)) {
removeMovieClip(_root.rapidbullet43);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet44)) {
removeMovieClip(_root.rapidbullet44);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet45)) {
removeMovieClip(_root.rapidbullet45);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet46)) {
removeMovieClip(_root.rapidbullet46);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet47)) {
removeMovieClip(_root.rapidbullet47);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet48)) {
removeMovieClip(_root.rapidbullet48);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet49)) {
removeMovieClip(_root.rapidbullet49);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet50)) {
removeMovieClip(_root.rapidbullet50);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet51)) {
removeMovieClip(_root.rapidbullet51);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet52)) {
removeMovieClip(_root.rapidbullet52);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet53)) {
removeMovieClip(_root.rapidbullet53);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet54)) {
removeMovieClip(_root.rapidbullet54);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet55)) {
removeMovieClip(_root.rapidbullet55);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet56)) {
removeMovieClip(_root.rapidbullet56);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet57)) {
removeMovieClip(_root.rapidbullet57);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet58)) {
removeMovieClip(_root.rapidbullet58);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet59)) {
removeMovieClip(_root.rapidbullet59);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.rapidbullet60)) {
removeMovieClip(_root.rapidbullet60);
_root.boss = _root.boss + 1;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet1)) {
removeMovieClip(_root.bigbullet1);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet2)) {
removeMovieClip(_root.bigbullet2);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
if (this.hitTest(_root.bigbullet3)) {
removeMovieClip(_root.bigbullet3);
_root.boss = _root.boss + 5;
_root.hitbar.gotoAndStop(_root.boss);
}
}
Symbol 1030 MovieClip Frame 1
stop();
Symbol 1030 MovieClip Frame 817
_root.level = _root.level + 1;
_root.gotoAndStop("level" + _root.level);
Symbol 1035 Button
on (press) {
_root.gotoAndStop("credits");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 1036 MovieClip Frame 1
stop();
Symbol 1043 MovieClip Frame 1
gotoAndStop(_root.health);
Symbol 1043 MovieClip Frame 121
_root.gotoAndStop("death_zone2");
Symbol 1045 MovieClip Frame 1
money = _root.money;
Symbol 1048 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.coin == 0) {
_root.gotoAndStop("mission1success");
}
if ((_root.timer == 0) and (_root.coin > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.coin == 0)) {
_root.gotoAndStop("mission1success");
}
Symbol 1053 Button
on (release) {
gotoAndStop ("mission");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 1055 Button
on (release) {
gotoAndStop ("mission");
}
Symbol 1060 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.coin == 0) {
_root.gotoAndStop("mission2success");
}
if ((_root.timer == 0) and (_root.coin > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.coin == 0)) {
_root.gotoAndStop("mission2success");
}
Symbol 1063 Button
on (release) {
gotoAndStop ("mission");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Symbol 1069 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.coin == 0) {
_root.gotoAndStop("mission3success");
}
if ((_root.timer == 0) and (_root.coin > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.coin == 0)) {
_root.gotoAndStop("mission3success");
}
Symbol 1070 Button
on (release) {
gotoAndStop ("mission");
}
on (rollOver) {
if (_root.muted2 == false) {
_root.click_sound.start();
_root.click_sound.setVolume(50);
}
}
Instance of Symbol 597 MovieClip in Symbol 1072 MovieClip Frame 1
onClipEvent (load) {
distance = 75;
}
Instance of Symbol 601 MovieClip in Symbol 1072 MovieClip Frame 1
onClipEvent (load) {
distance = 50;
}
Instance of Symbol 623 MovieClip in Symbol 1072 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Symbol 1076 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.enemyattack == 0) {
_root.gotoAndStop("mission4success");
}
if ((_root.timer == 0) and (_root.enemyattack > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.enemyattack == 0)) {
_root.gotoAndStop("mission4success");
}
Instance of Symbol 737 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 742 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 747 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 752 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 782 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 787 MovieClip in Symbol 1078 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 1081 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.enemyattack == 0) {
_root.gotoAndStop("mission5success");
}
if ((_root.timer == 0) and (_root.enemyattack > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.enemyattack == 0)) {
_root.gotoAndStop("mission5success");
}
Instance of Symbol 920 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 951 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 983 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 971 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 992 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 962 MovieClip in Symbol 1084 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 1087 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.enemyattack == 0) {
_root.gotoAndStop("mission6success");
}
if ((_root.timer == 0) and (_root.enemyattack > 0)) {
_root.gotoAndStop("death_zone2");
} else if ((_root.timer == 0) and (_root.enemyattack == 0)) {
_root.gotoAndStop("mission6success");
}
Instance of Symbol 503 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 506 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 515 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 522 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 503 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 506 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (load) {
distance = 100;
}
Instance of Symbol 325 MovieClip in Symbol 1089 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("mission7success");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Symbol 1092 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.timer == 0) {
_root.gotoAndStop("death_zone2");
}
Instance of Symbol 737 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (load) {
distance = 150;
}
Instance of Symbol 742 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("mission8success");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 752 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 775 MovieClip in Symbol 1094 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Symbol 1097 MovieClip Frame 15
_root.timer = _root.timer - 1;
if (_root.timer == 0) {
_root.gotoAndStop("death_zone2");
}
Instance of Symbol 920 MovieClip in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 940 MovieClip in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 951 MovieClip in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}
Instance of Symbol 325 MovieClip in Symbol 1099 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.man2.hitmicrobe)) {
_root.gotoAndStop("mission9success");
if (_root.muted2 == false) {
_root.door_sound.start();
_root.door_sound.setVolume(50);
}
}
}
Instance of Symbol 971 MovieClip in Symbol 1099 MovieClip Frame 1
onClipEvent (load) {
distance = 70;
}