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

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

Galactic Warrior.swf

This is the info page for
Flash #28066

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


Text
Free Games AND ShowS

Please wait ...

%

Free Games AND ShowS

Play More Games

Play More Games

Games by email

Games By Email

Instructions

Instructions

Read  me

Read  me

Back

Movement  : Left & Right
Fire             : CTRL
Shield         : Space Bar

Movement  : Mouse
Fire             : Mouse Button / CTRL
Shield         : Space Bar

<p align="center"><font face="Verdana" size="12" color="#ffffff">Original Design By RobSuperSonic/ </font></p><p align="center"><font face="Verdana" size="12" color="#ffffff">Adamo Games 2001</font></p><p align="center"></p>

Left

Score

3

2

1

READY!

Well Done!
+1000   Bonus

Play Again

LOADING HIGHSCORES...

MINICLIP.COM HIGHSCORE COMPONENT v1.24

Place this component on a frame where the
highscores should be displayed. The silhouette
helps you position it correctly on your page.

scoreLocation
gamename
saveScore
scoreIsTime
scoreReversed

The absolute path to the
score variable.
Game identifier.
Set to false to only show
the scores and not save score.
Score is based on time -
'00m23s45ms' should be
sent as '2345' (number mustn't
start with a zero).
Score is sorted descending,
time is sorted ascending.

DAILY

WEEKLY

MONTHLY

THE HIGHSCORES ARE EXCLUSIVELY
AVAILABLE ON MINICLIP.COM

PLAY THIS GAME WITH HIGHSCORES!

PLAY THIS GAME WITH HIGHSCORES!

HIGHSCORES

Game Over!

Play Again ?

Your score:

More Games

More Games

Download This Game

Download This Game

ActionScript [AS1/AS2]

