Combined Code
frame 1 {
stop();
Mouse.show();
char = 'rarity';
shooting = 0;
lives = 3;
dead = false;
score = 0;
playerlevel = 1;
playerspeed = 7;
beam = 4;
xp = 0;
reqxp = 50;
vert = 0;
wave = 0;
nextwave = 1;
inmenu = true;
enemies = 0;
Stage.showMenu = false;
}
movieClip 4 {
}
movieClip 21 {
}
instance of movieClip 21 {
onClipEvent (load) {
_root.pass = '';
}
}
movieClip 102 {
}
movieClip 105 {
}
movieClip 146 {
}
// unknown tag 88 length 63
// unknown tag 88 length 63
button 157 {
on (release) {
ifFrameLoaded (5) {
if (_root.pass == 'g&pt') {
_root.char = 'trixe';
_root.gotoAndStop('maingame');
}
if (_root.pass == 'wubwub') {
_root.char = 'djpon3';
_root.gotoAndStop('maingame');
}
if (_root.pass == 'readingisfun') {
_root.char = 'twilight';
_root.gotoAndStop('maingame');
}
if (_root.pass == 'fullcharge') {
_root.playerlevel = 4;
_root.gotoAndStop('maingame');
}
_root.gotoAndStop('maingame');
}
}
}
button 163 {
on (release) {
gotoAndStop('help');
}
}
// unknown tag 88 length 63
movieClip 172 {
}
movieClip 173 {
frame 16 {
stop();
}
}
// unknown tag 88 length 63
movieClip 186 {
}
instance of movieClip 186 {
onClipEvent (enterFrame) {
ifFrameLoaded (5) {
loadMovie('', this);
}
}
}
movieClip 189 {
}
movieClip 192 {
}
movieClip 195 {
}
movieClip 198 {
}
movieClip 201 {
}
instance of movieClip 201 {
onClipEvent (load) {
_root.maxwave = 0;
}
}
button 207 {
on (release) {
gotoAndStop('title');
}
}
movieClip 208 {
}
movieClip 210 {
}
movieClip 246 {
}
movieClip 253 {
}
movieClip 254 {
}
movieClip 255 {
frame 1 {
stop();
}
}
movieClip 265 {
}
movieClip 266 {
frame 10 {
stop();
}
}
frame 3 {
Mouse.hide();
}
movieClip 268 {
}
movieClip 269 {
}
movieClip 271 {
}
movieClip 281 {
}
movieClip 289 {
}
movieClip 290 {
}
movieClip 291 {
frame 1 {
stop();
_root.shooting = 0;
}
frame 2 {
_root.shooting = 1;
}
instance dmg of movieClip 290 {
onClipEvent (enterFrame) {
if (_root.beam == 1) {
this.gotoAndStop(1);
}
if (_root.beam == 2) {
this.gotoAndStop(2);
}
if (_root.beam == 3) {
this.gotoAndStop(3);
}
if (_root.beam == 4) {
this.gotoAndStop(4);
}
}
}
frame 10 {
_root.shooting = 2;
}
}
instance dmg of movieClip 291 {
onClipEvent (enterFrame) {
if (_root.shooting == 0 || _root.shooting == 2) {
_x = _x + (_root.player._x - _x);
_y = _y + (_root.player._y - _y);
}
}
onClipEvent (mouseDown) {
if (_root.shooting == 0 && !_root.dead == true) {
gotoAndPlay(2);
}
}
}
movieClip 293 {
}
instance end of movieClip 293 {
onClipEvent (enterFrame) {
_x = _x + (_root.btwo._x - _x) / 70;
}
}
movieClip 295 {
}
instance playerhitbox of movieClip 295 {
onClipEvent (enterFrame) {
if (!_root.dead == true) {
_y = _y + (_root.dot._y - _y) / _root.playerspeed;
if (_root.vert == 1) {
_x = _x + (_root.dot._x - _x) / _root.playerspeed;
}
}
}
}
movieClip 298 {
frame 1 {
stop();
}
}
instance of movieClip 298 {
onClipEvent (enterFrame) {
if (_root.char == 'rarity') {
this.gotoAndStop(2);
}
}
}
movieClip 301 {
frame 1 {
stop();
}
}
instance of movieClip 301 {
onClipEvent (enterFrame) {
if (_root.char == 'djpon3') {
this.gotoAndStop(2);
}
}
}
movieClip 304 {
frame 1 {
stop();
}
}
instance of movieClip 304 {
onClipEvent (enterFrame) {
if (_root.char == 'trixe') {
this.gotoAndStop(2);
}
}
}
movieClip 337 {
}
movieClip 370 {
}
movieClip 372 {
}
movieClip 374 {
}
movieClip 376 {
}
movieClip 378 {
}
movieClip 379 {
}
movieClip 380 {
}
movieClip 381 {
}
movieClip 414 {
}
movieClip 418 {
}
movieClip 419 {
}
movieClip 452 {
}
movieClip 453 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 455 {
frame 1 {
stop();
}
instance of movieClip 453 {
onClipEvent (enterFrame) {
if (_root.char == 'rarity') {
this.gotoAndStop(1);
}
if (_root.char == 'trixe') {
this.gotoAndStop(2);
}
if (_root.char == 'djpon3') {
this.gotoAndStop(3);
}
if (_root.char == 'twilight') {
this.gotoAndStop(4);
}
}
}
frame 2 {
play();
}
}
instance player of movieClip 455 {
onClipEvent (enterFrame) {
if (!_root.dead == true) {
_y = _y + (_root.dot._y - _y) / _root.playerspeed;
if (_root.vert == 1) {
_x = _x + (_root.dot._x - _x) / _root.playerspeed;
}
}
if (_y < 40) {
_y = 41;
}
}
}
movieClip 457 {
frame 1 {
stop();
}
}
instance of movieClip 457 {
onClipEvent (enterFrame) {
if (_root.char == 'twilight') {
this.gotoAndStop(2);
}
}
}
// unknown tag 88 length 63
button 469 {
on (release) {
_root.inmenu = false;
++_root.wave;
++_root.nextwave;
}
}
movieClip 470 {
frame 10 {
stop();
}
}
movieClip 503 {
}
// unknown tag 88 length 63
movieClip 507 {
}
movieClip 513 {
frame 5 {
stop();
}
}
movieClip 514 {
frame 1 {
stop();
}
}
movieClip 518 {
frame 1 {
stop();
}
}
movieClip 520 {
frame 1 {
stop();
}
}
movieClip 522 {
frame 1 {
stop();
}
}
movieClip 524 {
frame 1 {
stop();
}
}
movieClip 525 {
}
movieClip 534 {
}
movieClip 535 {
frame 1 {
stop();
}
}
movieClip 568 {
}
movieClip 569 {
frame 1 {
stop();
}
}
movieClip 602 {
}
movieClip 603 {
frame 1 {
stop();
}
}
movieClip 607 {
}
movieClip 626 {
}
movieClip 630 {
}
movieClip 637 {
}
button 638 {
on (release) {
stopAllSounds();
_root.gotoAndStop('title');
}
}
movieClip 642 {
frame 10 {
stop();
stopAllSounds();
}
}
movieClip 645 {
}
movieClip 646 {
frame 1 {
_root.inmenu = true;
stop();
}
frame 2 {
_root.enemies += 40;
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
frame 3 {
_root.inmenu = true;
stop();
}
frame 4 {
_root.enemies += 40;
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 5 {
_root.inmenu = true;
stop();
}
frame 6 {
_root.enemies += 40;
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
frame 7 {
_root.inmenu = true;
stop();
}
frame 8 {
_root.enemies += 40;
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 9 {
_root.inmenu = true;
stop();
}
frame 10 {
_root.enemies += 40;
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
frame 11 {
_root.inmenu = true;
stop();
}
frame 12 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 13 {
_root.inmenu = true;
stop();
}
frame 14 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 15 {
_root.inmenu = true;
stop();
}
frame 16 {
_root.enemies += 40;
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 17 {
_root.inmenu = true;
stop();
}
frame 18 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 19 {
_root.inmenu = true;
stop();
}
frame 20 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
frame 21 {
_root.inmenu = true;
stop();
}
frame 22 {
_root.enemies += 40;
}
instance of movieClip 630 {
onClipEvent (load) {
++_root.enemies;
}
onClipEvent (enterFrame) {
_x = _x - 3;
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
frame 23 {
_root.inmenu = true;
stop();
}
frame 24 {
_root.enemies += 40;
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 25 {
_root.inmenu = true;
stop();
}
frame 26 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 27 {
_root.inmenu = true;
stop();
}
frame 28 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
frame 29 {
_root.inmenu = true;
stop();
}
frame 30 {
_root.enemies += 40;
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 31 {
_root.inmenu = true;
stop();
}
frame 32 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 33 {
_root.inmenu = true;
stop();
}
frame 34 {
_root.enemies += 40;
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 35 {
_root.inmenu = true;
stop();
}
frame 36 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 569 {
onClipEvent (load) {
alive = 0;
speed = 3;
rt = 1;
lf = 0;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.right)) {
rt = 0;
lf = 1;
}
if (this.hitTest(_root.left)) {
rt = 1;
lf = 0;
}
if (rt == 1) {
_y = _y + speed;
}
if (lf == 1) {
_y = _y - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
}
--_root.enemies;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 5;
_root.score += 5;
--_root.enemies;
gotoAndStop(2);
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
frame 37 {
_root.inmenu = true;
stop();
}
frame 38 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y + 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
frame 39 {
_root.inmenu = true;
stop();
}
frame 40 {
_root.enemies += 40;
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 535 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.cam)) {
_y = _y - 2;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end) || this.hitTest(_root.left) || this.hitTest(_root.right)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
speed = 0;
_root.xp += 10;
++_root.score;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
speed = 0;
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 514 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
gotoAndPlay(2);
--_root.enemies;
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
++_root.score;
_root.xp += 5;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
frame 41 {
_root.inmenu = true;
stop();
}
frame 42 {
_root.enemies += 40;
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 607 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
gotoAndPlay(2);
}
--_root.lives;
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
tellTarget ('_root.dmg') {
_root.shooting == 1;
gotoAndPlay(10);
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
if (this.hitTest(_root.playerhitbox)) {
_root.enemies = 0;
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 520 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 522 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 518 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 524 {
onClipEvent (enterFrame) {
_x = _x - 3;
if (this.hitTest(_root.playerhitbox)) {
_root.score += 50;
this.gotoAndStop(2);
}
if (this.hitTest(_root.end)) {
loadMovie('', this);
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
instance of movieClip 603 {
onClipEvent (load) {
alive = 0;
speed = 3;
++_root.enemies;
}
onClipEvent (enterFrame) {
if (!this.hitTest(_root.cam)) {
_x = _x - speed;
}
if (alive == 0 && this.hitTest(_root.cam)) {
_y = _y + (_root.player._y - _y) / 80;
_x = _x + (_root.end._x - _x) / 40;
}
if (!_root.dead == true) {
}
if (this.hitTest(_root.end)) {
--_root.enemies;
loadMovie('', this);
}
if (this.hitTest(_root.playerhitbox)) {
tellTarget ('_root.player') {
--_root.lives;
--_root.enemies;
gotoAndPlay(2);
}
loadMovie('', this);
tellTarget ('_target') {
}
}
if (this.hitTest(_root.dmg) && _root.shooting == 1) {
alive = 1;
_root.xp += 5;
_root.score += 10;
gotoAndStop(2);
--_root.enemies;
tellTarget ('_root.dmg') {
if (_root.beam < 3) {
_root.shooting == 1;
gotoAndPlay(10);
}
}
tellTarget ('_target') {
}
}
}
}
frame 43 {
_root.inmenu = true;
stop();
}
instance of movieClip 645 {
onClipEvent (load) {
alive = 0;
speed = 3;
}
onClipEvent (enterFrame) {
if (alive == 0) {
_x = _x - speed;
}
}
}
frame 44 {
_root.enemies += 40;
}
frame 46 {
_root.enemies += 40;
}
frame 48 {
_root.enemies += 40;
}
}
instance of movieClip 646 {
onClipEvent (enterFrame) {
if (_root.inmenu == false && _root.enemies == 0) {
this.nextFrame();
}
}
}
movieClip 657 {
}
movieClip 659 {
frame 1 {
stop();
}
}
instance of movieClip 659 {
onClipEvent (enterFrame) {
if (_root.playerlevel == 1) {
_root.reqxp = 200;
_root.beam = 1;
this.gotoAndStop(1);
}
if (_root.playerlevel == 2) {
_root.reqxp = 350;
_root.beam = 2;
this.gotoAndStop(2);
}
if (_root.playerlevel == 3) {
_root.reqxp = 500;
_root.beam = 3;
this.gotoAndStop(3);
}
if (_root.playerlevel == 4) {
_root.reqxp = 'MAX';
_root.beam = 4;
this.gotoAndStop(4);
}
if (_root.xp >= _root.reqxp && _root.playerlevel < 4) {
_root.xp = 0;
++_root.playerlevel;
}
if (_root.enemies < 0) {
_root.enemies = 0;
}
}
}
movieClip 662 {
}
movieClip 665 {
instance of movieClip 662 {
onClipEvent (enterFrame) {
if (_root.lives == 3) {
gotoAndStop(1);
} else {
if (_root.lives == 2) {
gotoAndStop(2);
} else {
if (_root.lives == 1) {
gotoAndStop(3);
} else {
gotoAndStop(4);
_root.dead = True;
_root.gotoAndStop('GameOver');
}
}
}
}
}
}
instance of movieClip 665 {
onClipEvent (enterFrame) {
if (_root.lives <= 0) {
stopAllSounds();
_root.gotoAndStop('gameover');
}
}
}
movieClip 667 {
}
movieClip 670 {
}
movieClip 671 {
}
movieClip 673 {
}
instance dot of movieClip 673 {
onClipEvent (load) {
startDrag(this, true);
}
onClipEvent (enterFrame) {
}
}
movieClip 675 {
}
frame 4 {
stopAllSounds();
Mouse.show();
}
// unknown tag 88 length 63
movieClip 683 {
}
button 684 {
on (release) {
if (_root.maxwave < _root.wave) {
_root.maxwave = _root.wave;
}
_root.gotoAndStop('title');
}
}
movieClip 703 {
frame 46 {
gotoAndPlay(1);
}
}
movieClip 720 {
}
movieClip 735 {
}
movieClip 738 {
}
movieClip 805 {
}
// unknown tag 88 length 63
movieClip 852 {
frame 65 {
stop();
}
}
movieClip 853 {
}
instance of movieClip 853 {
onClipEvent (enterFrame) {
if (_root.char == 'rarity') {
this.gotoAndStop(1);
}
if (_root.char == 'trixe') {
this.gotoAndStop(3);
}
if (_root.char == 'djpon3') {
this.gotoAndStop(2);
}
if (_root.char == 'twilight') {
this.gotoAndStop(4);
}
}
}
movieClip 855 {
frame 2 {
stop();
}
}
movieClip 863 {
}