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

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

Star Bash.swf

This is the info page for
Flash #31274

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


Text
LOADING STARBASH

STAR BASH

PLAY

PRESENTS

NEW GAME
HIGHSCORES
QUALITY H - M - L
TAMUGAIA PROJECT
CREDITS

Starbash 2006
Developed by Joshiwara
tam.atspace.com
josh_tamugaia@yahoo.com
Please visit the site or drop me an email!
Highscore support by PhrozenFlame.com
Offlicial Sponsor : yoarcade.net

CLOSE

Press "Space Bar"
to switch weapons

Lasers

Plasma

Slicer

Green
Beam

CONTROLS

MOUSE- controlling the ship
V- move (towards mouse)
SPACE BAR- switch weapons
Left Click- shoot
C - fire rocket
(you need to hover your
mouse over the target first)

LASERS- The orthodox all-
rounder weapon
PLASMA- very powerful but
frequently misses.
SLICER- low damage but hits
a wider range
GREENBEAM- quite powerful
yet small in size

WEAPONS

PRACTICE AREA 101
WHERE NO ONE DIES

Score

Score

Level

Score

Lives

Score

QUIT
QUALITY: H-M-L

OH NO! GAME OVER!

ENTER YOUR NAME, STARBASHER

Type Name

SUBMIT

SCORE SUBMITTED!!

BACK TO MENU

Music On

Music Off

