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

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

Base Defense 2.swf

This is the info page for
Flash #28660

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


Text
LOADING BASE DEFENCE 2

CONTINUE

www.gamesofgondor.com

PLAY GAME

INSTRUCTIONS

CREDITS

PLAY MORE GAMES

main menu

CREDITS
game by:
bodhi b. sørskår
menues by:
stickmoose
thanks to:
inglor

instructions

BASE DEFENCE ii
aim/fire  <mouse>
buy/pause  <space>
change weapon  <1,2>
use laser(s) <L>
its your task to defend your base against
attackers, they will get more health after
each attack, shoot them to get money, use
money to buy upgrades and weapons.
lvl 1: soldiers
lvl  5: tanks
lvl  10: robots
lvl  15: aircrafts

Health:

10

Health:

10

Health:

10

5000

500

-Leave flash-

-Leave flash-

-Leave flash-

-Leave flash-

Seconds:

Level:

0

0

Money:

0

$

PURCHASE

-basic cannon                                                            N/a

dual                                                                600$

shells +100                                                     100$

-machine gun                                                           1000$

upgrade speed                                           7000$

bullets +100                                                   100$

-laser                                                                   25000$

dual                                                            50000$

battery +10                                                10000$

Health +1                                                                         $

Damage +1                                                                        $

33434

25426

PRESS <RIGHT>

Seconds:

Level:

0

0

GAME OVER



A BBS production

ActionScript [AS1/AS2]

