STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #72646 |
Frame 1Stage.showMenu = false;Instance of Symbol 6 MovieClip "loadbar" in Frame 1onClipEvent (enterFrame) { this.gotoAndStop(_root.percent); }Instance of Symbol 10 MovieClip "mouse" in Frame 1onClipEvent (load) { mouse.hide(); this.startDrag(true); }Frame 2loadedb = getBytesLoaded(); total = getBytesTotal(); percent = int((loadedb / total) * 100); tellTarget (_root.loadbar) { gotoAndStop(percent); };Frame 3if (loadedb == total) { play(); } else { gotoAndPlay (2); }Instance of Symbol 6 MovieClip "loadbar" in Frame 4onClipEvent (enterFrame) { this.gotoAndStop(_root.percent); }Frame 28stop();Frame 31LEVEL = 0; score2 = 0; if (diff == "hard") { multi = 2; } if (diff == "normal") { multi = 1.5; } if (diff == "easy") { multi = 1; } i = 1; j = 10; enemies = 1; playlevel = false; score = 0; tellTarget (_root.bomb) { stop(); }; tellTarget (_root.rocket) { gotoAndStop (1); };Instance of Symbol 30 MovieClip "laser" in Frame 31onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y - y; }Instance of Symbol 36 MovieClip "level" in Frame 31onClipEvent (load) { this.gotoAndPlay(1); } onClipEvent (enterFrame) { if (_root.playlevel == false) { this._x = 300; this._y = 250; this.play(); } else { this._x = 800; this._y = 400; this.stop(); } }Instance of Symbol 54 MovieClip "rocket" in Frame 31onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; if (this.hitTest(_root.ship)) { play(); } }Instance of Symbol 77 MovieClip "ship" in Frame 31onClipEvent (enterFrame) { if (_root.armor <= 0) { tellTarget (_root) { gotoAndPlay (42); }; _root.gotoAndPlay(42); } if (Key.isDown(39) || (Key.isDown(68))) { if (this._x < 530) { this._x = this._x + 12; this.gotoAndStop(2); } } else if (Key.isDown(37) || (Key.isDown(65))) { if (this._x > 70) { this._x = this._x - 12; this.gotoAndStop(3); } } else if (Key.isDown(38) || (Key.isDown(87))) { if (this._y > 70) { this._y = this._y - 12; this.gotoAndStop(4); } } else if (Key.isDown(40) || (Key.isDown(83))) { if (this._y < 430) { this._y = this._y + 12; this.gotoAndStop(5); } } else { this.gotoAndStop(1); } }Instance of Symbol 100 MovieClip "1" in Frame 31onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 10 MovieClip "mouse" in Frame 31onClipEvent (load) { mouse.hide(); this.startDrag(true); } onClipEvent (enterFrame) { if (_root.enemies == 0) { _root.playlevel = false; _root.nextFrame(); } }Frame 32enemies = 2;Instance of Symbol 100 MovieClip "2" in Frame 32onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "3" in Frame 32onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 33enemies = 3;Instance of Symbol 100 MovieClip "4" in Frame 33onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "5" in Frame 33onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "1" in Frame 33onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 34enemies = 5;Instance of Symbol 100 MovieClip "6" in Frame 34onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "7" in Frame 34onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "8" in Frame 34onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "9" in Frame 34onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "10" in Frame 34onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 35enemies = 3;Instance of Symbol 109 MovieClip "12" in Frame 35onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "11" in Frame 35onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "13" in Frame 35onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 36enemies = 4;Instance of Symbol 109 MovieClip "16" in Frame 36onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "14" in Frame 36onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "15" in Frame 36onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "17" in Frame 36onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 650) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 550) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 37enemies = 5;Instance of Symbol 109 MovieClip "20" in Frame 37onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "21" in Frame 37onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "19" in Frame 37onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "18" in Frame 37onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 650) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 550) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "22" in Frame 37onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 38enemies = 4;Instance of Symbol 109 MovieClip "26" in Frame 38onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "24" in Frame 38onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 650) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 550) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "25" in Frame 38onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "23" in Frame 38onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 39enemies = 6;Instance of Symbol 109 MovieClip "32" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "31" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "27" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "28" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "29" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "30" in Frame 39onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 40enemies = 2;Instance of Symbol 100 MovieClip "32" in Frame 40onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 118 MovieClip "33" in Frame 40onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 41enemies = 4;Instance of Symbol 100 MovieClip "34" in Frame 41onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 118 MovieClip "36" in Frame 41onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 100 MovieClip "35" in Frame 41onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 118 MovieClip "37" in Frame 41onClipEvent (load) { life = 8; this._rotation = 180; speed = 180; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 42enemies = 4;Instance of Symbol 118 MovieClip "40" in Frame 42onClipEvent (load) { i = 1; life = 8; this._rotation = 180; speed = 180; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "39" in Frame 42onClipEvent (load) { life = 8; speed = 0; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "38" in Frame 42onClipEvent (load) { life = 8; this._rotation = 90; speed = 90; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "41" in Frame 42onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 43enemies = 5;Instance of Symbol 118 MovieClip "42" in Frame 43onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "43" in Frame 43onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 100 MovieClip "44" in Frame 43onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "45" in Frame 43onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "46" in Frame 43onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 44enemies = 4;Instance of Symbol 118 MovieClip "47" in Frame 44onClipEvent (load) { life = 8; this._rotation = 180; speed = 180; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "48" in Frame 44onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 109 MovieClip "49" in Frame 44onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "50" in Frame 44onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 45enemies = 5;Instance of Symbol 118 MovieClip "53" in Frame 45onClipEvent (load) { life = 8; this._rotation = 180; speed = 180; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "54" in Frame 45onClipEvent (load) { life = 8; this._rotation = 90; speed = 90; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 109 MovieClip "51" in Frame 45onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "52" in Frame 45onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 118 MovieClip "55" in Frame 45onClipEvent (load) { life = 8; speed = 0; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 46enemies = 1;Instance of Symbol 132 MovieClip "56" in Frame 46onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Frame 47enemies = 4;Instance of Symbol 132 MovieClip "57" in Frame 47onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "58" in Frame 47onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "59" in Frame 47onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "60" in Frame 47onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Frame 48enemies = 4;Instance of Symbol 132 MovieClip "61" in Frame 48onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "62" in Frame 48onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 100 MovieClip "63" in Frame 48onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "64" in Frame 48onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 49enemies = 8;Instance of Symbol 100 MovieClip "65" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "66" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "67" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "68" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "69" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "70" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "71" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "72" in Frame 49onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 50enemies = 7;Instance of Symbol 100 MovieClip "73" in Frame 50onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "74" in Frame 50onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "75" in Frame 50onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "76" in Frame 50onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "77" in Frame 50onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 118 MovieClip "78" in Frame 50onClipEvent (load) { life = 8; speed = 0; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "79" in Frame 50onClipEvent (load) { life = 8; this._rotation = 90; speed = 90; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 51enemies = 5;Instance of Symbol 118 MovieClip "81" in Frame 51onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "80" in Frame 51onClipEvent (load) { life = 8; this._rotation = 90; speed = 90; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 132 MovieClip "82" in Frame 51onClipEvent (load) { this._rotation = random(360); alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "83" in Frame 51onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "84" in Frame 51onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Frame 52enemies = 6;Instance of Symbol 132 MovieClip "85" in Frame 52onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "86" in Frame 52onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "87" in Frame 52onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "88" in Frame 52onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 132 MovieClip "89" in Frame 52onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 100 MovieClip "90" in Frame 52onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 53enemies = 5;Instance of Symbol 118 MovieClip "91" in Frame 53onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "92" in Frame 53onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "93" in Frame 53onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "94" in Frame 53onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 118 MovieClip "95" in Frame 53onClipEvent (load) { life = 8; this._rotation = 270; speed = 270; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Frame 54enemies = 6;Instance of Symbol 118 MovieClip "96" in Frame 54onClipEvent (load) { life = 8; speed = 0; alive = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { this.play(); } if ((_root.ai == true) && (alive == true)) { if (random(45) == 0) { duplicateMovieClip (_root.bomb, "bomb" + _root.j, _root.j); _root["bomb" + _root.j]._x = this._x; _root["bomb" + _root.j]._y = this._y; tellTarget (_root["bomb" + _root.j]) { play(); }; _root.j = _root.j + 1; } if (speed == 0) { this._y = this._y - 8; if (this._y < -50) { this._rotation = 180; speed = 180; this._x = random(550) + 25; } } if (speed == 270) { this._x = this._x - 8; if (this._x < -50) { this._rotation = 90; speed = 90; this._y = random(450) + 25; } } if (speed == 180) { this._y = this._y + 8; if (this._y > 550) { this._rotation = 0; speed = 0; this._x = random(550) + 25; } } if (speed == 90) { this._x = this._x + 8; if (this._x > 650) { this._rotation = 270; speed = 270; this._y = random(450) + 25; } } } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { alive = false; this.play(); } }Instance of Symbol 100 MovieClip "97" in Frame 54onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 100 MovieClip "98" in Frame 54onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 5; } onClipEvent (enterFrame) { this._rotation = this._rotation + 1; if (_root.ai == true) { if (this._x >= _root.ship._x) { this._x = this._x - 2; } if (this._x < _root.ship._x) { this._x = this._x + 2; } if (this._y >= _root.ship._y) { this._y = this._y - 2; } if (this._y < _root.ship._y) { this._y = this._y + 2; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 132 MovieClip "99" in Frame 54onClipEvent (load) { this._rotation = random(360) + 1; alive = true; angle = 0; life = 8; x = 5; y = random(4) - 2; } onClipEvent (enterFrame) { this._rotation = this._rotation + 5; angle = angle + 5; if ((_root.ai == true) && (alive == true)) { if (random(50) == 0) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i].y = (Math.sin((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i].x = (Math.cos((angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 4; _root["rocket" + _root.i]._x = this._x; _root["rocket" + _root.i]._y = this._y; _root["rocket" + _root.i]._rotation = angle + 180; _root.i = _root.i + 1; } this._x = this._x + x; this._y = this._y + y; if ((this._x <= 10) && (this.x < 0)) { x = x * -1; y = random(10) - 5; } if ((this._x >= 590) && (this.x > 0)) { x = x * -1; y = random(10) - 5; } if ((this._y <= 10) && (this.y < 0)) { y = x * -1; x = random(10) - 5; } if ((this._y >= 490) && (this.y > 0)) { y = x * -1; x = random(10) - 5; } } if (this.hitTest(_root.ship)) { play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { play(); } }Instance of Symbol 109 MovieClip "100" in Frame 54onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Instance of Symbol 109 MovieClip "101" in Frame 54onClipEvent (load) { rotate = random(360); this._rotation = rotate; life = 13; this.x = 4; this.y = 4; } onClipEvent (enterFrame) { this._rotation = this._rotation + 3; if (_root.ai == true) { this._y = this._y + y; this._x = this._x + x; if ((this._x > 630) && (this.x > 0)) { x = -4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._x < -50) && (this.x < 0)) { x = 4; y = random(2) - 1; this._y = _root.ship._y; } if ((this._y < -50) && (this.y < 0)) { y = 4; x = random(2) - 1; this._x = _root.ship._x; } if ((this._y > 530) && (this.y > 0)) { y = -4; x = random(2) - 1; this._x = _root.ship._x; } } if (this.hitTest(_root.ship)) { this.play(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 55enemies = 1;Instance of Symbol 150 MovieClip in Frame 55onClipEvent (load) { life = 250; x = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship)) { _root.armor = _root.armor - 4; } this._x = this._x + x; if ((_root.ai == true) && (life > 0)) { if (this._y < 75) { this._y = this._y + 3; } else { x = 4; } if ((this._x < 60) && (x < 0)) { x = x * -1; } if ((this._x > 540) && (x > 0)) { x = x * -1; } if (random(60) < 3) { duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i]._y = this._y + 50; _root["rocket" + _root.i]._x = this._x + 15; _root["rocket" + _root.i]._rotation = 180; _root["rocket" + _root.i].x = 0; _root["rocket" + _root.i].y = 12; _root.i = _root.i + 1; duplicateMovieClip (_root.rocket, "rocket" + _root.i, _root.i); _root["rocket" + _root.i]._y = this._y + 50; _root["rocket" + _root.i]._x = this._x - 15; _root["rocket" + _root.i]._rotation = 180; _root["rocket" + _root.i].x = 0; _root["rocket" + _root.i].y = 12; _root.i = _root.i + 1; } } if (this.hitTest(_root.laser1)) { this._life = this._life - 1; removeMovieClip(_root.laser1); } if (this.hitTest(_root.laser2)) { _life = _life - 1; removeMovieClip(_root.laser2); } if (this.hitTest(_root.laser3)) { life = life - 1; removeMovieClip(_root.laser3); } if (this.hitTest(_root.laser4)) { life = life - 1; removeMovieClip(_root.laser4); } if (this.hitTest(_root.laser5)) { life = life - 1; removeMovieClip(_root.laser5); } if (this.hitTest(_root.laser6)) { life = life - 1; removeMovieClip(_root.laser6); } if (this.hitTest(_root.laser7)) { life = life - 1; removeMovieClip(_root.laser7); } if (this.hitTest(_root.laser8)) { life = life - 1; removeMovieClip(_root.laser8); } if (this.hitTest(_root.laser9)) { life = life - 1; removeMovieClip(_root.laser9); } if (this.hitTest(_root.laser10)) { life = life - 1; removeMovieClip(_root.laser10); } if (this.life <= 0) { this.play(); } }Frame 56play();Instance of Symbol 152 MovieClip in Frame 56onClipEvent (load) { mouse.hide(); this.startDrag(true); }Frame 87gotoAndStop (120);Frame 88play();Frame 120stop();Instance of Symbol 152 MovieClip in Frame 120onClipEvent (load) { mouse.hide(); this.startDrag(true); } onClipEvent (enterFrame) { if (_root.armor < 0) { _root.armor = 0; } if (_root.score2 < _root.score) { _root.score2 = _root.score2 + 15; } if (_root.score2 > _root.score) { _root.score2 = _root.score; } _root.totalscore = int((_root.armor + _root.score2) * _root.multi); if (_root.score == _root.score2) { tellTarget (_root) { nextFrame(); }; } }Instance of Symbol 152 MovieClip in Frame 121onClipEvent (load) { mouse.hide(); this.startDrag(true); }Symbol 10 MovieClip Frame 1x = this._x - _root.ship._x; y = _root.ship._y - this._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } angle = angle - 90; _root.ship.gun._rotation = angle * -1;Symbol 10 MovieClip Frame 2if (_root.armor < 0) { _root.gotoAndPlay("dead"); }Symbol 18 Buttonon (press) { gotoAndStop (29); }Symbol 19 Buttonon (release) { gotoAndStop (30); }Symbol 22 Buttonon (press) { gotoAndStop (28); }Symbol 25 Buttonon (press) { armor = 500; diff = "hard"; gotoAndStop (31); }Symbol 26 Buttonon (press) { armor = 700; diff = "normal"; gotoAndStop (31); }Symbol 27 Buttonon (press) { armor = 1000; diff = "easy"; gotoAndStop (31); }Symbol 36 MovieClip Frame 1stop();Symbol 36 MovieClip Frame 2_root.ai = false; _root.LEVEL = _root.LEVEL + 1;Symbol 36 MovieClip Frame 38_root.playlevel = true; _root.ai = true;Symbol 46 MovieClip Frame 61if (this.hitTest(_root.ship)) { _root.armor = _root.armor - 50; }Symbol 46 MovieClip Frame 73stop(); this.removeMovieClip;Symbol 54 MovieClip Frame 2stop();Symbol 54 MovieClip Frame 3_root.armor = _root.armor - 50;Symbol 54 MovieClip Frame 10stop();Symbol 69 MovieClip Frame 1stop();Symbol 77 MovieClip Frame 1stop();Instance of Symbol 69 MovieClip "gun" in Symbol 77 MovieClip Frame 1onClipEvent (load) { i = 1; } onClipEvent (mouseDown) { this.play(); duplicateMovieClip (_root.laser, "laser" + i, i); setProperty(_root["laser" + i], _rotation , _root.mouse.angle * -1); _root["laser" + i].y = (Math.sin((_root.mouse.angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 2; _root["laser" + i].x = (Math.cos((_root.mouse.angle + 90) * (Math.PI/180)) / (Math.PI/180)) / 2; _root["laser" + i]._y = _root.ship._y; _root["laser" + i]._x = _root.ship._x; i = i + 1; if (i > 10) { i = 1; } }Symbol 100 MovieClip Frame 1stop();Symbol 100 MovieClip Frame 2if (this.hitTest(_root.ship)) { _root.score = _root.score + 15; _root.armor = _root.armor - 30; } else { _root.score = _root.score + 50; }Symbol 100 MovieClip Frame 11life = 1;Symbol 100 MovieClip Frame 12_root.enemies = _root.enemies - 1; stop();Symbol 109 MovieClip Frame 1stop();Symbol 109 MovieClip Frame 2if (this.hitTest(_root.ship)) { _root.score = _root.score + 10; _root.armor = _root.armor - 45; } else { _root.score = _root.score + 45; }Symbol 109 MovieClip Frame 8life = 1;Symbol 109 MovieClip Frame 9_root.enemies = _root.enemies - 1; stop();Symbol 118 MovieClip Frame 1stop();Symbol 118 MovieClip Frame 2if (this.hitTest(_root.ship)) { _root.score = _root.score + 15; _root.armor = _root.armor - 30; } else { _root.score = _root.score + 50; } alive = false;Symbol 118 MovieClip Frame 13life = 1;Symbol 118 MovieClip Frame 14_root.enemies = _root.enemies - 1; stop();Symbol 132 MovieClip Frame 1stop();Symbol 132 MovieClip Frame 2if (this.hitTest(_root.ship)) { _root.score = _root.score + 15; _root.armor = _root.armor - 30; } else { _root.score = _root.score + 65; }Symbol 132 MovieClip Frame 10_root.enemies = _root.enemies - 1;Symbol 132 MovieClip Frame 16gotoAndPlay (15); alive = false;Symbol 142 MovieClip Frame 200if (this.hitTest(_root.ship)) { _root.armor = _root.armor - 150; }Symbol 150 MovieClip Frame 1stop();Instance of Symbol 142 MovieClip in Symbol 150 MovieClip Frame 1/* no clip actions */Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1onClipEvent (load) { this.gotoAndStop(random(30) + 1); }Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1onClipEvent (load) { this.gotoAndStop(random(30) + 1); }Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1onClipEvent (load) { this.gotoAndStop(random(30) + 1); }Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1onClipEvent (load) { this.gotoAndStop(random(30) + 1); }Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1onClipEvent (load) { this.gotoAndStop(random(30) + 1); }Symbol 150 MovieClip Frame 2_root.score = _root.score + 1500;Symbol 150 MovieClip Frame 11stop(); _root.enemies = _root.enemies - 1;Symbol 159 Buttonon (press) { _root.gotoAndStop("menu"); }
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:6 | |
Symbol 4 Graphic | Used by:6 | |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:3 4 5 | Used by:Timeline |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Graphic | Used by:10 | |
Symbol 9 Graphic | Used by:10 152 | |
Symbol 10 MovieClip | Uses:8 9 | Used by:Timeline |
Symbol 11 ShapeTweening | Used by:Timeline | |
Symbol 12 Graphic | Used by:Timeline | |
Symbol 13 Graphic | Used by:18 19 22 25 26 27 159 | |
Symbol 14 Graphic | Used by:18 19 22 25 26 27 159 | |
Symbol 15 Graphic | Used by:18 19 22 25 26 27 159 | |
Symbol 16 Graphic | Used by:18 19 22 25 26 27 159 | |
Symbol 17 Sound | Used by:18 19 22 25 26 27 159 | |
Symbol 18 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 19 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 20 Graphic | Used by:Timeline | |
Symbol 21 Graphic | Used by:Timeline | |
Symbol 22 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 23 Graphic | Used by:Timeline | |
Symbol 24 Graphic | Used by:Timeline | |
Symbol 25 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 26 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 27 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 28 Graphic | Used by:Timeline | |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip | Uses:29 | Used by:Timeline |
Symbol 31 Font | Used by:32 34 35 56 57 58 155 156 157 158 | |
Symbol 32 EditableText | Uses:31 | Used by:36 |
Symbol 33 Graphic | Used by:36 | |
Symbol 34 EditableText | Uses:31 | Used by:36 |
Symbol 35 EditableText | Uses:31 | Used by:36 |
Symbol 36 MovieClip | Uses:32 33 34 35 | Used by:Timeline |
Symbol 37 Graphic | Used by:46 | |
Symbol 38 Graphic | Used by:46 | |
Symbol 39 Graphic | Used by:46 | |
Symbol 40 Graphic | Used by:46 | |
Symbol 41 Graphic | Used by:46 | |
Symbol 42 ShapeTweening | Used by:46 | |
Symbol 43 Sound | Used by:46 | |
Symbol 44 ShapeTweening | Used by:46 | |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:37 38 39 40 41 42 43 44 45 | Used by:Timeline |
Symbol 47 Graphic | Used by:54 | |
Symbol 48 Sound | Used by:54 | |
Symbol 49 Graphic | Used by:54 | |
Symbol 50 Sound | Used by:54 100 150 | |
Symbol 51 Graphic | Used by:54 | |
Symbol 52 Graphic | Used by:54 | |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 MovieClip | Uses:47 48 49 50 51 52 53 | Used by:Timeline |
Symbol 55 Graphic | Used by:Timeline | |
Symbol 56 EditableText | Uses:31 | Used by:Timeline |
Symbol 57 EditableText | Uses:31 | Used by:Timeline |
Symbol 58 EditableText | Uses:31 | Used by:Timeline |
Symbol 59 Graphic | Used by:63 | |
Symbol 60 Graphic | Used by:63 | |
Symbol 61 Graphic | Used by:63 | |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:59 60 61 62 | Used by:76 77 |
Symbol 64 Graphic | Used by:69 | |
Symbol 65 Graphic | Used by:69 | |
Symbol 66 Sound | Used by:69 | |
Symbol 67 Graphic | Used by:69 | |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:64 65 66 67 68 | Used by:77 |
Symbol 70 Graphic | Used by:74 | |
Symbol 71 Graphic | Used by:74 | |
Symbol 72 Graphic | Used by:74 | |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:70 71 72 73 | Used by:76 150 |
Symbol 75 Graphic | Used by:76 | |
Symbol 76 MovieClip | Uses:74 63 75 | Used by:77 |
Symbol 77 MovieClip | Uses:63 69 76 | Used by:Timeline |
Symbol 78 Graphic | Used by:100 | |
Symbol 79 ShapeTweening | Used by:82 | |
Symbol 80 ShapeTweening | Used by:82 | |
Symbol 81 Graphic | Used by:82 | |
Symbol 82 MovieClip | Uses:79 80 81 | Used by:100 132 150 |
Symbol 83 Graphic | Used by:100 | |
Symbol 84 Graphic | Used by:100 | |
Symbol 85 Graphic | Used by:100 | |
Symbol 86 Graphic | Used by:100 | |
Symbol 87 Graphic | Used by:100 | |
Symbol 88 Graphic | Used by:100 | |
Symbol 89 Graphic | Used by:100 | |
Symbol 90 Graphic | Used by:100 | |
Symbol 91 Graphic | Used by:100 | |
Symbol 92 Graphic | Used by:100 | |
Symbol 93 Graphic | Used by:100 | |
Symbol 94 Graphic | Used by:100 | |
Symbol 95 Graphic | Used by:100 | |
Symbol 96 Graphic | Used by:100 | |
Symbol 97 Graphic | Used by:100 | |
Symbol 98 Graphic | Used by:100 | |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 MovieClip | Uses:78 82 83 84 85 86 50 87 88 89 90 91 92 93 94 95 96 97 98 99 | Used by:Timeline |
Symbol 101 Sound | Used by:Timeline | |
Symbol 102 Graphic | Used by:109 | |
Symbol 103 Graphic | Used by:109 | |
Symbol 104 Sound | Used by:109 132 150 | |
Symbol 105 Graphic | Used by:109 | |
Symbol 106 Graphic | Used by:109 | |
Symbol 107 Graphic | Used by:109 | |
Symbol 108 Graphic | Used by:109 | |
Symbol 109 MovieClip | Uses:102 103 104 105 106 107 108 | Used by:Timeline |
Symbol 110 Graphic | Used by:118 | |
Symbol 111 Graphic | Used by:118 | |
Symbol 112 Sound | Used by:118 | |
Symbol 113 Graphic | Used by:118 | |
Symbol 114 Graphic | Used by:118 | |
Symbol 115 Graphic | Used by:118 | |
Symbol 116 Graphic | Used by:118 | |
Symbol 117 Graphic | Used by:118 | |
Symbol 118 MovieClip | Uses:110 111 112 113 114 115 116 117 | Used by:Timeline |
Symbol 119 Graphic | Used by:132 | |
Symbol 120 Graphic | Used by:132 | |
Symbol 121 Graphic | Used by:132 | |
Symbol 122 Graphic | Used by:132 | |
Symbol 123 Graphic | Used by:132 | |
Symbol 124 Graphic | Used by:132 | |
Symbol 125 Graphic | Used by:132 | |
Symbol 126 Graphic | Used by:132 | |
Symbol 127 Graphic | Used by:132 | |
Symbol 128 Graphic | Used by:132 | |
Symbol 129 Graphic | Used by:132 | |
Symbol 130 Graphic | Used by:132 | |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip | Uses:119 82 120 121 104 122 123 124 125 126 127 128 129 130 131 | Used by:Timeline |
Symbol 133 Graphic | Used by:142 | |
Symbol 134 Graphic | Used by:142 | |
Symbol 135 Graphic | Used by:142 | |
Symbol 136 Graphic | Used by:142 | |
Symbol 137 Graphic | Used by:142 | |
Symbol 138 Graphic | Used by:142 | |
Symbol 139 ShapeTweening | Used by:142 | |
Symbol 140 ShapeTweening | Used by:142 | |
Symbol 141 Graphic | Used by:142 | |
Symbol 142 MovieClip | Uses:133 134 135 136 137 138 139 140 141 SS1 | Used by:150 |
Symbol 143 Graphic | Used by:150 | |
Symbol 144 Graphic | Used by:150 | |
Symbol 145 Graphic | Used by:150 | |
Symbol 146 Graphic | Used by:150 | |
Symbol 147 Graphic | Used by:150 | |
Symbol 148 Graphic | Used by:150 | |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:142 74 143 82 144 104 145 146 147 148 50 149 | Used by:Timeline |
Symbol 151 Graphic | Used by:Timeline | |
Symbol 152 MovieClip | Uses:9 | Used by:Timeline |
Symbol 153 Graphic | Used by:Timeline | |
Symbol 154 Graphic | Used by:Timeline | |
Symbol 155 EditableText | Uses:31 | Used by:Timeline |
Symbol 156 EditableText | Uses:31 | Used by:Timeline |
Symbol 157 EditableText | Uses:31 | Used by:Timeline |
Symbol 158 EditableText | Uses:31 | Used by:Timeline |
Symbol 159 Button | Uses:13 14 15 16 17 | Used by:Timeline |
Symbol 160 Graphic | Used by:Timeline | |
Streaming Sound 1 | Used by:Symbol 142 MovieClip |
Instance Names
"loadbar" | Frame 1 | Symbol 6 MovieClip |
"mouse" | Frame 1 | Symbol 10 MovieClip |
"loadbar" | Frame 4 | Symbol 6 MovieClip |
"loadbar" | Frame 27 | Symbol 6 MovieClip |
"laser" | Frame 31 | Symbol 30 MovieClip |
"level" | Frame 31 | Symbol 36 MovieClip |
"bomb" | Frame 31 | Symbol 46 MovieClip |
"rocket" | Frame 31 | Symbol 54 MovieClip |
"ship" | Frame 31 | Symbol 77 MovieClip |
"1" | Frame 31 | Symbol 100 MovieClip |
"mouse" | Frame 31 | Symbol 10 MovieClip |
"2" | Frame 32 | Symbol 100 MovieClip |
"3" | Frame 32 | Symbol 100 MovieClip |
"4" | Frame 33 | Symbol 100 MovieClip |
"5" | Frame 33 | Symbol 100 MovieClip |
"1" | Frame 33 | Symbol 100 MovieClip |
"6" | Frame 34 | Symbol 100 MovieClip |
"7" | Frame 34 | Symbol 100 MovieClip |
"8" | Frame 34 | Symbol 100 MovieClip |
"9" | Frame 34 | Symbol 100 MovieClip |
"10" | Frame 34 | Symbol 100 MovieClip |
"12" | Frame 35 | Symbol 109 MovieClip |
"11" | Frame 35 | Symbol 100 MovieClip |
"13" | Frame 35 | Symbol 100 MovieClip |
"16" | Frame 36 | Symbol 109 MovieClip |
"14" | Frame 36 | Symbol 100 MovieClip |
"15" | Frame 36 | Symbol 100 MovieClip |
"17" | Frame 36 | Symbol 109 MovieClip |
"20" | Frame 37 | Symbol 109 MovieClip |
"21" | Frame 37 | Symbol 100 MovieClip |
"19" | Frame 37 | Symbol 100 MovieClip |
"18" | Frame 37 | Symbol 109 MovieClip |
"22" | Frame 37 | Symbol 109 MovieClip |
"26" | Frame 38 | Symbol 109 MovieClip |
"24" | Frame 38 | Symbol 109 MovieClip |
"25" | Frame 38 | Symbol 109 MovieClip |
"23" | Frame 38 | Symbol 109 MovieClip |
"32" | Frame 39 | Symbol 109 MovieClip |
"31" | Frame 39 | Symbol 109 MovieClip |
"27" | Frame 39 | Symbol 109 MovieClip |
"28" | Frame 39 | Symbol 100 MovieClip |
"29" | Frame 39 | Symbol 100 MovieClip |
"30" | Frame 39 | Symbol 100 MovieClip |
"32" | Frame 40 | Symbol 100 MovieClip |
"33" | Frame 40 | Symbol 118 MovieClip |
"34" | Frame 41 | Symbol 100 MovieClip |
"36" | Frame 41 | Symbol 118 MovieClip |
"35" | Frame 41 | Symbol 100 MovieClip |
"37" | Frame 41 | Symbol 118 MovieClip |
"40" | Frame 42 | Symbol 118 MovieClip |
"39" | Frame 42 | Symbol 118 MovieClip |
"38" | Frame 42 | Symbol 118 MovieClip |
"41" | Frame 42 | Symbol 118 MovieClip |
"42" | Frame 43 | Symbol 118 MovieClip |
"43" | Frame 43 | Symbol 118 MovieClip |
"44" | Frame 43 | Symbol 100 MovieClip |
"45" | Frame 43 | Symbol 100 MovieClip |
"46" | Frame 43 | Symbol 100 MovieClip |
"47" | Frame 44 | Symbol 118 MovieClip |
"48" | Frame 44 | Symbol 118 MovieClip |
"49" | Frame 44 | Symbol 109 MovieClip |
"50" | Frame 44 | Symbol 109 MovieClip |
"53" | Frame 45 | Symbol 118 MovieClip |
"54" | Frame 45 | Symbol 118 MovieClip |
"51" | Frame 45 | Symbol 109 MovieClip |
"52" | Frame 45 | Symbol 109 MovieClip |
"55" | Frame 45 | Symbol 118 MovieClip |
"56" | Frame 46 | Symbol 132 MovieClip |
"57" | Frame 47 | Symbol 132 MovieClip |
"58" | Frame 47 | Symbol 132 MovieClip |
"59" | Frame 47 | Symbol 132 MovieClip |
"60" | Frame 47 | Symbol 132 MovieClip |
"61" | Frame 48 | Symbol 132 MovieClip |
"62" | Frame 48 | Symbol 132 MovieClip |
"63" | Frame 48 | Symbol 100 MovieClip |
"64" | Frame 48 | Symbol 100 MovieClip |
"65" | Frame 49 | Symbol 100 MovieClip |
"66" | Frame 49 | Symbol 100 MovieClip |
"67" | Frame 49 | Symbol 100 MovieClip |
"68" | Frame 49 | Symbol 100 MovieClip |
"69" | Frame 49 | Symbol 100 MovieClip |
"70" | Frame 49 | Symbol 100 MovieClip |
"71" | Frame 49 | Symbol 100 MovieClip |
"72" | Frame 49 | Symbol 100 MovieClip |
"73" | Frame 50 | Symbol 100 MovieClip |
"74" | Frame 50 | Symbol 100 MovieClip |
"75" | Frame 50 | Symbol 100 MovieClip |
"76" | Frame 50 | Symbol 109 MovieClip |
"77" | Frame 50 | Symbol 109 MovieClip |
"78" | Frame 50 | Symbol 118 MovieClip |
"79" | Frame 50 | Symbol 118 MovieClip |
"81" | Frame 51 | Symbol 118 MovieClip |
"80" | Frame 51 | Symbol 118 MovieClip |
"82" | Frame 51 | Symbol 132 MovieClip |
"83" | Frame 51 | Symbol 132 MovieClip |
"84" | Frame 51 | Symbol 132 MovieClip |
"85" | Frame 52 | Symbol 132 MovieClip |
"86" | Frame 52 | Symbol 132 MovieClip |
"87" | Frame 52 | Symbol 132 MovieClip |
"88" | Frame 52 | Symbol 132 MovieClip |
"89" | Frame 52 | Symbol 132 MovieClip |
"90" | Frame 52 | Symbol 100 MovieClip |
"91" | Frame 53 | Symbol 118 MovieClip |
"92" | Frame 53 | Symbol 118 MovieClip |
"93" | Frame 53 | Symbol 118 MovieClip |
"94" | Frame 53 | Symbol 118 MovieClip |
"95" | Frame 53 | Symbol 118 MovieClip |
"96" | Frame 54 | Symbol 118 MovieClip |
"97" | Frame 54 | Symbol 100 MovieClip |
"98" | Frame 54 | Symbol 100 MovieClip |
"99" | Frame 54 | Symbol 132 MovieClip |
"100" | Frame 54 | Symbol 109 MovieClip |
"101" | Frame 54 | Symbol 109 MovieClip |
"gun" | Symbol 77 MovieClip Frame 1 | Symbol 69 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$zn$SPRbr9.lstmQ6lZUUnd000." |
Labels
"menu" | Frame 28 |
"dead" | Frame 88 |
Dynamic Text Variables
_root.LEVEL | Symbol 32 EditableText | "" |
_root.LEVEL | Symbol 34 EditableText | "" |
_root.LEVEL | Symbol 35 EditableText | "" |
score | Symbol 56 EditableText | "" |
armor | Symbol 57 EditableText | "" |
level | Symbol 58 EditableText | "" |
score2 | Symbol 155 EditableText | "" |
totalscore | Symbol 156 EditableText | "" |
armor | Symbol 157 EditableText | "" |
multi | Symbol 158 EditableText | "" |
|