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

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

Lander.swf

This is the info page for
Flash #27683

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


Text
?

Loading Lander

Press ship
to start Lander

Game Loaded!

100 points

Enemys

shots

Enemy shots

50 pts

x3

x2

1

8

ups

© 2001 AuxWave.com

^¨4442398^^^*

1000

100

100

$

5000

WARNING

WARNING

1

ActionScript [AS1/AS2]

Frame 2
ifFrameLoaded (7) { gotoAndStop (5); }
Frame 4
gotoAndPlay (1);
Frame 6
Set("/:lifes", "3"); Set("/:pts", "0"); Set("/:back", "1"); Set("/:text", " - Press <t> to take off Press spacebar to fire laser!"); Set("/:sound", "1"); stop();
Frame 7
if (/:highpts < /:pts) { Set("/:highpts", pts); Set("/:pts", "0"); } gotoAndStop (6);
Symbol 5 Button
on (release, keyPress "h") { Set("/:text", "Navigation: <arrowkeys> Laser: <spacebar> Missile: <m> Launch ship: <t> Get new ship: <r> Sound on/off: <s> Help: <h>"); } on (press, keyPress "h") { Set("/:text", "Navigation: <arrowkeys> Laser: <spacebar> Missile: <m> Launch ship: <t> Get new ship: <r> Sound on/off: <s> Help: <h>"); }
Symbol 12 Button
on (release) { gotoAndStop (6); }
Symbol 16 MovieClip Frame 1
varx = random("800"); vary = random("20000") + "1500"; scale = random("150") + "40"; _xscale = scale; _yscale = scale;
Symbol 16 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx);
Symbol 16 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); gotoAndPlay (2);
Symbol 20 MovieClip Frame 1
_x = (_x + /:speed); if ("1200" < _x) { _x = (-"400"); } if (_x < (-"400")) { _x = "1200"; } Set("/:altitude", _y - getProperty("/ship", _y));
Symbol 20 MovieClip Frame 2
_x = (_x + /:speed); if ("1200" < _x) { _x = (-"400"); } if (_x < (-"400")) { _x = "1200"; }
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
_name = "fuelfull";
Symbol 23 MovieClip Frame 22
stop();
Symbol 23 MovieClip Frame 23
_name = "fuel";
Symbol 24 MovieClip Frame 1
stop();
Symbol 24 MovieClip Frame 2
_name = "fuelfull2"; Set("/:text", "Preparing ship for flight! - Please wait!");
Symbol 24 MovieClip Frame 22
stop();
Symbol 24 MovieClip Frame 23
_name = "fuel2"; Set("/:text", "Ship ready! - Press <t> to take off");
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
Set("/:text", "- Ship is launched -");
Symbol 32 MovieClip Frame 4
Set("/:text", /:text add " Use arrow-keys to navigate!");
Symbol 32 MovieClip Frame 7
Set("/:text", /:text add " if you get a Height-Record (shown to the right under this display) and get back safely , you will get 1 extra ship and a bonus - Good luck");
Symbol 33 MovieClip Frame 1
_x = getProperty("/ground", _x); if (/ship:landed == "1") { if ((/:fuel < "1000") or (/:shield < "100")) { tellTarget ("fuel") { gotoAndPlay ("tank"); }; tellTarget ("fuel2") { gotoAndPlay ("tank"); }; } else { tellTarget ("fuelfull") { gotoAndPlay ("full"); }; tellTarget ("fuelfull2") { gotoAndPlay ("full"); }; } } if (/:messure < /:altitude) { Set("/:messure", /:altitude); } if (/:laser2 == "2") { Set("/:ena", "2x"); } if (/:laser2 == "3") { Set("/:ena", "3x"); } if (/:laser2 == "0") { Set("/:ena", ""); } if ((/:fuel < "1") and (/:dead == "0")) { Set("/:text", "Warning - Fuel Empty!!! "); }
Symbol 33 MovieClip Frame 2
_x = getProperty("/ground", _x); if (/ship:landed == "1") { if ((/:fuel < "1000") or (/:shield < "100")) { tellTarget ("fuel") { gotoAndPlay ("tank"); }; } else { tellTarget ("fuelfull") { gotoAndPlay ("full"); }; } }
Symbol 35 Button
on (keyPress "r") { if (("0" < /:lifes) and (/:dead == "1")) { Set("/:text", "Press <t> to take off - Press spacebar to fire laser"); Set("/:back", "1"); tellTarget ("/grab") { play(); }; Set("/:altitude", "90"); Set("/:messure", "90"); Set("/:missiles", "0"); Set("/:dead", "0"); setProperty("/hello", _name , "ship"); setProperty("/ground", _y , "580"); setProperty("/stone", _y , "490"); setProperty("/hello", _name , "ship"); Set("/ship:grav", "0"); Set("/ship:speed", "0"); Set("/ship:grav", "4"); Set("/ship:dead", "0"); Set("/:fuel", "1000"); Set("/:laser", "100"); Set("/:shield", "100"); setProperty("/ground", _x , "400"); setProperty("/stone", _x , "400"); setProperty("/ship", _x , getProperty("/stone", _x)); setProperty("/ship", _y , getProperty("/stone", _y) - "20"); Set("/:speed", "0"); tellTarget ("/ship") { gotoAndPlay (1); }; tellTarget ("/news/scramble") { gotoAndPlay (1); }; tellTarget ("/talking/scramble") { gotoAndPlay (1); }; tellTarget ("/news") { gotoAndPlay (1); }; } } on (keyPress "t") { if (/ship:landed == "1") { tellTarget ("/news") { gotoAndPlay (1); }; if (/:sound == "1") { tellTarget ("/sound12") { play(); }; } tellTarget ("/news/scramble") { gotoAndPlay (1); }; Set("/:next", "0"); Set("/ship:landed", "0"); Set("/ship:grav", -"10"); Set("/ship:speed", "0"); setProperty("/ship", _x , getProperty("/stone", _x)); setProperty("/ship", _y , getProperty("/stone", _y) - "100"); tellTarget ("/stone/start") { play(); }; tellTarget ("/ship/up2") { gotoAndPlay (3); }; tellTarget ("/ship/up1") { gotoAndPlay (3); }; } } on (keyPress "<Space>") { if (((("0" < /:laser) and (/ship:dead == "0")) and (/:back == "1")) and (/:dead == "0")) { duplicateMovieClip ("/shot", "shot&/:number", /:number); Set("/:number", /:number + "1"); if (/:laser2 == "2") { duplicateMovieClip ("/shot2", "shot&/:number", /:number); Set("/:number", /:number + "1"); } if (/:laser2 == "3") { duplicateMovieClip ("/shot2", "shot&/:number", /:number); Set("/:number", /:number + "1"); duplicateMovieClip ("/shot3", "shot&/:number", /:number); Set("/:number", /:number + "1"); } Set("/:laser", /:laser - "1"); } } on (keyPress "<Enter>") { if ((/:lifes < "1") and (/:dead == "1")) { Set("/:altitude", "90"); Set("/:missiles", "0"); Set("/:lifes", "3"); Set("/:messure", "90"); Set("/:dead", "0"); setProperty("/hello", _name , "ship"); setProperty("/ground", _y , "580"); setProperty("/stone", _y , "490"); setProperty("/hello", _name , "ship"); Set("/ship:grav", "0"); Set("/ship:speed", "0"); Set("/ship:grav", "4"); Set("/ship:dead", "0"); Set("/:fuel", "1000"); Set("/:laser", "100"); Set("/:shield", "100"); setProperty("/ground", _x , "400"); setProperty("/stone", _x , "400"); setProperty("/ship", _x , getProperty("/stone", _x)); setProperty("/ship", _y , getProperty("/stone", _y) - "30"); tellTarget ("/ship") { gotoAndPlay (1); }; play(); } } on (keyPress "m") { if ((((/:dead == "0") and (/:misready == "1")) and ("0" < /:missiles)) and ("5000" < /:altitude)) { setProperty("/miss1", _y , getProperty("/ship", _y)); setProperty("/miss1", _x , getProperty("/ship", _x)); tellTarget ("/miss1") { gotoAndPlay (2); }; if (/:sound == "1") { tellTarget ("/sound8") { play(); }; } Set("/:misready", "0"); Set("/:missiles", /:missiles - "1"); } } on (keyPress "b") { if (("0" < /:lifes) and (/:next == "1")) { tellTarget ("/grab") { play(); }; Set("/:next", "0"); Set("/:altitude", "90"); setProperty("/ground", _y , "580"); setProperty("/stone", _y , "490"); Set("/ship:grav", "0"); Set("/ship:speed", "0"); setProperty("/ground", _x , "400"); setProperty("/stone", _x , "400"); setProperty("/ship", _x , getProperty("/stone", _x)); setProperty("/ship", _y , getProperty("/stone", _y) - "20"); Set("/:speed", "0"); tellTarget ("/news") { gotoAndPlay (1); }; } }
Symbol 37 MovieClip Frame 1
if ((/:laser2 == "2") or (/:laser2 == "3")) { _x = (getProperty("/ship", _x) - "10"); _y = (getProperty("/ship", _y) - "15"); } else { _x = getProperty("/ship", _x); _y = (getProperty("/ship", _y) - "25"); } if (/:sound == "1") { tellTarget ("/sound4") { play(); }; }
Symbol 37 MovieClip Frame 2
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); }
Symbol 37 MovieClip Frame 3
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); } gotoAndPlay(_currentframe - "1");
Symbol 38 MovieClip Frame 1
_x = (getProperty("/ship", _x) + "10"); _y = (getProperty("/ship", _y) - "15"); if (/:sound == "1") { tellTarget ("/sound2") { play(); }; }
Symbol 38 MovieClip Frame 2
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); }
Symbol 38 MovieClip Frame 3
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); } gotoAndPlay(_currentframe - "1");
Symbol 39 MovieClip Frame 1
_x = getProperty("/ship", _x); _y = (getProperty("/ship", _y) - "25"); if (/:sound == "1") { tellTarget ("/sound3") { play(); }; }
Symbol 39 MovieClip Frame 2
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); }
Symbol 39 MovieClip Frame 3
_y = (_y - "30"); if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); } gotoAndPlay(_currentframe - "1");
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 2
_name = "newer"; play();
Symbol 45 MovieClip Frame 6
_name = "flare1"; stop();
Symbol 45 MovieClip Frame 7
_name = "newer"; play();
Symbol 45 MovieClip Frame 11
_name = "flare1"; stop();
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 2
_name = "news"; play();
Symbol 53 MovieClip Frame 6
_name = "flare2"; stop();
Symbol 53 MovieClip Frame 7
_name = "news"; play();
Symbol 53 MovieClip Frame 11
_name = "flare2"; stop();
Symbol 58 MovieClip Frame 1
if (/:sound == "1") { tellTarget ("/sound6") { play(); }; }
Symbol 64 MovieClip Frame 1
if (/:sound == "1") { tellTarget ("/sound5") { play(); }; }
Symbol 66 MovieClip Frame 1
_name = "fall2"; _x = (random("1400") - "300"); speed = random("20") - "10"; grav = random("3") + "3"; _y = "50"; Set("/:target", "0"); Set("/:fall2", "0");
Symbol 66 MovieClip Frame 2
if (("5000" < /:altitude) and (/:next == "0")) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 66 MovieClip Frame 3
_y = (_y + (grav + /:backgrav)); _x = ((_x + /:speed) + speed); count = count + "1"; Set("/:target", "1"); if (("10000" < /:altitude) and ("10" < count)) { duplicateMovieClip ("/shotback", "shot&/:number", /:number); Set("/:number", /:number + "1"); count = "0"; speed = random("40") - "20"; } if (((((_x - _width) < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + (_height / "2")))) { grav = "3"; Set("/:fall4", "2"); } if ("600" < _y) { gotoAndPlay (1); } if (_y < "0") { _x = random("800"); _y = "575"; } if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", "Mind the alien crafts! "); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (/:fall2 == "1") { _name = "shot"; gotoAndPlay (5); } Set("/:x", _x); Set("/:y", _y); tellTarget ("flare2") { gotoAndPlay (2); }; tellTarget ("flare1") { gotoAndPlay (2); }
Symbol 66 MovieClip Frame 4
gotoAndPlay(_currentframe - "1"); _y = (_y + (grav + /:backgrav)); _x = (_x + /:speed); if ("600" < _y) { gotoAndPlay (1); } if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", "Look out ! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - _width) < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + (_height / "2")))) { grav = "3"; Set("/:fall4", "2"); } if (/:fall2 == "1") { gotoAndPlay (5); }
Symbol 66 MovieClip Frame 5
_name = "shot"; Set("/:points", /:points + "100"); tellTarget ("/news") { gotoAndPlay (1); }; Set("/:text", "One more down - 100 pts. " add /:text);
Symbol 66 MovieClip Frame 9
Set("/:pts", /:pts + "100"); gotoAndPlay (1);
Symbol 67 MovieClip Frame 1
_name = "fall3"; _x = (random("1400") - "300"); speed = random("20") - "10"; grav = random("3") + "3"; _y = "50"; Set("/:target", "0"); Set("/:fall3", "0");
Symbol 67 MovieClip Frame 2
if (("5000" < /:altitude) and (/:next == "0")) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 67 MovieClip Frame 3
_y = (_y + (grav + /:backgrav)); _x = ((_x + /:speed) + speed); count = count + "1"; Set("/:target", "1"); if (("10000" < /:altitude) and ("10" < count)) { duplicateMovieClip ("/shotback2", "shot&/:number", /:number); Set("/:number", /:number + "1"); count = "0"; speed = random("40") - "20"; } if (((((_x - _width) < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + (_height / "2")))) { grav = "3"; Set("/:fall4", "3"); } if ("600" < _y) { gotoAndPlay (1); } if (_y < "0") { _x = random("800"); _y = "575"; } if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", " - Mind the crafts! "); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (/:fall3 == "1") { _name = "shotdown"; gotoAndPlay (5); } Set("/:x", _x); Set("/:y", _y); tellTarget ("flare2") { gotoAndPlay (2); }; tellTarget ("flare1") { gotoAndPlay (2); }
Symbol 67 MovieClip Frame 4
gotoAndPlay(_currentframe - "1"); _y = (_y + (grav + /:backgrav)); _x = (_x + /:speed); if ("600" < _y) { gotoAndPlay (1); } if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", " Watch out - an Alien!!! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - _width) < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + (_height / "2")))) { grav = "3"; Set("/:fall4", "3"); } if (/:fall3 == "1") { gotoAndPlay (5); }
Symbol 67 MovieClip Frame 5
Set("/:points", /:points + "100"); tellTarget ("/news") { gotoAndPlay (1); }; Set("/:text", "That's cool - 100 pts. " add /:text);
Symbol 67 MovieClip Frame 9
Set("/:pts", /:pts + "100"); gotoAndPlay (1);
Symbol 72 MovieClip Frame 1
_x = getProperty("/fall2", _x); _y = (getProperty("/fall2", _y) + "50"); tellTarget ("/sound1") { play(); }
Symbol 72 MovieClip Frame 2
_y = (_y + "30"); if (((((_x - "30") < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:dead", "1"); Set("/:text", "We're taking hits! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "2"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if ("600" < _y) { removeMovieClip(""); }
Symbol 72 MovieClip Frame 3
_y = (_y + "30"); if (((((_x - "30") < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:dead", "1"); Set("/:text", "We're taking hits! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "2"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if ("600" < _y) { removeMovieClip(""); } gotoAndPlay(_currentframe - "1");
Symbol 73 MovieClip Frame 1
_x = getProperty("/fall3", _x); _y = (getProperty("/fall3", _y) + "50"); tellTarget ("/sound1") { play(); }
Symbol 73 MovieClip Frame 2
_y = (_y + "30"); if (((((_x - "30") < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:dead", "1"); Set("/:text", "We're taking hits! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "2"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if ("600" < _y) { removeMovieClip(""); }
Symbol 73 MovieClip Frame 3
_y = (_y + "30"); if (((((_x - "30") < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:dead", "1"); Set("/:text", "We're taking hits! " add /:text); tellTarget ("/news") { gotoAndPlay ("evil"); }; } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "2"); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if ("600" < _y) { removeMovieClip(""); } gotoAndPlay(_currentframe - "1");
Symbol 77 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 2
if (/:sound == "1") { play(); } else { gotoAndStop (1); }
Symbol 77 MovieClip Frame 3
_name = "bussy";
Symbol 77 MovieClip Frame 11
_name = "sound1";
Symbol 79 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
if (/:sound == "1") { play(); } else { gotoAndStop (1); }
Symbol 92 MovieClip Frame 3
_name = "bussy2";
Symbol 92 MovieClip Frame 50
_name = "sound9";
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
if (/:sound == "1") { play(); } else { gotoAndStop (1); }
Symbol 94 MovieClip Frame 3
_name = "bussy3";
Symbol 94 MovieClip Frame 27
_name = "sound10";
Symbol 96 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 1
_name = "fall1"; _x = (random("1400") - "300"); _y = "50"; Set("/:fall1", "0");
Symbol 104 MovieClip Frame 2
_y = (_y + (/:backgrav + "5")); _x = (_x + /:speed); if (("600" < _y) and (/:next == "0")) { gotoAndPlay (1); if ((((getProperty("/stone", _y) < _y) and (/:sound == "1")) and ((-"112") < _x)) and (_x < "912")) { tellTarget ("/sound11") { play(); }; } } tellTarget ("flare2") { gotoAndPlay (2); }; tellTarget ("flare1") { gotoAndPlay (2); }; if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", "Mind the cones! " add /:text); tellTarget ("/news") { gotoAndPlay (1); }; } if (/:fall1 == "1") { _name = "new"; gotoAndPlay (4); } if (/:fall1 == "2") { _name = "new"; gotoAndPlay (9); }
Symbol 104 MovieClip Frame 3
gotoAndPlay(_currentframe - "1"); _y = (_y + (/:backgrav + "5")); _x = (_x + /:speed); if (("600" < _y) and (/:next == "0")) { gotoAndPlay (1); } if (_y < "0") { _x = random("800"); _y = "575"; } if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) { Set("/:dead", "1"); Set("/:text", "Hey look out you fool! "); tellTarget ("/news") { gotoAndPlay (1); }; } if (/:fall1 == "1") { gotoAndPlay (4); } if (/:fall1 == "2") { gotoAndPlay (9); }
Symbol 104 MovieClip Frame 4
_name = "new"; Set("/:text", "Yearh - 50 points! " add /:text); tellTarget ("/news") { gotoAndPlay (1); }; Set("/:pts", /:pts + "50");
Symbol 104 MovieClip Frame 8
gotoAndPlay (1);
Symbol 104 MovieClip Frame 9
_name = "new";
Symbol 104 MovieClip Frame 13
gotoAndPlay (1);
Symbol 106 MovieClip Frame 1
varx = random("800") - "400"; vary = random("2400") + "1200";
Symbol 106 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); }
Symbol 106 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); } gotoAndPlay (2);
Symbol 106 MovieClip Frame 4
Set("/:text", "Suplies!!!! Extra Fuel + Extra Shots + Extra Shield "); Set("/:laser", /:laser + "100"); Set("/:fuel", /:fuel + "500"); Set("/:shield", /:shield + "50"); tellTarget ("/news") { gotoAndPlay (1); }; tellTarget ("/news") { gotoAndPlay (1); }
Symbol 111 MovieClip Frame 1
varx = random("800") - "400"; vary = random("2400") + "1200";
Symbol 111 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); }
Symbol 111 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); } gotoAndPlay (2);
Symbol 111 MovieClip Frame 4
Set("/:text", "Tripple-gun enabled + Extra Shots "); Set("/:laser2", "3"); Set("/:laser", /:laser + "200"); tellTarget ("/news") { gotoAndPlay (1); }
Symbol 113 MovieClip Frame 1
varx = random("800") - "400"; vary = random("2400") + "1200";
Symbol 113 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); }
Symbol 113 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); } gotoAndPlay (2);
Symbol 113 MovieClip Frame 4
Set("/:text", "Twingun enabled + Extra Shots "); tellTarget ("/news") { gotoAndPlay (1); }; Set("/:laser2", "2"); Set("/:laser", /:laser + "100");
Symbol 115 MovieClip Frame 1
stop(); _xscale = "100"; _yscale = "100"; Set("/:misready", "1");
Symbol 115 MovieClip Frame 2
if (/:y ne _y) { _y = (_y - ((_y - /:y) / /:misspeed)); } if (/:x ne _x) { _x = (_x - ((_x - /:x) / /:misspeed)); } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); gotoAndPlay (4); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); gotoAndPlay (4); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); } _rotation = (((_y - /:y) / "10") + ((_x - /:x) / "10")); if (/:target == "0") { gotoAndStop (1); }
Symbol 115 MovieClip Frame 3
gotoAndPlay(_currentframe - "1"); if (/:y ne _y) { _y = (_y - ((_y - /:y) / /:misspeed)); } if (/:x ne _x) { _x = (_x - ((_x - /:x) / /:misspeed)); } if (((((_x - "30") < getProperty("/fall1", _x)) and (getProperty("/fall1", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall1", _y))) and (getProperty("/fall1", _y) < (_y + _height))) { Set("/:fall1", "1"); } if (((((_x - "30") < getProperty("/fall2", _x)) and (getProperty("/fall2", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall2", _y))) and (getProperty("/fall2", _y) < (_y + _height))) { Set("/:fall2", "1"); gotoAndPlay (4); } if (((((_x - "30") < getProperty("/fall3", _x)) and (getProperty("/fall3", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall3", _y))) and (getProperty("/fall3", _y) < (_y + _height))) { Set("/:fall3", "1"); gotoAndPlay (4); } if (((((_x - "30") < getProperty("/fall4", _x)) and (getProperty("/fall4", _x) < (_x + "30"))) and ((_y - _height) < getProperty("/fall4", _y))) and (getProperty("/fall4", _y) < (_y + _height))) { Set("/:fall4", "1"); } if (_y < "0") { removeMovieClip(""); }
Symbol 123 MovieClip Frame 1
varx = random("800") - "400"; vary = random("10000") + "4000";
Symbol 123 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); }
Symbol 123 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); } gotoAndPlay (2);
Symbol 123 MovieClip Frame 4
Set("/:text", "Suplies!!! Extra Shield + Missiles - press <m> to fire missile - "); Set("/:shield", /:shield + "100"); Set("/:missiles", /:missiles + "50"); tellTarget ("/news") { gotoAndPlay (1); }
Symbol 125 MovieClip Frame 1
varx = random("800") - "400"; vary = random("5000") + "5000";
Symbol 125 MovieClip Frame 2
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); }
Symbol 125 MovieClip Frame 3
_y = (getProperty("/ground", _y) - vary); _x = (getProperty("/ground", _x) + varx); if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { gotoAndStop (4); } gotoAndPlay (2);
Symbol 125 MovieClip Frame 4
Set("/:text", "Suplies!!! Extra Shield "); Set("/:shield", /:shield + "100"); tellTarget ("/news") { gotoAndPlay (1); }
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
_name = taken;
Symbol 130 MovieClip Frame 60
stop();
Symbol 130 MovieClip Frame 90
tellTarget ("/") { gotoAndStop (2); }
Symbol 132 MovieClip Frame 1
if ((("15000" < /:altitude) and (_y < "250")) and (/:highscore < /:altitude)) { _y = (_y + "2"); tellTarget ("flare2") { gotoAndPlay (7); }; tellTarget ("flare1") { gotoAndPlay (7); }; } if ((/:altitude < "15000") and ((-"150") < _y)) { _y = (_y - "10"); tellTarget ("flare2") { gotoAndPlay (7); }; tellTarget ("flare1") { gotoAndPlay (7); }; } if ((((((_x - (_width / "2")) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + (_width / "2")))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) and ("200" < _y)) { Set("/:text", "You have reached the mother-ship! - Press <b> for next level - if you get a Height-Record (shown to the right under this display) you will get 1 extra ship and a bonus"); Set("/:next", "1"); tellTarget ("klo") { play(); }; stop(); }
Symbol 132 MovieClip Frame 2
if ((("15000" < /:altitude) and (_y < "250")) and (/:highscore < /:altitude)) { _y = (_y + "2"); } if ((/:altitude < "15000") and ((-"150") < _y)) { _y = (_y - "10"); } if ((((((_x - (_width / "2")) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + (_width / "2")))) and ((_y - (_height / "2")) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + (_height / "2")))) and ("200" < _y)) { Set("/:text", "You have reached the mother-ship! - Press <b> for next level - if you get a Height-Record (shown to the right under this display) you will get 1 extra ship and a bonus"); Set("/:next", "1"); tellTarget ("klo") { play(); }; stop(); }
Symbol 133 Button
on (keyPress "<Right>") { if (((_x < "750") and (landed == "0")) and ("0" < /:fuel)) { speed = speed + "2"; tellTarget ("right") { play(); }; if (/:sound == "1") { tellTarget ("/sound12left") { play(); }; } Set("/:fuel", /:fuel - "2"); } } on (keyPress "<Left>") { if ((("50" < _x) and (landed == "0")) and ("0" < /:fuel)) { speed = speed - "2"; Set("/:fuel", /:fuel - "2"); tellTarget ("left") { play(); }; if (/:sound == "1") { tellTarget ("/sound12right") { play(); }; } } } on (keyPress "<Up>") { if ((((landed == "0") and (grav < "15")) and ("100" < _y)) and ("0" < /:fuel)) { grav = grav - "4"; Set("/:fuel", /:fuel - "4"); tellTarget ("up1") { play(); }; tellTarget ("up2") { play(); }; if (/:sound == "1") { tellTarget ("/sound12rear") { play(); }; } } } on (keyPress "<Down>") { if ((((landed == "0") and ((-"15") < grav)) and (_y < "500")) and ("0" < /:fuel)) { Set("/:back", "1"); grav = grav + "4"; Set("/:fuel", /:fuel - "4"); tellTarget ("down1") { play(); }; tellTarget ("down2") { play(); }; if (/:sound == "1") { tellTarget ("/sound12rear") { play(); }; } } }
Symbol 135 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 1
if (((((((_y < getProperty("/stone", _y)) and (getProperty("/stone", _y) < (_y + "25"))) and ((getProperty("/stone", _x) - "50") < _x)) and (_x < (getProperty("/stone", _x) + "50"))) and (grav < "5")) and (dead == "0")) and (getProperty("/stone", _y) < "520")) { _x = getProperty("/stone", _x); _y = getProperty("/stone", _y); if (/:highscore < /:messure) { Set("/:highscore", /:messure); if (("5000" < /:messure) and (/:messure < "10000")) { Set("/:pts", /:pts + "1000"); } if ("10000" < /:messure) { Set("/:pts", /:pts + "5000"); Set("/:lifes", /:lifes + "1"); } Set("/:messure", "0"); } landed = "1"; Set("/:speed", "0"); } if (landed == "0") { if (/:next == "1") { _x = getProperty("/grab", _x); _y = getProperty("/grab", _y); } else { _y = (_y + grav); _x = (_x + speed); } if ((grav < "10") and (_y < "600")) { grav = grav + /:grav; } if (("800" < _x) and ("0" < speed)) { speed = "0"; } if ((_x < "0") and (speed < "0")) { speed = "0"; } if (_x < "125") { Set("/:speed", "2"); } if (("200" < _x) and (_x < "600")) { Set("/:speed", "0"); } if (_x < "75") { Set("/:speed", "6"); } if ("675" < _x) { Set("/:speed", -"2"); } if ("725" < _x) { Set("/:speed", -"6"); } if (/:altitude < "30") { Set("/:dead", "1"); tellTarget ("/sound9") { play(); }; } } else { Set("/:backgrav", "5"); tellTarget ("/arrow") { gotoAndStop (1); }; _x = getProperty("/stone", _x); if (/:fuel < "1000") { Set("/:fuel", /:fuel + "1"); } if (/:shield < "100") { Set("/:shield", /:shield + "1"); } } if (_y < "200") { Set("/:backgrav", "15"); tellTarget ("/arrow") { gotoAndStop (4); }; tellTarget ("flare2") { gotoAndPlay (7); }; tellTarget ("flare1") { gotoAndPlay (7); }; grav = "0"; setProperty("/stone", _y , getProperty("/stone", _y) + "20"); setProperty("/ground", _y , getProperty("/ground", _y) + "20"); } if ((_y < "400") and ("200" < _y)) { Set("/:backgrav", "5"); tellTarget ("/arrow") { gotoAndStop (2); }; grav = "0"; setProperty("/stone", _y , getProperty("/stone", _y) + "10"); setProperty("/ground", _y , getProperty("/ground", _y) + "10"); } if (("400" < _y) and ("500" < getProperty("/stone", _y))) { if ("600" < getProperty("/stone", _y)) { Set("/:backgrav", -"7"); } else { Set("/:backgrav", "5"); } tellTarget ("/arrow") { gotoAndStop (3); }; tellTarget ("flare2") { gotoAndPlay (2); }; tellTarget ("flare1") { gotoAndPlay (2); }; grav = "0"; setProperty("/stone", _y , getProperty("/stone", _y) - "20"); setProperty("/ground", _y , getProperty("/ground", _y) - "20"); } if (/:dead == "1") { if ("0" < /:shield) { if ((landed == "0") and (_y < "550")) { grav = grav + "5"; } Set("/:shield", /:shield - "10"); Set("/:dead", "0"); tellTarget ("shield") { play(); }; if (/:sound == "1") { tellTarget ("/sound7") { play(); }; } } else { gotoAndPlay (3); } }
Symbol 137 MovieClip Frame 2
if (((((((_y < getProperty("/stone", _y)) and (getProperty("/stone", _y) < (_y + "25"))) and ((getProperty("/stone", _x) - "50") < _x)) and (_x < (getProperty("/stone", _x) + "50"))) and (grav < "5")) and (dead == "0")) and (getProperty("/stone", _y) < "520")) { _x = getProperty("/stone", _x); _y = getProperty("/stone", _y); if (/:highscore < /:messure) { Set("/:highscore", /:messure); if (("5000" < /:messure) and (/:messure < "10000")) { Set("/:pts", /:pts + "1000"); } if ("10000" < /:messure) { Set("/:pts", /:pts + "5000"); Set("/:lifes", /:lifes + "1"); } Set("/:messure", "0"); } landed = "1"; Set("/:speed", "0"); } if (landed == "0") { if (/:next == "1") { _x = getProperty("/grab", _x); _y = getProperty("/grab", _y); } else { _y = (_y + grav); _x = (_x + speed); } if ((grav < "10") and (_y < "600")) { grav = grav + /:grav; } if (("800" < _x) and ("0" < speed)) { speed = "0"; } if ((_x < "0") and (speed < "0")) { speed = "0"; } if (_x < "125") { Set("/:speed", "2"); } if (("200" < _x) and (_x < "600")) { Set("/:speed", "0"); } if (_x < "75") { Set("/:speed", "6"); } if ("675" < _x) { Set("/:speed", -"2"); } if ("725" < _x) { Set("/:speed", -"6"); } } else { _x = getProperty("/stone", _x); if (/:fuel < "1000") { Set("/:fuel", /:fuel + "1"); } } gotoAndPlay(_currentframe - "1");
Symbol 137 MovieClip Frame 3
_name = "hello"; Set("/:messure", "0"); Set("/:lifes", /:lifes - "1"); Set("/:dead", "1"); Set("/:laser2", "0");
Symbol 137 MovieClip Frame 9
if ("0" < /:lifes) { Set("/:text", "Your ship is history! - Press <r> when ready for a new"); } else { Set("/:text", "Your ship is history - Game Over! - press <Enter> to restart"); } Set("/:backgrav", "5"); tellTarget ("/news/scramble") { gotoAndPlay (99); }; tellTarget ("/talking/scramble") { gotoAndPlay (99); }; stop();
Symbol 142 MovieClip Frame 1
_name = "fall4"; speed = random("20") - "10"; _x = (random("1000") - "100"); _y = "50"; Set("/:fall4", "0");
Symbol 142 MovieClip Frame 2
if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:back", "0"); tellTarget ("/news") { gotoAndPlay (1); }; tellTarget ("/sound10") { play(); }; gotoAndPlay (4); } if (/:fall4 == "2") { gotoAndPlay (12); } if (/:fall4 == "3") { gotoAndPlay (12); } if (/:fall4 == "1") { gotoAndPlay (6); } _y = (_y + (/:backgrav - "1")); _x = ((_x + /:speed) + speed); count = count + "1"; if ("20" < count) { Set("/:number", /:number + "1"); count = "0"; speed = random("20") - "10"; } if ("600" < _y) { gotoAndPlay (1); }
Symbol 142 MovieClip Frame 3
if (((((_x - _width) < getProperty("/ship", _x)) and (getProperty("/ship", _x) < (_x + _width))) and ((_y - _height) < getProperty("/ship", _y))) and (getProperty("/ship", _y) < (_y + _height))) { Set("/:back", "0"); tellTarget ("/news") { gotoAndPlay (1); }; tellTarget ("/sound10") { play(); }; gotoAndPlay (4); } if (/:fall4 == "2") { gotoAndPlay (12); } if (/:fall4 == "3") { gotoAndPlay (12); } if (/:fall4 == "1") { gotoAndPlay (6); } _y = (_y + (/:backgrav - "1")); _x = ((_x + /:speed) + speed); count = count + "1"; if ("19" < count) { Set("/:number", /:number + "1"); count = "0"; speed = random("20") - "10"; } if ("600" < _y) { gotoAndPlay (1); } gotoAndPlay (2);
Symbol 142 MovieClip Frame 4
if (/:back == "1") { _x = getProperty("/ship", _x); _y = (getProperty("/ship", _y) - "150"); gotoAndPlay (2); } else { _x = getProperty("/ship", _x); _y = (getProperty("/ship", _y) - "20"); } if (/:dead == "1") { gotoAndPlay (6); } if (getProperty("/ship", _y) < "580") { Set("/ship:grav", /ship:grav + "5"); } if ("600" < _y) { gotoAndPlay (1); }
Symbol 142 MovieClip Frame 5
gotoAndPlay(_currentframe - "1"); Set("/:text", "Hey I can't see anything! - get that thing off my face! - Full Back!!!!! ! to blow the thing away - press <arrow-down> - Gun is jamed and jet-power reduced! - you MUST remove it");
Symbol 142 MovieClip Frame 6
Set("/:back", "1"); _name = "new";
Symbol 142 MovieClip Frame 11
gotoAndPlay (1);
Symbol 142 MovieClip Frame 12
if (/:fall4 == "2") { _x = getProperty("/fall2", _x); _y = (getProperty("/fall2", _y) + "25"); } if (/:fall4 == "3") { _x = getProperty("/fall3", _x); _y = (getProperty("/fall3", _y) + "25"); } if (/:fall4 == "1") { gotoAndPlay (6); } if ("600" < _y) { gotoAndPlay (1); }
Symbol 142 MovieClip Frame 13
gotoAndPlay(_currentframe - "1");
Symbol 200 MovieClip Frame 98
gotoAndPlay (1);
Symbol 200 MovieClip Frame 111
stop();
Symbol 217 MovieClip Frame 3
_name = "talking";
Symbol 217 MovieClip Frame 47
_name = "news";
Symbol 217 MovieClip Frame 69
gotoAndPlay (47);
Symbol 217 MovieClip Frame 70
_name = "talking";
Symbol 217 MovieClip Frame 73
Set("/:text", "He he - Kwettur aell fdrargh dargfroth freausisus ! - he he he he he ");
Symbol 217 MovieClip Frame 110
gotoAndPlay (1);
Symbol 225 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 1
if (/:lifes < "1") { tellTarget ("life") { gotoAndStop (2); }; } else { tellTarget ("life") { gotoAndStop (1); }; }
Symbol 228 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 1
if (/:fuel < "1") { tellTarget ("life") { gotoAndStop (2); }; } else { tellTarget ("life") { gotoAndStop (1); }; }
Symbol 231 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 1
if (/:shield < "1") { tellTarget ("life") { gotoAndStop (2); }; } else { tellTarget ("life") { gotoAndStop (1); }; }
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Symbol 235 MovieClip Frame 1
if (/:laser < "1") { tellTarget ("life") { gotoAndStop (2); }; } else { tellTarget ("life") { gotoAndStop (1); }; }
Symbol 236 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 1
if ((((/:dead == "0") and (/:misready == "1")) and ("0" < /:missiles)) and ("5000" < /:altitude)) { tellTarget ("life") { gotoAndStop (1); }; } else { tellTarget ("life") { gotoAndStop (2); }; }
Symbol 253 MovieClip Frame 1
stop();
Symbol 262 Button
on (rollOver) { if (/:dead == "0") { Set("/:text", "WARNING This will destroy your ship!"); } } on (release) { tellTarget ("/ship") { gotoAndPlay (3); } }
Symbol 269 MovieClip Frame 1
if (/:sound == "0") { tellTarget ("indic") { gotoAndStop (2); }; } else { tellTarget ("indic") { gotoAndStop (1); }; }
Symbol 273 Button
on (release, keyPress "s") { if (/:sound == "0") { Set("/:sound", "1"); } else { Set("/:sound", "0"); } }