Frame 185
gotoAndPlay (186);
Frame 186
_root.mycontrol = 100; _quality = "GOOD"; txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _root.flightmodel = 1.1; tellTarget ("loader") { gotoAndPlay(Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); };
Frame 187
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndStop (188); } else { gotoAndPlay (186); }
Frame 188
fscommand ("trapallkeys", "true"); myscore = 0; stop();
Instance of Symbol 57 MovieClip in Frame 188
onClipEvent (load) { if (1 < _root.mycontrol) { tellTarget ("") { gotoAndStop (1); }; } else { tellTarget ("") { gotoAndStop (2); }; } }
Frame 207
stop();
Frame 217
if (myscore < 1) { myscore = 0; laserspeed = 30; left = 6; stop(); } else { myscore = myscore + 1000; left = 6; stop(); }
Instance of Symbol 85 MovieClip "player" in Frame 217
onClipEvent (enterFrame) { if (((getProperty(_root, _xmouse) < getProperty(_root.player, _x)) && (30 < getProperty(_root.player, _x))) && (10 < _root.mycontrol)) { setProperty("_root.player", _x , getProperty(_root.player, _x) - 6); } if (((getProperty(_root.player, _x) < getProperty(_root, _xmouse)) && (getProperty(_root.player, _x) < 470)) && (10 < _root.mycontrol)) { setProperty("_root.player", _x , getProperty(_root.player, _x) + 6); } if ((Key.isDown(Key.left) && (30 < getProperty(_root.player, _x))) && (_root.mycontrol < 1)) { setProperty("_root.player", _x , getProperty(_root.player, _x) - 4); } if ((Key.isDown(Key.right) && (getProperty(_root.player, _x) < 370)) && (_root.mycontrol < 1)) { setProperty("_root.player", _x , getProperty(_root.player, _x) + 4); } if (Key.isDown(17) && (_root.firecheck < 1)) { tellTarget (_root.player.laser) { play(); }; } if (Key.isDown(Key.space) && (_root.shield < 1)) { tellTarget (_root.player.shield) { play(); }; } }
Instance of Symbol 86 MovieClip in Frame 217
onClipEvent (mouseDown) { if ((_root.firecheck < 1) && (10 < _root.mycontrol)) { tellTarget (_root.player.laser) { play(); }; } else { tellTarget (_root.player.laser) { stop(); }; } }
Instance of Symbol 93 MovieClip "enemy1" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 217
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -100); setProperty(this, _x , random(400)); } }
Instance of Symbol 94 MovieClip in Frame 217
onClipEvent (enterFrame) { if (_root.left < 1) { tellTarget ("_root") { play(); }; } }
Frame 218
stop(); left = 7;
Instance of Symbol 93 MovieClip "enemy1" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy8" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , -40); setProperty(this, _x , random(150) + 10); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , -50); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -50); setProperty(this, _x , 420); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , -100); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 218
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , 460); } }
Frame 219
stop(); left = 5;
Instance of Symbol 120 MovieClip "enemy1" in Frame 219
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy2" in Frame 219
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy3" in Frame 219
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy4" in Frame 219
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy5" in Frame 219
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Frame 220
stop(); left = 6;
Instance of Symbol 93 MovieClip "enemy5" in Frame 220
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , -100); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 220
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , 460); } }
Frame 221
tellTarget ("_root.rank") { nextFrame(); }; stop(); left = 7;
Instance of Symbol 128 MovieClip "enemy1" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy2" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy3" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy4" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy5" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy6" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy7" in Frame 221
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Frame 222
stop(); left = 6;
Instance of Symbol 93 MovieClip "enemy1" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , 0); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , 0); setProperty(this, _x , 370); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , -50); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -50); setProperty(this, _x , 420); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , -100); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 222
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , 460); } }
Frame 223
stop(); left = 6;
Frame 224
stop(); left = 9;
Instance of Symbol 120 MovieClip "enemy1" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy2" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy3" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy4" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy5" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy6" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy7" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(250) + 50); } }
Instance of Symbol 120 MovieClip "enemy9" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Instance of Symbol 120 MovieClip "enemy8" in Frame 224
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350)); } }
Frame 225
stop(); left = 8;
Instance of Symbol 130 MovieClip "enemy1" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 6); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy4" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 6); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy5" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy6" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 6); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy2" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 7); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy3" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 6); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy7" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 6); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 130 MovieClip "enemy8" in Frame 225
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 7); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Frame 226
tellTarget ("_root.rank") { nextFrame(); }; stop(); _root.left = 7;
Instance of Symbol 93 MovieClip "enemy1" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , 0); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -50); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , random(50) + 50); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , random(50) + 250); } }
Instance of Symbol 93 MovieClip "enemy8" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , -40); setProperty(this, _x , random(150) + 10); } }
Instance of Symbol 93 MovieClip "enemy1" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , 0); setProperty(this, _x , 0); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , 0); setProperty(this, _x , 370); } }
Instance of Symbol 93 MovieClip "enemy4" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -50); setProperty(this, _x , -50); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -50); setProperty(this, _x , 420); } }
Instance of Symbol 93 MovieClip "enemy5" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , -100); } }
Instance of Symbol 93 MovieClip "enemy6" in Frame 226
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 5); setProperty(this, _x , getProperty(this, _x) - 4); } else { setProperty(this, _y , -100); setProperty(this, _x , 460); } }
Frame 227
stop(); left = 7;
Instance of Symbol 128 MovieClip "enemy1" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy2" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy3" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy4" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy5" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy6" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Instance of Symbol 128 MovieClip "enemy7" in Frame 227
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , 0); setProperty(this, _x , random(400)); } }
Frame 228
stop(); left = 6;
Frame 229
left = 9; stop();
Instance of Symbol 120 MovieClip "enemy1" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy5" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 93 MovieClip "enemy2" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -70); setProperty(this, _x , random(400)); } }
Instance of Symbol 93 MovieClip "enemy3" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 4); } else { setProperty(this, _y , -100); setProperty(this, _x , random(400)); } }
Instance of Symbol 120 MovieClip "enemy8" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy7" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy9" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Instance of Symbol 120 MovieClip "enemy6" in Frame 229
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); setProperty(this, _x , getProperty(this, _x) + (random(10) - 5)); } else { setProperty(this, _y , -35); setProperty(this, _x , random(350) + 10); } }
Frame 230
tellTarget ("_root.rank") { nextFrame(); }; left = 1; stop();
Frame 231
gotoAndStop (217);
Frame 242
gotoAndPlay (250);
Frame 250
if (0 < _root.myscore) { stop(); } else { gotoAndPlay (264); } Mouse.show();
Instance of Symbol 175 MovieClip in Frame 250
onClipEvent (load) { scoreLocation = "_root.myscore"; gamename = "warrior"; saveScore = true; scoreIsTime = false; scoreReversed = false; }
Frame 264
gotoAndStop (188);
Instance of Symbol 111 MovieClip "rank" in Frame 264
onClipEvent (load) { tellTarget (this) { gotoAndStop(_root.rank); }; }
Frame 279
stop();
Symbol 16 MovieClip Frame 17
gotoAndPlay (1);
Symbol 17 MovieClip Frame 185
stop();
Symbol 25 MovieClip Frame 1
starrandom = random(100) + 1; starspeed = random(5) + 4;
Symbol 25 MovieClip Frame 2
if (starrandom < 90) { gotoAndPlay (1); }
Symbol 25 MovieClip Frame 3
setProperty("starfall", _x , random(390) + 5);
Symbol 25 MovieClip Frame 4
if (getProperty(starfall, _y) < 400) { setProperty("starfall", _y , getProperty(starfall, _y) + starspeed); } else { gotoAndPlay (1); }
Symbol 25 MovieClip Frame 5
gotoAndPlay (4);
Symbol 41 Button
on (release) { getURL ("http://www.miniclip.com/Homepage.htm", "_blank"); }
Symbol 42 Button
on (release) { Mouse.hide(); tellTarget ("music") { gotoAndPlay (2); }; gotoAndStop (217); }
Symbol 43 Button
on (release) { gotoAndStop ("options"); }
Symbol 44 Button
on (release) { gotoAndStop ("readme"); }
Symbol 46 MovieClip Frame 1
stop();
Symbol 50 Button
on (release) { getURL ("http://www.miniclip.com/signup.htm", "_blank"); }
Symbol 53 Button
on (release) { play(); }
Symbol 57 MovieClip Frame 1
_root.mycontrol = 100; stop();
Symbol 57 MovieClip Frame 2
stop(); _root.mycontrol = 0;
Symbol 63 Button
on (release) { gotoAndStop (188); }
Symbol 78 MovieClip Frame 1
setProperty(_root.player.laser.laserscript, _y , 5); _root.firecheck = 0; stop();
Symbol 78 MovieClip Frame 2
_root.firecheck = 10; stop();
Instance of Symbol 76 MovieClip "laserscript" in Symbol 78 MovieClip Frame 2
onClipEvent (enterFrame) { if (-350 < getProperty(this, _y)) { setProperty(this, _y , getProperty(this, _y) - _root.laserspeed); } else { tellTarget ("../") { gotoAndStop (1); }; } }
Symbol 83 MovieClip Frame 1
_root.shield = 0; stop();
Symbol 83 MovieClip Frame 2
_root.shield = 10;
Symbol 83 MovieClip Frame 90
_root.shield = 0;
Symbol 83 MovieClip Frame 91
time = getTimer();
Symbol 83 MovieClip Frame 92
if (4000 < (getTimer() - time)) { gotoAndPlay (1); }
Symbol 83 MovieClip Frame 93
gotoAndPlay ("timercheck");
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
tellTarget ("_root.lifemeter") { nextFrame(); }; tellTarget ("_root.321") { play(); };
Symbol 91 MovieClip Frame 7
removeMovieClip(""); stop();
Symbol 93 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 93 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 93 MovieClip Frame 2
_root.left = _root.left - 1; _root.myscore = _root.myscore + 50;
Symbol 93 MovieClip Frame 14
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 4
tellTarget ("../") { gotoAndPlay ("gameover"); };
Symbol 111 MovieClip Frame 1
_root.rank = 1; stop();
Symbol 111 MovieClip Frame 2
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 3
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 4
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 5
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 6
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 7
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 8
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 9
_root.rank = _root.rank + 1;
Symbol 111 MovieClip Frame 10
tellTarget ("_root.lifemeter") { prevFrame(); }; _root.rank = 1; gotoAndStop (1);
Symbol 118 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 120 MovieClip Frame 2
_root.left = _root.left - 1; _root.myscore = _root.myscore + 100;
Symbol 120 MovieClip Frame 15
stop();
Symbol 123 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip "test" in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 123 MovieClip Frame 2
_root.left = _root.left - 1; _root.myscore = _root.myscore + 250;
Symbol 123 MovieClip Frame 12
stop();
Symbol 124 MovieClip Frame 1
rnd = random(100) + 1;
Symbol 124 MovieClip Frame 3
if (rnd < 92) { gotoAndPlay (1); }
Symbol 125 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Instance of Symbol 127 MovieClip "rocktuner" in Symbol 128 MovieClip Frame 1
onClipEvent (enterFrame) { setProperty(this, _rotation , getProperty(this, _rotation) + random(5)); }
Symbol 128 MovieClip Frame 2
_root.left = _root.left - 1; _root.myscore = _root.myscore + 50;
Symbol 128 MovieClip Frame 14
stop();
Symbol 130 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 130 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 130 MovieClip Frame 2
_root.left = _root.left - 1; _root.myscore = _root.myscore + 50;
Symbol 130 MovieClip Frame 14
stop();
Instance of Symbol 132 MovieClip in Symbol 133 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 136 MovieClip Frame 1
stop();
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { nextFrame(); }; } }
Symbol 136 MovieClip Frame 24
stop();
Symbol 138 MovieClip Frame 1
stop();
Instance of Symbol 88 MovieClip in Symbol 138 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.player.laser)) { tellTarget ("_root.player.laser") { gotoAndStop (1); }; tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.shield) && (1 < _root.shield)) { tellTarget ("../") { play(); }; } if (this.hitTest(_root.player.playerhittest) && (_root.shield < 1)) { tellTarget ("_root.player") { play(); }; } }
Symbol 138 MovieClip Frame 2
_root.myscore = _root.myscore + 550;
Symbol 138 MovieClip Frame 14
_root.left = _root.left - 1; stop();
Instance of Symbol 133 MovieClip in Symbol 140 MovieClip Frame 1
onClipEvent (enterFrame) { if (getProperty(this, _y) < 400) { setProperty(this, _y , getProperty(this, _y) + 8); } else { setProperty(this, _y , -40); setProperty(this, _x , random(150) - 80); } }
Symbol 143 MovieClip Frame 150
tellTarget ("../") { nextFrame(); };
Symbol 145 Button
on (release) { gotoAndStop (188); }
Symbol 155 MovieClip Frame 1
this._visible = false;
Symbol 169 Button
on (release) { gameURL = ("http://www.miniclip.com/" + gamename) + ".htm"; getURL (gameURL, "_blank"); }
Instance of Symbol 155 MovieClip "mcHighscores" in Symbol 175 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Symbol 175 MovieClip Frame 2
if (((_url.slice(0, 23) != "http://www.miniclip.com") and (_url.slice(0, 19) != "http://miniclip.com")) and (_url.slice(0, 20) != "http://66.132.254.49")) { gotoAndStop(_currentframe + 1); } else { var noCache = (getTimer() + random(100000)); mcTarget.loadMovie("http://www.miniclip.com/swfcontent/highscore.swf?" + noCache); stop(); }
Symbol 175 MovieClip Frame 3
stop();
Symbol 181 Button
on (release) { getURL ("http://www.miniclip.com/download_warrior.htm", "_blank"); }
Symbol 186 Button
on (release) { gotoAndStop (188); }