Frame 1
stop(); _root.onEnterFrame = function () { total_bytes = _root.getBytesTotal(); loaded_bytes = _root.getBytesLoaded(); remaining_bytes = total_bytes - loaded_bytes; percent_done = int((loaded_bytes / total_bytes) * 100); loaderDisplay1 = ("Percent Loaded: " + percent_done) + "%"; loaderDisplay2 = (("KB Loaded: " + Math.round(loaded_bytes / 1000)) + "/") + Math.round(total_bytes / 1000); loaderbar._xscale = percent_done; if (percent_done >= 99) { playButton._visible = true; } else { playButton._visible = false; } };
Instance of Symbol 39 MovieClip in Frame 31
on (release) { getURL ("http://www.gamesofgondor.com"); }
Instance of Symbol 51 MovieClip in Frame 232
on (release) { getURL ("http://www.gamesofgondor.com"); }
Frame 266
stop();
Frame 267
play();
Frame 282
Stage.showMenu = false; _root.vapen = 1; _quality = "LOW"; _root.as = 16; _root.damage = 1; _root.teller = 0; _root.sekunder = 0; _root.minutter = 1; _root.makshealth = 9; _root.bd = 1400; _root.kuler = 200; _root.kuler2 = 1000; _root.skrik = 1; _root.basehealth = 10; _root.dual = 0; _root.begynn = 0; _root.score = 100; _root.sigjen = 40; _root.sorry = 0; _root.buy = 0; _root.run = 1; _root.weapon = 1; _root.dmgcost = 200; _root.mg = 0; _root.laser = 0; _root.mgspeed = 0; _root.batteri == 100; _root.laseready = 1; _root.totalenemies = 5 + _root.minutter; _root.valides = 0; _root.vert60 = 1; _root.artyteller = 1; _root.arty = 1;
Frame 312
if (_root.run == 1) { tellTarget (_root.bakgrunn.sky1) { _x = (_x + 1); if (_x >= 1500) { _x = -400; } }; tellTarget (_root.bakgrunn.sky2) { _x = (_x + 2); if (_x >= 1500) { _x = -400; } }; tellTarget (_root.bakgrunn.sky3) { _x = (_x + 3); if (_x >= 1500) { _x = -500; } }; } if (_root.sorry == 1) { gotoAndPlay (314); } if (_root.begynn == 0) { _root.begynn = 1; i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { _root.lollipop1x = _xscale; _root.lollipop1y = _yscale; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = _root.minutter; gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 5) + 2; }; i++; } i = 0; while (i < 4) { roflolal = "_root.bakgrunn.tanks" + i; tellTarget (roflolal) { _root.lollipop2x = _xscale; _root.lollipop2y = _yscale; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 5 + (_root.minutter * 5); gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 2) + 1; }; i++; } i = 0; while (i < 4) { jada = "_root.bakgrunn.srobo" + i; tellTarget (jada) { _root.lollipop3x = _xscale; _root.lollipop3y = _yscale; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 1 + (_root.minutter * 2); health2 = health; starth = 5 + (_root.minutter * 5); gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 2) + 1; }; i++; } i = 0; while (i < 10) { jara = "_root.bakgrunn.heli" + i; tellTarget (jara) { _root.lollipop4x = _xscale; _root.lollipop4y = _yscale; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 1; health2 = health; gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 10) + 10; }; i++; } } _root.antallsoldater = 5 + _root.minutter; if (_root.antallsoldater >= 15) { _root.antallsoldater = 15; } if (_root.run == 1) { teller = teller + 1; if (teller == 24) { teller = 1; _root.sekunder = _root.sekunder + 1; } if (_root.sekunder == 61) { if (_root.basehealth <= _root.makshealth) { _root.basehealth = _root.basehealth + 1; } _root.sekunder = 0; minutter = minutter + 1; } if (_root.sekunder == 60) { if (_root.minutter == 1) { _root.totalenemies = 7; } if (_root.minutter == 2) { _root.totalenemies = 8; } if (_root.minutter == 3) { _root.totalenemies = 9; } if (_root.minutter == 4) { _root.totalenemies = 11; } if (_root.minutter == 5) { _root.totalenemies = 13; } if (_root.minutter == 6) { _root.totalenemies = 15; } if (_root.minutter == 7) { _root.totalenemies = 17; } if (_root.minutter == 8) { _root.totalenemies = 18; } if (_root.minutter == 9) { _root.totalenemies = 20; } if (_root.minutter == 10) { _root.totalenemies = 21; } if (_root.minutter == 11) { _root.totalenemies = 22; } if (_root.minutter == 12) { _root.totalenemies = 23; } if (_root.minutter == 13) { _root.totalenemies = 23; } if (_root.minutter == 14) { _root.totalenemies = 23; } if (_root.minutter == 15) { _root.totalenemies = 25; } if (_root.minutter == 16) { _root.totalenemies = 26; } if (_root.minutter == 17) { _root.totalenemies = 27; } if (_root.minutter == 18) { _root.totalenemies = 28; } if (_root.minutter == 19) { _root.totalenemies = 29; } if (_root.minutter == 20) { _root.totalenemies = 30; } if (_root.minutter == 21) { _root.totalenemies = 31; } if (_root.minutter == 22) { _root.totalenemies = 32; } if (_root.minutter == 23) { _root.totalenemies = 33; } if (_root.minutter == 24) { _root.totalenemies = 34; } if (_root.minutter >= 25) { _root.totalenemies = 34; } _root.kuler = _root.kuler + 4; i = 0; while (i < _root.antallsoldater) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { health = _root.minutter; if (dead == 1) { _xscale = _root.lollipop1x; _yscale = _root.lollipop1y; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = _root.minutter; gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 5) + 2; } }; i++; } i = 0; while (i < 4) { roflolal = "_root.bakgrunn.tanks" + i; tellTarget (roflolal) { health = 5 + (_root.minutter * 5); if (dead == 1) { _xscale = _root.lollipop2x; _yscale = _root.lollipop2y; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 5 + (_root.minutter * 5); gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 2) + 1; } }; i++; } i = 0; while (i < 4) { jada = "_root.bakgrunn.srobo" + i; tellTarget (jada) { health = 1 + (_root.minutter * 2); if (dead == 1) { _xscale = _root.lollipop3x; _yscale = _root.lollipop3y; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 1 + (_root.minutter * 2); health2 = health; starth = 5 + (_root.minutter * 5); gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 2) + 1; } }; i++; } i = 0; while (i < 10) { jasa = "_root.bakgrunn.heli" + i; tellTarget (jasa) { if (dead == 1) { _xscale = _root.lollipop4x; _yscale = _root.lollipop4y; _x = (Math.round(Math.random() * 500) - 700); _y = (Math.round(Math.random() * 150) + 450); health = 1; health2 = health; gotoAndPlay (1); dead = 0; fart = Math.round(Math.random() * 10) + 10; } }; i++; } } _root.sigjen = 60 - sekunder; _root.bhcost = minutter * 25; if (_root.weapon != 1) { tellTarget (_root.gun1) { gotoAndPlay (25); }; tellTarget (_root.gun2) { gotoAndPlay (25); }; } if (_root.weapon != 2) { tellTarget (_root.gatling) { gotoAndPlay (25); }; } } if (_root.totalenemies <= 0) { _root.sekunder = 57; _root.totalenemies = 1; } if (_root.run == 1) { if (ok != 0) { i = 0; while (i < _root.antallsoldater) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (dead != 1) { _x = (_x + fart); if (_x >= _root.bd) { dead = 1; gotoAndPlay (28); _root.basehealth = _root.basehealth - 1; tellTarget (_root.rodt) { gotoAndPlay (2); }; _root.totalenemies = _root.totalenemies - 1; } } }; i++; } if (_root.minutter > 14) { cola = _root.minutter - 14; if (cola > 10) { cola = 10; } i = 0; while (i < cola) { test = "_root.bakgrunn.heli" + i; tellTarget (test) { if (dead != 1) { _x = (_x + fart); if (_x >= _root.bd) { dead = 1; gotoAndPlay (71); _root.basehealth = _root.basehealth - 1; tellTarget (_root.rodt) { gotoAndPlay (2); }; _root.totalenemies = _root.totalenemies - 1; } } }; i++; } } if (_root.minutter > 9) { binladen = _root.minutter - 9; if (binladen > 4) { binladen = 4; } i = 0; while (i < binladen) { hallamuhalla = "_root.bakgrunn.srobo" + i; tellTarget (hallamuhalla) { if (dead != 1) { _x = (_x + 5); if (_x >= _root.bd) { dead = 1; gotoAndPlay (42); _root.basehealth = _root.basehealth - 1; tellTarget (_root.rodt) { gotoAndPlay (2); }; _root.totalenemies = _root.totalenemies - 1; } } }; i++; } } if (_root.basehealth <= 0) { _root.basehealth = 0; _root.sorry = 1; } if (sorry == 1) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (9); }; ok = 0; } } if (_root.basehealth >= 10) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (1); }; } if (_root.basehealth == 9) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (2); }; } if (_root.basehealth == 8) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (2); }; } if (_root.basehealth == 7) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (2); }; } if (_root.basehealth == 6) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (3); }; } if (_root.basehealth == 5) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (4); }; } if (_root.basehealth == 4) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (5); }; } if (_root.basehealth == 3) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (6); }; } if (_root.basehealth == 2) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (7); }; } if (_root.basehealth == 1) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (8); }; } if (_root.basehealth == 0) { tellTarget (_root.bakgrunn.base) { gotoAndPlay (9); }; } if (_root.minutter > 4) { hussein = _root.minutter - 4; if (hussein > 4) { hussein = 4; } i = 0; while (i < hussein) { yeahright = "_root.bakgrunn.tanks" + i; tellTarget (yeahright) { if (dead != 1) { _x = (_x + 2); if (_x >= (_root.bd - 100)) { dead = 1; gotoAndPlay (16); _root.basehealth = _root.basehealth - 1; tellTarget (_root.rodt) { gotoAndPlay (2); }; _root.totalenemies = _root.totalenemies - 1; } } }; i++; } } } if (_root.laser == 0) { tellTarget (_root.laser1) { gotoAndPlay (35); }; tellTarget (_root.laser2) { gotoAndPlay (35); }; } if (_root.laser == 1) { tellTarget (_root.laser1) { }; tellTarget (_root.laser2) { gotoAndPlay (35); }; } if (_root.laser == 2) { tellTarget (_root.laser1) { }; tellTarget (_root.laser2) { }; }
Instance of Symbol 81 MovieClip in Frame 312
on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 10) { testomfg = "_root.bakgrunn.heli" + i; tellTarget (testomfg) { if (hitTest(_root.sikte.treff) == true) { if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { tellTarget (_root.ttreff) { gotoAndPlay (2); _root.score = _root.score + 10; }; if (health <= 0) { _root.score = _root.score + 50; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } else if (_root.run == 1) { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(_root.sikte.treff) == true) { tellTarget (_root.blodes) { gotoAndPlay (1); _x = 400; _y = 200; }; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } else if (_root.run == 1) { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { if (_root.vapen == 1) { _root.vapen = 2; _root.kuler = _root.kuler - 1; tellTarget (_root.gun1) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; if (_root.dual == 1) { } else { return(true); } } if (_root.vapen == 2) { _root.vapen = 1; _root.kuler = _root.kuler - 1; tellTarget (_root.gun2) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } } on (keyPress "<Space>") { if (_root.buy == 0) { _root.buy = 1; tellTarget (_root.buyscreen) { gotoAndPlay (2); }; return(true); } if (_root.buy == 1) { _root.buy = 0; tellTarget (_root.buyscreen) { gotoAndPlay (11); }; } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 4) { vor = "_root.bakgrunn.tanks" + i; tellTarget (vor) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { if (health < 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } } on (press) { if (_root.buy != 1) { if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { tellTarget (_root.gatling) { gotoAndPlay (2); }; } else { tellTarget (_root.gatling) { gotoAndPlay (6); }; } } } } } on (dragOver) { if (_root.buy != 1) { if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { tellTarget (_root.gatling) { gotoAndPlay (2); }; } else { tellTarget (_root.gatling) { gotoAndPlay (6); }; } } } } } on (release) { if (_root.buy != 1) { if (_root.run == 1) { if (_root.weapon == 2) { tellTarget (_root.gatling) { gotoAndPlay (1); }; } } } } on (releaseOutside) { if (_root.buy != 1) { if (_root.run == 1) { if (_root.weapon == 2) { tellTarget (_root.gatling) { gotoAndPlay (1); }; } } } } on (keyPress "1") { _root.weapon = 1; tellTarget (_root.gun1) { gotoAndStop (1); }; tellTarget (_root.gun2) { gotoAndStop (1); }; } on (keyPress "2") { if (_root.mg == 1) { _root.weapon = 2; tellTarget (_root.gatling) { gotoAndStop (1); }; } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 4) { voren = "_root.bakgrunn.srobo" + i; tellTarget (voren) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { if (health < 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } } on (keyPress "l") { if (_root.laseready == 1) { if (_root.laser == 1) { tellTarget (_root.laser1) { gotoAndPlay (2); }; } if (_root.laser == 2) { tellTarget (_root.laser1) { gotoAndPlay (2); }; tellTarget (_root.laser2) { gotoAndPlay (2); }; } } }
Instance of Symbol 301 MovieClip "bakgrunn" in Frame 312
on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 10) { testomfg = "_root.bakgrunn.heli" + i; tellTarget (testomfg) { if (hitTest(_root.sikte.treff) == true) { if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { _y = (_y - 4); _x = (_x - 4); tellTarget (_root.ttreff) { gotoAndPlay (2); _root.score = _root.score + 10; }; if (health <= 0) { _root.score = _root.score + 50; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } else if (_root.run == 1) { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(_root.sikte.treff) == true) { if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { _y = (_y - 4); _x = (_x - 4); tellTarget (_root.blodes) { gotoAndPlay (1); _x = (Math.round(Math.random() * 20) + 390); _y = 200; }; lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } else if (_root.run == 1) { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } onClipEvent (mouseMove) { if (_root.buy == 0) { _x = (_root._xmouse - (_root._xmouse * 2.5)); _y = (_root._ymouse - (_root._ymouse * 2.5)); Mouse.hide(); } else { Mouse.show(); } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { if (_root.vapen == 1) { _root.vapen = 2; _root.kuler = _root.kuler - 1; tellTarget (_root.gun1) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; if (_root.dual == 1) { } else { return(true); } } if (_root.vapen == 2) { _root.vapen = 1; _root.kuler = _root.kuler - 1; tellTarget (_root.gun2) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } } on (keyPress "<Space>") { if (_root.buy == 0) { _root.buy = 1; tellTarget (_root.buyscreen) { gotoAndPlay (2); }; return(true); } if (_root.buy == 1) { _root.buy = 0; tellTarget (_root.buyscreen) { gotoAndPlay (11); }; } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 4) { vor = "_root.bakgrunn.tanks" + i; tellTarget (vor) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { _y = (_y - 2); _x = (_x - 2); if (health < 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } } on (press) { if (_root.buy != 1) { if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { tellTarget (_root.gatling) { gotoAndPlay (2); }; } else { tellTarget (_root.gatling) { gotoAndPlay (6); }; } } } } } on (dragOver) { if (_root.buy != 1) { if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { tellTarget (_root.gatling) { gotoAndPlay (2); }; } else { tellTarget (_root.gatling) { gotoAndPlay (6); }; } } } } } on (release) { if (_root.buy != 1) { if (_root.run == 1) { if (_root.weapon == 2) { tellTarget (_root.gatling) { gotoAndPlay (1); }; } } } } on (releaseOutside) { if (_root.buy != 1) { if (_root.run == 1) { if (_root.weapon == 2) { tellTarget (_root.gatling) { gotoAndPlay (1); }; } } } } on (keyPress "1") { _root.weapon = 1; tellTarget (_root.gun1) { gotoAndStop (1); }; tellTarget (_root.gun2) { gotoAndStop (1); }; } on (keyPress "2") { if (_root.mg == 1) { _root.weapon = 2; tellTarget (_root.gatling) { gotoAndStop (1); }; } } on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 4) { voren = "_root.bakgrunn.srobo" + i; tellTarget (voren) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { _y = (_y - 4); _x = (_x - 4); if (health < 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } } on (keyPress "l") { if (_root.laseready == 1) { if (_root.laser == 1) { tellTarget (_root.laser1) { gotoAndPlay (2); }; } if (_root.laser == 2) { tellTarget (_root.laser1) { gotoAndPlay (2); }; tellTarget (_root.laser2) { gotoAndPlay (2); }; } } }
Instance of Symbol 365 MovieClip in Frame 312
onClipEvent (mouseMove) { if (_root.buy != 1) { _x = _root._xmouse; _y = _root._ymouse; } }
Instance of Symbol 435 MovieClip "earlystart" in Frame 312
on (keyPress "<Right>") { if (_root.totalenemies <= 0) { _root.totalenemies = 1; _root.sekunder = 57; } }
Frame 313
gotoAndPlay (312);
Frame 336
gotoAndPlay (337);
Instance of Symbol 81 MovieClip in Frame 336
on (press) { if (_root.kuler >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(_root.sikte.treff) == true) { tellTarget (_root.skriket) { gotoAndPlay (20); }; health = health - _root.damage; if (dead != 1) { if (health <= 0) { tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; } } } }; i++; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } on (press) { if (_root.kuler >= 1) { if (_root.vapen == 1) { _root.vapen = 2; _root.kuler = _root.kuler - 1; tellTarget (_root.gun1) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; if (_root.dual == 1) { } else { return(true); } } if (_root.vapen == 2) { _root.vapen = 1; _root.kuler = _root.kuler - 1; tellTarget (_root.gun2) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } }
Instance of Symbol 301 MovieClip "bakgrunn" in Frame 336
on (press) { if (_root.kuler >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(_root.sikte.treff) == true) { tellTarget (_root.skriket) { gotoAndPlay (20); }; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { if (health <= 0) { tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; } } } }; i++; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } onClipEvent (mouseMove) { _x = (_root._xmouse - (_root._xmouse * 2.5)); _y = (_root._ymouse - (_root._ymouse * 2.5)); Mouse.hide(); } on (press) { if (_root.kuler >= 1) { if (_root.vapen == 1) { _root.vapen = 2; _root.kuler = _root.kuler - 1; tellTarget (_root.gun1) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; if (_root.dual == 1) { } else { return(true); } } if (_root.vapen == 2) { _root.vapen = 1; _root.kuler = _root.kuler - 1; tellTarget (_root.gun2) { gotoAndPlay (2); }; tellTarget (_root.sikte) { gotoAndPlay (2); }; } } else { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } }
Instance of Symbol 365 MovieClip in Frame 336
onClipEvent (mouseMove) { _x = _root._xmouse; _y = _root._ymouse; }
Frame 526
stop();
Symbol 6 MovieClip Frame 5
stop();
Symbol 10 MovieClip Frame 5
stop();
Symbol 11 Button
on (release) { play(); }
Symbol 39 MovieClip Frame 177
stop();
Symbol 54 MovieClip Frame 5
stop();
Symbol 56 MovieClip Frame 5
stop();
Symbol 57 Button
on (release) { _root.instructions.active = false; _root.credits.active = true; }
Symbol 58 Button
on (release) { _root.instructions.active = true; _root.credits.active = false; }
Symbol 59 Button
on (release) { _root.nextframe(); _root.play(); }
Symbol 63 Button
on (release) { getURL ("http://www.gamesofgondor.com"); }
Symbol 72 Button
on (release) { active = false; }
Symbol 73 MovieClip Frame 1
_alpha = 0; this.onEnterFrame = function () { if (active) { _visible = true; _alpha = (_alpha + ((-(_alpha - 100)) / 4)); } else { if (Math.round(_alpha) < 1) { _visible = false; } _alpha = (_alpha + ((-(_alpha - 0)) / 4)); } };
Symbol 77 MovieClip Frame 1
_alpha = 0; this.onEnterFrame = function () { if (active) { _visible = true; _alpha = (_alpha + ((-(_alpha - 100)) / 4)); } else { if (Math.round(_alpha) < 1) { _visible = false; } _alpha = (_alpha + ((-(_alpha - 0)) / 4)); } };
Symbol 114 MovieClip Frame 1
if (_root.basehealth >= 10) { stop(); }
Symbol 114 MovieClip Frame 2
if (_root.basehealth >= 7) { stop(); }
Symbol 114 MovieClip Frame 3
if (_root.basehealth >= 6) { stop(); }
Symbol 114 MovieClip Frame 4
if (_root.basehealth >= 5) { stop(); }
Symbol 114 MovieClip Frame 5
if (_root.basehealth >= 4) { stop(); }
Symbol 114 MovieClip Frame 6
if (_root.basehealth >= 3) { stop(); }
Symbol 114 MovieClip Frame 7
if (_root.basehealth >= 2) { stop(); }
Symbol 114 MovieClip Frame 8
if (_root.basehealth >= 1) { stop(); }
Symbol 114 MovieClip Frame 30
Symbol 114 MovieClip Frame 31
stop();
Symbol 129 MovieClip Frame 1
if (_parent.dead == 1) { stop(); }
Symbol 152 MovieClip Frame 1
stop();
Instance of Symbol 129 MovieClip in Symbol 152 MovieClip Frame 1
on (press) { if (_root.weapon == 1) { if (_root.run == 1) { if (_root.kuler >= 1) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; if (_root.dual == 0) { health = health - _root.damage; } if (_root.dual == 1) { health = health - (_root.damage * 2); } if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } else if (_root.run == 1) { tellTarget (_root.gun1) { gotoAndPlay (11); }; tellTarget (_root.gun2) { gotoAndPlay (11); }; } } } } }
Symbol 152 MovieClip Frame 16
stop();
Symbol 152 MovieClip Frame 17
tellTarget (_root.rodt) { gotoAndPlay (2); };
Symbol 152 MovieClip Frame 29
stop();
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 11
stop();
Symbol 179 MovieClip Frame 16
stop();
Symbol 208 MovieClip Frame 1
if (_parent.dead == 1) { stop(); }
Symbol 230 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip "robo1" in Symbol 230 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 210 MovieClip "robohb" in Symbol 230 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.health < 0) { _xscale = 0; } }
Symbol 230 MovieClip Frame 42
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 71
stop();
Instance of Symbol 179 MovieClip "tanks0" in Symbol 301 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 179 MovieClip "tanks1" in Symbol 301 MovieClip Frame 1
/* no clip actions */
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 10
gotoAndPlay (1);
Symbol 309 MovieClip Frame 20
gotoAndPlay (1);
Symbol 309 MovieClip Frame 25
if (_root.weapon != 1) { stop(); }
Symbol 315 MovieClip Frame 11
stop();
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 3
if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(_root.sikte.treff) == true) { tellTarget (_root.blodes) { gotoAndPlay (1); _x = (Math.round(Math.random() * 20) + 390); _y = 200; }; health = health - _root.damage; if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } if (_root.weapon == 2) { if (_root.kuler2 >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.kuler2 = _root.kuler2 - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } } if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { i = 0; while (i < 4) { muhammed = "_root.bakgrunn.tanks" + i; tellTarget (muhammed) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - _root.damage; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler2 >= 1) { i = 0; while (i < 4) { fuk = "_root.bakgrunn.srobo" + i; tellTarget (fuk) { if (hitTest(_root.sikte.treff) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - _root.damage; if (health < 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } } if (_root.weapon == 2) { if (_root.run == 1) { if (_root.kuler >= 1) { i = 0; while (i < 10) { testomfg = "_root.bakgrunn.heli" + i; tellTarget (testomfg) { if (hitTest(_root.sikte.treff) == true) { health = health - _root.damage; if (dead != 1) { tellTarget (_root.ttreff) { gotoAndPlay (2); _root.score = _root.score + 10; }; if (health <= 0) { _root.score = _root.score + 50; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } }
Symbol 325 MovieClip Frame 4
if (_root.mgspeed == 1) { if (_root.kuler2 >= 1) { gotoAndPlay (2); } else { gotoAndPlay (6); } }
Symbol 325 MovieClip Frame 5
if (_root.kuler2 >= 1) { gotoAndPlay (2); } else { gotoAndPlay (6); }
Symbol 325 MovieClip Frame 20
gotoAndPlay (6);
Symbol 325 MovieClip Frame 25
stop();
Symbol 358 MovieClip Frame 1
stop(); _root.laseready = 1;
Symbol 358 MovieClip Frame 2
_root.laseready = 0;
Symbol 358 MovieClip Frame 20
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 21
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 22
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 23
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 24
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 25
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 26
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 27
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 28
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 29
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 30
if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < _root.as) { test = "_root.bakgrunn.fiende" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { tellTarget (_root.bakgrunn.blodes) { gotoAndPlay (1); _x = _root.sikte._x; _y = _root.sikte._y; }; health = health - (5 + _root.damage); if (dead != 1) { lal = (health / _root.minutter) * 100; tellTarget (barensaren) { _xscale = _parent.lal; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.skriket) { gotoAndPlay (20); _root.score = _root.score + _root.damage; }; if (health <= 0) { _root.score = _root.score + (_root.damage * 3); tellTarget (_root.skriket) { gotoAndPlay(Math.round(Math.random() * 14) + 1); }; gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.batteri >= 1) { tellTarget (_root.sikte) { gotoAndPlay (2); }; _root.batteri = _root.batteri - 1; tellTarget (_root.sikte) { gotoAndPlay (2); }; } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.tanks" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal3 = (health / (5 + (_root.minutter * 5))) * 100; tellTarget (tankshealth) { _xscale = _parent.lal3; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } } if (_root.run == 1) { if (_root.batteri >= 1) { i = 0; while (i < 4) { test = "_root.bakgrunn.srobo" + i; tellTarget (test) { if (hitTest(this.laserhit) == true) { if (dead != 1) { lal2 = (health / (1 + (_root.minutter * 2))) * 45; tellTarget (robohb) { _xscale = _parent.lal2; if (_xscale <= 1) { _xscale = 1; } }; tellTarget (_root.ttreff) { gotoAndPlay (2); }; } _root.score = _root.score + _root.damage; if (dead != 1) { health = health - (5 + _root.damage); if (health <= 0) { _root.score = _root.score + (_root.damage * 3); gotoAndPlay (2); dead = 1; _root.totalenemies = _root.totalenemies - 1; } } } }; i++; } } }
Symbol 358 MovieClip Frame 34
gotoAndPlay (1);
Symbol 358 MovieClip Frame 35
stop();
Symbol 376 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop();
Symbol 398 MovieClip Frame 3
stop();
Symbol 398 MovieClip Frame 4
stop();
Symbol 398 MovieClip Frame 5
stop();
Symbol 398 MovieClip Frame 6
stop();
Symbol 398 MovieClip Frame 7
stop();
Symbol 398 MovieClip Frame 8
stop();
Symbol 398 MovieClip Frame 9
stop();
Symbol 398 MovieClip Frame 10
stop();
Symbol 398 MovieClip Frame 11
stop();
Symbol 398 MovieClip Frame 12
stop();
Symbol 398 MovieClip Frame 13
stop();
Symbol 398 MovieClip Frame 14
stop();
Symbol 398 MovieClip Frame 20
stop();
Symbol 401 Button
on (press) { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; }
Symbol 402 Button
on (press) { if (_root.dual == 0) { if (_root.score >= 600) { _root.score = _root.score - 600; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.dual = 1; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 403 Button
on (press) { if (_root.score >= 100) { _root.score = _root.score - 100; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.kuler = _root.kuler + 100; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 404 Button
on (press) { if (_root.score >= 1000) { if (_root.mg != 1) { _root.score = _root.score - 1000; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.mg = 1; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 405 Button
on (press) { if (_root.score >= 7000) { if (_root.mgspeed == 0) { _root.score = _root.score - 7000; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.mgspeed = 1; gotoAndPlay (2); } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 406 Button
on (press) { if (_root.score >= 100) { _root.score = _root.score - 100; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.kuler2 = _root.kuler2 + 100; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 407 Button
on (press) { if (_root.score >= 25000) { if (_root.laser == 0) { _root.score = _root.score - 25000; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.laser = 1; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 408 Button
on (press) { if (_root.score >= 50000) { if (_root.laser == 1) { _root.score = _root.score - 50000; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.laser = 2; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 409 Button
on (press) { if (_root.basehealth <= _root.makshealth) { if (_root.score >= _root.bhcost) { _root.score = _root.score - _root.bhcost; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.basehealth = _root.basehealth + 1; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 410 Button
on (press) { if (_root.score >= _root.dmgcost) { _root.score = _root.score - _root.dmgcost; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.damage = _root.damage + 1; _root.dmgcost = _root.dmgcost * 4; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 411 Button
on (press) { if (_root.score >= 10000) { if (_root.laser >= 1) { _root.score = _root.score - 10000; tellTarget (_root.buttonsounds2) { gotoAndPlay (2); }; _root.batteri = _root.batteri + 10; } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } } else { tellTarget (_root.buttonsounds) { gotoAndPlay (2); }; } }
Symbol 426 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 10
stop(); _root.run = 0;
Symbol 426 MovieClip Frame 20
_root.run = 1;
Symbol 429 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 7 60 61 62 64 68 75 76 400 413 414 415 416 417 418 419 420 421 422 423 424 425
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 ShapeTweeningUsed by:6
Symbol 5 GraphicUsed by:6 54
Symbol 6 MovieClipUses:4 5Used by:11
Symbol 7 TextUses:2Used by:11
Symbol 8 ShapeTweeningUsed by:10 11
Symbol 9 GraphicUsed by:10 56
Symbol 10 MovieClipUses:8 9Used by:11
Symbol 11 ButtonUses:6 7 10 8Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 FontUsed by:17 18 66
Symbol 17 EditableTextUses:16Used by:Timeline
Symbol 18 EditableTextUses:16Used by:Timeline
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:40  Timeline
Symbol 23 GraphicUsed by:39
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:39
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:39
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:34 39
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:39
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:39
Symbol 34 MovieClipUses:29Used by:39
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:39
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClipUses:23 25 27 29 31 33 34 36 38 SS1Used by:Timeline
Symbol 40 MovieClipUses:22Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:47
Symbol 43 GraphicUsed by:47
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:42 43 44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:426  Timeline
Symbol 49 FontUsed by:50
Symbol 50 TextUses:49Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 ShapeTweeningUsed by:54
Symbol 54 MovieClipUses:53 5Used by:57 58 59 63 401 402 403 404 405 406 407 408 409 410 411
Symbol 55 ShapeTweeningUsed by:56 57 58 59 63 401 402 403 404 405 406 407 408 409 410 411
Symbol 56 MovieClipUses:55 9Used by:57 58 59 63 401 402 403 404 405 406 407 408 409 410 411
Symbol 57 ButtonUses:54 56 55Used by:Timeline
Symbol 58 ButtonUses:54 56 55Used by:Timeline
Symbol 59 ButtonUses:54 56 55Used by:Timeline
Symbol 60 TextUses:2Used by:Timeline
Symbol 61 TextUses:2Used by:Timeline
Symbol 62 TextUses:2Used by:Timeline
Symbol 63 ButtonUses:54 56 55Used by:Timeline
Symbol 64 TextUses:2Used by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 TextUses:16Used by:Timeline
Symbol 67 GraphicUsed by:73
Symbol 68 TextUses:2Used by:73
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 ButtonUses:69 70 71Used by:73 77
Symbol 73 MovieClipUses:67 68 72Used by:Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 TextUses:2Used by:77
Symbol 76 TextUses:2Used by:77
Symbol 77 MovieClipUses:74 75 76 72Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClipUses:83Used by:301
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:301
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:114
Symbol 89 FontUsed by:90 91 379 380 381 382 383 384 385
Symbol 90 EditableTextUses:89Used by:114
Symbol 91 EditableTextUses:89Used by:114
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:114
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:114
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:114
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:114
Symbol 100 BitmapUsed by:101 103
Symbol 101 GraphicUses:100Used by:114
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102 100Used by:114
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:114
Symbol 106 GraphicUsed by:114
Symbol 107 GraphicUsed by:114
Symbol 108 FontUsed by:109 110 112 113 303 318 434 441 442 443 444
Symbol 109 EditableTextUses:108Used by:114
Symbol 110 EditableTextUses:108Used by:114
Symbol 111 SoundUsed by:114 179 230 300
Symbol 112 EditableTextUses:108Used by:114
Symbol 113 EditableTextUses:108Used by:114
Symbol 114 MovieClipUses:88 90 91 93 95 97 99 101 103 105 106 107 109 110 111 112 113Used by:301
Symbol 115 GraphicUsed by:120
Symbol 116 GraphicUsed by:120
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:115 116 117 118 119Used by:301
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:129
Symbol 123 GraphicUsed by:129
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:122 123 125 126 127 128Used by:152
Symbol 130 GraphicUsed by:152
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:152
Symbol 133 GraphicUsed by:152
Symbol 134 GraphicUsed by:152
Symbol 135 GraphicUsed by:152
Symbol 136 GraphicUsed by:152
Symbol 137 GraphicUsed by:152
Symbol 138 GraphicUsed by:152
Symbol 139 MovieClipUsed by:152
Symbol 140 GraphicUsed by:152
Symbol 141 GraphicUsed by:152
Symbol 142 GraphicUsed by:152
Symbol 143 GraphicUsed by:152
Symbol 144 GraphicUsed by:152
Symbol 145 GraphicUsed by:152
Symbol 146 GraphicUsed by:152
Symbol 147 GraphicUsed by:152
Symbol 148 GraphicUsed by:152
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 SoundUsed by:152 179 230 300
Symbol 152 MovieClipUses:129 130 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151Used by:301
Symbol 153 GraphicUsed by:168
Symbol 154 GraphicUsed by:158
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:154 155 156 157Used by:168
Symbol 159 GraphicUsed by:168
Symbol 160 GraphicUsed by:168
Symbol 161 GraphicUsed by:168
Symbol 162 GraphicUsed by:168
Symbol 163 GraphicUsed by:168
Symbol 164 GraphicUsed by:168
Symbol 165 GraphicUsed by:168
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:153 158 159 160 161 162 163 164 165 166 167Used by:179
Symbol 169 GraphicUsed by:179
Symbol 170 GraphicUsed by:171 210
Symbol 171 MovieClipUses:170Used by:179
Symbol 172 GraphicUsed by:179
Symbol 173 GraphicUsed by:179
Symbol 174 GraphicUsed by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:168 169 171 172 173 174 175 176 111 177 178 151Used by:301
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:208
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:208
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:208
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:208
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:208
Symbol 190 GraphicUsed by:208
Symbol 191 GraphicUsed by:208
Symbol 192 GraphicUsed by:208
Symbol 193 GraphicUsed by:208
Symbol 194 GraphicUsed by:208
Symbol 195 GraphicUsed by:208
Symbol 196 GraphicUsed by:208
Symbol 197 GraphicUsed by:208
Symbol 198 GraphicUsed by:208
Symbol 199 GraphicUsed by:208
Symbol 200 GraphicUsed by:208
Symbol 201 GraphicUsed by:208
Symbol 202 GraphicUsed by:208
Symbol 203 GraphicUsed by:208
Symbol 204 GraphicUsed by:208
Symbol 205 GraphicUsed by:208
Symbol 206 GraphicUsed by:208
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:181 183 185 187 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207Used by:230
Symbol 209 GraphicUsed by:230
Symbol 210 MovieClipUses:170Used by:230
Symbol 211 GraphicUsed by:230
Symbol 212 GraphicUsed by:230
Symbol 213 GraphicUsed by:214 221
Symbol 214 MovieClipUses:213Used by:230
Symbol 215 SoundUsed by:230 398
Symbol 216 GraphicUsed by:230
Symbol 217 GraphicUsed by:230
Symbol 218 GraphicUsed by:230
Symbol 219 GraphicUsed by:230
Symbol 220 GraphicUsed by:230
Symbol 221 MovieClipUses:213Used by:230
Symbol 222 GraphicUsed by:230
Symbol 223 GraphicUsed by:230
Symbol 224 GraphicUsed by:230
Symbol 225 GraphicUsed by:230
Symbol 226 GraphicUsed by:230
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:208 209 210 211 212 214 215 216 217 218 219 220 221 111 222 223 224 225 226 227 228 229 151Used by:301
Symbol 231 GraphicUsed by:236
Symbol 232 GraphicUsed by:236
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:231 232 233 234 235Used by:300
Symbol 237 GraphicUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:237 238Used by:300
Symbol 240 GraphicUsed by:300
Symbol 241 GraphicUsed by:300
Symbol 242 GraphicUsed by:300
Symbol 243 GraphicUsed by:300
Symbol 244 SoundUsed by:300 325 431
Symbol 245 GraphicUsed by:300
Symbol 246 GraphicUsed by:300
Symbol 247 GraphicUsed by:257
Symbol 248 GraphicUsed by:257
Symbol 249 GraphicUsed by:257
Symbol 250 GraphicUsed by:257
Symbol 251 GraphicUsed by:257
Symbol 252 GraphicUsed by:257
Symbol 253 GraphicUsed by:257
Symbol 254 GraphicUsed by:257
Symbol 255 GraphicUsed by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:247 248 249 250 251 252 253 254 255 256Used by:300
Symbol 258 GraphicUsed by:300
Symbol 259 GraphicUsed by:300
Symbol 260 GraphicUsed by:300
Symbol 261 GraphicUsed by:300
Symbol 262 GraphicUsed by:300
Symbol 263 GraphicUsed by:300
Symbol 264 GraphicUsed by:300
Symbol 265 GraphicUsed by:300
Symbol 266 GraphicUsed by:300
Symbol 267 GraphicUsed by:300
Symbol 268 GraphicUsed by:300
Symbol 269 GraphicUsed by:300
Symbol 270 GraphicUsed by:300
Symbol 271 GraphicUsed by:300
Symbol 272 GraphicUsed by:300
Symbol 273 GraphicUsed by:300
Symbol 274 GraphicUsed by:300
Symbol 275 GraphicUsed by:300
Symbol 276 GraphicUsed by:300
Symbol 277 GraphicUsed by:300
Symbol 278 GraphicUsed by:300
Symbol 279 GraphicUsed by:300
Symbol 280 GraphicUsed by:300
Symbol 281 GraphicUsed by:300
Symbol 282 GraphicUsed by:300
Symbol 283 GraphicUsed by:300
Symbol 284 GraphicUsed by:300
Symbol 285 GraphicUsed by:300
Symbol 286 GraphicUsed by:300
Symbol 287 GraphicUsed by:300
Symbol 288 GraphicUsed by:300
Symbol 289 GraphicUsed by:300
Symbol 290 GraphicUsed by:300
Symbol 291 GraphicUsed by:300
Symbol 292 GraphicUsed by:300
Symbol 293 GraphicUsed by:300
Symbol 294 GraphicUsed by:300
Symbol 295 GraphicUsed by:300
Symbol 296 GraphicUsed by:300
Symbol 297 GraphicUsed by:300
Symbol 298 GraphicUsed by:300
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:236 239 240 241 242 243 244 245 246 257 258 259 260 261 262 263 264 151 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 111 294 295 296 297 298 299Used by:301
Symbol 301 MovieClipUses:84 86 114 120 152 179 230 300Used by:Timeline
Symbol 302 GraphicUsed by:305
Symbol 303 EditableTextUses:108Used by:304
Symbol 304 MovieClipUses:303Used by:305
Symbol 305 MovieClipUses:302 304Used by:309
Symbol 306 GraphicUsed by:309
Symbol 307 SoundUsed by:309
Symbol 308 SoundUsed by:309 325
Symbol 309 MovieClipUses:305 306 307 308Used by:Timeline
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:310Used by:Timeline
Symbol 312 GraphicUsed by:315
Symbol 313 GraphicUsed by:315
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:312 313 314Used by:Timeline
Symbol 316 GraphicUsed by:325
Symbol 317 GraphicUsed by:325
Symbol 318 EditableTextUses:108Used by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:325
Symbol 325 MovieClipUses:316 317 318 319 320 321 244 322 324 308Used by:Timeline
Symbol 326 GraphicUsed by:358
Symbol 327 GraphicUsed by:358
Symbol 328 GraphicUsed by:358
Symbol 329 GraphicUsed by:358
Symbol 330 GraphicUsed by:358
Symbol 331 GraphicUsed by:358
Symbol 332 GraphicUsed by:358
Symbol 333 GraphicUsed by:358
Symbol 334 GraphicUsed by:358
Symbol 335 GraphicUsed by:358
Symbol 336 GraphicUsed by:358
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:358
Symbol 339 GraphicUsed by:358
Symbol 340 GraphicUsed by:358
Symbol 341 GraphicUsed by:358
Symbol 342 GraphicUsed by:358
Symbol 343 GraphicUsed by:358
Symbol 344 GraphicUsed by:358
Symbol 345 GraphicUsed by:358
Symbol 346 GraphicUsed by:358
Symbol 347 GraphicUsed by:358
Symbol 348 GraphicUsed by:358
Symbol 349 GraphicUsed by:358
Symbol 350 GraphicUsed by:358
Symbol 351 GraphicUsed by:358
Symbol 352 GraphicUsed by:358
Symbol 353 GraphicUsed by:358
Symbol 354 GraphicUsed by:358
Symbol 355 GraphicUsed by:358
Symbol 356 GraphicUsed by:358
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:326 327 328 329 330 331 332 333 334 335 336 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357Used by:Timeline
Symbol 359 GraphicUsed by:365
Symbol 360 FontUsed by:361 362 363 364
Symbol 361 EditableTextUses:360Used by:365
Symbol 362 EditableTextUses:360Used by:365
Symbol 363 EditableTextUses:360Used by:365
Symbol 364 EditableTextUses:360Used by:365
Symbol 365 MovieClipUses:359 361 362 363 364Used by:Timeline
Symbol 366 GraphicUsed by:376
Symbol 367 GraphicUsed by:368 370
Symbol 368 MovieClipUses:367Used by:376
Symbol 369 GraphicUsed by:376
Symbol 370 MovieClipUses:367Used by:376
Symbol 371 GraphicUsed by:376
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:376
Symbol 374 GraphicUsed by:375
Symbol 375 MovieClipUses:374Used by:376
Symbol 376 MovieClipUses:366 368 369 370 371 373 375Used by:Timeline
Symbol 377 GraphicUsed by:Timeline
Symbol 378 GraphicUsed by:Timeline
Symbol 379 EditableTextUses:89Used by:Timeline
Symbol 380 EditableTextUses:89Used by:Timeline
Symbol 381 EditableTextUses:89Used by:Timeline
Symbol 382 EditableTextUses:89Used by:Timeline
Symbol 383 EditableTextUses:89Used by:Timeline
Symbol 384 EditableTextUses:89Used by:Timeline
Symbol 385 EditableTextUses:89Used by:Timeline
Symbol 386 GraphicUsed by:398
Symbol 387 SoundUsed by:398
Symbol 388 SoundUsed by:398
Symbol 389 SoundUsed by:398
Symbol 390 SoundUsed by:398
Symbol 391 SoundUsed by:398
Symbol 392 SoundUsed by:398
Symbol 393 SoundUsed by:398
Symbol 394 SoundUsed by:398
Symbol 395 SoundUsed by:398
Symbol 396 SoundUsed by:398
Symbol 397 SoundUsed by:398
Symbol 398 MovieClipUses:386 387 388 389 390 391 392 393 394 395 396 397 215Used by:Timeline
Symbol 399 GraphicUsed by:426
Symbol 400 TextUses:2Used by:426
Symbol 401 ButtonUses:54 56 55Used by:426
Symbol 402 ButtonUses:54 56 55Used by:426
Symbol 403 ButtonUses:54 56 55Used by:426
Symbol 404 ButtonUses:54 56 55Used by:426
Symbol 405 ButtonUses:54 56 55Used by:426
Symbol 406 ButtonUses:54 56 55Used by:426
Symbol 407 ButtonUses:54 56 55Used by:426
Symbol 408 ButtonUses:54 56 55Used by:426
Symbol 409 ButtonUses:54 56 55Used by:426
Symbol 410 ButtonUses:54 56 55Used by:426
Symbol 411 ButtonUses:54 56 55Used by:426
Symbol 412 GraphicUsed by:426
Symbol 413 TextUses:2Used by:426
Symbol 414 TextUses:2Used by:426
Symbol 415 TextUses:2Used by:426
Symbol 416 TextUses:2Used by:426
Symbol 417 TextUses:2Used by:426
Symbol 418 TextUses:2Used by:426
Symbol 419 TextUses:2Used by:426
Symbol 420 TextUses:2Used by:426
Symbol 421 TextUses:2Used by:426
Symbol 422 TextUses:2Used by:426
Symbol 423 TextUses:2Used by:426
Symbol 424 EditableTextUses:2Used by:426
Symbol 425 EditableTextUses:2Used by:426
Symbol 426 MovieClipUses:48 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425Used by:Timeline
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:429
Symbol 429 MovieClipUses:428Used by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430 244Used by:Timeline
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:435
Symbol 434 EditableTextUses:108Used by:435
Symbol 435 MovieClipUses:433 434Used by:Timeline
Symbol 436 SoundUsed by:437
Symbol 437 MovieClipUses:436Used by:Timeline
Symbol 438 SoundUsed by:439
Symbol 439 MovieClipUses:438Used by:Timeline
Symbol 440 GraphicUsed by:Timeline
Symbol 441 EditableTextUses:108Used by:Timeline
Symbol 442 EditableTextUses:108Used by:Timeline
Symbol 443 EditableTextUses:108Used by:Timeline
Symbol 444 EditableTextUses:108Used by:Timeline
Symbol 445 GraphicUsed by:Timeline
Symbol 446 FontUsed by:447
Symbol 447 EditableTextUses:446Used by:448
Symbol 448 MovieClipUses:447Used by:Timeline
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:Timeline
Streaming Sound 1Used by:Symbol 39 MovieClip

Instance Names

"playButton"Frame 1Symbol 11 Button
"loaderbar"Frame 1Symbol 14 MovieClip
"credits"Frame 232Symbol 73 MovieClip
"instructions"Frame 232Symbol 77 MovieClip
"bakgrunn"Frame 282Symbol 301 MovieClip
"gun1"Frame 282Symbol 309 MovieClip
"gun2"Frame 282Symbol 309 MovieClip
"bakgrunn"Frame 312Symbol 301 MovieClip
"blodes"Frame 312Symbol 315 MovieClip
"gun1"Frame 312Symbol 309 MovieClip
"gun2"Frame 312Symbol 309 MovieClip
"gatling"Frame 312Symbol 325 MovieClip
"laser1"Frame 312Symbol 358 MovieClip
"laser2"Frame 312Symbol 358 MovieClip
"sikte"Frame 312Symbol 376 MovieClip
"skriket"Frame 312Symbol 398 MovieClip
"buyscreen"Frame 312Symbol 426 MovieClip
"rodt"Frame 312Symbol 429 MovieClip
"ttreff"Frame 312Symbol 431 MovieClip
"earlystart"Frame 312Symbol 435 MovieClip
"buttonsounds"Frame 312Symbol 437 MovieClip
"buttonsounds2"Frame 312Symbol 439 MovieClip
"bakgrunn"Frame 336Symbol 301 MovieClip
"barensaren"Symbol 152 MovieClip Frame 1Symbol 132 MovieClip
"skriket"Symbol 152 MovieClip Frame 2Symbol 139 MovieClip
"tanks1"Symbol 179 MovieClip Frame 1Symbol 168 MovieClip
"tankshealth"Symbol 179 MovieClip Frame 1Symbol 171 MovieClip
"robo1gun"Symbol 208 MovieClip Frame 1Symbol 181 MovieClip
"del2"Symbol 208 MovieClip Frame 1Symbol 187 MovieClip
"robo1main"Symbol 208 MovieClip Frame 1Symbol 189 MovieClip
"del2"Symbol 208 MovieClip Frame 1Symbol 187 MovieClip
"robo1"Symbol 230 MovieClip Frame 1Symbol 208 MovieClip
"robohb"Symbol 230 MovieClip Frame 1Symbol 210 MovieClip
"robo1"Symbol 230 MovieClip Frame 5Symbol 208 MovieClip
"mark"Symbol 301 MovieClip Frame 1Symbol 84 MovieClip
"sky1"Symbol 301 MovieClip Frame 1Symbol 86 MovieClip
"sky2"Symbol 301 MovieClip Frame 1Symbol 86 MovieClip
"sky3"Symbol 301 MovieClip Frame 1Symbol 86 MovieClip
"base"Symbol 301 MovieClip Frame 1Symbol 114 MovieClip
"gress1"Symbol 301 MovieClip Frame 1Symbol 120 MovieClip
"fiende2"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende1"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende12"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende4"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende0"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende9"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende8"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende6"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende7"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende5"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende10"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende11"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende13"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende15"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende14"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"fiende3"Symbol 301 MovieClip Frame 1Symbol 152 MovieClip
"tanks0"Symbol 301 MovieClip Frame 1Symbol 179 MovieClip
"tanks1"Symbol 301 MovieClip Frame 1Symbol 179 MovieClip
"tanks2"Symbol 301 MovieClip Frame 1Symbol 179 MovieClip
"tanks3"Symbol 301 MovieClip Frame 1Symbol 179 MovieClip
"srobo0"Symbol 301 MovieClip Frame 1Symbol 230 MovieClip
"srobo3"Symbol 301 MovieClip Frame 1Symbol 230 MovieClip
"srobo2"Symbol 301 MovieClip Frame 1Symbol 230 MovieClip
"srobo1"Symbol 301 MovieClip Frame 1Symbol 230 MovieClip
"heli0"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli1"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli2"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli3"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli4"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli5"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli6"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli7"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli8"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"heli9"Symbol 301 MovieClip Frame 1Symbol 300 MovieClip
"kulerigjen"Symbol 304 MovieClip Frame 1Symbol 303 EditableText
"laserhit"Symbol 358 MovieClip Frame 20Symbol 338 MovieClip
"treff"Symbol 376 MovieClip Frame 1Symbol 375 MovieClip

Dynamic Text Variables

loaderDisplay1Symbol 17 EditableText""
loaderDisplay2Symbol 18 EditableText""
_root.basehealthSymbol 91 EditableText"10"
_root.basehealthSymbol 110 EditableText"10"
_root.basehealthSymbol 113 EditableText"10"
_root.kulerSymbol 303 EditableText"5000"
_root.kuler2Symbol 318 EditableText"500"
_root.sigjenSymbol 381 EditableText"0"
_root.minutterSymbol 382 EditableText"0"
_root.scoreSymbol 384 EditableText"0"
_root.dmgcostSymbol 424 EditableText"33434"
_root.bhcostSymbol 425 EditableText"25426"
_root.sigjenSymbol 443 EditableText"0"
_root.minutterSymbol 444 EditableText"0"




http://swfchan.com/6/28660/info.shtml
Created: 20/5 -2019 07:48:34 Last modified: 20/5 -2019 07:48:34 Server time: 29/04 -2024 15:50:09