Library Items

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

Instance Names

"ground"Frame 6Symbol 20 MovieClip
"stone"Frame 6Symbol 33 MovieClip
"shot"Frame 6Symbol 37 MovieClip
"shot2"Frame 6Symbol 38 MovieClip
"shot3"Frame 6Symbol 39 MovieClip
"shotback"Frame 6Symbol 72 MovieClip
"shotback2"Frame 6Symbol 73 MovieClip
"sound1"Frame 6Symbol 77 MovieClip
"sound2"Frame 6Symbol 79 MovieClip
"sound3"Frame 6Symbol 81 MovieClip
"sound4"Frame 6Symbol 83 MovieClip
"sound5"Frame 6Symbol 85 MovieClip
"sound6"Frame 6Symbol 86 MovieClip
"sound7"Frame 6Symbol 88 MovieClip
"sound8"Frame 6Symbol 90 MovieClip
"sound9"Frame 6Symbol 92 MovieClip
"sound10"Frame 6Symbol 94 MovieClip
"sound11"Frame 6Symbol 96 MovieClip
"sound12"Frame 6Symbol 98 MovieClip
"sound12left"Frame 6Symbol 99 MovieClip
"sound12right"Frame 6Symbol 100 MovieClip
"sound12rear"Frame 6Symbol 101 MovieClip
"fall1"Frame 6Symbol 104 MovieClip
"miss1"Frame 6Symbol 115 MovieClip
"grab"Frame 6Symbol 132 MovieClip
"ship"Frame 6Symbol 137 MovieClip
"news"Frame 6Symbol 217 MovieClip
"arrow"Frame 6Symbol 253 MovieClip
"fuel"Symbol 33 MovieClip Frame 1Symbol 23 MovieClip
"fuel2"Symbol 33 MovieClip Frame 1Symbol 24 MovieClip
"start"Symbol 33 MovieClip Frame 1Symbol 32 MovieClip
"flare1"Symbol 66 MovieClip Frame 3Symbol 45 MovieClip
"flare2"Symbol 66 MovieClip Frame 3Symbol 53 MovieClip
"flare1"Symbol 67 MovieClip Frame 3Symbol 45 MovieClip
"flare2"Symbol 67 MovieClip Frame 3Symbol 53 MovieClip
"flare1"Symbol 104 MovieClip Frame 2Symbol 45 MovieClip
"flare2"Symbol 104 MovieClip Frame 2Symbol 53 MovieClip
"klo"Symbol 132 MovieClip Frame 1Symbol 130 MovieClip
"flare1"Symbol 132 MovieClip Frame 1Symbol 45 MovieClip
"flare2"Symbol 132 MovieClip Frame 1Symbol 53 MovieClip
"flare1"Symbol 137 MovieClip Frame 1Symbol 45 MovieClip
"flare2"Symbol 137 MovieClip Frame 1Symbol 53 MovieClip
"up1"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"up2"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"left"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"right"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"shield"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"down2"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"down1"Symbol 137 MovieClip Frame 1Symbol 135 MovieClip
"scramble"Symbol 217 MovieClip Frame 1Symbol 200 MovieClip
"life"Symbol 226 MovieClip Frame 1Symbol 225 MovieClip
"life"Symbol 229 MovieClip Frame 1Symbol 228 MovieClip
"life"Symbol 232 MovieClip Frame 1Symbol 231 MovieClip
"life"Symbol 235 MovieClip Frame 1Symbol 234 MovieClip
"life"Symbol 237 MovieClip Frame 1Symbol 236 MovieClip
"indic"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip

Labels

"tank"Symbol 23 MovieClip Frame 2
"full"Symbol 23 MovieClip Frame 23
"tank"Symbol 24 MovieClip Frame 2
"full"Symbol 24 MovieClip Frame 23
"shutdowm"Symbol 200 MovieClip Frame 99
"evil"Symbol 217 MovieClip Frame 70

Dynamic Text Variables

textSymbol 2 EditableText""
gravSymbol 116 EditableText"1"
misspeedSymbol 117 EditableText"8"
textSymbol 146 EditableText""
fuelSymbol 218 EditableText"1000"
laserSymbol 219 EditableText"100"
lifesSymbol 220 EditableText""
shieldSymbol 221 EditableText"100"
ptsSymbol 222 EditableText""
missilesSymbol 223 EditableText""
altitudeSymbol 239 EditableText""
highscoreSymbol 240 EditableText"5000"
messureSymbol 241 EditableText""
enaSymbol 242 EditableText""
highptsSymbol 263 EditableText""




http://swfchan.com/6/27683/info.shtml
Created: 21/5 -2019 07:47:24 Last modified: 21/5 -2019 07:47:24 Server time: 14/05 -2024 20:39:16