STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228131
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/58848095?noj=FRM58848095-15DC" width="1" height="1"></div>

Space Fighters Evolution.swf

This is the info page for
Flash #72646

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Frame 1
Stage.showMenu = false;
Instance of Symbol 6 MovieClip "loadbar" in Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.percent); }
Instance of Symbol 10 MovieClip "mouse" in Frame 1
onClipEvent (load) { mouse.hide(); this.startDrag(true); }
Frame 2
loadedb = getBytesLoaded(); total = getBytesTotal(); percent = int((loadedb / total) * 100); tellTarget (_root.loadbar) { gotoAndStop(percent); };
Frame 3
if (loadedb == total) { play(); } else { gotoAndPlay (2); }
Instance of Symbol 6 MovieClip "loadbar" in Frame 4
onClipEvent (enterFrame) { this.gotoAndStop(_root.percent); }
Frame 28
stop();
Frame 31
LEVEL = 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 31
onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y - y; }
Instance of Symbol 36 MovieClip "level" in Frame 31
onClipEvent (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 31
onClipEvent (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 31
onClipEvent (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 31
onClipEvent (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 31
onClipEvent (load) { mouse.hide(); this.startDrag(true); } onClipEvent (enterFrame) { if (_root.enemies == 0) { _root.playlevel = false; _root.nextFrame(); } }
Frame 32
enemies = 2;
Instance of Symbol 100 MovieClip "2" in Frame 32
onClipEvent (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 32
onClipEvent (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 33
enemies = 3;
Instance of Symbol 100 MovieClip "4" in Frame 33
onClipEvent (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 33
onClipEvent (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 33
onClipEvent (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 34
enemies = 5;
Instance of Symbol 100 MovieClip "6" in Frame 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (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 34
onClipEvent (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 35
enemies = 3;
Instance of Symbol 109 MovieClip "12" in Frame 35
onClipEvent (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 35
onClipEvent (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 35
onClipEvent (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 36
enemies = 4;
Instance of Symbol 109 MovieClip "16" in Frame 36
onClipEvent (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 36
onClipEvent (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 36
onClipEvent (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 36
onClipEvent (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 37
enemies = 5;
Instance of Symbol 109 MovieClip "20" in Frame 37
onClipEvent (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 37
onClipEvent (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 37
onClipEvent (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 37
onClipEvent (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 37
onClipEvent (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 38
enemies = 4;
Instance of Symbol 109 MovieClip "26" in Frame 38
onClipEvent (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 38
onClipEvent (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 38
onClipEvent (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 38
onClipEvent (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 39
enemies = 6;
Instance of Symbol 109 MovieClip "32" in Frame 39
onClipEvent (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 39
onClipEvent (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 39
onClipEvent (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 39
onClipEvent (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 39
onClipEvent (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 39
onClipEvent (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 40
enemies = 2;
Instance of Symbol 100 MovieClip "32" in Frame 40
onClipEvent (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 40
onClipEvent (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 41
enemies = 4;
Instance of Symbol 100 MovieClip "34" in Frame 41
onClipEvent (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 41
onClipEvent (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 41
onClipEvent (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 41
onClipEvent (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 42
enemies = 4;
Instance of Symbol 118 MovieClip "40" in Frame 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (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 42
onClipEvent (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 43
enemies = 5;
Instance of Symbol 118 MovieClip "42" in Frame 43
onClipEvent (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 43
onClipEvent (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 43
onClipEvent (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 43
onClipEvent (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 43
onClipEvent (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 44
enemies = 4;
Instance of Symbol 118 MovieClip "47" in Frame 44
onClipEvent (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 44
onClipEvent (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 44
onClipEvent (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 44
onClipEvent (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 45
enemies = 5;
Instance of Symbol 118 MovieClip "53" in Frame 45
onClipEvent (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 45
onClipEvent (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 45
onClipEvent (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 45
onClipEvent (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 45
onClipEvent (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 46
enemies = 1;
Instance of Symbol 132 MovieClip "56" in Frame 46
onClipEvent (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 47
enemies = 4;
Instance of Symbol 132 MovieClip "57" in Frame 47
onClipEvent (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 47
onClipEvent (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 47
onClipEvent (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 47
onClipEvent (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 48
enemies = 4;
Instance of Symbol 132 MovieClip "61" in Frame 48
onClipEvent (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 48
onClipEvent (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 48
onClipEvent (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 48
onClipEvent (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 49
enemies = 8;
Instance of Symbol 100 MovieClip "65" in Frame 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 49
onClipEvent (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 50
enemies = 7;
Instance of Symbol 100 MovieClip "73" in Frame 50
onClipEvent (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 50
onClipEvent (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 50
onClipEvent (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 50
onClipEvent (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 50
onClipEvent (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 50
onClipEvent (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 50
onClipEvent (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 51
enemies = 5;
Instance of Symbol 118 MovieClip "81" in Frame 51
onClipEvent (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 51
onClipEvent (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 51
onClipEvent (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 51
onClipEvent (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 51
onClipEvent (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 52
enemies = 6;
Instance of Symbol 132 MovieClip "85" in Frame 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 52
onClipEvent (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 53
enemies = 5;
Instance of Symbol 118 MovieClip "91" in Frame 53
onClipEvent (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 53
onClipEvent (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 53
onClipEvent (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 53
onClipEvent (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 53
onClipEvent (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 54
enemies = 6;
Instance of Symbol 118 MovieClip "96" in Frame 54
onClipEvent (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 54
onClipEvent (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 54
onClipEvent (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 54
onClipEvent (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 54
onClipEvent (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 54
onClipEvent (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 55
enemies = 1;
Instance of Symbol 150 MovieClip in Frame 55
onClipEvent (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 56
play();
Instance of Symbol 152 MovieClip in Frame 56
onClipEvent (load) { mouse.hide(); this.startDrag(true); }
Frame 87
gotoAndStop (120);
Frame 88
play();
Frame 120
stop();
Instance of Symbol 152 MovieClip in Frame 120
onClipEvent (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 121
onClipEvent (load) { mouse.hide(); this.startDrag(true); }
Symbol 10 MovieClip Frame 1
x = 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 2
if (_root.armor < 0) { _root.gotoAndPlay("dead"); }
Symbol 18 Button
on (press) { gotoAndStop (29); }
Symbol 19 Button
on (release) { gotoAndStop (30); }
Symbol 22 Button
on (press) { gotoAndStop (28); }
Symbol 25 Button
on (press) { armor = 500; diff = "hard"; gotoAndStop (31); }
Symbol 26 Button
on (press) { armor = 700; diff = "normal"; gotoAndStop (31); }
Symbol 27 Button
on (press) { armor = 1000; diff = "easy"; gotoAndStop (31); }
Symbol 36 MovieClip Frame 1
stop();
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 61
if (this.hitTest(_root.ship)) { _root.armor = _root.armor - 50; }
Symbol 46 MovieClip Frame 73
stop(); this.removeMovieClip;
Symbol 54 MovieClip Frame 2
stop();
Symbol 54 MovieClip Frame 3
_root.armor = _root.armor - 50;
Symbol 54 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 1
stop();
Instance of Symbol 69 MovieClip "gun" in Symbol 77 MovieClip Frame 1
onClipEvent (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 1
stop();
Symbol 100 MovieClip Frame 2
if (this.hitTest(_root.ship)) { _root.score = _root.score + 15; _root.armor = _root.armor - 30; } else { _root.score = _root.score + 50; }
Symbol 100 MovieClip Frame 11
life = 1;
Symbol 100 MovieClip Frame 12
_root.enemies = _root.enemies - 1; stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
if (this.hitTest(_root.ship)) { _root.score = _root.score + 10; _root.armor = _root.armor - 45; } else { _root.score = _root.score + 45; }
Symbol 109 MovieClip Frame 8
life = 1;
Symbol 109 MovieClip Frame 9
_root.enemies = _root.enemies - 1; stop();
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
if (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 13
life = 1;
Symbol 118 MovieClip Frame 14
_root.enemies = _root.enemies - 1; stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 2
if (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 16
gotoAndPlay (15); alive = false;
Symbol 142 MovieClip Frame 200
if (this.hitTest(_root.ship)) { _root.armor = _root.armor - 150; }
Symbol 150 MovieClip Frame 1
stop();
Instance of Symbol 142 MovieClip in Symbol 150 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(30) + 1); }
Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(30) + 1); }
Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(30) + 1); }
Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(30) + 1); }
Instance of Symbol 82 MovieClip in Symbol 150 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(30) + 1); }
Symbol 150 MovieClip Frame 2
_root.score = _root.score + 1500;
Symbol 150 MovieClip Frame 11
stop(); _root.enemies = _root.enemies - 1;
Symbol 159 Button
on (press) { _root.gotoAndStop("menu"); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:6
Symbol 4 GraphicUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:3 4 5Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10 152
Symbol 10 MovieClipUses:8 9Used by:Timeline
Symbol 11 ShapeTweeningUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:18 19 22 25 26 27 159
Symbol 14 GraphicUsed by:18 19 22 25 26 27 159
Symbol 15 GraphicUsed by:18 19 22 25 26 27 159
Symbol 16 GraphicUsed by:18 19 22 25 26 27 159
Symbol 17 SoundUsed by:18 19 22 25 26 27 159
Symbol 18 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 19 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 26 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 27 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 FontUsed by:32 34 35 56 57 58 155 156 157 158
Symbol 32 EditableTextUses:31Used by:36
Symbol 33 GraphicUsed by:36
Symbol 34 EditableTextUses:31Used by:36
Symbol 35 EditableTextUses:31Used by:36
Symbol 36 MovieClipUses:32 33 34 35Used by:Timeline
Symbol 37 GraphicUsed by:46
Symbol 38 GraphicUsed by:46
Symbol 39 GraphicUsed by:46
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 ShapeTweeningUsed by:46
Symbol 43 SoundUsed by:46
Symbol 44 ShapeTweeningUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:37 38 39 40 41 42 43 44 45Used by:Timeline
Symbol 47 GraphicUsed by:54
Symbol 48 SoundUsed by:54
Symbol 49 GraphicUsed by:54
Symbol 50 SoundUsed by:54 100 150
Symbol 51 GraphicUsed by:54
Symbol 52 GraphicUsed by:54
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:47 48 49 50 51 52 53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 EditableTextUses:31Used by:Timeline
Symbol 57 EditableTextUses:31Used by:Timeline
Symbol 58 EditableTextUses:31Used by:Timeline
Symbol 59 GraphicUsed by:63
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:59 60 61 62Used by:76 77
Symbol 64 GraphicUsed by:69
Symbol 65 GraphicUsed by:69
Symbol 66 SoundUsed by:69
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:64 65 66 67 68Used by:77
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:70 71 72 73Used by:76 150
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:74 63 75Used by:77
Symbol 77 MovieClipUses:63 69 76Used by:Timeline
Symbol 78 GraphicUsed by:100
Symbol 79 ShapeTweeningUsed by:82
Symbol 80 ShapeTweeningUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:79 80 81Used by:100 132 150
Symbol 83 GraphicUsed by:100
Symbol 84 GraphicUsed by:100
Symbol 85 GraphicUsed by:100
Symbol 86 GraphicUsed by:100
Symbol 87 GraphicUsed by:100
Symbol 88 GraphicUsed by:100
Symbol 89 GraphicUsed by:100
Symbol 90 GraphicUsed by:100
Symbol 91 GraphicUsed by:100
Symbol 92 GraphicUsed by:100
Symbol 93 GraphicUsed by:100
Symbol 94 GraphicUsed by:100
Symbol 95 GraphicUsed by:100
Symbol 96 GraphicUsed by:100
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:78 82 83 84 85 86 50 87 88 89 90 91 92 93 94 95 96 97 98 99Used by:Timeline
Symbol 101 SoundUsed by:Timeline
Symbol 102 GraphicUsed by:109
Symbol 103 GraphicUsed by:109
Symbol 104 SoundUsed by:109 132 150
Symbol 105 GraphicUsed by:109
Symbol 106 GraphicUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:102 103 104 105 106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:118
Symbol 111 GraphicUsed by:118
Symbol 112 SoundUsed by:118
Symbol 113 GraphicUsed by:118
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:110 111 112 113 114 115 116 117Used by:Timeline
Symbol 119 GraphicUsed by:132
Symbol 120 GraphicUsed by:132
Symbol 121 GraphicUsed by:132
Symbol 122 GraphicUsed by:132
Symbol 123 GraphicUsed by:132
Symbol 124 GraphicUsed by:132
Symbol 125 GraphicUsed by:132
Symbol 126 GraphicUsed by:132
Symbol 127 GraphicUsed by:132
Symbol 128 GraphicUsed by:132
Symbol 129 GraphicUsed by:132
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:119 82 120 121 104 122 123 124 125 126 127 128 129 130 131Used by:Timeline
Symbol 133 GraphicUsed by:142
Symbol 134 GraphicUsed by:142
Symbol 135 GraphicUsed by:142
Symbol 136 GraphicUsed by:142
Symbol 137 GraphicUsed by:142
Symbol 138 GraphicUsed by:142
Symbol 139 ShapeTweeningUsed by:142
Symbol 140 ShapeTweeningUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:133 134 135 136 137 138 139 140 141 SS1Used by:150
Symbol 143 GraphicUsed by:150
Symbol 144 GraphicUsed by:150
Symbol 145 GraphicUsed by:150
Symbol 146 GraphicUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:142 74 143 82 144 104 145 146 147 148 50 149Used by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 MovieClipUses:9Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 EditableTextUses:31Used by:Timeline
Symbol 156 EditableTextUses:31Used by:Timeline
Symbol 157 EditableTextUses:31Used by:Timeline
Symbol 158 EditableTextUses:31Used by:Timeline
Symbol 159 ButtonUses:13 14 15 16 17Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Streaming Sound 1Used by:Symbol 142 MovieClip

Instance Names

"loadbar"Frame 1Symbol 6 MovieClip
"mouse"Frame 1Symbol 10 MovieClip
"loadbar"Frame 4Symbol 6 MovieClip
"loadbar"Frame 27Symbol 6 MovieClip
"laser"Frame 31Symbol 30 MovieClip
"level"Frame 31Symbol 36 MovieClip
"bomb"Frame 31Symbol 46 MovieClip
"rocket"Frame 31Symbol 54 MovieClip
"ship"Frame 31Symbol 77 MovieClip
"1"Frame 31Symbol 100 MovieClip
"mouse"Frame 31Symbol 10 MovieClip
"2"Frame 32Symbol 100 MovieClip
"3"Frame 32Symbol 100 MovieClip
"4"Frame 33Symbol 100 MovieClip
"5"Frame 33Symbol 100 MovieClip
"1"Frame 33Symbol 100 MovieClip
"6"Frame 34Symbol 100 MovieClip
"7"Frame 34Symbol 100 MovieClip
"8"Frame 34Symbol 100 MovieClip
"9"Frame 34Symbol 100 MovieClip
"10"Frame 34Symbol 100 MovieClip
"12"Frame 35Symbol 109 MovieClip
"11"Frame 35Symbol 100 MovieClip
"13"Frame 35Symbol 100 MovieClip
"16"Frame 36Symbol 109 MovieClip
"14"Frame 36Symbol 100 MovieClip
"15"Frame 36Symbol 100 MovieClip
"17"Frame 36Symbol 109 MovieClip
"20"Frame 37Symbol 109 MovieClip
"21"Frame 37Symbol 100 MovieClip
"19"Frame 37Symbol 100 MovieClip
"18"Frame 37Symbol 109 MovieClip
"22"Frame 37Symbol 109 MovieClip
"26"Frame 38Symbol 109 MovieClip
"24"Frame 38Symbol 109 MovieClip
"25"Frame 38Symbol 109 MovieClip
"23"Frame 38Symbol 109 MovieClip
"32"Frame 39Symbol 109 MovieClip
"31"Frame 39Symbol 109 MovieClip
"27"Frame 39Symbol 109 MovieClip
"28"Frame 39Symbol 100 MovieClip
"29"Frame 39Symbol 100 MovieClip
"30"Frame 39Symbol 100 MovieClip
"32"Frame 40Symbol 100 MovieClip
"33"Frame 40Symbol 118 MovieClip
"34"Frame 41Symbol 100 MovieClip
"36"Frame 41Symbol 118 MovieClip
"35"Frame 41Symbol 100 MovieClip
"37"Frame 41Symbol 118 MovieClip
"40"Frame 42Symbol 118 MovieClip
"39"Frame 42Symbol 118 MovieClip
"38"Frame 42Symbol 118 MovieClip
"41"Frame 42Symbol 118 MovieClip
"42"Frame 43Symbol 118 MovieClip
"43"Frame 43Symbol 118 MovieClip
"44"Frame 43Symbol 100 MovieClip
"45"Frame 43Symbol 100 MovieClip
"46"Frame 43Symbol 100 MovieClip
"47"Frame 44Symbol 118 MovieClip
"48"Frame 44Symbol 118 MovieClip
"49"Frame 44Symbol 109 MovieClip
"50"Frame 44Symbol 109 MovieClip
"53"Frame 45Symbol 118 MovieClip
"54"Frame 45Symbol 118 MovieClip
"51"Frame 45Symbol 109 MovieClip
"52"Frame 45Symbol 109 MovieClip
"55"Frame 45Symbol 118 MovieClip
"56"Frame 46Symbol 132 MovieClip
"57"Frame 47Symbol 132 MovieClip
"58"Frame 47Symbol 132 MovieClip
"59"Frame 47Symbol 132 MovieClip
"60"Frame 47Symbol 132 MovieClip
"61"Frame 48Symbol 132 MovieClip
"62"Frame 48Symbol 132 MovieClip
"63"Frame 48Symbol 100 MovieClip
"64"Frame 48Symbol 100 MovieClip
"65"Frame 49Symbol 100 MovieClip
"66"Frame 49Symbol 100 MovieClip
"67"Frame 49Symbol 100 MovieClip
"68"Frame 49Symbol 100 MovieClip
"69"Frame 49Symbol 100 MovieClip
"70"Frame 49Symbol 100 MovieClip
"71"Frame 49Symbol 100 MovieClip
"72"Frame 49Symbol 100 MovieClip
"73"Frame 50Symbol 100 MovieClip
"74"Frame 50Symbol 100 MovieClip
"75"Frame 50Symbol 100 MovieClip
"76"Frame 50Symbol 109 MovieClip
"77"Frame 50Symbol 109 MovieClip
"78"Frame 50Symbol 118 MovieClip
"79"Frame 50Symbol 118 MovieClip
"81"Frame 51Symbol 118 MovieClip
"80"Frame 51Symbol 118 MovieClip
"82"Frame 51Symbol 132 MovieClip
"83"Frame 51Symbol 132 MovieClip
"84"Frame 51Symbol 132 MovieClip
"85"Frame 52Symbol 132 MovieClip
"86"Frame 52Symbol 132 MovieClip
"87"Frame 52Symbol 132 MovieClip
"88"Frame 52Symbol 132 MovieClip
"89"Frame 52Symbol 132 MovieClip
"90"Frame 52Symbol 100 MovieClip
"91"Frame 53Symbol 118 MovieClip
"92"Frame 53Symbol 118 MovieClip
"93"Frame 53Symbol 118 MovieClip
"94"Frame 53Symbol 118 MovieClip
"95"Frame 53Symbol 118 MovieClip
"96"Frame 54Symbol 118 MovieClip
"97"Frame 54Symbol 100 MovieClip
"98"Frame 54Symbol 100 MovieClip
"99"Frame 54Symbol 132 MovieClip
"100"Frame 54Symbol 109 MovieClip
"101"Frame 54Symbol 109 MovieClip
"gun"Symbol 77 MovieClip Frame 1Symbol 69 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$zn$SPRbr9.lstmQ6lZUUnd000."

Labels

"menu"Frame 28
"dead"Frame 88

Dynamic Text Variables

_root.LEVELSymbol 32 EditableText""
_root.LEVELSymbol 34 EditableText""
_root.LEVELSymbol 35 EditableText""
scoreSymbol 56 EditableText""
armorSymbol 57 EditableText""
levelSymbol 58 EditableText""
score2Symbol 155 EditableText""
totalscoreSymbol 156 EditableText""
armorSymbol 157 EditableText""
multiSymbol 158 EditableText""




http://swfchan.com/15/72646/info.shtml
Created: 8/4 -2019 15:48:45 Last modified: 8/4 -2019 15:48:45 Server time: 15/05 -2024 21:32:42