STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #4784 |
<p align="left"></p> |
Instructions: Arrows = Move. Space = Fire Laser. The area where the people appear is bordered by black lines. If a person touches that line, they are teleported to the other side (aka, if they hit the left line, they appear next to right) |
Anonex !LazyIR.llI anonex@plus4chan.org |
ActionScript [AS1/AS2]
Frame 1Stage.scaleMode = "noScale";Instance of Symbol 6 MovieClip in Symbol 7 MovieClip Frame 1onClipEvent (load) { dirx = 0; diry = 0; b = 1; } onClipEvent (enterFrame) { if (Key.isDown(37)) { dirx = dirx + 1; } if (Key.isDown(39)) { dirx = dirx - 1; } if (Key.isDown(38)) { diry = diry + 1; } if (Key.isDown(40)) { diry = diry - 1; } if (Key.isDown(32)) { duplicateMovieClip (this.lazerblast, "lazerblast" + b, b); b = b + 1; } if (dirx > 0) { dirx = dirx - 0.5; } if (dirx < 0) { dirx = dirx + 0.5; } if (diry > 0) { diry = diry - 0.5; } if (diry < 0) { diry = diry + 0.5; } this._x = this._x + dirx; this._y = this._y + diry; if (this._y < -300) { this._y = this._y + 300; } if (this._y > 300) { this._y = this._y - 300; } if (this._x < -360) { this._x = this._x + 360; } if (this._x > 360) { this._x = this._x - 360; } }Symbol 12 MovieClip Frame 101stop();Instance of Symbol 13 MovieClip "lazerblast" in Symbol 14 MovieClip Frame 1onClipEvent (load) { this._x = -(_parent._x - 175); this._y = -(_parent._y - 150); this._x = this._x + _root.scanx; this._y = this._y + _root.scany; }Symbol 24 MovieClip Frame 10gotoAndPlay (1);Symbol 24 MovieClip Frame 20stop();Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1onClipEvent (load) { this._x = random(2000) - 1000; this._y = random(2000) - 1000; hit = 35; xspeed = random(10) - 5; yspeed = random(10) - 5; if (xspeed == 0) { xspeed = 1; } if (yspeed == 0) { yspeed = 1; } } onClipEvent (enterFrame) { if (this.hitTest(_root.inview)) { if (this.hitTest(_parent._parent.ship.lazer.lazer.blast)) { if (_root.attack == 1) { if (hit == 35) { this.gotoAndPlay(11); hit = 15; } } } if (hit == 35) { if (_root.attack == 1) { this._x = this._x + (xspeed * 1.5); this._y = this._y + (yspeed * 1.5); } else { this._x = this._x + xspeed; this._y = this._y + yspeed; } } if (hit <= 15) { hit = hit - 1; } if (hit <= 0) { this.gotoAndStop(20); } if (this._x > 1000) { this._x = this._x - 2000; } if (this._x < -1000) { this._x = this._x + 2000; } if (this._y > 1000) { this._y = this._y - 2000; } if (this._y < -1000) { this._y = this._y + 2000; } } }Instance of Symbol 30 MovieClip "lazer" in Symbol 31 MovieClip Frame 1onClipEvent (load) { minrot = -15; nulrot = 0; maxrot = 15; trot = nulrot; minstr = 75; nulstr = 100; maxstr = 105; tstr = nulstr; this._rotation = nulrot; this._yscale = nulstr; _root.scanx = -this._rotation; } onClipEvent (enterFrame) { if (Key.isDown(39)) { trot = maxrot; tstr = maxstr; } else if (Key.isDown(37)) { trot = minrot; tstr = maxstr; } else { trot = nulrot; tstr = nulstr; } if (this._rotation > trot) { this._rotation = this._rotation - ((this._rotation - trot) / 5); } if (this._rotation < trot) { this._rotation = this._rotation + ((trot - this._rotation) / 5); } if (this._yscale > tstr) { this._yscale = this._yscale - ((this._yscale - tstr) / 5); } if (this._yscale < tstr) { this._yscale = this._yscale + ((tstr - this._yscale) / 5); } _root.scanx = -this._rotation; }Instance of Symbol 31 MovieClip "lazer" in Symbol 34 MovieClip Frame 1onClipEvent (load) { minstr = 125; nulstr = 100; maxstr = 75; tstr = nulstr; this._yscale = nulstr; _root.scany = this._yscale - 100; } onClipEvent (enterFrame) { if (Key.isDown(32)) { this._alpha = 100; _root.attack = 1; } else { this._alpha = 0; _root.attack = 0; } if (Key.isDown(38)) { tstr = minstr; } else if (Key.isDown(40)) { tstr = maxstr; } else { tstr = nulstr; } if (this._yscale > tstr) { this._yscale = this._yscale - ((this._yscale - tstr) / 5); } if (this._yscale < tstr) { this._yscale = this._yscale + ((tstr - this._yscale) / 5); } _root.scany = this._yscale - 100; }Instance of Symbol 33 MovieClip in Symbol 34 MovieClip Frame 1onClipEvent (load) { minrot = -15; nulrot = 0; maxrot = 15; trot = nulrot; minstr = 75; nulstr = 100; maxstr = 125; tstr = nulstr; this._rotation = nulrot; this._yscale = nulstr; } onClipEvent (enterFrame) { if (Key.isDown(39)) { trot = maxrot; } else if (Key.isDown(37)) { trot = minrot; } else { trot = nulrot; } if (this._rotation > trot) { this._rotation = this._rotation - ((this._rotation - trot) / 5); } if (this._rotation < trot) { this._rotation = this._rotation + ((trot - this._rotation) / 5); } if (Key.isDown(38)) { tstr = minstr; } else if (Key.isDown(40)) { tstr = maxstr; } else { tstr = nulstr; } if (this._yscale > tstr) { this._yscale = this._yscale - ((this._yscale - tstr) / 5); } if (this._yscale < tstr) { this._yscale = this._yscale + ((tstr - this._yscale) / 5); } }Instance of Symbol 14 MovieClip "stage" in Symbol 35 MovieClip Frame 1onClipEvent (load) { dirx = 0; diry = 0; b = 1; } onClipEvent (enterFrame) { if (Key.isDown(37)) { dirx = dirx + 1; } if (Key.isDown(39)) { dirx = dirx - 1; } if (Key.isDown(38)) { diry = diry + 1; } if (Key.isDown(40)) { diry = diry - 1; } if (Key.isDown(32)) { duplicateMovieClip (this.lazerblast, "lazerblast" + b, b); b = b + 1; } if (dirx > 0) { dirx = dirx - 0.5; } if (dirx < 0) { dirx = dirx + 0.5; } if (diry > 0) { diry = diry - 0.5; } if (diry < 0) { diry = diry + 0.5; } this._x = this._x + dirx; this._y = this._y + diry; }Instance of Symbol 25 MovieClip in Symbol 35 MovieClip Frame 1onClipEvent (load) { dirx = 0; diry = 0; } onClipEvent (enterFrame) { if (Key.isDown(37)) { dirx = dirx + 1; } if (Key.isDown(39)) { dirx = dirx - 1; } if (Key.isDown(38)) { diry = diry + 1; } if (Key.isDown(40)) { diry = diry - 1; } if (dirx > 0) { dirx = dirx - 0.5; } if (dirx < 0) { dirx = dirx + 0.5; } if (diry > 0) { diry = diry - 0.5; } if (diry < 0) { diry = diry + 0.5; } this._x = this._x + dirx; this._y = this._y + diry; }
Library Items
Symbol 1 Graphic | Used by:36 Timeline | |
Symbol 2 Graphic | Used by:35 | |
Symbol 3 Bitmap | Used by:5 | |
Symbol 4 Bitmap | Used by:5 | |
Symbol 5 Graphic | Uses:3 4 | Used by:6 |
Symbol 6 MovieClip | Uses:5 | Used by:7 |
Symbol 7 MovieClip | Uses:6 | Used by:35 |
Symbol 8 Graphic | Used by:9 | |
Symbol 9 MovieClip | Uses:8 | Used by:14 |
Symbol 10 Graphic | Used by:11 | |
Symbol 11 MovieClip | Uses:10 | Used by:12 |
Symbol 12 MovieClip | Uses:11 | Used by:13 |
Symbol 13 MovieClip | Uses:12 | Used by:14 |
Symbol 14 MovieClip | Uses:9 13 | Used by:35 |
Symbol 15 Graphic | Used by:16 | |
Symbol 16 MovieClip | Uses:15 | Used by:24 34 |
Symbol 17 Graphic | Used by:24 | |
Symbol 18 Graphic | Used by:24 | |
Symbol 19 Graphic | Used by:24 | |
Symbol 20 Graphic | Used by:24 | |
Symbol 21 Graphic | Used by:24 | |
Symbol 22 Graphic | Used by:24 | |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 MovieClip | Uses:16 17 18 19 20 21 22 23 | Used by:25 |
Symbol 25 MovieClip | Uses:24 | Used by:35 |
Symbol 26 Graphic | Used by:30 | |
Symbol 27 Graphic | Used by:29 | |
Symbol 28 Graphic | Used by:29 | |
Symbol 29 MovieClip | Uses:27 28 | Used by:30 |
Symbol 30 MovieClip | Uses:26 29 | Used by:31 |
Symbol 31 MovieClip | Uses:30 | Used by:34 |
Symbol 32 Graphic | Used by:33 | |
Symbol 33 MovieClip | Uses:32 | Used by:34 |
Symbol 34 MovieClip | Uses:16 31 33 | Used by:35 |
Symbol 35 MovieClip | Uses:2 7 14 25 34 | Used by:Timeline |
Symbol 36 MovieClip | Uses:1 | Used by:Timeline |
Symbol 37 Font | Used by:38 | |
Symbol 38 EditableText | Uses:37 | Used by:Timeline |
Symbol 39 Font | Used by:40 | |
Symbol 40 Text | Uses:39 | Used by:Timeline |
Symbol 41 Font | Used by:42 | |
Symbol 42 Text | Uses:41 | Used by:Timeline |
Instance Names
"inview" | Frame 1 | Symbol 36 MovieClip |
"lazerblast" | Symbol 14 MovieClip Frame 1 | Symbol 13 MovieClip |
"blast" | Symbol 30 MovieClip Frame 1 | Symbol 29 MovieClip |
"lazer" | Symbol 31 MovieClip Frame 1 | Symbol 30 MovieClip |
"lazer" | Symbol 34 MovieClip Frame 1 | Symbol 31 MovieClip |
"stage" | Symbol 35 MovieClip Frame 1 | Symbol 14 MovieClip |
"ship" | Symbol 35 MovieClip Frame 1 | Symbol 34 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
|