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

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

anonex_ufo.swf

This is the info page for
Flash #4784

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


Text
<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 1
Stage.scaleMode = "noScale";
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip Frame 1
onClipEvent (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 101
stop();
Instance of Symbol 13 MovieClip "lazerblast" in Symbol 14 MovieClip Frame 1
onClipEvent (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 10
gotoAndPlay (1);
Symbol 24 MovieClip Frame 20
stop();
Instance of Symbol 24 MovieClip in Symbol 25 MovieClip Frame 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 1
onClipEvent (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 GraphicUsed by:36  Timeline
Symbol 2 GraphicUsed by:35
Symbol 3 BitmapUsed by:5
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:3 4Used by:6
Symbol 6 MovieClipUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:35
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:14
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClipUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:9 13Used by:35
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:24 34
Symbol 17 GraphicUsed by:24
Symbol 18 GraphicUsed by:24
Symbol 19 GraphicUsed by:24
Symbol 20 GraphicUsed by:24
Symbol 21 GraphicUsed by:24
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:16 17 18 19 20 21 22 23Used by:25
Symbol 25 MovieClipUses:24Used by:35
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:27 28Used by:30
Symbol 30 MovieClipUses:26 29Used by:31
Symbol 31 MovieClipUses:30Used by:34
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:16 31 33Used by:35
Symbol 35 MovieClipUses:2 7 14 25 34Used by:Timeline
Symbol 36 MovieClipUses:1Used by:Timeline
Symbol 37 FontUsed by:38
Symbol 38 EditableTextUses:37Used by:Timeline
Symbol 39 FontUsed by:40
Symbol 40 TextUses:39Used by:Timeline
Symbol 41 FontUsed by:42
Symbol 42 TextUses:41Used by:Timeline

Instance Names

"inview"Frame 1Symbol 36 MovieClip
"lazerblast"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"blast"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"lazer"Symbol 31 MovieClip Frame 1Symbol 30 MovieClip
"lazer"Symbol 34 MovieClip Frame 1Symbol 31 MovieClip
"stage"Symbol 35 MovieClip Frame 1Symbol 14 MovieClip
"ship"Symbol 35 MovieClip Frame 1Symbol 34 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.




http://swfchan.com/1/4784/info.shtml
Created: 16/6 -2019 13:03:21 Last modified: 16/6 -2019 13:03:21 Server time: 18/04 -2024 19:15:25