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

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

Ragdoll Laser Dodge.swf

This is the info page for
Flash #46449

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


Text
stupid Flash games 101

Stupidly Fun Games...

mouse

keyboard

instructions

highscores

more games

credits

Ragdoll laser dodge

instructions

controls

mouse mode

keyboard mode

move your ragdoll
with your mouse
to dodge the lasers

move your ragdoll
with the arrow keys
to dodge the lasers

"p" to pause the game

menu

next

laser speeds

slowest lasers

medium-slow lasers

medium lasers

medium-fast lasers

fastest lasers

powerups

raises your score multiplier by one

makes you invulnerable to all lasers

slows down you and
everything around you

x2

time powerup

multiplier power up

shield powerup

credits

inspired by ragdoll avalanche ii

music by paragon x9 - choaz fantasy

programed by stupid flash games 101

<p align="left"></p>

<p align="left"></p>

SHIELD

<p align="center"></p>

Paused
Press Space to Resume

you died with a
final score of

<p align="center"></p>

Try again

submit

type your name here

<p align="left"></p>

Rank

<p align="center"></p>

<p align="center"></p>

<p align="left"></p>

ActionScript [AS1/AS2]

Frame 1
function deadClick() { } function gotoMySite() { getURL ("http://www.stupidflashgames101.co.nr", "_blank"); } _root.kongregateServices.connect(); var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); var copyrightNotice = new ContextMenuItem("2007 Stupid Flash Games 101", deadClick); copyrightNotice.separatorBefore = true; var mySiteLink = new ContextMenuItem("StupidFlashGames101.co.nr", gotoMySite); myMenu.customItems.push(mySiteLink, copyrightNotice); _root.menu = myMenu; function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } MochiAd.showPreGameAd({id:"7e31af31ab72e85f", res:"700x500"}); __com_mochibot__("178da500", this, 10301, true);
Frame 2
stop();
Instance of Symbol 29 MovieClip in Frame 2
on (release) { getURL ("http://stupidflashgames101.co.nr", "_blank"); }
Instance of Symbol 31 MovieClip "sound" in Frame 2
onClipEvent (load) { bgm = new Sound(this); bgm.attachSound("bgm"); bgm.start(0, 99999); }
Frame 48
stop(); _root.tgo = true; _root.head.removeMovieClip(this); _root.neck.removeMovieClip(this); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.rarm.removeMovieClip(this); _root.rhand.removeMovieClip(this); _root.body.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.rfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.lfoot.removeMovieClip(this);
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 48
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 55 MovieClip in Frame 48
on (release) { getURL ("http://stupidflashgames101.co.nr", "_blank"); }
Instance of Symbol 61 MovieClip in Frame 48
onClipEvent (load) { this.pg.gotoAndStop(1); this.gotoAndStop(2); } onClipEvent (enterFrame) { if (_root.mute == true) { _root.sound.bgm.setVolume(0); } if (_root.mute == false) { _root.sound.bgm.setVolume(100); } } on (release) { if (_root.mute == false) { this.pg.gotoAndStop(3); } if (_root.mute == true) { this.pg.gotoAndStop(2); } }
Frame 49
stop(); _root.tgo = true; _root.head.removeMovieClip(this); _root.neck.removeMovieClip(this); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.rarm.removeMovieClip(this); _root.rhand.removeMovieClip(this); _root.body.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.rfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.lfoot.removeMovieClip(this);
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Instance of Symbol 38 MovieClip in Frame 49
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } } reset(); } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 525) { reset(); } }
Frame 62
function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function launch(originX, originY) { var _local5 = randRange(launch.minFragments, launch.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("debris", "debris" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(launch.minSize, launch.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-launch.maxSpeed, launch.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-launch.maxSpeed, launch.maxSpeed); } _local2._alpha = randRange(10, 75); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._x = this._x + this.speedX; this._y = this._y + ((this.speedY = this.speedY + 1.5)); if ((((this._x < gLEFT) || (this._x > gRIGHT)) || (this._y < gTOP)) || (this._y > gBOTTOM)) { this.removeMovieClip(); } }; _local3++; _local4++; } } _global.gLEFT = 0; _global.gTOP = 0; _global.gRIGHT = Stage.width; _global.gBOTTOM = Stage.height; launch.maxSpeed = 10; launch.minSize = 5; launch.maxSize = 6; launch.minFragments = 10; launch.maxFragments = 100; function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function blast(originX, originY) { var _local5 = randRange(blast.minFragments, blast.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("Orb", "orb" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(blast.minSize, blast.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-blast.maxSpeed, blast.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-blast.maxSpeed, blast.maxSpeed); } _local2._alpha = randRange(10, 75); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._x = this._x + this.speedX; this._y = this._y + this.speedY; if ((((this._x < gLEFT) || (this._x > gRIGHT)) || (this._y < gTOP)) || (this._y > gBOTTOM)) { this.removeMovieClip(); } }; _local3++; _local4++; } } _global.gLEFT = 0; _global.gTOP = 0; _global.gRIGHT = Stage.width; _global.gBOTTOM = Stage.height; blast.maxSpeed = 50; blast.minSize = 4; blast.maxSize = 10; blast.minFragments = 10; blast.maxFragments = 100; function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function explosion(originX, originY) { var _local5 = randRange(explosion.minFragments, explosion.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("Fragment", "fragment" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(explosion.minSize, explosion.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-explosion.maxSpeed, explosion.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-explosion.maxSpeed, explosion.maxSpeed); } _local2._alpha = randRange(100, 100); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._alpha = this._alpha - 15; this._x = this._x + this.speedX; this._y = this._y + this.speedY; if (this._alpha <= 0) { this.removeMovieClip(); } }; _local3++; _local4++; } } explosion.maxSpeed = 5; explosion.minSize = 4; explosion.maxSize = 10; explosion.minFragments = 10; explosion.maxFragments = 50; Mouse.hide(); stop(); _root.st = new Sound(); _root.st.attachSound("st"); _root.st.setVolume(100); _root.so = new Sound(); _root.so.attachSound("so"); _root.so.setVolume(100); _root.crush = new Sound(); _root.crush.attachSound("crush"); _root.crush.setVolume(100); _root.hit = new Sound(); _root.hit.attachSound("break"); _root.hit.setVolume(100); _root.reward = new Sound(); _root.reward.attachSound("sound"); _root.reward.setVolume(100); _root.F = true; _root.D = false; _root.C = false; _root.B = false; _root.A = false; _root.L = false; _root.M = false; _root.e1 = false; _root.e2 = false; _root.e3 = false; _root.e4 = false; _root.spu = false; _root.tpu = false; _root.tgo = true; _root.bgo = false; _root.lgo = false; _root.rgo = false; _root.drs.s = false; _root.death = false; _root.slowmotion = false; _root.slowmo = 0; _root.stimer = 100; _root.shield = false; _root.pause = false; _root.mt.text = "x"; _root.mt.multiplier = 1; _root.timer = 0; _root.score = 0; _global.gravity = 0.5; _global.speed = 15; _global.drag = 0.96; _global.flex = 1.4; _global.slow = 1; _global.sw = Stage.width; _global.sh = Stage.height; createEmptyMovieClip("head", 1); createEmptyMovieClip("neck", 2); createEmptyMovieClip("larm", 3); createEmptyMovieClip("rarm", 4); createEmptyMovieClip("lhand", 5); createEmptyMovieClip("rhand", 6); createEmptyMovieClip("body", 7); createEmptyMovieClip("lleg", 8); createEmptyMovieClip("rleg", 9); createEmptyMovieClip("lfoot", 10); createEmptyMovieClip("rfoot", 11); var pressed = Key.isDown; var UP = 38; var DOWN = 40; var LEFT = 37; var RIGHT = 39; var SPACE = 32; var ESC = 27; var P = 80; var escaping = false; var settings = false; var oxmouse = _xmouse; var oymouse = _ymouse; var nodes = 18; var xn = new Array(nodes); var yn = new Array(nodes); var xo = new Array(nodes); var yo = new Array(nodes); var xf = new Array(nodes); var yf = new Array(nodes); var root = new Array(nodes); var rest = new Array(nodes); var sproot = new Array(nodes); var sprest = new Array(nodes); var mass = new Array(nodes); var size = new Array(nodes); var i = 0; var color = 10066329; while (i < nodes) { xn[i] = 225 + random(100); yn[i] = 150 + random(100); xo[i] = 225 + random(100); yo[i] = 150 + random(100); xf[i] = 0; yf[i] = 0; mass[i] = 1; size[i] = 10; i++; } root[7] = 7; root[8] = 7; root[9] = 8; root[10] = 8; root[11] = 8; root[12] = 10; root[13] = 11; root[14] = 9; root[15] = 9; root[16] = 14; root[17] = 15; rest[7] = 0.5; rest[8] = 50; rest[9] = 450; rest[10] = 200; rest[11] = 200; rest[12] = 200; rest[13] = 200; rest[14] = 450; rest[15] = 450; rest[16] = 450; rest[17] = 450; sproot[7] = 9; sproot[8] = 14; sproot[9] = 10; sproot[10] = 11; sproot[11] = 9; sproot[12] = 8; sproot[13] = 8; sproot[14] = 15; sproot[15] = 8; sproot[16] = 9; sproot[17] = 9; sprest[7] = 1800; sprest[8] = 3200; sprest[9] = 800; sprest[10] = 800; sprest[11] = 800; sprest[12] = 1800; sprest[13] = 1800; sprest[14] = 800; sprest[15] = 3200; sprest[16] = 3200; sprest[17] = 3200; size[6] = 23; size[7] = 23; _root.onEnterFrame = function () { if (pressed(ESC)) { escaping = false; } else if (escaping) { escaping = false; settings = !settings; if (settings) { gotoAndStop (2); } else { gotoAndStop (3); } } if (slowmotion == true) { slow = 0.25; } else { slow = 1; } if (death == false) { if (pressed(P)) { pause = true; } if (pressed(SPACE)) { pause = false; } } for (var i in xn) { var n = (drag * (xn[i] - xo[i])); xo[i] = xn[i] - (n * (1 - slow)); xn[i] = xn[i] + (n * slow); n = (drag * (yn[i] - yo[i])) + gravity; yo[i] = yn[i] - (n * (1 - slow)); yn[i] = yn[i] + (n * slow); } if (pressed(UP)) { yn[0] = yn[0] - speed; } if (pressed(DOWN)) { yn[0] = yn[0] + speed; } if (pressed(LEFT)) { xn[0] = xn[0] - speed; } if (pressed(RIGHT)) { xn[0] = xn[0] + speed; } if ((_root.death == false) and (pause == false)) { xn[8] = _xmouse; yn[8] = _ymouse; } for (var i in sproot) { var j = sproot[i]; if (i != j) { var xd = (xn[j] - xn[i]); var yd = (yn[j] - yn[i]); var dl = ((sprest[i] / (((xd * xd) + (yd * yd)) + sprest[i])) - 0.5); xd = xd * dl; yd = yd * dl; var ir = ((mass[i] + mass[j]) * flex); var jr = (mass[i] / ir); ir = mass[j] / ir; xf[i] = xf[i] - (ir * xd); yf[i] = yf[i] - (ir * yd); xf[j] = xf[j] + (jr * xd); yf[j] = yf[j] + (jr * yd); } } for (var i in xf) { xn[i] = xn[i] + xf[i]; yn[i] = yn[i] + yf[i]; xf[i] = 0; yf[i] = 0; } for (var i in root) { var j = root[i]; if (i != j) { var xd = (xn[j] - xn[i]); var yd = (yn[j] - yn[i]); var dl = ((rest[i] / (((xd * xd) + (yd * yd)) + rest[i])) - 0.5); xd = xd * dl; yd = yd * dl; var ir = (mass[i] + mass[j]); var jr = (mass[i] / ir); ir = mass[j] / ir; xf[i] = xf[i] - (ir * xd); yf[i] = yf[i] - (ir * yd); xf[j] = xf[j] + (jr * xd); yf[j] = yf[j] + (jr * yd); } } for (var i in xf) { xn[i] = xn[i] + xf[i]; yn[i] = yn[i] + yf[i]; xf[i] = 0; yf[i] = 0; } for (var i in xn) { var s = (size[i] / 2); if (xn[i] < s) { xo[i] = xn[i]; xn[i] = s; yo[i] = yn[i]; } else if (xn[i] > (sw - s)) { xo[i] = xn[i]; xn[i] = sw - s; yo[i] = yn[i]; } if (yn[i] < s) { yo[i] = yn[i]; yn[i] = s; xo[i] = xn[i]; } else if (yn[i] > (sh - s)) { yo[i] = yn[i]; yn[i] = sh - s; xo[i] = xn[i]; } if (pause == true) { Mouse.show(); } speed = 0; gravity = 0; drag = 0; _root.ps._visible = true; } if (pause == false) { Mouse.hide(); gravity = 0.5; speed = 15; drag = 0.96; _root.ps._visible = false; } if (_root.death == true) { Mouse.show(); _root.dt2.score = _root.score; _root.slowmotion = false; _root.slowguage.unloadMovie(this); _root.sguage.unloadMovie(this); _root.ps.unloadMovie(this); speed = 0; _root.drs.s = true; _root.pause = false; } with (head) { clear(); for (var i in root) { lineStyle(size[i], color); moveTo(xn[7], yn[7]); lineTo(xn[root[7]] + 0.5, yn[root[7]]); } } with (neck) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[8], yn[8]); lineTo(xn[root[8]] + 0.5, yn[root[8]]); } } with (larm) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[13], yn[13]); lineTo(xn[root[13]] + 0.5, yn[root[13]]); } } with (rarm) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[10], yn[10]); lineTo(xn[root[10]] + 0.5, yn[root[10]]); } } with (lhand) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[11], yn[11]); lineTo(xn[root[11]] + 0.5, yn[root[11]]); } } with (rhand) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[12], yn[12]); lineTo(xn[root[12]] + 0.5, yn[root[12]]); } } with (body) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[9], yn[9]); lineTo(xn[root[9]] + 0.5, yn[root[9]]); } } with (lleg) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[14], yn[14]); lineTo(xn[root[14]] + 0.5, yn[root[14]]); } } with (rleg) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[15], yn[15]); lineTo(xn[root[15]] + 0.5, yn[root[15]]); } } with (lfoot) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[16], yn[16]); lineTo(xn[root[16]] + 0.5, yn[root[16]]); } } with (rfoot) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[17], yn[17]); lineTo(xn[root[17]] + 0.5, yn[root[17]]); } } };
Instance of Symbol 129 MovieClip "slowguage" in Frame 62
onClipEvent (enterFrame) { if (_root.slowmotion == true) { _root.slowmo = _root.slowmo - 0.4; this._visible = true; } if (_root.slowmotion == false) { _root.slowmo = 100; this._visible = false; } if (_root.pause == true) { _root.slowmo = _root.slowmo + 0.4; } }
Instance of Symbol 133 MovieClip "control" in Frame 62
onClipEvent (enterFrame) { _root.timer = _root.timer + 0.0285714285714286; _root.score = _root.score + _root.mt.multiplier; _root.smultiplier = _root.mt.multiplier; _root.deathtxt.score = _root.deathtxt.score + _root.mt.multiplier; if (_root.pause == true) { _root.score = _root.score - _root.mt.multiplier; _root.timer = _root.timer - 0.0285714285714286; } if (_root.pause == false) { _root.score = _root.score + _root.mt.multiplier; } if (_root.death == true) { _root.score = _root.score - (_root.mt.multiplier * 2); _root.timer = _root.timer - 0.0285714285714286; } if (_root.timer >= 15) { _root.F = false; _root.D = true; _root.spu = true; } if (_root.timer >= 16) { _root.spu = false; } if (_root.timer >= 27) { _root.tgo = false; } if (_root.timer >= 30) { _root.rgo = true; } if (_root.timer >= 33) { _root.tpu = true; } if (_root.timer >= 34) { _root.D = false; _root.C = true; _root.tpu = false; } if (_root.timer >= 53) { _root.spu = true; } if (_root.timer >= 54) { _root.spu = false; } if (_root.timer >= 57) { _root.rgo = false; } if (_root.timer >= 60) { _root.C = false; _root.B = true; _root.bgo = true; } if (_root.timer >= 70) { _root.tpu = true; } if (_root.timer >= 71) { _root.tpu = false; } if (_root.timer >= 87) { _root.bgo = false; } if (_root.timer >= 90) { _root.lgo = true; } if (_root.timer >= 93) { _root.tpu = true; } if (_root.timer >= 94) { _root.tpu = false; } if (_root.timer >= 107) { _root.spu = true; } if (_root.timer >= 108) { _root.spu = false; } if (_root.timer >= 115) { _root.tpu = true; } if (_root.timer >= 116) { _root.tpu = false; } if (_root.timer >= 115) { _root.lgo = false; } if (_root.timer >= 120) { _root.B = false; _root.A = true; _root.tgo = true; _root.rgo = true; } if (_root.timer >= 127) { _root.spu = true; } if (_root.timer >= 128) { _root.spu = false; } if (_root.timer >= 135) { _root.tpu = true; } if (_root.timer >= 136) { _root.tpu = false; } if (_root.timer >= 145) { _root.spu = true; _root.tgo = false; _root.rgo = false; } if (_root.timer >= 146) { _root.spu = false; } if (_root.timer >= 150) { _root.bgo = true; _root.lgo = true; } if (_root.timer >= 157) { _root.tpu = true; } if (_root.timer >= 158) { _root.tpu = false; } if (_root.timer >= 165) { _root.spu = true; } if (_root.timer >= 166) { _root.spu = false; } if (_root.timer >= 175) { _root.A = false; _root.L = true; _root.tpu = true; _root.bgo = false; _root.lgo = false; } if (_root.timer >= 176) { _root.tpu = false; } if (_root.timer >= 180) { _root.bgo = true; _root.tgo = true; } if (_root.timer >= 187) { _root.spu = true; } if (_root.timer >= 188) { _root.spu = false; } if (_root.timer >= 195) { _root.tpu = true; } if (_root.timer >= 196) { _root.tpu = false; } if (_root.timer >= 205) { _root.spu = true; _root.bgo = false; _root.tgo = false; } if (_root.timer >= 206) { _root.spu = false; } if (_root.timer >= 210) { _root.lgo = true; _root.rgo = true; } if (_root.timer >= 217) { _root.tpu = true; } if (_root.timer >= 218) { _root.tpu = false; } if (_root.timer >= 225) { _root.spu = true; } if (_root.timer >= 226) { _root.spu = false; } if (_root.timer >= 235) { _root.tpu = true; _root.lgo = false; _root.rgo = false; } if (_root.timer >= 236) { _root.tpu = false; } if (_root.timer >= 240) { _root.L = false; _root.M = true; _root.lgo = true; _root.rgo = true; _root.bgo = true; _root.tgo = true; } if (_root.timer >= 245) { _root.spu = true; } if (_root.timer >= 246) { _root.spu = false; } if (_root.timer >= 250) { _root.tpu = true; } if (_root.timer >= 251) { _root.tpu = false; } if (_root.timer >= 255) { _root.spu = true; } if (_root.timer >= 256) { _root.spu = false; } if (_root.timer >= 260) { _root.tpu = true; } if (_root.timer >= 261) { _root.tpu = false; } if (_root.timer >= 265) { _root.spu = true; } if (_root.timer >= 266) { _root.spu = false; } if (_root.timer >= 270) { _root.e1 = true; _root.tpu = true; } if (_root.timer >= 271) { _root.tpu = false; } if (_root.timer >= 275) { _root.spu = true; } if (_root.timer >= 276) { _root.spu = false; } if (_root.timer >= 280) { _root.tpu = true; } if (_root.timer >= 281) { _root.tpu = false; } if (_root.timer >= 285) { _root.spu = true; } if (_root.timer >= 286) { _root.spu = false; } if (_root.timer >= 290) { _root.tpu = true; } if (_root.timer >= 291) { _root.tpu = false; } if (_root.timer >= 295) { _root.spu = true; } if (_root.timer >= 296) { _root.spu = false; } if (_root.timer >= 300) { _root.e2 = true; _root.tpu = true; } if (_root.timer >= 301) { _root.tpu = false; } if (_root.timer >= 305) { _root.spu = true; } if (_root.timer >= 306) { _root.spu = false; } if (_root.timer >= 310) { _root.tpu = true; } if (_root.timer >= 311) { _root.tpu = false; } if (_root.timer >= 315) { _root.spu = true; } if (_root.timer >= 316) { _root.spu = false; } if (_root.timer >= 320) { _root.tpu = true; } if (_root.timer >= 321) { _root.tpu = false; } if (_root.timer >= 325) { _root.spu = true; } if (_root.timer >= 326) { _root.spu = false; } if (_root.timer >= 330) { _root.e3 = true; _root.tpu = true; } if (_root.timer >= 331) { _root.tpu = false; } if (_root.timer >= 335) { _root.spu = true; } if (_root.timer >= 336) { _root.spu = false; } if (_root.timer >= 340) { _root.tpu = true; } if (_root.timer >= 341) { _root.tpu = false; } if (_root.timer >= 345) { _root.spu = true; } if (_root.timer >= 346) { _root.spu = false; } if (_root.timer >= 350) { _root.tpu = true; } if (_root.timer >= 351) { _root.tpu = false; } if (_root.timer >= 355) { _root.spu = true; } if (_root.timer >= 356) { _root.spu = false; } if (_root.timer >= 360) { _root.e4 = true; _root.tpu = true; } if (_root.timer >= 361) { _root.tpu = false; } if (_root.timer >= 365) { _root.spu = true; } if (_root.timer >= 366) { _root.spu = false; } if (_root.timer >= 370) { _root.tpu = true; } if (_root.timer >= 371) { _root.tpu = false; } if (_root.timer >= 375) { _root.spu = true; } if (_root.timer >= 376) { _root.spu = false; } if (_root.timer >= 380) { _root.tpu = true; } if (_root.timer >= 381) { _root.tpu = false; } if (_root.timer >= 385) { _root.spu = true; } if (_root.timer >= 386) { _root.spu = false; } }
Instance of Symbol 136 MovieClip "mt" in Frame 62
onClipEvent (enterFrame) { if (_root.mt.multiplier <= 1) { this._visible = false; } if (_root.mt.multiplier >= 2) { this._visible = true; } }
Instance of Symbol 111 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 515) { reset(); } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } }
Instance of Symbol 106 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (_root.spu == false) { this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 515) and (_root.spu == true)) { reset(); } if ((this._y > 515) and (_root.spu == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } }
Instance of Symbol 141 MovieClip "sguage" in Frame 62
onClipEvent (enterFrame) { if (_root.shield == true) { _root.stimer = _root.stimer - 0.4; _root.color = 1636599 /* 0x18F8F7 */; this._visible = true; } if (_root.shield == false) { _root.stimer = 100; _root.color = 10066329 /* 0x999999 */; this._visible = false; } if (_root.pause == true) { _root.stimer = _root.stimer + 0.4; } }
Instance of Symbol 100 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (_root.tpu == false) { this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 515) and (_root.tpu == true)) { reset(); } if ((this._y > 515) and (_root.tpu == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e1 == true)) { reset(); } if ((this._x < -25) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e2 == true)) { reset(); } if ((this._x < -25) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e3 == true)) { reset(); } if ((this._x < -25) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e4 == true)) { reset(); } if ((this._x < -25) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e1 == true)) { reset(); } if ((this._y < -25) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e2 == true)) { reset(); } if ((this._y < -25) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e3 == true)) { reset(); } if ((this._y < -25) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e4 == true)) { reset(); } if ((this._y < -25) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e1 == true)) { reset(); } if ((this._x > 725) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e2 == true)) { reset(); } if ((this._x > 725) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e3 == true)) { reset(); } if ((this._x > 725) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e4 == true)) { reset(); } if ((this._x > 725) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e1 == true)) { reset(); } if ((this._y > 525) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e2 == true)) { reset(); } if ((this._y > 525) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e3 == true)) { reset(); } if ((this._y > 525) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e4 == true)) { reset(); } if ((this._y > 525) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 144 MovieClip "drs" in Frame 62
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_alpha >= 20) { s = false; _root.dt2.d2 = true; } if (s == true) { _alpha = (_alpha + 1); } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 146 MovieClip "ps" in Frame 62
onClipEvent (enterFrame) { if (_alpha <= 1) { s = true; } if (_alpha >= 99) { s = false; } if (s == true) { _alpha = (_alpha + 5); } if (s == false) { _alpha = (_alpha - 5); } }
Instance of Symbol 159 MovieClip "dt2" in Frame 62
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_alpha >= 99) { d2 = false; } if (d2 == true) { _alpha = (_alpha + 1); } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 62
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Frame 63
_root.gotoAndStop("mplay");
Frame 70
function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function launch(originX, originY) { var _local5 = randRange(launch.minFragments, launch.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("debris", "debris" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(launch.minSize, launch.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-launch.maxSpeed, launch.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-launch.maxSpeed, launch.maxSpeed); } _local2._alpha = randRange(10, 75); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._x = this._x + this.speedX; this._y = this._y + ((this.speedY = this.speedY + 1.5)); if ((((this._x < gLEFT) || (this._x > gRIGHT)) || (this._y < gTOP)) || (this._y > gBOTTOM)) { this.removeMovieClip(); } }; _local3++; _local4++; } } _global.gLEFT = 0; _global.gTOP = 0; _global.gRIGHT = Stage.width; _global.gBOTTOM = Stage.height; launch.maxSpeed = 10; launch.minSize = 5; launch.maxSize = 6; launch.minFragments = 10; launch.maxFragments = 100; function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function blast(originX, originY) { var _local5 = randRange(blast.minFragments, blast.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("Orb", "orb" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(blast.minSize, blast.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-blast.maxSpeed, blast.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-blast.maxSpeed, blast.maxSpeed); } _local2._alpha = randRange(10, 75); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._x = this._x + this.speedX; this._y = this._y + this.speedY; if ((((this._x < gLEFT) || (this._x > gRIGHT)) || (this._y < gTOP)) || (this._y > gBOTTOM)) { this.removeMovieClip(); } }; _local3++; _local4++; } } _global.gLEFT = 0; _global.gTOP = 0; _global.gRIGHT = Stage.width; _global.gBOTTOM = Stage.height; blast.maxSpeed = 50; blast.minSize = 4; blast.maxSize = 10; blast.minFragments = 10; blast.maxFragments = 100; function rad2deg(radians) { return((radians * 180) / Math.PI); } function deg2rad(degrees) { return((degrees * Math.PI) / 180); } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } function explosion(originX, originY) { var _local5 = randRange(explosion.minFragments, explosion.maxFragments); var _local2; var _local4 = this.getNextHighestDepth(); var _local3 = 0; while (_local3 < _local5) { _local2 = attachMovie("Fragment", "fragment" + _local4, _local4); _local2._x = originX; _local2._y = originY; _local2._width = (_local2._height = randRange(explosion.minSize, explosion.maxSize)); while (!_local2.speedX) { _local2.speedX = randRange(-explosion.maxSpeed, explosion.maxSpeed); } while (!_local2.speedY) { _local2.speedY = randRange(-explosion.maxSpeed, explosion.maxSpeed); } _local2._alpha = randRange(100, 100); _local2.cacheAsBitmap = true; _local2.onEnterFrame = function () { this._alpha = this._alpha - 15; this._x = this._x + this.speedX; this._y = this._y + this.speedY; if (this._alpha <= 0) { this.removeMovieClip(); } }; _local3++; _local4++; } } explosion.maxSpeed = 5; explosion.minSize = 4; explosion.maxSize = 10; explosion.minFragments = 10; explosion.maxFragments = 50; stop(); _root.st = new Sound(); _root.st.attachSound("st"); _root.st.setVolume(100); _root.so = new Sound(); _root.so.attachSound("so"); _root.so.setVolume(100); _root.crush = new Sound(); _root.crush.attachSound("crush"); _root.crush.setVolume(100); _root.hit = new Sound(); _root.hit.attachSound("break"); _root.hit.setVolume(100); _root.reward = new Sound(); _root.reward.attachSound("sound"); _root.reward.setVolume(100); _root.F = true; _root.D = false; _root.C = false; _root.B = false; _root.A = false; _root.L = false; _root.M = false; _root.e1 = false; _root.e2 = false; _root.e3 = false; _root.e4 = false; _root.spu = false; _root.tpu = false; _root.tgo = true; _root.bgo = false; _root.lgo = false; _root.rgo = false; _root.drs.s = false; _root.death = false; _root.slowmotion = false; _root.slowmo = 0; _root.stimer = 100; _root.shield = false; _root.pause = false; _root.mt.text = "x"; _root.mt.multiplier = 1; _root.timer = 0; _root.score = 0; _global.gravity = 0.5; _global.speed = 15; _global.drag = 0.96; _global.flex = 1.4; _global.slow = 1; _global.sw = Stage.width; _global.sh = Stage.height; createEmptyMovieClip("head", 1); createEmptyMovieClip("neck", 2); createEmptyMovieClip("larm", 3); createEmptyMovieClip("rarm", 4); createEmptyMovieClip("lhand", 5); createEmptyMovieClip("rhand", 6); createEmptyMovieClip("body", 7); createEmptyMovieClip("lleg", 8); createEmptyMovieClip("rleg", 9); createEmptyMovieClip("lfoot", 10); createEmptyMovieClip("rfoot", 11); var pressed = Key.isDown; var UP = 38; var DOWN = 40; var LEFT = 37; var RIGHT = 39; var SPACE = 32; var ESC = 27; var P = 80; var escaping = false; var settings = false; var oxmouse = _xmouse; var oymouse = _ymouse; var nodes = 18; var xn = new Array(nodes); var yn = new Array(nodes); var xo = new Array(nodes); var yo = new Array(nodes); var xf = new Array(nodes); var yf = new Array(nodes); var root = new Array(nodes); var rest = new Array(nodes); var sproot = new Array(nodes); var sprest = new Array(nodes); var mass = new Array(nodes); var size = new Array(nodes); var i = 0; var color = 10066329; while (i < nodes) { xn[i] = 225 + random(100); yn[i] = 150 + random(100); xo[i] = 225 + random(100); yo[i] = 150 + random(100); xf[i] = 0; yf[i] = 0; mass[i] = 1; size[i] = 10; i++; } root[7] = 7; root[8] = 7; root[9] = 8; root[10] = 8; root[11] = 8; root[12] = 10; root[13] = 11; root[14] = 9; root[15] = 9; root[16] = 14; root[17] = 15; rest[7] = 0.5; rest[8] = 50; rest[9] = 450; rest[10] = 200; rest[11] = 200; rest[12] = 200; rest[13] = 200; rest[14] = 450; rest[15] = 450; rest[16] = 450; rest[17] = 450; sproot[7] = 9; sproot[8] = 14; sproot[9] = 10; sproot[10] = 11; sproot[11] = 9; sproot[12] = 8; sproot[13] = 8; sproot[14] = 15; sproot[15] = 8; sproot[16] = 9; sproot[17] = 9; sprest[7] = 1800; sprest[8] = 3200; sprest[9] = 800; sprest[10] = 800; sprest[11] = 800; sprest[12] = 1800; sprest[13] = 1800; sprest[14] = 800; sprest[15] = 3200; sprest[16] = 3200; sprest[17] = 3200; size[6] = 23; size[7] = 23; _root.onEnterFrame = function () { if (pressed(ESC)) { escaping = false; } else if (escaping) { escaping = false; settings = !settings; if (settings) { gotoAndStop (2); } else { gotoAndStop (3); } } if (slowmotion == true) { slow = 0.25; } else { slow = 1; } if (death == false) { if (pressed(P)) { pause = true; } if (pressed(SPACE)) { pause = false; } } for (var i in xn) { var n = (drag * (xn[i] - xo[i])); xo[i] = xn[i] - (n * (1 - slow)); xn[i] = xn[i] + (n * slow); n = (drag * (yn[i] - yo[i])) + gravity; yo[i] = yn[i] - (n * (1 - slow)); yn[i] = yn[i] + (n * slow); } if (pressed(UP)) { yn[8] = yn[8] - speed; } if (pressed(DOWN)) { yn[8] = yn[8] + speed; } if (pressed(LEFT)) { xn[8] = xn[8] - speed; } if (pressed(RIGHT)) { xn[8] = xn[8] + speed; } xn[0] = xn[0] + ((speed * (_xmouse - oxmouse)) / 8); yn[0] = yn[0] + ((speed * (_ymouse - oymouse)) / 8); oxmouse = _xmouse; oymouse = _ymouse; for (var i in sproot) { var j = sproot[i]; if (i != j) { var xd = (xn[j] - xn[i]); var yd = (yn[j] - yn[i]); var dl = ((sprest[i] / (((xd * xd) + (yd * yd)) + sprest[i])) - 0.5); xd = xd * dl; yd = yd * dl; var ir = ((mass[i] + mass[j]) * flex); var jr = (mass[i] / ir); ir = mass[j] / ir; xf[i] = xf[i] - (ir * xd); yf[i] = yf[i] - (ir * yd); xf[j] = xf[j] + (jr * xd); yf[j] = yf[j] + (jr * yd); } } for (var i in xf) { xn[i] = xn[i] + xf[i]; yn[i] = yn[i] + yf[i]; xf[i] = 0; yf[i] = 0; } for (var i in root) { var j = root[i]; if (i != j) { var xd = (xn[j] - xn[i]); var yd = (yn[j] - yn[i]); var dl = ((rest[i] / (((xd * xd) + (yd * yd)) + rest[i])) - 0.5); xd = xd * dl; yd = yd * dl; var ir = (mass[i] + mass[j]); var jr = (mass[i] / ir); ir = mass[j] / ir; xf[i] = xf[i] - (ir * xd); yf[i] = yf[i] - (ir * yd); xf[j] = xf[j] + (jr * xd); yf[j] = yf[j] + (jr * yd); } } for (var i in xf) { xn[i] = xn[i] + xf[i]; yn[i] = yn[i] + yf[i]; xf[i] = 0; yf[i] = 0; } for (var i in xn) { var s = (size[i] / 2); if (xn[i] < s) { xo[i] = xn[i]; xn[i] = s; yo[i] = yn[i]; } else if (xn[i] > (sw - s)) { xo[i] = xn[i]; xn[i] = sw - s; yo[i] = yn[i]; } if (yn[i] < s) { yo[i] = yn[i]; yn[i] = s; xo[i] = xn[i]; } else if (yn[i] > (sh - s)) { yo[i] = yn[i]; yn[i] = sh - s; xo[i] = xn[i]; } if (pause == true) { speed = 0; } gravity = 0; drag = 0; _root.ps._visible = true; } if (pause == false) { gravity = 0.5; speed = 15; drag = 0.96; _root.ps._visible = false; } if (_root.death == true) { _root.dt.score = _root.score; _root.slowmotion = false; _root.slowguage.unloadMovie(this); _root.sguage.unloadMovie(this); _root.ps.unloadMovie(this); speed = 0; _root.drs.s = true; _root.pause = false; } with (head) { clear(); for (var i in root) { lineStyle(size[i], color); moveTo(xn[7], yn[7]); lineTo(xn[root[7]] + 0.5, yn[root[7]]); } } with (neck) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[8], yn[8]); lineTo(xn[root[8]] + 0.5, yn[root[8]]); } } with (larm) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[13], yn[13]); lineTo(xn[root[13]] + 0.5, yn[root[13]]); } } with (rarm) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[10], yn[10]); lineTo(xn[root[10]] + 0.5, yn[root[10]]); } } with (lhand) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[11], yn[11]); lineTo(xn[root[11]] + 0.5, yn[root[11]]); } } with (rhand) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[12], yn[12]); lineTo(xn[root[12]] + 0.5, yn[root[12]]); } } with (body) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[9], yn[9]); lineTo(xn[root[9]] + 0.5, yn[root[9]]); } } with (lleg) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[14], yn[14]); lineTo(xn[root[14]] + 0.5, yn[root[14]]); } } with (rleg) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[15], yn[15]); lineTo(xn[root[15]] + 0.5, yn[root[15]]); } } with (lfoot) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[16], yn[16]); lineTo(xn[root[16]] + 0.5, yn[root[16]]); } } with (rfoot) { clear(); for (var i in root) { lineStyle(8, color); moveTo(xn[17], yn[17]); lineTo(xn[root[17]] + 0.5, yn[root[17]]); } } };
Instance of Symbol 129 MovieClip "slowguage" in Frame 70
onClipEvent (enterFrame) { if (_root.slowmotion == true) { _root.slowmo = _root.slowmo - 0.4; this._visible = true; } if (_root.slowmotion == false) { _root.slowmo = 100; this._visible = false; } if (_root.pause == true) { _root.slowmo = _root.slowmo + 0.4; } }
Instance of Symbol 133 MovieClip "control" in Frame 70
onClipEvent (enterFrame) { _root.timer = _root.timer + 0.0285714285714286; _root.score = _root.score + _root.mt.multiplier; _root.smultiplier = _root.mt.multiplier; _root.deathtxt.score = _root.deathtxt.score + _root.mt.multiplier; if (_root.pause == true) { _root.score = _root.score - _root.mt.multiplier; _root.timer = _root.timer - 0.0285714285714286; } if (_root.pause == false) { _root.score = _root.score + _root.mt.multiplier; } if (_root.death == true) { _root.score = _root.score - (_root.mt.multiplier * 2); _root.timer = _root.timer - 0.0285714285714286; } if (_root.timer >= 15) { _root.F = false; _root.D = true; _root.spu = true; } if (_root.timer >= 16) { _root.spu = false; } if (_root.timer >= 27) { _root.tgo = false; } if (_root.timer >= 30) { _root.rgo = true; } if (_root.timer >= 33) { _root.tpu = true; } if (_root.timer >= 34) { _root.D = false; _root.C = true; _root.tpu = false; } if (_root.timer >= 53) { _root.spu = true; } if (_root.timer >= 54) { _root.spu = false; } if (_root.timer >= 57) { _root.rgo = false; } if (_root.timer >= 60) { _root.C = false; _root.B = true; _root.bgo = true; } if (_root.timer >= 70) { _root.tpu = true; } if (_root.timer >= 71) { _root.tpu = false; } if (_root.timer >= 87) { _root.bgo = false; } if (_root.timer >= 90) { _root.lgo = true; } if (_root.timer >= 93) { _root.tpu = true; } if (_root.timer >= 94) { _root.tpu = false; } if (_root.timer >= 107) { _root.spu = true; } if (_root.timer >= 108) { _root.spu = false; } if (_root.timer >= 115) { _root.tpu = true; } if (_root.timer >= 116) { _root.tpu = false; } if (_root.timer >= 115) { _root.lgo = false; } if (_root.timer >= 120) { _root.B = false; _root.A = true; _root.tgo = true; _root.rgo = true; } if (_root.timer >= 127) { _root.spu = true; } if (_root.timer >= 128) { _root.spu = false; } if (_root.timer >= 135) { _root.tpu = true; } if (_root.timer >= 136) { _root.tpu = false; } if (_root.timer >= 145) { _root.spu = true; _root.tgo = false; _root.rgo = false; } if (_root.timer >= 146) { _root.spu = false; } if (_root.timer >= 150) { _root.bgo = true; _root.lgo = true; } if (_root.timer >= 157) { _root.tpu = true; } if (_root.timer >= 158) { _root.tpu = false; } if (_root.timer >= 165) { _root.spu = true; } if (_root.timer >= 166) { _root.spu = false; } if (_root.timer >= 175) { _root.A = false; _root.L = true; _root.tpu = true; _root.bgo = false; _root.lgo = false; } if (_root.timer >= 176) { _root.tpu = false; } if (_root.timer >= 180) { _root.bgo = true; _root.tgo = true; } if (_root.timer >= 187) { _root.spu = true; } if (_root.timer >= 188) { _root.spu = false; } if (_root.timer >= 195) { _root.tpu = true; } if (_root.timer >= 196) { _root.tpu = false; } if (_root.timer >= 205) { _root.spu = true; _root.bgo = false; _root.tgo = false; } if (_root.timer >= 206) { _root.spu = false; } if (_root.timer >= 210) { _root.lgo = true; _root.rgo = true; } if (_root.timer >= 217) { _root.tpu = true; } if (_root.timer >= 218) { _root.tpu = false; } if (_root.timer >= 225) { _root.spu = true; } if (_root.timer >= 226) { _root.spu = false; } if (_root.timer >= 235) { _root.tpu = true; _root.lgo = false; _root.rgo = false; } if (_root.timer >= 236) { _root.tpu = false; } if (_root.timer >= 240) { _root.L = false; _root.M = true; _root.lgo = true; _root.rgo = true; _root.bgo = true; _root.tgo = true; } if (_root.timer >= 245) { _root.spu = true; } if (_root.timer >= 246) { _root.spu = false; } if (_root.timer >= 250) { _root.tpu = true; } if (_root.timer >= 251) { _root.tpu = false; } if (_root.timer >= 255) { _root.spu = true; } if (_root.timer >= 256) { _root.spu = false; } if (_root.timer >= 260) { _root.tpu = true; } if (_root.timer >= 261) { _root.tpu = false; } if (_root.timer >= 265) { _root.spu = true; } if (_root.timer >= 266) { _root.spu = false; } if (_root.timer >= 270) { _root.e1 = true; _root.tpu = true; } if (_root.timer >= 271) { _root.tpu = false; } if (_root.timer >= 275) { _root.spu = true; } if (_root.timer >= 276) { _root.spu = false; } if (_root.timer >= 280) { _root.tpu = true; } if (_root.timer >= 281) { _root.tpu = false; } if (_root.timer >= 285) { _root.spu = true; } if (_root.timer >= 286) { _root.spu = false; } if (_root.timer >= 290) { _root.tpu = true; } if (_root.timer >= 291) { _root.tpu = false; } if (_root.timer >= 295) { _root.spu = true; } if (_root.timer >= 296) { _root.spu = false; } if (_root.timer >= 300) { _root.e2 = true; _root.tpu = true; } if (_root.timer >= 301) { _root.tpu = false; } if (_root.timer >= 305) { _root.spu = true; } if (_root.timer >= 306) { _root.spu = false; } if (_root.timer >= 310) { _root.tpu = true; } if (_root.timer >= 311) { _root.tpu = false; } if (_root.timer >= 315) { _root.spu = true; } if (_root.timer >= 316) { _root.spu = false; } if (_root.timer >= 320) { _root.tpu = true; } if (_root.timer >= 321) { _root.tpu = false; } if (_root.timer >= 325) { _root.spu = true; } if (_root.timer >= 326) { _root.spu = false; } if (_root.timer >= 330) { _root.e3 = true; _root.tpu = true; } if (_root.timer >= 331) { _root.tpu = false; } if (_root.timer >= 335) { _root.spu = true; } if (_root.timer >= 336) { _root.spu = false; } if (_root.timer >= 340) { _root.tpu = true; } if (_root.timer >= 341) { _root.tpu = false; } if (_root.timer >= 345) { _root.spu = true; } if (_root.timer >= 346) { _root.spu = false; } if (_root.timer >= 350) { _root.tpu = true; } if (_root.timer >= 351) { _root.tpu = false; } if (_root.timer >= 355) { _root.spu = true; } if (_root.timer >= 356) { _root.spu = false; } if (_root.timer >= 360) { _root.e4 = true; _root.tpu = true; } if (_root.timer >= 361) { _root.tpu = false; } if (_root.timer >= 365) { _root.spu = true; } if (_root.timer >= 366) { _root.spu = false; } if (_root.timer >= 370) { _root.tpu = true; } if (_root.timer >= 371) { _root.tpu = false; } if (_root.timer >= 375) { _root.spu = true; } if (_root.timer >= 376) { _root.spu = false; } if (_root.timer >= 380) { _root.tpu = true; } if (_root.timer >= 381) { _root.tpu = false; } if (_root.timer >= 385) { _root.spu = true; } if (_root.timer >= 386) { _root.spu = false; } }
Instance of Symbol 136 MovieClip "mt" in Frame 70
onClipEvent (enterFrame) { if (_root.mt.multiplier <= 1) { this._visible = false; } if (_root.mt.multiplier >= 2) { this._visible = true; } }
Instance of Symbol 111 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if (this._y > 515) { reset(); } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.mt.multiplier = _root.mt.multiplier + 1; _root.reward.start(); reset(); } }
Instance of Symbol 106 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (_root.spu == false) { this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 515) and (_root.spu == true)) { reset(); } if ((this._y > 515) and (_root.spu == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.so.start(); _root.stimer = 100; _root.shield = true; reset(); } }
Instance of Symbol 141 MovieClip "sguage" in Frame 70
onClipEvent (enterFrame) { if (_root.shield == true) { _root.stimer = _root.stimer - 0.4; _root.color = 1636599 /* 0x18F8F7 */; this._visible = true; } if (_root.shield == false) { _root.stimer = 100; _root.color = 10066329 /* 0x999999 */; this._visible = false; } if (_root.pause == true) { _root.stimer = _root.stimer + 0.4; } }
Instance of Symbol 100 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(5) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (_root.tpu == false) { this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 515) and (_root.tpu == true)) { reset(); } if ((this._y > 515) and (_root.tpu == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (this.hitTest(_root.head)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.neck)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.larm)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rarm)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lhand)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rhand)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.body)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lleg)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rleg)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.lfoot)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } if (this.hitTest(_root.rfoot)) { _root.blast(this._x, this._y); _root.st.start(); _root.slowmo = 100; _root.slowmotion = true; reset(); } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e1 == true)) { reset(); } if ((this._x < -25) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e2 == true)) { reset(); } if ((this._x < -25) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e3 == true)) { reset(); } if ((this._x < -25) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.e4 == true)) { reset(); } if ((this._x < -25) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e1 == true)) { reset(); } if ((this._y < -25) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e2 == true)) { reset(); } if ((this._y < -25) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e3 == true)) { reset(); } if ((this._y < -25) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.e4 == true)) { reset(); } if ((this._y < -25) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e1 == true)) { reset(); } if ((this._x > 725) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e2 == true)) { reset(); } if ((this._x > 725) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e3 == true)) { reset(); } if ((this._x > 725) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.e4 == true)) { reset(); } if ((this._x > 725) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e1 == true)) { reset(); } if ((this._y > 525) and (_root.e1 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e2 == true)) { reset(); } if ((this._y > 525) and (_root.e2 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e3 == true)) { reset(); } if ((this._y > 525) and (_root.e3 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.e4 == true)) { reset(); } if ((this._y > 525) and (_root.e4 == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 144 MovieClip "drs" in Frame 70
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_alpha >= 20) { s = false; _root.dt.d = true; } if (s == true) { _alpha = (_alpha + 1); } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = -100; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.tgo == false) { this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -100; this._x = 750; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y + laserSpeed; if ((this._y > 525) and (_root.tgo == true)) { reset(); } if ((this._y > 525) and (_root.tgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = 800; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.rgo == false) { this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 550; this._x = 800; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x - laserSpeed; if ((this._x < -25) and (_root.rgo == true)) { reset(); } if ((this._x < -25) and (_root.rgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = 600; this._x = random(675) + 25; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.bgo == false) { this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = 600; this._x = -50; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._y = this._y - laserSpeed; if ((this._y < -25) and (_root.bgo == true)) { reset(); } if ((this._y < -25) and (_root.bgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 38 MovieClip in Frame 70
onClipEvent (load) { function reset() { this._y = random(475) + 25; this._x = -100; laserSpeed = random(7) + 3; this.gotoAndStop(1); ls = laserSpeed; ss = ls; if (this.laserSpeed >= 3) { this.gotoAndStop("yellow"); } if (this.laserSpeed >= 4) { this.gotoAndStop("red"); } if (this.laserSpeed >= 5) { this.gotoAndStop("purple"); } if (this.laserSpeed >= 6) { this.gotoAndStop("blue"); } if (this.laserSpeed >= 7) { this.gotoAndStop("green"); } if (_root.lgo == false) { this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } } this._y = -50; this._x = -100; laserSpeed = 20; this.gotoAndStop(1); ls = laserSpeed; ss = ls; } onClipEvent (enterFrame) { this._x = this._x + laserSpeed; if ((this._x > 725) and (_root.lgo == true)) { reset(); } if ((this._x > 725) and (_root.lgo == false)) { ls = 0; } if (_root.death == true) { ls = 0; } if (_root.pause == true) { laserSpeed = 0; } if (_root.pause == false) { laserSpeed = ls; } if (_root.slowmotion == true) { ls = ss * _root.slow; } if (_root.slowmotion == false) { ls = ss; } if (_root.shield == false) { if (this.hitTest(_root.head)) { _root.death = true; _root.hit.start(); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.neck)) { _root.death = true; _root.crush.start(); _root.neck.removeMovieClip(this); _root.head.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.larm)) { _root.crush.start(); _root.larm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rarm)) { _root.death = true; _root.crush.start(); _root.rarm.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lhand)) { _root.hit.start(); _root.larm.removeMovieClip(this); _root.lhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rhand)) { _root.crush.start(); _root.rhand.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.body)) { _root.death = true; _root.hit.start(); _root.body.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lleg)) { _root.death = true; _root.crush.start(); _root.lfoot.removeMovieClip(this); _root.lleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rleg)) { _root.death = true; _root.hit.start(); _root.rfoot.removeMovieClip(this); _root.rleg.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.lfoot)) { _root.hit.start(); _root.lfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } if (this.hitTest(_root.rfoot)) { _root.crush.start(); _root.rfoot.removeMovieClip(this); _root.launch(this._x, this._y); _root.explosion(this._x, this._y); reset(); } } }
Instance of Symbol 146 MovieClip "ps" in Frame 70
onClipEvent (enterFrame) { if (_alpha <= 1) { s = true; } if (_alpha >= 99) { s = false; } if (s == true) { _alpha = (_alpha + 5); } if (s == false) { _alpha = (_alpha - 5); } }
Instance of Symbol 168 MovieClip "dt" in Frame 70
onClipEvent (load) { _alpha = 0; } onClipEvent (enterFrame) { if (_alpha >= 99) { d = false; } if (d == true) { _alpha = (_alpha + 1); } }
Frame 71
_root.gotoAndStop("kplay");
Symbol 170 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.1"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local27); var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = function (width, height) { }; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showTimedAd(options) { showInterLevelAd(options); } static function showPreloaderAd(options) { showPreGameAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local25 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local25); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb_arg) { var _local8 = parseInt(cb_arg); var _local4 = this._callbacks[_local8]; if (!_local4) { return(undefined); } delete this._callbacks[_local8]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } return(_local4); } }
Symbol 29 MovieClip Frame 120
_root.gotoAndStop("pre");
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 2
stop();
Symbol 38 MovieClip Frame 3
stop();
Symbol 38 MovieClip Frame 4
stop();
Symbol 38 MovieClip Frame 5
stop();
Symbol 43 Button
on (release) { _root.gotoAndStop("mplay"); _root.kongregateScores.setMode("mouse mode"); }
Symbol 46 Button
on (release) { _root.gotoAndStop("kplay"); _root.kongregateScores.setMode("keyboard mode"); }
Symbol 48 Button
on (release) { _root.gotoAndStop("instructions1"); }
Symbol 50 Button
on (release) { getURL ("http://www.freewebs.com/stupidflashgames101/ragdollld.htm", "_blank"); }
Symbol 52 Button
on (release) { getURL ("http://stupidflashgames101.co.nr", "_blank"); }
Symbol 54 Button
on (release) { _root.gotoAndStop("credits"); }
Symbol 60 MovieClip Frame 1
if (_root.mute == false) { gotoAndStop (2); } if (_root.mute == true) { gotoAndStop (3); }
Symbol 60 MovieClip Frame 2
stop(); _root.mute = false;
Symbol 60 MovieClip Frame 3
stop(); _root.mute = true;
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 65 MovieClip Frame 39
_root.gotoAndStop("menu"); unloadMovie (this);
Symbol 66 Button
on (release) { _root.gotoAndStop("mplay"); _root.kongregateScores.setMode("mouse mode"); }
Symbol 76 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 78 Button
on (release) { _root.gotoAndStop("instructions2"); }
Symbol 88 Button
on (release) { _root.gotoAndStop("instructions3"); }
Instance of Symbol 97 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 1); }
Instance of Symbol 97 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 3); }
Symbol 119 Button
on (release) { getURL ("http://www.newgrounds.com/portal/view/334783", "_blank"); }
Symbol 122 Button
on (release) { getURL ("http://www.newgrounds.com/audio/listen/85046", "_blank"); }
Symbol 124 Button
on (release) { getURL ("http://stupidflashgames101.co.nr", "_blank"); }
Instance of Symbol 128 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (enterFrame) { this._yscale = _root.slowmo; if (_root.slowmo < 0) { _root.slowmotion = false; _root.slowmo = 0; } if (_root.slowmo >= 100) { _root.slowmo = 100; } }
Instance of Symbol 140 MovieClip in Symbol 141 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.stimer; if (_root.stimer < 0) { _root.shield = false; } }
Instance of Symbol 61 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) { this.pg.gotoAndStop(1); } onClipEvent (enterFrame) { if (_root.pause == true) { this.gotoAndStop(2); } if (_root.pause == false) { this.gotoAndStop(1); } if (_root.mute == true) { _root.sound.bgm.setVolume(0); } if (_root.mute == false) { _root.sound.bgm.setVolume(100); } } on (release) { if (_root.mute == false) { this.pg.gotoAndStop(3); } if (_root.mute == true) { this.pg.gotoAndStop(2); } }
Symbol 150 Button
on (release) { if (_root.death == true) { _root.gotoAndPlay("rm"); } }
Symbol 152 Button
on (release) { function __rankz_send__(par1, par2, par3, par4, par4n, par4nb) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = par3; par227.c2NvcmUx = par4 + "Z"; par227.c2NvcmUx = par227.c2NvcmUx.split("0").join("U"); par227.c2NvcmUx = par227.c2NvcmUx.split("").join("A"); par227.c2NvcmUx = par227.c2NvcmUx.split("AU").join("Y"); par227.c2NvcmUx = par227.c2NvcmUx.split("A1").join("B"); par227.c2NvcmUx = par227.c2NvcmUx.split(".").join("N"); par227.c2NvcmUy = par4n; par227.c2NvcmUz = par4nb; par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/as3_v0.php", par228, "POST"); } if (yourname.text == "") { yourname.text = "no name"; } bXlnYW1lX25hbWVfdmFyaWFibGU = yourname.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score; bXlnYW1lX3Njb3JlX3ZhcmlhYmx2 = _root.timer; bXlnYW1lX3Njb3JlX3ZhcmlhYmx3 = _root.smultiplier; __rankz_send__("MTg5NGolZSVhJW4lcw==", "b2xnbkJuVWY=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl, bXlnYW1lX3Njb3JlX3ZhcmlhYmx2, bXlnYW1lX3Njb3JlX3ZhcmlhYmx3); getURL ("http://rankz.armorbot.com/ragdoll_mouse/", "_blank"); _root.gotoAndStop("menu"); }
Symbol 159 MovieClip Frame 1
stop(); onEnterFrame = function () { if (_root.death == true) { _root.dt2.gotoAndStop(2); } };
Symbol 159 MovieClip Frame 2
stop(); _root.kongregateScores.submit(_root.score); _root.deathtxt.score = 0; onEnterFrame = function () { if (_root.F == true) { _root.dt2.rank.text = "F"; } if (_root.D == true) { _root.dt2.rank.text = "D"; } if (_root.C == true) { _root.dt2.rank.text = "C"; } if (_root.B == true) { _root.dt2.rank.text = "B"; } if (_root.A == true) { _root.dt2.rank.text = "A"; } if (_root.L == true) { _root.dt2.rank.text = "L"; } if (_root.M == true) { _root.dt2.rank.text = "M"; } };
Symbol 164 Button
on (release) { if (_root.death == true) { _root.gotoAndPlay("rk"); } }
Symbol 165 Button
on (release) { function __rankz_send__(par1, par2, par3, par4, par4n, par4nb) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = par3; par227.c2NvcmUx = par4 + "Z"; par227.c2NvcmUx = par227.c2NvcmUx.split("0").join("U"); par227.c2NvcmUx = par227.c2NvcmUx.split("").join("A"); par227.c2NvcmUx = par227.c2NvcmUx.split("AU").join("Y"); par227.c2NvcmUx = par227.c2NvcmUx.split("A1").join("B"); par227.c2NvcmUx = par227.c2NvcmUx.split(".").join("N"); par227.c2NvcmUy = par4n; par227.c2NvcmUz = par4nb; par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/as3_v0.php", par228, "POST"); } if (yourname.text == "") { yourname.text = "no name"; } bXlnYW1lX25hbWVfdmFyaWFibGU = yourname.text; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score; bXlnYW1lX3Njb3JlX3ZhcmlhYmx2 = _root.timer; bXlnYW1lX3Njb3JlX3ZhcmlhYmx3 = _root.smultiplier; __rankz_send__("MTg2N2olZSVhJW4lcw==", "U3Flb3Rkb2k=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl, bXlnYW1lX3Njb3JlX3ZhcmlhYmx2, bXlnYW1lX3Njb3JlX3ZhcmlhYmx3); getURL ("http://rankz.armorbot.com/ragdoll_keyboard/", "_blank"); _root.gotoAndStop("menu"); }
Symbol 168 MovieClip Frame 1
stop(); onEnterFrame = function () { if (_root.death == true) { _root.dt.gotoAndStop(2); } };
Symbol 168 MovieClip Frame 2
stop(); _root.kongregateScores.submit(_root.score); _root.deathtxt.score = 0; onEnterFrame = function () { if (_root.F == true) { _root.dt.rank.text = "F"; } if (_root.D == true) { _root.dt.rank.text = "D"; } if (_root.C == true) { _root.dt.rank.text = "C"; } if (_root.B == true) { _root.dt.rank.text = "B"; } if (_root.A == true) { _root.dt.rank.text = "A"; } if (_root.L == true) { _root.dt.rank.text = "L"; } if (_root.M == true) { _root.dt.rank.text = "M"; } };

