Combined Code
frame 1 {
stop();
Mouse.show();
char = 'rarity';
shooting = 0;
lives = 3;
dead = false;
score = 0;
playerlevel = 1;
playerspeed = 20;
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 156 {
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 == 'fullcharge') {
_root.playerlevel = 4;
_root.gotoAndStop('maingame');
}
_root.gotoAndStop('maingame');
}
}
}
button 162 {
on (release) {
gotoAndStop('help');
}
}
// unknown tag 88 length 63
movieClip 171 {
}
movieClip 172 {
frame 16 {
stop();
}
}
// unknown tag 88 length 63
movieClip 185 {
}
instance of movieClip 185 {
onClipEvent (enterFrame) {
ifFrameLoaded (5) {
loadMovie('', this);
}
}
}
movieClip 188 {
}
movieClip 191 {
}
movieClip 194 {
}
movieClip 197 {
}
movieClip 200 {
}
instance of movieClip 200 {
onClipEvent (load) {
_root.maxwave = 0;
}
}
button 206 {
on (release) {
gotoAndStop('title');
}
}
movieClip 207 {
}
movieClip 209 {
}
movieClip 245 {
}
movieClip 252 {
}
movieClip 253 {
}
movieClip 254 {
frame 1 {
stop();
}
}
movieClip 264 {
}
movieClip 265 {
frame 10 {
stop();
}
}
frame 3 {
Mouse.hide();
}
movieClip 267 {
}
movieClip 268 {
}
movieClip 270 {
}
movieClip 280 {
}
movieClip 288 {
}
movieClip 289 {
}
movieClip 290 {
frame 1 {
stop();
_root.shooting = 0;
}
frame 2 {
_root.shooting = 1;
}
instance dmg of movieClip 289 {
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 290 {
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 292 {
}
instance end of movieClip 292 {
onClipEvent (enterFrame) {
_x = _x + (_root.btwo._x - _x) / 70;
}
}
movieClip 294 {
}
instance playerhitbox of movieClip 294 {
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 297 {
frame 1 {
stop();
}
}
instance of movieClip 297 {
onClipEvent (enterFrame) {
if (_root.char == 'rarity') {
this.gotoAndStop(2);
}
}
}
movieClip 300 {
frame 1 {
stop();
}
}
instance of movieClip 300 {
onClipEvent (enterFrame) {
if (_root.char == 'djpon3') {
this.gotoAndStop(2);
}
}
}
movieClip 303 {
frame 1 {
stop();
}
}
instance of movieClip 303 {
onClipEvent (enterFrame) {
if (_root.char == 'trixe') {
this.gotoAndStop(2);
}
}
}
movieClip 336 {
}
movieClip 369 {
}
movieClip 371 {
}
movieClip 373 {
}
movieClip 375 {
}
movieClip 377 {
}
movieClip 378 {
}
movieClip 379 {
}
movieClip 380 {
}
movieClip 413 {
}
movieClip 417 {
}
movieClip 418 {
}
movieClip 419 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 421 {
frame 1 {
stop();
}
instance of movieClip 419 {
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 == 'missingno') {
this.gotoAndStop(4);
}
}
}
frame 2 {
play();
}
}
instance player of movieClip 421 {
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;
}
}
}
// unknown tag 88 length 63
button 433 {
on (release) {
_root.inmenu = false;
++_root.wave;
++_root.nextwave;
}
}
movieClip 434 {
frame 10 {
stop();
}
}
movieClip 467 {
}
// unknown tag 88 length 63
movieClip 471 {
}
movieClip 477 {
frame 5 {
stop();
}
}
movieClip 478 {
frame 1 {
stop();
}
}
movieClip 482 {
frame 1 {
stop();
}
}
movieClip 484 {
frame 1 {
stop();
}
}
movieClip 486 {
frame 1 {
stop();
}
}
movieClip 488 {
frame 1 {
stop();
}
}
movieClip 490 {
}
movieClip 499 {
}
movieClip 500 {
frame 1 {
stop();
}
}
movieClip 533 {
}
movieClip 534 {
frame 1 {
stop();
}
}
movieClip 567 {
}
movieClip 568 {
frame 1 {
stop();
}
}
movieClip 572 {
}
movieClip 591 {
}
movieClip 595 {
}
movieClip 604 {
}
button 605 {
on (release) {
stopAllSounds();
_root.gotoAndStop('title');
}
}
movieClip 609 {
frame 10 {
stop();
stopAllSounds();
}
}
movieClip 610 {
frame 1 {
_root.inmenu = true;
stop();
}
frame 2 {
_root.enemies += 40;
}
instance of movieClip 478 {
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 482 {
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 484 {
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 486 {
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 488 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 490 {
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 478 {
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 500 {
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 482 {
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 484 {
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 486 {
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 488 {
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 478 {
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 478 {
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 478 {
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 478 {
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 486 {
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 482 {
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 500 {
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 478 {
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 478 {
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 490 {
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 500 {
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 500 {
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 478 {
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 534 {
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 500 {
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 500 {
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 482 {
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 484 {
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 486 {
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 488 {
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 534 {
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 478 {
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 478 {
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 478 {
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 478 {
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 486 {
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 482 {
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 488 {
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 490 {
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 478 {
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 534 {
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 500 {
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 500 {
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 482 {
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 484 {
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 486 {
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 488 {
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 478 {
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 478 {
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 534 {
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 500 {
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 534 {
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 568 {
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 478 {
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 478 {
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 488 {
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 488 {
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 482 {
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 490 {
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 500 {
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 478 {
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 500 {
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 482 {
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 484 {
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 486 {
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 488 {
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 572 {
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 478 {
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 478 {
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 534 {
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 500 {
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 572 {
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 568 {
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 478 {
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 488 {
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 488 {
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 482 {
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 534 {
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 534 {
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 572 {
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 568 {
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 484 {
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 482 {
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 568 {
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 572 {
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 572 {
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 534 {
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 534 {
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 478 {
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 478 {
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 486 {
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 486 {
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 490 {
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 500 {
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 500 {
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 482 {
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 484 {
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 486 {
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 488 {
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 572 {
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 534 {
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 500 {
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 572 {
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 568 {
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 478 {
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 478 {
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 488 {
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 488 {
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 482 {
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 572 {
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 484 {
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 482 {
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 572 {
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 572 {
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 534 {
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 534 {
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 478 {
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 478 {
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 486 {
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 486 {
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 568 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 490 {
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 500 {
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 500 {
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 484 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 534 {
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 534 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 534 {
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 534 {
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 478 {
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 478 {
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 478 {
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 478 {
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 482 {
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 534 {
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 534 {
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 534 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 568 {
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 568 {
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 568 {
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 484 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 534 {
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 534 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 568 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 568 {
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 568 {
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 534 {
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 500 {
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 500 {
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 500 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 534 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 478 {
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 482 {
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 534 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 534 {
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 534 {
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 482 {
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 486 {
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 568 {
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 568 {
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 500 {
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 488 {
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 488 {
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 482 {
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 482 {
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 486 {
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 572 {
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 490 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 482 {
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 534 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 482 {
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 486 {
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 534 {
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 534 {
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 484 {
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 484 {
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 478 {
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 572 {
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 572 {
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 572 {
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 534 {
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 572 {
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 478 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 486 {
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 488 {
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 595 {
onClipEvent (load) {
++_root.enemies;
}
onClipEvent (enterFrame) {
_x = _x - 3;
}
}
instance of movieClip 482 {
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 488 {
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 486 {
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 484 {
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 482 {
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 488 {
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 486 {
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 484 {
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 482 {
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 488 {
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 486 {
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 484 {
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 482 {
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 488 {
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 486 {
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 484 {
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 482 {
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 488 {
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 486 {
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 484 {
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 482 {
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 488 {
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 486 {
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 484 {
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 490 {
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 484 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 500 {
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 572 {
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 572 {
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 572 {
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 500 {
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 478 {
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 572 {
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 486 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 534 {
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 486 {
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 478 {
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 478 {
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 490 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 482 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 534 {
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 534 {
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 482 {
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 486 {
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 568 {
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 568 {
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 534 {
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 534 {
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 534 {
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 500 {
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 500 {
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 500 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 534 {
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 534 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 534 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 568 {
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 568 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 488 {
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 488 {
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 486 {
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 488 {
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 486 {
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 486 {
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 484 {
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 488 {
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 488 {
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 482 {
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 482 {
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 486 {
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 572 {
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 490 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 482 {
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 500 {
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 534 {
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 534 {
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 568 {
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 568 {
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 568 {
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 534 {
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 500 {
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 500 {
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 568 {
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 534 {
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 568 {
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 568 {
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 568 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 478 {
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 490 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 488 {
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 482 {
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 482 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 534 {
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 534 {
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 482 {
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 486 {
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 534 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 568 {
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 568 {
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 568 {
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 572 {
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 534 {
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 488 {
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 488 {
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 482 {
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 486 {
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 572 {
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 478 {
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 490 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 488 {
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 488 {
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 486 {
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 488 {
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 486 {
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 486 {
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 486 {
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 482 {
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 482 {
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 482 {
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 482 {
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 572 {
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 572 {
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 500 {
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 500 {
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 500 {
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 484 {
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 500 {
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 478 {
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 488 {
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 488 {
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 482 {
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 482 {
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 534 {
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 534 {
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 486 {
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 478 {
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 572 {
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 478 {
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 490 {
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 534 {
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 534 {
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 478 {
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 478 {
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 478 {
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 478 {
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 482 {
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 534 {
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 534 {
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 534 {
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 572 {
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 572 {
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 572 {
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 572 {
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 568 {
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 568 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 488 {
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 500 {
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 500 {
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 490 {
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 572 {
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 572 {
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 572 {
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 572 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 500 {
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 482 {
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 572 {
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 490 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 500 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 478 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 484 {
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 488 {
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 482 {
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 486 {
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 482 {
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 488 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 572 {
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 490 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 484 {
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 488 {
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 482 {
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 486 {
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 482 {
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 488 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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 568 {
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();
}
frame 44 {
_root.enemies += 40;
}
frame 46 {
_root.enemies += 40;
}
frame 48 {
_root.enemies += 40;
}
}
instance of movieClip 610 {
onClipEvent (enterFrame) {
if (_root.inmenu == false && _root.enemies == 0) {
this.nextFrame();
}
}
}
movieClip 621 {
}
movieClip 623 {
frame 1 {
stop();
}
}
instance of movieClip 623 {
onClipEvent (enterFrame) {
if (_root.playerlevel == 1) {
_root.reqxp = 200;
_root.beam = 1;
playerspeed = 20;
this.gotoAndStop(1);
}
if (_root.playerlevel == 2) {
_root.reqxp = 350;
_root.beam = 2;
playerspeed = 10;
this.gotoAndStop(2);
}
if (_root.playerlevel == 3) {
_root.reqxp = 500;
_root.beam = 3;
playerspeed = 5;
this.gotoAndStop(3);
}
if (_root.playerlevel == 4) {
_root.reqxp = 'MAX';
_root.beam = 4;
playerspeed = 1;
this.gotoAndStop(4);
}
if (_root.xp >= _root.reqxp && _root.playerlevel < 4) {
_root.xp = 0;
++_root.playerlevel;
}
if (_root.enemies < 0) {
_root.enemies = 0;
}
}
}
movieClip 626 {
}
movieClip 629 {
instance of movieClip 626 {
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 629 {
onClipEvent (enterFrame) {
if (_root.lives <= 0) {
stopAllSounds();
_root.gotoAndStop('gameover');
}
}
}
movieClip 631 {
}
movieClip 634 {
}
movieClip 635 {
}
movieClip 637 {
}
instance dot of movieClip 637 {
onClipEvent (load) {
startDrag(this, true);
}
onClipEvent (enterFrame) {
}
}
movieClip 639 {
}
frame 4 {
stopAllSounds();
Mouse.show();
}
// unknown tag 88 length 63
movieClip 647 {
}
button 648 {
on (release) {
if (_root.maxwave < _root.wave) {
_root.maxwave = _root.wave;
}
_root.gotoAndStop('title');
}
}
movieClip 667 {
frame 46 {
gotoAndPlay(1);
}
}
movieClip 684 {
}
movieClip 699 {
}
movieClip 702 {
}
movieClip 769 {
}
// unknown tag 88 length 63
movieClip 772 {
}
instance of movieClip 772 {
onClipEvent (enterFrame) {
if (_root.char == 'rarity') {
this.gotoAndStop(1);
}
if (_root.char == 'trixe') {
this.gotoAndStop(3);
}
if (_root.char == 'djpon3') {
this.gotoAndStop(2);
}
}
}
movieClip 774 {
frame 2 {
stop();
}
}