Library Items

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

Instance Names

"loader"Frame 186Symbol 29 MovieClip
"music"Frame 188Symbol 46 MovieClip
"player"Frame 217Symbol 85 MovieClip
"enemy1"Frame 217Symbol 93 MovieClip
"enemy2"Frame 217Symbol 93 MovieClip
"enemy4"Frame 217Symbol 93 MovieClip
"enemy3"Frame 217Symbol 93 MovieClip
"enemy5"Frame 217Symbol 93 MovieClip
"enemy6"Frame 217Symbol 93 MovieClip
"lifemeter"Frame 217Symbol 101 MovieClip
"rank"Frame 217Symbol 111 MovieClip
"321"Frame 217Symbol 118 MovieClip
"enemy1"Frame 218Symbol 93 MovieClip
"enemy2"Frame 218Symbol 93 MovieClip
"enemy4"Frame 218Symbol 93 MovieClip
"enemy3"Frame 218Symbol 93 MovieClip
"enemy5"Frame 218Symbol 93 MovieClip
"enemy6"Frame 218Symbol 93 MovieClip
"enemy8"Frame 218Symbol 93 MovieClip
"enemy4"Frame 218Symbol 93 MovieClip
"enemy3"Frame 218Symbol 93 MovieClip
"enemy5"Frame 218Symbol 93 MovieClip
"enemy6"Frame 218Symbol 93 MovieClip
"enemy1"Frame 219Symbol 120 MovieClip
"enemy2"Frame 219Symbol 120 MovieClip
"enemy3"Frame 219Symbol 120 MovieClip
"enemy4"Frame 219Symbol 120 MovieClip
"enemy5"Frame 219Symbol 120 MovieClip
"s2"Frame 220Symbol 124 MovieClip
"s3"Frame 220Symbol 124 MovieClip
"s4"Frame 220Symbol 124 MovieClip
"s1"Frame 220Symbol 125 MovieClip
"enemy5"Frame 220Symbol 93 MovieClip
"enemy6"Frame 220Symbol 93 MovieClip
"enemy1"Frame 221Symbol 128 MovieClip
"enemy2"Frame 221Symbol 128 MovieClip
"enemy3"Frame 221Symbol 128 MovieClip
"enemy4"Frame 221Symbol 128 MovieClip
"enemy5"Frame 221Symbol 128 MovieClip
"enemy6"Frame 221Symbol 128 MovieClip
"enemy7"Frame 221Symbol 128 MovieClip
"enemy1"Frame 222Symbol 93 MovieClip
"enemy2"Frame 222Symbol 93 MovieClip
"enemy4"Frame 222Symbol 93 MovieClip
"enemy3"Frame 222Symbol 93 MovieClip
"enemy5"Frame 222Symbol 93 MovieClip
"enemy6"Frame 222Symbol 93 MovieClip
"s2"Frame 223Symbol 124 MovieClip
"s3"Frame 223Symbol 124 MovieClip
"s4"Frame 223Symbol 124 MovieClip
"s1"Frame 223Symbol 125 MovieClip
"s6"Frame 223Symbol 124 MovieClip
"s5"Frame 223Symbol 125 MovieClip
"enemy1"Frame 224Symbol 120 MovieClip
"enemy2"Frame 224Symbol 120 MovieClip
"enemy3"Frame 224Symbol 120 MovieClip
"enemy4"Frame 224Symbol 120 MovieClip
"enemy5"Frame 224Symbol 120 MovieClip
"enemy6"Frame 224Symbol 120 MovieClip
"enemy7"Frame 224Symbol 120 MovieClip
"enemy9"Frame 224Symbol 120 MovieClip
"enemy8"Frame 224Symbol 120 MovieClip
"enemy1"Frame 225Symbol 130 MovieClip
"enemy4"Frame 225Symbol 130 MovieClip
"enemy5"Frame 225Symbol 130 MovieClip
"enemy6"Frame 225Symbol 130 MovieClip
"enemy2"Frame 225Symbol 130 MovieClip
"enemy3"Frame 225Symbol 130 MovieClip
"enemy7"Frame 225Symbol 130 MovieClip
"enemy8"Frame 225Symbol 130 MovieClip
"enemy1"Frame 226Symbol 93 MovieClip
"enemy2"Frame 226Symbol 93 MovieClip
"enemy4"Frame 226Symbol 93 MovieClip
"enemy3"Frame 226Symbol 93 MovieClip
"enemy5"Frame 226Symbol 93 MovieClip
"enemy6"Frame 226Symbol 93 MovieClip
"enemy8"Frame 226Symbol 93 MovieClip
"enemy1"Frame 226Symbol 93 MovieClip
"enemy2"Frame 226Symbol 93 MovieClip
"enemy4"Frame 226Symbol 93 MovieClip
"enemy3"Frame 226Symbol 93 MovieClip
"enemy5"Frame 226Symbol 93 MovieClip
"enemy6"Frame 226Symbol 93 MovieClip
"enemy1"Frame 227Symbol 128 MovieClip
"enemy2"Frame 227Symbol 128 MovieClip
"enemy3"Frame 227Symbol 128 MovieClip
"enemy4"Frame 227Symbol 128 MovieClip
"enemy5"Frame 227Symbol 128 MovieClip
"enemy6"Frame 227Symbol 128 MovieClip
"enemy7"Frame 227Symbol 128 MovieClip
"s2"Frame 228Symbol 124 MovieClip
"s3"Frame 228Symbol 124 MovieClip
"s4"Frame 228Symbol 124 MovieClip
"s1"Frame 228Symbol 125 MovieClip
"s6"Frame 228Symbol 124 MovieClip
"s5"Frame 228Symbol 125 MovieClip
"enemy1"Frame 229Symbol 120 MovieClip
"enemy5"Frame 229Symbol 120 MovieClip
"enemy2"Frame 229Symbol 93 MovieClip
"enemy3"Frame 229Symbol 93 MovieClip
"enemy8"Frame 229Symbol 120 MovieClip
"enemy7"Frame 229Symbol 120 MovieClip
"enemy9"Frame 229Symbol 120 MovieClip
"enemy6"Frame 229Symbol 120 MovieClip
"rank"Frame 264Symbol 111 MovieClip
"starfall"Symbol 25 MovieClip Frame 3Symbol 24 MovieClip
"laserscript"Symbol 78 MovieClip Frame 2Symbol 76 MovieClip
"playerhittest"Symbol 85 MovieClip Frame 1Symbol 73 MovieClip
"laser"Symbol 85 MovieClip Frame 1Symbol 78 MovieClip
"shield"Symbol 85 MovieClip Frame 1Symbol 83 MovieClip
"test"Symbol 123 MovieClip Frame 1Symbol 88 MovieClip
"enemy"Symbol 124 MovieClip Frame 1Symbol 123 MovieClip
"s1"Symbol 125 MovieClip Frame 1Symbol 124 MovieClip
"rocktuner"Symbol 128 MovieClip Frame 1Symbol 127 MovieClip
"king"Symbol 140 MovieClip Frame 1Symbol 138 MovieClip
"mcLoading"Symbol 175 MovieClip Frame 1Symbol 149 MovieClip
"mcHighscores"Symbol 175 MovieClip Frame 1Symbol 155 MovieClip
"mcTarget"Symbol 175 MovieClip Frame 2Symbol 149 MovieClip
"mcHighScoreData"Symbol 175 MovieClip Frame 3Symbol 173 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$KJ$0uA8gH5p.hfzQTIEPPg5e1."

Labels

"start"Frame 188
"options"Frame 196
"readme"Frame 207
"gameover"Frame 242
"timercheck"Symbol 83 MovieClip Frame 92
"hit"Symbol 93 MovieClip Frame 2
"hit"Symbol 128 MovieClip Frame 2
"hit"Symbol 130 MovieClip Frame 2
"hit"Symbol 138 MovieClip Frame 2

Dynamic Text Variables

txtPercentageSymbol 36 EditableText""
readmeSymbol 71 EditableText"<p align="center"><font face="Verdana" size="12" color="#ffffff">Original Design By RobSuperSonic/ </font></p><p align="center"><font face="Verdana" size="12" color="#ffffff">Adamo Games 2001</font></p><p align="center"></p>"
leftSymbol 96 EditableText"Left"
myscoreSymbol 97 EditableText""
myscoreSymbol 184 EditableText""
myscoreSymbol 185 EditableText""




http://swfchan.com/6/28066/info.shtml
Created: 20/5 -2019 18:12:33 Last modified: 20/5 -2019 18:12:33 Server time: 04/05 -2024 10:44:25