Library Items

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

Instance Names

"sound"Frame 2Symbol 31 MovieClip
"slowguage"Frame 62Symbol 129 MovieClip
"control"Frame 62Symbol 133 MovieClip
"mt"Frame 62Symbol 136 MovieClip
"sguage"Frame 62Symbol 141 MovieClip
"drs"Frame 62Symbol 144 MovieClip
"ps"Frame 62Symbol 146 MovieClip
"dt2"Frame 62Symbol 159 MovieClip
"slowguage"Frame 70Symbol 129 MovieClip
"control"Frame 70Symbol 133 MovieClip
"mt"Frame 70Symbol 136 MovieClip
"sguage"Frame 70Symbol 141 MovieClip
"drs"Frame 70Symbol 144 MovieClip
"ps"Frame 70Symbol 146 MovieClip
"dt"Frame 70Symbol 168 MovieClip
"karta"Symbol 19 MovieClip Frame 1Symbol 17 MovieClip
"pg"Symbol 61 MovieClip Frame 2Symbol 60 MovieClip
"karta"Symbol 111 MovieClip Frame 1Symbol 109 MovieClip
"yourname"Symbol 159 MovieClip Frame 2Symbol 156 EditableText
"rank"Symbol 159 MovieClip Frame 2Symbol 157 EditableText
"yourname"Symbol 168 MovieClip Frame 2Symbol 166 EditableText
"rank"Symbol 168 MovieClip Frame 2Symbol 167 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "st"
ExportAssets (56)Timeline Frame 1Symbol 2 as "so"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sound"
ExportAssets (56)Timeline Frame 1Symbol 4 as "crush"
ExportAssets (56)Timeline Frame 1Symbol 5 as "bgm"
ExportAssets (56)Timeline Frame 1Symbol 6 as "break"
ExportAssets (56)Timeline Frame 1Symbol 9 as "debris"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Orb"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Fragment"
ExportAssets (56)Timeline Frame 1Symbol 170 as "__Packages.MochiAd"