ActionScript [AS1/AS2]

Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) { this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; }
Frame 2
if (_root.getBytesLoaded() != _root.getBytesTotal()) { gotoAndPlay (1); }
Frame 3
Stage.showMenu = false; stop();
Frame 4
stop();
Frame 5
baddybeamer = 1000; projdepth = 50; depthsaucer = 1; depthroton = 11; depthglobber = 21; depthplane = 31; depthalienarrow = 41; depthalienorb = 71; saucercount = 0; saucercount2 = 0; saucercount3 = 0; globbercount = 0; planecount = 0; alienarrowcount = 0; alienorbcount = 0; lasertype = "laserbeam"; rocketx = 0; rockety = 0; rockettarget = ""; lives = 5; score = 0; level = 1; _root.targetter.unloadMovie(); i = 0; while (i <= 200) { _root["globber" + i].unloadMovie(); _root["saucer" + i].unloadMovie(); _root["saucer" + i].unloadMovie(); _root["plane" + i].unloadMovie(); _root["alienarrow" + i].unloadMovie(); _root["alienorb" + i].unloadMovie(); i++; } gotoAndPlay (7);
Frame 8
starbasher.speed = 10; stop();
Instance of Symbol 169 MovieClip "targetter" in Frame 8
onClipEvent (load) { this.swapDepths(10000); } onClipEvent (enterFrame) { this._x = _root[_root.rockettarget]._x; this._y = _root[_root.rockettarget]._y; }
Frame 9
gotoAndPlay (8);
Frame 10
starbasher.speed = 10; stop();
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.saucercount < 2)) && ((((((_root.level == 1) || (_root.level == 3)) || (_root.level == 4)) || (_root.level == 7)) || (_root.level == 13)) || (_root.level == 15))) { whichsaucer = random(2) + 1; _root.attachMovie("saucer" + whichsaucer, "saucer" + _root.depthsaucer, _root.depthsaucer); _root["saucer" + _root.depthsaucer]._x = random(600); _root["saucer" + _root.depthsaucer]._y = -100; _root.depthsaucer++; _root.saucercount++; if (_root.depthsaucer > 10) { _root.depthsaucer = 0; } } }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.globbercount < 1)) && (((((((_root.level == 2) || (_root.level == 3)) || (_root.level == 5)) || (_root.level == 8)) || (_root.level == 12)) || (_root.level == 14)) || (_root.level == 15))) { _root.attachMovie("globber", "globber" + _root.depthglobber, _root.depthglobber); _root["globber" + _root.depthglobber]._x = random(600); _root["globber" + _root.depthglobber]._y = -100; _root.depthglobber++; _root.globbercount++; if (_root.depthglobber > 30) { _root.depthglobber = 21; } } }
Instance of Symbol 169 MovieClip "targetter" in Frame 10
onClipEvent (load) { this.swapDepths(10000); } onClipEvent (enterFrame) { this._x = _root[_root.rockettarget]._x; this._y = _root[_root.rockettarget]._y; }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.saucercount2 < 2)) && ((((((((_root.level == 3) || (_root.level == 4)) || (_root.level == 6)) || (_root.level == 7)) || (_root.level == 8)) || (_root.level == 11)) || (_root.level == 13)) || (_root.level == 15))) { whichsaucer = random(2) + 1; _root.attachMovie("saucer" + whichsaucer, "saucer" + _root.depthsaucer, _root.depthsaucer); _root["saucer" + _root.depthsaucer]._x = random(600); _root["saucer" + _root.depthsaucer]._y = -100; _root.depthsaucer++; _root.saucercount2++; if (_root.depthsaucer > 10) { _root.depthsaucer = 0; } } }
Instance of Symbol 224 MovieClip "maincontroller" in Frame 10
onClipEvent (enterFrame) { if (_root.score < 1000) { _root.level = 1; } else if (_root.score < 2000) { _root.level = 2; } else if (_root.score < 3000) { _root.level = 3; } else if (_root.score < 4000) { _root.level = 4; } else if (_root.score < 5000) { _root.level = 5; } else if (_root.score < 6500) { _root.level = 6; } else if (_root.score < 8000) { _root.level = 7; } else if (_root.score < 10000) { _root.level = 8; } else if (_root.score < 12000) { _root.level = 9; } else if (_root.score < 14000) { _root.level = 10; } else if (_root.score < 16000) { _root.level = 11; } else if (_root.score < 18000) { _root.level = 12; } else if (_root.score < 20000) { _root.level = 13; } else if (_root.score < 22500) { _root.level = 14; } else if (_root.score < 25000) { _root.level = 15; } }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.saucercount3 < 2)) && ((((((_root.level == 1) || (_root.level == 4)) || (_root.level == 6)) || (_root.level == 7)) || (_root.level == 8)) || (_root.level == 11))) { whichsaucer = random(2) + 1; _root.attachMovie("saucer" + whichsaucer, "saucer" + _root.depthsaucer, _root.depthsaucer); _root["saucer" + _root.depthsaucer]._x = random(600); _root["saucer" + _root.depthsaucer]._y = -100; _root.depthsaucer++; _root.saucercount3++; if (_root.depthsaucer > 10) { _root.depthsaucer = 0; } } }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.planecount < 2)) && ((_root.level >= 5) && (_root.level <= 15))) { _root.attachMovie("plane", "plane" + _root.depthplane, _root.depthplane); _root["plane" + _root.depthplane]._x = random(600); _root["plane" + _root.depthplane]._y = -100; _root.depthplane++; _root.planecount++; if (_root.depthplane > 40) { _root.depthplane = 31; } } }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.alienarrowcount < 6)) && ((((_root.level == 10) || (_root.level == 11)) || (_root.level == 12)) || (_root.level == 15))) { _root.attachMovie("alienarrow", "alienarrow" + _root.depthalienarrow, _root.depthalienarrow); _root["alienarrow" + _root.depthalienarrow]._x = random(600); _root["alienarrow" + _root.depthalienarrow]._y = -100; _root.depthalienarrow++; _root.alienarrowcount++; if (_root.depthalienarrow > 50) { _root.depthalienarrow = 41; } } }
Instance of Symbol 224 MovieClip in Frame 10
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { timer++; if (timer > 100) { timer = 0; } if ((((timer % 50) == 0) && (_root.alienorbcount < 1)) && (((_root.level == 9) || (_root.level == 14)) || (_root.level == 15))) { _root.attachMovie("alienorb", "alienorb" + _root.depthalienorb, _root.depthalienorb); _root["alienorb" + _root.depthalienorb]._x = random(600); _root["alienorb" + _root.depthalienorb]._y = -100; _root.depthalienorb++; _root.alienorbcount++; if (_root.depthalienorb > 80) { _root.depthalienorb = 71; } } }
Instance of Symbol 236 MovieClip in Frame 10
onClipEvent (load) { g = 1; h = 2; }
Symbol 12 Button
on (release) { getURL ("http://yoarcade.net", "_blank"); }
Symbol 22 MovieClip Frame 5
stop();
Symbol 25 MovieClip Frame 5
stop();
Symbol 26 Button
on (release) { _root.play(); }
Symbol 32 MovieClip Frame 84
_root.play();
Symbol 35 MovieClip Frame 1
_visible = false;
Symbol 39 MovieClip [laserbeam] Frame 1
power = 7; i = 0; stillgoing = 1; stopat = 10; myRadians = Math.atan2(suckay - this._y, suckax - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; xadder = 0; yadder = 0; speed = 3; this.onEnterFrame = function () { if (stillgoing) { i++; if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; this._yscale = this._yscale + 20; } }; stop();
Symbol 39 MovieClip [laserbeam] Frame 2
stillgoing = 0;
Symbol 39 MovieClip [laserbeam] Frame 9
this.unloadMovie();
Symbol 42 MovieClip [plasmabeam] Frame 1
power = 13; yyyyy = random(16) - 8; i = 0; stillgoing = 1; stopat = 10; myRadians = Math.atan2(suckay - this._y, suckax - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; xadder = 0; yadder = 0; speed = 3; this.onEnterFrame = function () { if (stillgoing) { i++; if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; _rotation = (_rotation - yyyyy); } }; stop();
Symbol 42 MovieClip [plasmabeam] Frame 2
stillgoing = 0;
Symbol 42 MovieClip [plasmabeam] Frame 9
this.unloadMovie();
Symbol 45 MovieClip [slicerbeam] Frame 1
power = 5; i = 0; stillgoing = 1; stopat = 10; myRadians = Math.atan2(suckay - this._y, suckax - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; xadder = 0; yadder = 0; speed = 5; this.onEnterFrame = function () { if (stillgoing) { i++; if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; this._yscale = this._yscale + 12; this._xscale = this._xscale + 12; } }; stop();
Symbol 45 MovieClip [slicerbeam] Frame 2
stillgoing = 0;
Symbol 45 MovieClip [slicerbeam] Frame 9
this.unloadMovie();
Symbol 48 MovieClip [greenbeam] Frame 1
power = 11; i = 0; stillgoing = 1; stopat = 10; myRadians = Math.atan2(suckay - this._y, suckax - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; xadder = 0; yadder = 0; speed = 3; this.onEnterFrame = function () { if (stillgoing) { i++; if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; } }; stop();
Symbol 48 MovieClip [greenbeam] Frame 2
stillgoing = 0;
Symbol 48 MovieClip [greenbeam] Frame 9
this.unloadMovie();
Symbol 58 MovieClip Frame 1
stop();
Symbol 66 MovieClip [saucer1] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 50; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 100) { timer = 0; } if (life > 0) { moveto(goingx, goingy, 30); } if ((timer % 70) == 0) { goingx = random(600); goingy = random(450); } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 66 MovieClip [saucer1] Frame 23
_root.score = _root.score + 100; _root.saucercount--; this.unloadMovie();
Symbol 88 MovieClip [globber] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 100; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 200) { timer = 0; } if (life > 0) { moveto(goingx, goingy, 60); } if ((timer % 70) == 0) { goingx = random(100) + 200; goingy = random(40) + 180; } if ((timer % 130) == 0) { _root.attachMovie("baddyshoot", "baddyshoot" + _root.baddybeamer, _root.baddybeamer); _root["baddyshoot" + _root.baddybeamer]._x = _x; _root["baddyshoot" + _root.baddybeamer]._y = _y; _root["baddyshoot" + _root.baddybeamer].suckax = _root.starbasher._x; _root["baddyshoot" + _root.baddybeamer].suckay = _root.starbasher._y; _root.baddybeamer++; if (_root.baddybeamer > 1200) { _root.baddybeamer = 1000; } } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 88 MovieClip [globber] Frame 23
_root.score = _root.score + 210; _root.globbercount--; this.unloadMovie();
Symbol 92 MovieClip [baddyshoot] Frame 1
power = 5; i = 0; stillgoing = 1; stopat = 10; myRadians = Math.atan2(suckay - this._y, suckax - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; xadder = 0; yadder = 0; speed = 9; this.onEnterFrame = function () { if (stillgoing) { i++; if (i > 60) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; this._yscale = this._yscale + 1; } }; stop();
Instance of Symbol 35 MovieClip "laserhead" in Symbol 92 MovieClip [baddyshoot] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.starbasher.dotdet) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); _parent.play(); } }
Symbol 92 MovieClip [baddyshoot] Frame 2
stillgoing = 0;
Symbol 92 MovieClip [baddyshoot] Frame 9
this.unloadMovie();
Symbol 96 MovieClip [plane] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 145; timer = 0; myspeed = 60; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { myRadians = Math.atan2(_root.starbasher._y - this._y, _root.starbasher._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 100) { timer = 0; } if (life > 0) { moveto(goingx, goingy, myspeed); } if ((timer % 70) == 0) { o = random(5); if (o == 1) { goingx = _root.starbasher; goingy = _root.starbasher; myspeed = 45; } else { goingx = random(600); goingy = random(450); myspeed = 60; } } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 96 MovieClip [plane] Frame 23
_root.score = _root.score + 220; _root.planecount--; this.unloadMovie();
Symbol 118 MovieClip [alienarrow] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 25; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { myRadians = Math.atan2(_root.starbasher._y - this._y, _root.starbasher._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 100) { timer = 0; } if (life > 0) { moveto(_root.starbasher._x, _root.starbasher._y, 70); } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 118 MovieClip [alienarrow] Frame 23
_root.score = _root.score + 250; _root.alienarrowcount--; this.unloadMovie();
Symbol 142 MovieClip Frame 1
stop();
Symbol 144 MovieClip [alienorb] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 1000; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { myRadians = Math.atan2(_root.starbasher._y - this._y, _root.starbasher._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 200) { timer = 0; } if (life > 0) { moveto(goingx, goingy, 60); } if ((timer % 70) == 0) { goingx = random(100) + 200; goingy = random(40) + 180; } if ((timer % 130) == 0) { shootit.play(); _root.attachMovie("baddyshoot", "baddyshoot" + _root.baddybeamer, _root.baddybeamer); _root["baddyshoot" + _root.baddybeamer]._x = _x; _root["baddyshoot" + _root.baddybeamer]._y = _y; _root["baddyshoot" + _root.baddybeamer].suckax = _root.starbasher._x; _root["baddyshoot" + _root.baddybeamer].suckay = _root.starbasher._y; _root.baddybeamer++; if (_root.baddybeamer > 1200) { _root.baddybeamer = 1000; } } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 144 MovieClip [alienorb] Frame 23
_root.score = _root.score + 2500; _root.alienorbcount--; this.unloadMovie();
Symbol 146 MovieClip Frame 1
this.onEnterFrame = function () { _rotation = (_rotation + 5); };
Symbol 148 MovieClip [saucer2] Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 60; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } if (life <= 0) { _root.rocketlauncher.targetted = 0; this.play(); } timer++; if (timer > 100) { timer = 0; } if (life > 0) { moveto(goingx, goingy, 25); } if ((timer % 70) == 0) { goingx = random(600); goingy = random(450); } if (this.hitTest(_root.starbasher._x, _root.starbasher._y, true) && (_root.starbasher._alpha == 100)) { _root.starbasher.play(); } }; stop();
Symbol 148 MovieClip [saucer2] Frame 23
_root.score = _root.score + 110; _root.saucercount--; this.unloadMovie();
Symbol 150 MovieClip Frame 1
function moveto(xx, yy, speedos) { this._x = this._x - ((this._x - xx) / speedos); this._y = this._y - ((this._y - yy) / speedos); } life = 50; timer = 0; goingx = random(450) + 50; goingy = random(350) + 50; this.onEnterFrame = function () { t = 50; while (t <= 65) { if (this.hitTest(_root["laserbeam" + t].laserhead)) { life = life - _root["laserbeam" + t].power; _root["laserbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["plasmabeam" + t].laserhead)) { life = life - _root["plasmabeam" + t].power; _root["plasmabeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["slicerbeam" + t].laserhead)) { life = life - _root["slicerbeam" + t].power; _root["slicerbeam" + t].play(); this.blinker.play(); } else if (this.hitTest(_root["greenbeam" + t].laserhead)) { life = life - _root["greenbeam" + t].power; _root["greenbeam" + t].play(); this.blinker.play(); } t++; } if (this.hitTest(_root.rocketlauncher.laserhead)) { this.blinker.play(); life = life - 40; this._rotation = this._rotation + 20; _root.rocketlauncher.gotoAndPlay("explode"); _root.rocketlauncher.attacking = 2; } if ((_root.rocketlauncher.attacking == 0) && (this.hitTest(_parent._xmouse, _parent._ymouse, true))) { _root.rockettarget = this._name; _root.rocketlauncher.targetted = 1; } timer++; if (timer > 100) { timer = 0; } if (life > 0) { moveto(goingx, goingy, 30); } if ((timer % 70) == 0) { goingx = random(600); goingy = random(450); } }; stop();
Symbol 150 MovieClip Frame 23
_root.score = _root.score + 100; _root.saucercount--; this.unloadMovie();
Symbol 152 Button
on (press) { if (_root.starbasher.lasers.oo) { _root.starbasher.lasers.play(); _root.attachMovie(lasertype, lasertype + _root.projdepth, _root.projdepth); _root[lasertype + _root.projdepth]._x = _root.starbasher._x; _root[lasertype + _root.projdepth]._y = _root.starbasher._y; _root[lasertype + _root.projdepth].suckax = _xmouse; _root[lasertype + _root.projdepth].suckay = _ymouse; _root.projdepth++; if (_root.projdepth > 65) { _root.projdepth = 50; } } }
Symbol 158 MovieClip Frame 1
stop(); this.onEnterFrame = function () { if (Key.isDown(32)) { play(); } };
Symbol 158 MovieClip Frame 12
r = random(2); if (r == 1) { gotoAndPlay (1); }
Symbol 163 MovieClip Frame 1
oo = 1; stop();
Symbol 163 MovieClip Frame 2
oo = 0;
Symbol 165 MovieClip Frame 1
xadder = 0; yadder = 0; destroyed = 0; _alpha = 50; this.onEnterFrame = function () { if ((!this.hitTest(_root._xmouse, _root._ymouse, true)) && (!destroyed)) { stopat = 10; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; if (Key.isDown(86)) { this._x = this._x + xadder; this._y = this._y + yadder; } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } } };
Symbol 165 MovieClip Frame 90
destroyed = 0; _alpha = 100; stop();
Symbol 165 MovieClip Frame 91
destroyed = 1;
Symbol 165 MovieClip Frame 146
if (_root.lives == 0) { _root.gogo.play(); this.unloadMovie(); } else { _root.lives--; _x = random(600); _y = random(450); }
Symbol 180 MovieClip Frame 1
attacking = 0; stopat = 10; xadder = 0; yadder = 0; speed = 30; targetted = 0; this.onEnterFrame = function () { _root.rocketx = _root[_root.rockettarget]._x; _root.rockety = _root[_root.rockettarget]._y; if (attacking == 0) { this._x = _root.starbasher._x; this._y = _root.starbasher._y; if ((Key.isDown(67) && (targetted == 1)) && (_root.starbasher.destroyed == 0)) { attacking = 1; this.play(); } } else if (attacking == 1) { if (isNaN(_root[_root.rockettarget]._x)) { this.play(); } speed = speed - 1; if (speed < 3) { speed = 3; } if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; } myRadians = Math.atan2(_root.rockety - this._y, _root.rocketx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; if (this.hitTest(_root.targetter._x, _root.targetter._y, true)) { this.play(); } }; stop();
Symbol 180 MovieClip Frame 6
stop();
Symbol 180 MovieClip Frame 7
_root.rockettarget = "idler"; play();
Symbol 185 Button
on (release) { _root.gotoAndStop("yay"); }
Symbol 186 Button
on (release) { getURL ("http://www.phrozenflame.com/games/starbash/postscore.php", "_blank"); }
Symbol 187 Button
on (release) { getURL ("http://tam.atspace.com", "_blank"); }
Symbol 188 Button
on (release) { this.gotoAndStop("credits"); }
Symbol 191 Button
on (release) { getURL ("mailto:josh_tamugaia@yahoo.com", "_blank"); }
Symbol 192 Button
on (release) { getURL ("http://phrozenflame.com", "_blank"); }
Symbol 194 Button
on (release) { this.gotoAndStop("nocredits"); }
Symbol 195 Button
on (release) { getURL ("http://yoarcade.net", "_blank"); }
Symbol 196 MovieClip Frame 1
stop();
Symbol 197 Button
on (release) { _quality = "HIGH"; }
Symbol 198 Button
on (release) { _quality = "MEDIUM"; }
Symbol 199 Button
on (release) { _quality = "LOW"; }
Symbol 207 MovieClip Frame 7
stop();
Instance of Symbol 207 MovieClip "blinkit" in Symbol 214 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(32)) { this.play(); _parent.play(); } }
Symbol 214 MovieClip Frame 5
_root.lasertype = "laserbeam"; stop();
Symbol 214 MovieClip Frame 11
_root.lasertype = "plasmabeam"; stop();
Symbol 214 MovieClip Frame 17
_root.lasertype = "slicerbeam"; stop();
Symbol 214 MovieClip Frame 23
_root.lasertype = "greenbeam"; stop();
Symbol 224 MovieClip Frame 1
_visible = false;
Symbol 227 MovieClip Frame 1
o = 1; attacking = 0; stopat = 10; xadder = 0; yadder = 0; speed = 30; targetted = 0; this.onEnterFrame = function () { _root.rocketx = _root[_root.rockettarget]._x; _root.rockety = _root[_root.rockettarget]._y; if (attacking == 0) { this._x = _root.starbasher._x; this._y = _root.starbasher._y; if ((Key.isDown(67) && (targetted == 1)) && (_root.starbasher.destroyed == 0)) { attacking = 1; this.play(); } } else if (attacking == 1) { if (isNaN(_root[_root.rockettarget]._x)) { this.play(); } speed = speed - 1; if (speed < 3) { speed = 3; } if (i > 30) { this.unloadMovie(); } if (_rotation > 90) { xadder = (180 - _rotation) / speed; } else if (_rotation < -90) { xadder = (-180 - _rotation) / speed; } else { xadder = _rotation / speed; } if (_rotation < 0) { yadder = (-90 - _rotation) / speed; } else { yadder = (_rotation - 90) / speed; } this._x = this._x + xadder; this._y = this._y + yadder; } myRadians = Math.atan2(_root.rockety - this._y, _root.rocketx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees + 90; if (this.hitTest(_root.targetter.taik) && (o == 1)) { this.gotoAndPlay("explode"); } }; stop();
Symbol 227 MovieClip Frame 6
stop();
Symbol 227 MovieClip Frame 7
_root.rockettarget = "idler"; o = 0; play();
Symbol 236 MovieClip Frame 1
this.onEnterFrame = function () { g = _root.level; if (g == h) { play(); h++; } }; stop();
Symbol 238 Button
on (release) { _root.gotoAndPlay("varloader"); }
Symbol 245 Button
on (release) { var sendvars = new LoadVars(); sendvars.pname = _root.sbname; sendvars.pscore = _root.score; sendvars.send("http://www.phrozenflame.com/games/starbash/postscore.php", "_blank", "GET"); this.play(); }
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 2
i = 0; while (i <= 200) { _root["globber" + i].unloadMovie(); _root["saucer" + i].unloadMovie(); _root["saucer" + i].unloadMovie(); _root["plane" + i].unloadMovie(); _root["alienarrow" + i].unloadMovie(); _root["alienorb" + i].unloadMovie(); i++; }
Symbol 248 MovieClip Frame 17
stop();
Symbol 248 MovieClip Frame 18
stop();
Symbol 250 Button
on (release) { gotoAndStop (3); }
Symbol 254 Button
on (release) { gotoAndStop (2); }
Symbol 255 MovieClip Frame 1
stopAllSounds();
Symbol 255 MovieClip Frame 2
stop();
Symbol 255 MovieClip Frame 3
stopAllSounds(); stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6 14 19 27 184 190 193 215 216 217 218 219 240 241 242 243 244 246 247
Symbol 6 TextUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8 12
Symbol 8 MovieClipUses:7Used by:12 32
Symbol 9 GraphicUsed by:10 12
Symbol 10 MovieClipUses:9Used by:12 32
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:8 10 7 9 11Used by:Timeline
Symbol 13 GraphicUsed by:18
Symbol 14 TextUses:5Used by:18
Symbol 15 GraphicUsed by:18
Symbol 16 ShapeTweeningUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:13 14 15 16 17Used by:Timeline
Symbol 19 TextUses:5Used by:Timeline
Symbol 20 ShapeTweeningUsed by:22 26 185 186 187 188 191 192 194 195 197 198 199 238 245 250 254
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:20 21Used by:26 185 186 187 188 191 192 194 195 197 198 199 238 245 250 254
Symbol 23 ShapeTweeningUsed by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:23 24Used by:26 185 186 187 188 191 192 194 195 197 198 199 238 245 250 254
Symbol 26 ButtonUses:22 25 20Used by:Timeline
Symbol 27 TextUses:5Used by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 ShapeTweeningUsed by:32
Symbol 30 ShapeTweeningUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:8 10 29 30 31Used by:Timeline
Symbol 33 GraphicUsed by:39
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:39 42 45 48 92 165 169 180 227
Symbol 36 SoundUsed by:39 42 45 48
Symbol 37 ShapeTweeningUsed by:39
Symbol 38 GraphicUsed by:39 42 45 48 92
Symbol 39 MovieClip [laserbeam]Uses:33 35 36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:42
Symbol 41 ShapeTweeningUsed by:42
Symbol 42 MovieClip [plasmabeam]Uses:40 35 36 41 38Used by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 ShapeTweeningUsed by:45
Symbol 45 MovieClip [slicerbeam]Uses:43 35 36 44 38Used by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 ShapeTweeningUsed by:48
Symbol 48 MovieClip [greenbeam]Uses:46 35 36 47 38Used by:Timeline
Symbol 49 GraphicUsed by:55
Symbol 50 ShapeTweeningUsed by:55
Symbol 51 GraphicUsed by:55
Symbol 52 GraphicUsed by:55
Symbol 53 ShapeTweeningUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:49 50 51 52 53 54Used by:66 150
Symbol 56 ShapeTweeningUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:56 57Used by:66 88 96 118 144 148 150
Symbol 59 ShapeTweeningUsed by:66
Symbol 60 GraphicUsed by:62
Symbol 61 SoundUsed by:62
Symbol 62 MovieClipUses:60 61Used by:66 88 96 118 144 148 150 165 180 227
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:66 88 96 118 144 148 150 165
Symbol 65 GraphicUsed by:66 88 96 118 144 148 150 165
Symbol 66 MovieClip [saucer1]Uses:55 58 59 62 64 65Used by:Timeline
Symbol 67 GraphicUsed by:86
Symbol 68 GraphicUsed by:86
Symbol 69 GraphicUsed by:86
Symbol 70 GraphicUsed by:86
Symbol 71 GraphicUsed by:86
Symbol 72 GraphicUsed by:86
Symbol 73 GraphicUsed by:86
Symbol 74 GraphicUsed by:86
Symbol 75 GraphicUsed by:86
Symbol 76 GraphicUsed by:86
Symbol 77 GraphicUsed by:86
Symbol 78 GraphicUsed by:86
Symbol 79 GraphicUsed by:86
Symbol 80 GraphicUsed by:86
Symbol 81 GraphicUsed by:86
Symbol 82 GraphicUsed by:86
Symbol 83 GraphicUsed by:86
Symbol 84 GraphicUsed by:86
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85Used by:88
Symbol 87 ShapeTweeningUsed by:88
Symbol 88 MovieClip [globber]Uses:86 58 87 62 64 65Used by:Timeline
Symbol 89 GraphicUsed by:92
Symbol 90 SoundUsed by:92
Symbol 91 ShapeTweeningUsed by:92
Symbol 92 MovieClip [baddyshoot]Uses:89 35 90 91 38Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:96
Symbol 95 ShapeTweeningUsed by:96
Symbol 96 MovieClip [plane]Uses:94 58 95 62 64 65Used by:Timeline
Symbol 97 GraphicUsed by:116
Symbol 98 GraphicUsed by:116
Symbol 99 GraphicUsed by:116
Symbol 100 GraphicUsed by:116
Symbol 101 GraphicUsed by:116
Symbol 102 GraphicUsed by:116
Symbol 103 GraphicUsed by:116
Symbol 104 GraphicUsed by:116
Symbol 105 GraphicUsed by:116
Symbol 106 GraphicUsed by:116
Symbol 107 GraphicUsed by:116
Symbol 108 GraphicUsed by:116
Symbol 109 GraphicUsed by:116
Symbol 110 GraphicUsed by:116
Symbol 111 GraphicUsed by:116
Symbol 112 GraphicUsed by:116
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115Used by:118
Symbol 117 ShapeTweeningUsed by:118
Symbol 118 MovieClip [alienarrow]Uses:116 58 117 62 64 65Used by:Timeline
Symbol 119 GraphicUsed by:138
Symbol 120 GraphicUsed by:138
Symbol 121 GraphicUsed by:138
Symbol 122 GraphicUsed by:138
Symbol 123 GraphicUsed by:138
Symbol 124 GraphicUsed by:138
Symbol 125 GraphicUsed by:138
Symbol 126 GraphicUsed by:138
Symbol 127 GraphicUsed by:138
Symbol 128 GraphicUsed by:138
Symbol 129 GraphicUsed by:138
Symbol 130 GraphicUsed by:138
Symbol 131 GraphicUsed by:138
Symbol 132 GraphicUsed by:138
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137Used by:144
Symbol 139 GraphicUsed by:142
Symbol 140 ShapeTweeningUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:139 140 141Used by:144
Symbol 143 ShapeTweeningUsed by:144
Symbol 144 MovieClip [alienorb]Uses:138 58 142 143 62 64 65Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:148
Symbol 147 ShapeTweeningUsed by:148
Symbol 148 MovieClip [saucer2]Uses:146 58 147 62 64 65Used by:Timeline
Symbol 149 ShapeTweeningUsed by:150
Symbol 150 MovieClipUses:55 58 149 62 64 65Used by:Timeline
Symbol 151 GraphicUsed by:152
Symbol 152 ButtonUses:151Used by:Timeline
Symbol 153 GraphicUsed by:Timeline
Symbol 154 GraphicUsed by:165
Symbol 155 GraphicUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:155 156Used by:158 165
Symbol 158 MovieClipUses:157Used by:165
Symbol 159 GraphicUsed by:165
Symbol 160 ShapeTweeningUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:160 161 162Used by:165
Symbol 164 ShapeTweeningUsed by:165
Symbol 165 MovieClipUses:35 154 157 158 159 163 164 62 64 65Used by:Timeline
Symbol 166 GraphicUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:166 35 167 168Used by:Timeline
Symbol 170 GraphicUsed by:180 227
Symbol 171 GraphicUsed by:180 227
Symbol 172 ShapeTweeningUsed by:176
Symbol 173 GraphicUsed by:176
Symbol 174 ShapeTweeningUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:172 173 174 175Used by:180 227
Symbol 177 ShapeTweeningUsed by:180
Symbol 178 GraphicUsed by:180 227
Symbol 179 ShapeTweeningUsed by:180
Symbol 180 MovieClipUses:170 171 176 35 177 178 62 179Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:248  Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 TextUses:5Used by:196
Symbol 185 ButtonUses:22 25 20Used by:196
Symbol 186 ButtonUses:22 25 20Used by:196
Symbol 187 ButtonUses:22 25 20Used by:196
Symbol 188 ButtonUses:22 25 20Used by:196
Symbol 189 GraphicUsed by:196
Symbol 190 TextUses:5Used by:196
Symbol 191 ButtonUses:22 25 20Used by:196
Symbol 192 ButtonUses:22 25 20Used by:196
Symbol 193 TextUses:5Used by:196
Symbol 194 ButtonUses:22 25 20Used by:196
Symbol 195 ButtonUses:22 25 20Used by:196
Symbol 196 MovieClipUses:184 185 186 187 188 189 190 191 192 193 194 195Used by:Timeline
Symbol 197 ButtonUses:22 25 20Used by:Timeline
Symbol 198 ButtonUses:22 25 20Used by:Timeline
Symbol 199 ButtonUses:22 25 20Used by:Timeline
Symbol 200 GraphicUsed by:214
Symbol 201 FontUsed by:202 204 208 210 212 228 229 230 231 232 233 237 249 253
Symbol 202 TextUses:201Used by:214
Symbol 203 GraphicUsed by:214
Symbol 204 TextUses:201Used by:214
Symbol 205 ShapeTweeningUsed by:207
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:205 206Used by:214
Symbol 208 TextUses:201Used by:214
Symbol 209 GraphicUsed by:214
Symbol 210 TextUses:201Used by:214
Symbol 211 GraphicUsed by:214
Symbol 212 TextUses:201Used by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:200 202 203 204 207 208 209 210 211 212 213Used by:Timeline
Symbol 215 TextUses:5Used by:Timeline
Symbol 216 TextUses:5Used by:Timeline
Symbol 217 TextUses:5Used by:Timeline
Symbol 218 TextUses:5Used by:Timeline
Symbol 219 TextUses:5Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:223Used by:Timeline
Symbol 225 ShapeTweeningUsed by:227
Symbol 226 ShapeTweeningUsed by:227
Symbol 227 MovieClipUses:170 171 176 35 225 178 62 226Used by:Timeline
Symbol 228 TextUses:201Used by:Timeline
Symbol 229 EditableTextUses:201Used by:Timeline
Symbol 230 TextUses:201Used by:Timeline
Symbol 231 EditableTextUses:201Used by:Timeline
Symbol 232 TextUses:201Used by:Timeline
Symbol 233 EditableTextUses:201Used by:Timeline
Symbol 234 GraphicUsed by:236
Symbol 235 SoundUsed by:236
Symbol 236 MovieClipUses:234 235Used by:Timeline
Symbol 237 TextUses:201Used by:Timeline
Symbol 238 ButtonUses:22 25 20Used by:248  Timeline
Symbol 239 GraphicUsed by:248
Symbol 240 TextUses:5Used by:248
Symbol 241 TextUses:5Used by:248
Symbol 242 EditableTextUses:5Used by:248
Symbol 243 EditableTextUses:5Used by:248
Symbol 244 TextUses:5Used by:248
Symbol 245 ButtonUses:22 25 20Used by:248
Symbol 246 TextUses:5Used by:248
Symbol 247 TextUses:5Used by:248
Symbol 248 MovieClipUses:182 239 240 241 242 243 244 245 246 247 238Used by:Timeline
Symbol 249 TextUses:201Used by:255
Symbol 250 ButtonUses:22 25 20Used by:255
Symbol 251 GraphicUsed by:255
Symbol 252 SoundUsed by:255
Symbol 253 TextUses:201Used by:255
Symbol 254 ButtonUses:22 25 20Used by:255
Symbol 255 MovieClipUses:249 250 251 252 253 254Used by:Timeline

Instance Names

"starbasher"Frame 8Symbol 165 MovieClip
"targetter"Frame 8Symbol 169 MovieClip
"rocketlauncher"Frame 8Symbol 180 MovieClip
"targetter"Frame 10Symbol 169 MovieClip
"idler"Frame 10Symbol 224 MovieClip
"maincontroller"Frame 10Symbol 224 MovieClip
"starbasher"Frame 10Symbol 165 MovieClip
"rocketlauncher"Frame 10Symbol 227 MovieClip
"gogo"Frame 10Symbol 248 MovieClip
"laserhead"Symbol 39 MovieClip [laserbeam] Frame 1Symbol 35 MovieClip
"laserhead"Symbol 42 MovieClip [plasmabeam] Frame 1Symbol 35 MovieClip
"laserhead"Symbol 45 MovieClip [slicerbeam] Frame 1Symbol 35 MovieClip
"laserhead"Symbol 48 MovieClip [greenbeam] Frame 1Symbol 35 MovieClip
"blinker"Symbol 66 MovieClip [saucer1] Frame 1Symbol 58 MovieClip
"blinker"Symbol 88 MovieClip [globber] Frame 1Symbol 58 MovieClip
"laserhead"Symbol 92 MovieClip [baddyshoot] Frame 1Symbol 35 MovieClip
"blinker"Symbol 96 MovieClip [plane] Frame 1Symbol 58 MovieClip
"blinker"Symbol 118 MovieClip [alienarrow] Frame 1Symbol 58 MovieClip
"blinker"Symbol 144 MovieClip [alienorb] Frame 1Symbol 58 MovieClip
"shootit"Symbol 144 MovieClip [alienorb] Frame 1Symbol 142 MovieClip
"blinker"Symbol 148 MovieClip [saucer2] Frame 1Symbol 58 MovieClip
"blinker"Symbol 150 MovieClip Frame 1Symbol 58 MovieClip
"dotdet"Symbol 165 MovieClip Frame 1Symbol 35 MovieClip
"lasers"Symbol 165 MovieClip Frame 1Symbol 163 MovieClip
"taik"Symbol 169 MovieClip Frame 1Symbol 35 MovieClip
"laserhead"Symbol 180 MovieClip Frame 2Symbol 35 MovieClip
"blinkit"Symbol 214 MovieClip Frame 1Symbol 207 MovieClip
"laserhead"Symbol 227 MovieClip Frame 2Symbol 35 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 6Symbol 39 as "laserbeam"
ExportAssets (56)Timeline Frame 6Symbol 42 as "plasmabeam"
ExportAssets (56)Timeline Frame 6Symbol 45 as "slicerbeam"
ExportAssets (56)Timeline Frame 6Symbol 48 as "greenbeam"
ExportAssets (56)Timeline Frame 6Symbol 66 as "saucer1"
ExportAssets (56)Timeline Frame 6Symbol 88 as "globber"
ExportAssets (56)Timeline Frame 6Symbol 92 as "baddyshoot"
ExportAssets (56)Timeline Frame 6Symbol 96 as "plane"
ExportAssets (56)Timeline Frame 6Symbol 118 as "alienarrow"
ExportAssets (56)Timeline Frame 6Symbol 144 as "alienorb"
ExportAssets (56)Timeline Frame 6Symbol 148 as "saucer2"

Labels

"varloader"Frame 5
"bashmenu"Frame 8
"yay"Frame 10
"explode"Symbol 180 MovieClip Frame 7
"nocredits"Symbol 196 MovieClip Frame 1
"credits"Symbol 196 MovieClip Frame 2
"explode"Symbol 227 MovieClip Frame 7

Dynamic Text Variables

scoreSymbol 229 EditableText"Score"
levelSymbol 231 EditableText"Score"
livesSymbol 233 EditableText"Score"
_root.sbnameSymbol 242 EditableText"Type Name"
_root.scoreSymbol 243 EditableText""




http://swfchan.com/7/31274/info.shtml
Created: 18/5 -2019 18:54:22 Last modified: 18/5 -2019 18:54:22 Server time: 28/04 -2024 21:46:04