Labels

"pre"Frame 48
"menu"Frame 49
"instructions1"Frame 53
"instructions2"Frame 54
"instructions3"Frame 55
"credits"Frame 58
"mplay"Frame 62
"rm"Frame 63
"kplay"Frame 70
"rk"Frame 71
"red"Symbol 38 MovieClip Frame 1
"green"Symbol 38 MovieClip Frame 2
"blue"Symbol 38 MovieClip Frame 3
"yellow"Symbol 38 MovieClip Frame 4
"purple"Symbol 38 MovieClip Frame 5

Dynamic Text Variables

scoreSymbol 131 EditableText""
textSymbol 134 EditableText"<p align="left"></p>"
multiplierSymbol 135 EditableText"<p align="left"></p>"
timerSymbol 142 EditableText"<p align="center"></p>"
scoreSymbol 148 EditableText"<p align="center"></p>"
rankSymbol 157 EditableText"<p align="left"></p>"
scoreSymbol 160 EditableText""
scoreSymbol 161 EditableText""
timerSymbol 162 EditableText"<p align="center"></p>"
scoreSymbol 163 EditableText"<p align="center"></p>"
rankSymbol 167 EditableText"<p align="left"></p>"
scoreSymbol 169 EditableText""




http://swfchan.com/10/46449/info.shtml
Created: 3/5 -2019 16:20:00 Last modified: 3/5 -2019 16:20:00 Server time: 15/05 -2024 14:59:57