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

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

Tank Defense.swf

This is the info page for
Flash #47304

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


Text
Sponsored By:

+3

GAME LOADED

Level Complete

+5
ACCURACY
BONUS

+3
CLOSE SHAVE
BONUS

+1
NO MOVEMENT
BONUS

INTEREST

+3

Are you sure you want
to quit?

Yes

No

Shop

100

Buy

Damage

Reload Time

Health

0000

0000

0000

=

0000

0000

0000

0000

0000

0000

Interest

Mines - Press SPACE to place

10% per lvl

0000

0000

$20

each

Continue

Exit

Shop

< Less

Menu

100

0000

0000

Developed by Z-Fox & MRaw

Tank Defense

Play

Instructions

Play Games

Badges

Badges

Major

General

Colonel

Brigadier

Major
Play the game and get 500 points or more for
this badge.

General
Play the game and get 700 points or more for
this badge.

Colonel
Play the game and get 900 points or more for
this badge.

Brigadier
You must complete the game for this badge.

Play at itch.com to earn badges!

Shooting
Hold mouse down or click to
shoot. Space to place mines.
Moving
WASD or Arrow keys to move
Aim
Destroy all tanks, don't get
killed
Tips
Buy upgrades from the shop
at the end of each level.

WAVE 1

CLICK TO SHOOT

$

000000

00000

Score:

0000

HOLD DOWN MOUSE FOR AUTOFIRE

WASD/ARROWS TO MOVE

PRESS SPACE TO PLACE MINES

AVOID ENEMY BULLETS

Your score:

0000

Game Over

Congratulations
You have completed the game!

ActionScript [AS1/AS2]

Frame 1
MochiAd.showPreGameAd({id:"09c1a81eff4ab8d4", res:"550x400", background:0, color:16777215, outline:16776957, no_bg:false});
Frame 2
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("f2255687", this, 10301, true); myListener = new Object(); myListener.onKeyUp = function () { if (Key.getCode() == 32) { if (tank != undefined) { if (mines > 0) { mi = mine_holder.attachMovie("mine", "m" + mine_holder.getNextHighestDepth(), mine_holder.getNextHighestDepth(), {_x:tank._x, _y:tank._y}); mines--; } } } else if (Key.getCode() == 77) { if (muted) { muted = false; mutelogo.gotoAndPlay(3); kirupaSound3.start(0, 99); } else { muted = true; mutelogo.gotoAndPlay(4); kirupaSound3.stop(); } } }; Key.addListener(myListener);
Frame 3
kirupaSound3 = new Sound(this); kirupaSound3.attachSound("boomer.mp3"); kirupaSound3.start(0, 99);
Frame 4
stop();
Instance of Symbol 352 MovieClip "inst" in Frame 4
onClipEvent (load) { _visible = false; }
Frame 5
kirupaSound = new Sound(this); kirupaSound.attachSound("explode"); expl = function () { if (!muted) { kirupaSound.start(0, 1); } }; kirupaSound2 = new Sound(this); kirupaSound2.attachSound("beep.mp3"); beep = function () { if (!muted) { kirupaSound2.start(0, 1); } }; mouse = false; shots = (shots2 = (csb = (score = (interest = (mines = 0))))); muted = false; nmv = 1; acc = 1; speed = 0; tank.reload = 0; upgrades = {reload:15, damage:1}; idamage = {upgrades:[1, 1, 1, 2, 2, 2, 4, 5, 6, 7, 8, 10, 12, 14, 16, 20, 22, 25, 30, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35, 35], num:0}; ireload = {upgrades:[1, 1, 2, 2, 3, 3, 3], num:0}; chealth = 50; tanks = []; gold = 0; _root.createEmptyMovieClip("ebul", _root.getNextHighestDepth()); _root.createEmptyMovieClip("bullets", _root.getNextHighestDepth()); reset = function () { delete onMouseUp; delete onEnterFrame; bullets.removeMovieClip(); ebul.removeMovieClip(); powerups.removeMovieClip(); }; damage = function (amount) { chealth = chealth - amount; panel.hp.bar._xscale = panel.hp.bar._xscale - (amount * 2); if (chealth <= 0) { reset(); win = false; gotoAndPlay ("lose"); } }; onMouseDown = function () { mouse = true; }; onMouseUp = function () { mouse = false; }; onEnterFrame = function () { with (tank) { reload--; xdiff = _root._xmouse - _x; ydiff = _root._ymouse - _y; turret._rotation = (_rotation + (Math.atan2(ydiff, xdiff) * 57.2957795130823)) + 90; if (Key.isDown(40) || (Key.isDown(83))) { if ((_y + 5) < Stage.height) { nmv = 0; body._rotation = 180; _y = _y + 5; } } else if (Key.isDown(38) || (Key.isDown(87))) { if ((_y - 5) > 0) { nmv = 0; body._rotation = 0; _y = _y - 5; } } else if (Key.isDown(39) || (Key.isDown(68))) { if ((_x + 5) < Stage.width) { nmv = 0; body._rotation = 90; _x = _x + 5; } } else if (Key.isDown(37) || (Key.isDown(65))) { if ((_x - 5) > 0) { nmv = 0; body._rotation = 270; _x = _x - 5; } } } for (c in tanks) { tanks[c]._x = tanks[c]._x + tanks[c].speed; for (mm in mine_holder) { if (tanks[c].hitTest(mine_holder[mm])) { if (((100 * tanks[c].health) / tanks[c].maxhealth) == 100) { tanks[c].hp.bar._visible = true; tanks[c].hp.bar2._visible = true; } tanks[c].health = tanks[c].health - 50; if (tanks[c].health <= 0) { gold = gold + Math.ceil(wave / 2); score = score + Math.ceil(wave / 2); msg = _root.attachMovie("msgg", "m" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:tanks[c]._x, _y:tanks[c]._y}); msg.am.am_txt.text = "+" + Math.ceil(wave / 2); tanks[c].swapDepths(_root.getNextHighestDepth()); tanks[c].removeMovieClip(); tanks.splice(c, 1); if (tanks.length == 0) { tanks = []; if ((shots2 / shots) == 1) { ab = true; } else { ab = false; } if (wave < 23) { _root.attachMovie("welldone", "welldone", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2, nmv:nmv, csb:csb, ab:ab}); } else { play(); } shots = (shots2 = (csb = 0)); nmv = 1; } } mine_holder[mm].removeMovieClip(); } } if (tanks[c].hitTest(tank) && (tank._currentframe == 1)) { tank.play(); damage(5); } if (tanks[c].firing != undefined) { tanks[c].counter++; if (tanks[c].turret != undefined) { qxdiff = tank._x - tanks[c]._x; qydiff = tank._y - tanks[c]._y; r = (Math.atan2(qydiff, qxdiff) * 57.2957795130823) + 90; tanks[c].turret._rotation = r - 90; } if (tanks[c].counter >= tanks[c].firing) { tanks[c].counter = 0; if (tanks[c].turret == undefined) { r = 90; } dx = Math.cos(((r - 90) * Math.PI) / 180) * 10; dy = Math.sin(((r - 90) * Math.PI) / 180) * 10; sx = tanks[c]._x; sy = tanks[c]._y; b = ebul.attachMovie("bullet2", "b" + ebul.getNextHighestDepth(), ebul.getNextHighestDepth(), {_x:sx, _y:sy, dx:dx, dy:dy, _rotation:r}); b.onEnterFrame = function () { this._x = this._x + this.dx; this._y = this._y + this.dy; if (this._x < 0) { this.removeMovieClip(); } else if (this._x > Stage.width) { this.removeMovieClip(); } else if (this._y < 0) { this.removeMovieClip(); } else if (this._y > Stage.height) { this.removeMovieClip(); } if (this.hitTest(_root.tank)) { _root.damage(5); this.removeMovieClip(); } }; } } if (tanks[c]._x > (Stage.width + tanks[c]._width)) { damage(10); tanks[c].swapDepths(_root.getNextHighestDepth()); tanks[c].removeMovieClip(); tanks.splice(c, 1); if (tanks.length == 0) { tanks = []; if (wave < 23) { _root.attachMovie("welldone", "welldone", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2, nmv:nmv, csb:csb, ab:ab}); } else { play(); } } } else if (tanks[c]._x >= 450) { csb = 1; } for (z in bullets) { if (tanks[c].hitTest(bullets[z]._x, bullets[z]._y, true)) { shots2++; bullets[z].removeMovieClip(); if (((100 * tanks[c].health) / tanks[c].maxhealth) == 100) { tanks[c].hp.bar._visible = true; tanks[c].hp.bar2._visible = true; } tanks[c].health = tanks[c].health - upgrades.damage; if (tanks[c].health <= 0) { gold = gold + Math.ceil(wave / 2); score = score + Math.ceil(wave / 2); msg = _root.attachMovie("msgg", "m" + _root.getNextHighestDepth(), _root.getNextHighestDepth(), {_x:tanks[c]._x, _y:tanks[c]._y}); msg.am.am_txt.text = "+" + Math.ceil(wave / 2); if (d >= 0.9) { powerups.attachMovie("powerup", "p" + powerups.getNextHighestDepth(), powerups.getNextHighestDepth(), {_xscale:50, _yscale:50, _x:tanks[c]._x, _y:tanks[c]._y}); } tanks[c].swapDepths(_root.getNextHighestDepth()); tanks[c].removeMovieClip(); tanks.splice(c, 1); d = Math.random(); if (tanks.length == 0) { tanks = []; if ((shots2 / shots) == 1) { ab = true; } else { ab = false; } if (wave < 23) { _root.attachMovie("welldone", "welldone", _root.getNextHighestDepth(), {_x:Stage.width / 2, _y:Stage.height / 2, nmv:nmv, csb:csb, ab:ab}); } else { play(); } shots = (shots2 = (csb = 0)); nmv = 1; } } else { tanks[c].hp.bar._yscale = Math.round((100 * tanks[c].health) / tanks[c].maxhealth); } } } } if (mouse == true) { if (((tank.reload <= 0) && (welldone == undefined)) && (tank.turret != undefined)) { tank.reload = upgrades.reload; r = tank.turret._rotation; dx = Math.cos(((r - 90) * Math.PI) / 180) * 10; dy = Math.sin(((r - 90) * Math.PI) / 180) * 10; sx = tank._x; sy = tank._y; b = bullets.attachMovie("bullet", "b" + bullets.getNextHighestDepth(), bullets.getNextHighestDepth(), {_x:sx, _y:sy, dx:dx, dy:dy, _rotation:r}); shots++; b.onEnterFrame = function () { this._x = this._x + this.dx; this._y = this._y + this.dy; if (this._x < 0) { this.removeMovieClip(); } else if (this._x > Stage.width) { this.removeMovieClip(); } else if (this._y < 0) { this.removeMovieClip(); } else if (this._y > Stage.height) { this.removeMovieClip(); } }; } } };
Frame 6
stop(); wave = 1;
Instance of Symbol 365 MovieClip in Frame 6
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 1"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 6
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 6
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 6
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 7
stop(); wave = 2;
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 7
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 365 MovieClip in Frame 7
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 2"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Frame 8
stop(); wave = 3;
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) { speed = 1; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 365 MovieClip in Frame 8
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 3"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) { speed = 1.5; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) { speed = 1.5; health = (maxhealth = 3); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 9
stop(); wave = 4;
Instance of Symbol 365 MovieClip in Frame 9
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 4"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 7); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 9
onClipEvent (load) { speed = 1.5; health = (maxhealth = 5); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 10
stop(); wave = 5;
Instance of Symbol 365 MovieClip in Frame 10
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 5"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 1.5; health = (maxhealth = 9); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 2; health = (maxhealth = 7); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 2; health = (maxhealth = 7); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 2; health = (maxhealth = 7); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 10
onClipEvent (load) { speed = 2; health = (maxhealth = 7); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 11
stop(); wave = 6;
Instance of Symbol 365 MovieClip in Frame 11
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 6"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 11
onClipEvent (load) { speed = 3; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 12
stop(); wave = 7;
Instance of Symbol 365 MovieClip in Frame 12
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 7"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 12
onClipEvent (load) { speed = 1; health = (maxhealth = 10); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 12
onClipEvent (load) { speed = 1; health = (maxhealth = 10); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 12
onClipEvent (load) { speed = 1; health = (maxhealth = 10); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 12
onClipEvent (load) { speed = 1; health = (maxhealth = 10); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 25; }
Instance of Symbol 299 MovieClip in Frame 12
onClipEvent (load) { speed = 1; health = (maxhealth = 10); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 25; }
Frame 13
stop(); wave = 8;
Instance of Symbol 365 MovieClip in Frame 13
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 8"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 297 MovieClip in Frame 13
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 13
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 13
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Frame 14
stop(); wave = 9;
Instance of Symbol 365 MovieClip in Frame 14
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 9"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 14
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 14
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 14
onClipEvent (load) { speed = 1; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 50; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 14
onClipEvent (load) { speed = 4; health = (maxhealth = 8); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 293 MovieClip in Frame 14
onClipEvent (load) { speed = 4; health = (maxhealth = 15); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 15
stop(); wave = 10;
Instance of Symbol 365 MovieClip in Frame 15
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 10"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 5; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 4; health = (maxhealth = 15); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 5; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 4; health = (maxhealth = 15); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 5; health = (maxhealth = 20); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 301 MovieClip in Frame 15
onClipEvent (load) { speed = 4; health = (maxhealth = 15); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 16
stop(); wave = 11;
Instance of Symbol 365 MovieClip in Frame 16
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 11"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 293 MovieClip in Frame 16
onClipEvent (load) { speed = 3; health = (maxhealth = 25); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 16
onClipEvent (load) { speed = 3; health = (maxhealth = 25); _parent.tanks.push(this); pi = _parent.tanks.length; pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 16
onClipEvent (load) { speed = 3; health = (maxhealth = 25); _parent.tanks.push(this); pi = _parent.tanks.length; pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 16
onClipEvent (load) { speed = 3; health = (maxhealth = 25); _parent.tanks.push(this); pi = _parent.tanks.length; pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 16
onClipEvent (load) { speed = 3; health = (maxhealth = 25); _parent.tanks.push(this); pi = _parent.tanks.length; pi = _parent.tanks.length; firing = 35; counter = 0; }
Frame 17
stop(); wave = 12;
Instance of Symbol 365 MovieClip in Frame 17
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 12"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 299 MovieClip in Frame 17
onClipEvent (load) { speed = 1; health = (maxhealth = 40); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 18
stop(); wave = 13;
Instance of Symbol 365 MovieClip in Frame 18
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 13"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 297 MovieClip in Frame 18
onClipEvent (load) { speed = 1; health = (maxhealth = 55); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 18
onClipEvent (load) { speed = 1; health = (maxhealth = 55); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 18
onClipEvent (load) { speed = 1; health = (maxhealth = 55); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Frame 19
stop(); wave = 14;
Instance of Symbol 365 MovieClip in Frame 19
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 14"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) { speed = 2; health = (maxhealth = 50); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) { speed = 2; health = (maxhealth = 50); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) { speed = 2; health = (maxhealth = 50); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) { speed = 2; health = (maxhealth = 50); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 40; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 19
onClipEvent (load) { speed = 2; health = (maxhealth = 50); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 40; counter = 0; }
Frame 20
stop(); wave = 15;
Instance of Symbol 365 MovieClip in Frame 20
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 15"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 40; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 40; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 20
onClipEvent (load) { speed = 2; health = (maxhealth = 60); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 30; counter = 0; }
Frame 21
stop(); wave = 16;
Instance of Symbol 365 MovieClip in Frame 21
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 16"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 21
onClipEvent (load) { speed = 2.5; health = (maxhealth = 70); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 20; counter = 0; }
Frame 22
stop(); wave = 17;
Instance of Symbol 365 MovieClip in Frame 22
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 17"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 293 MovieClip in Frame 22
onClipEvent (load) { speed = 2.5; health = (maxhealth = 75); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Frame 23
stop(); wave = 18;
Instance of Symbol 365 MovieClip in Frame 23
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 18"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 23
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 24
stop(); wave = 19;
Instance of Symbol 365 MovieClip in Frame 24
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 19"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 24
onClipEvent (load) { speed = 1; health = (maxhealth = 100); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 24
onClipEvent (load) { speed = 1; health = (maxhealth = 100); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Frame 25
stop(); wave = 20;
Instance of Symbol 365 MovieClip in Frame 25
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 20"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 289 MovieClip in Frame 25
onClipEvent (load) { speed = 1.2; health = (maxhealth = 750); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 25
onClipEvent (load) { speed = 1.2; health = (maxhealth = 750); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 26
stop(); wave = 21;
Instance of Symbol 365 MovieClip in Frame 26
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 21"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Instance of Symbol 299 MovieClip in Frame 26
onClipEvent (load) { speed = 2; health = (maxhealth = 150); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 35; counter = 0; }
Frame 27
stop(); wave = 22;
Instance of Symbol 365 MovieClip in Frame 27
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 22"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 3; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 297 MovieClip in Frame 27
onClipEvent (load) { speed = 3; health = (maxhealth = 250); _parent.tanks.push(this); pi = _parent.tanks.length; firing = 25; counter = 0; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 289 MovieClip in Frame 27
onClipEvent (load) { speed = 4; health = (maxhealth = 90); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 28
stop(); wave = 23;
Instance of Symbol 365 MovieClip in Frame 28
onClipEvent (load) { xv = _width / 7; xy = _height / 7; i = 0; this.wave.d_txt.text = "WAVE 23"; } onClipEvent (enterFrame) { i++; if (i > 20) { _width = (_width + xv); _height = (_height + xy); _alpha = (_alpha - 5); if (_alpha <= 0) { this.unloadMovie(); } } }
Instance of Symbol 297 MovieClip in Frame 28
onClipEvent (load) { speed = 4; health = (maxhealth = 1050); _parent.tanks.push(this); pi = _parent.tanks.length; }
Instance of Symbol 297 MovieClip in Frame 28
onClipEvent (load) { speed = 4; health = (maxhealth = 1050); _parent.tanks.push(this); pi = _parent.tanks.length; }
Frame 29
if (win == false) { go_m.go = true; } else { go_m.go = false; } stop(); reset();
Symbol 7 Button
on (release) { getURL ("http://www.itch.com", "_blank"); }
Symbol 396 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd { function MochiAd () { } static function getVersion() { return("2.3"); } static function showPreGameAd(options) { var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }, ad_failed:function () { trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }}; options = _parseOptions(options, _local27); if ("5cc6f7dfb67f2f08341c831480f7c2a7".length == 0) { options.ad_started(); options.ad_finished(); return(undefined); } var clip = options.clip; var _local23 = 11000; var _local26 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local14 = _getRes(options); var _local4 = _local14[0]; var _local13 = _local14[1]; mc._x = _local4 * 0.5; mc._y = _local13 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk._x = _local4 * -0.5; chk._y = _local13 * -0.5; var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4); _local7._x = 10; _local7._y = _local13 - 20; var _local22 = options.color; delete options.color; var _local19 = options.background; delete options.background; var _local24 = options.outline; delete options.outline; var _local5 = _local7.createEmptyMovieClip("_outline", 1); _local5.beginFill(_local19); _local5.moveTo(0, 0); _local5.lineTo(_local4 - 20, 0); _local5.lineTo(_local4 - 20, 10); _local5.lineTo(0, 10); _local5.lineTo(0, 0); _local5.endFill(); var _local3 = _local7.createEmptyMovieClip("_inside", 2); _local3.beginFill(_local22); _local3.moveTo(0, 0); _local3.lineTo(_local4 - 20, 0); _local3.lineTo(_local4 - 20, 10); _local3.lineTo(0, 10); _local3.lineTo(0, 0); _local3.endFill(); _local3._xscale = 0; var _local6 = _local7.createEmptyMovieClip("_outline", 3); _local6.lineStyle(0, _local24, 100); _local6.moveTo(0, 0); _local6.lineTo(_local4 - 20, 0); _local6.lineTo(_local4 - 20, 10); _local6.lineTo(0, 10); _local6.lineTo(0, 0); chk.ad_msec = _local23; chk.ad_timeout = _local26; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec; }; chk.onEnterFrame = function () { var _local6 = this._parent._parent; var _local12 = this._parent._mochiad_ctr; var _local5 = getTimer() - this.started; var _local3 = false; var _local4 = _local6.getBytesTotal(); var _local8 = _local6.getBytesLoaded(); var _local10 = (100 * _local8) / _local4; var _local11 = (100 * _local5) / chk.ad_msec; var _local9 = this._mochiad_bar._inside; var _local2 = Math.min(100, Math.min(_local10 || 0, _local11)); _local2 = Math.max(this.last_pcnt, _local2); this.last_pcnt = _local2; _local9._xscale = _local2; if (!chk.showing) { var _local7 = _local12.getBytesTotal(); if ((_local7 > 0) || (typeof(_local7) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local5 > chk.ad_timeout) { options.ad_failed(); _local3 = true; } } if (_local5 > chk.ad_msec) { _local3 = true; } if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; } } }; } static function showInterLevelAd(options) { var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () { this.clip.stop(); }, ad_finished:function () { this.clip.play(); }, ad_failed:function () { trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_loaded:function (width, height) { }}; options = _parseOptions(options, _local13); var clip = options.clip; var _local10 = 11000; var _local12 = options.ad_timeout; delete options.ad_timeout; var fadeout_time = options.fadeout_time; delete options.fadeout_time; if (!load(options)) { options.ad_failed(); options.ad_finished(); return(undefined); } options.ad_started(); var mc = clip._mochiad; mc.onUnload = function () { options.ad_finished(); }; var _local5 = _getRes(options); var _local14 = _local5[0]; var _local11 = _local5[1]; mc._x = _local14 * 0.5; mc._y = _local11 * 0.5; var chk = mc.createEmptyMovieClip("_mochiad_wait", 3); chk.ad_msec = _local10; chk.ad_timeout = _local12; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function () { var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time)); if (_local2 > 0) { this._parent._alpha = _local2; } else { var _local3 = this._parent._parent; MochiAd.unload(_local3); delete this.onEnterFrame; } }; mc.lc.adLoaded = options.ad_loaded; mc.lc.adjustProgress = function (msec) { var _local2 = this.mc._mochiad_wait; _local2.server_control = true; _local2.started = getTimer(); _local2.ad_msec = msec - 250; }; chk.onEnterFrame = function () { var _local5 = this._parent._mochiad_ctr; var _local4 = getTimer() - this.started; var _local2 = false; if (!chk.showing) { var _local3 = _local5.getBytesTotal(); if ((_local3 > 0) || (typeof(_local3) == "undefined")) { chk.showing = true; chk.started = getTimer(); } else if (_local4 > chk.ad_timeout) { options.ad_failed(); _local2 = true; } } if (_local4 > chk.ad_msec) { _local2 = true; } if (_local2) { if (this.server_control) { delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; } } }; } static function showTimedAd(options) { trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0"); showInterLevelAd(options); } static function showPreloaderAd(options) { trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0"); showPreGameAd(options); } static function _allowDomains(server) { var _local1 = server.split("/")[2].split(":")[0]; if (System.security) { if (System.security.allowDomain) { System.security.allowDomain("*"); System.security.allowDomain(_local1); } if (System.security.allowInsecureDomain) { System.security.allowInsecureDomain("*"); System.security.allowInsecureDomain(_local1); } } return(_local1); } static function _loadCommunicator(options) { var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"}; options = _parseOptions(options, _local26); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local18 = options.clip; var _local20 = "_mochiad_com_" + options.id; if (!_isNetworkAvailable()) { return(null); } if (_local18[_local20]) { return(_local18[_local20].lc); } var _local21 = options.com_server + options.id; _allowDomains(_local21); delete options.id; delete options.com_server; var _local25 = options.depth; delete options.depth; var _local17 = _local18.createEmptyMovieClip(_local20, _local25); var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1); for (var _local15 in options) { _local11[_local15] = options[_local15]; } var _local6 = new LocalConnection(); var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local6.mc = _local17; _local6.name = _local16; _local6.allowDomain = function (d) { return(true); }; _local6.allowInsecureDomain = _local6.allowDomain; _local6.connect(_local16); _local17.lc = _local6; _local11.lc = _local16; _local6._id = 0; _local6._queue = []; _local6.rpcResult = function (cb_arg) { var _local8 = parseInt(cb_arg); var _local4 = this._callbacks[_local8]; if (!_local4) { return(undefined); } delete this._callbacks[_local8]; var _local5 = []; var _local3 = 2; while (_local3 < _local4.length) { _local5.push(_local4[_local3]); _local3++; } _local3 = 1; while (_local3 < arguments.length) { _local5.push(arguments[_local3]); _local3++; } var _local6 = _local4[1]; var _local7 = _local4[0]; if (_local7 && (typeof(_local6) == "string")) { _local6 = _local7[_local6]; } if (_local6) { _local6.apply(_local7, _local5); } }; _local6._didConnect = function (endpoint) { this._endpoint = endpoint; var _local4 = this._queue; delete this._queue; var _local5 = this.doSend; var _local2 = 0; while (_local2 < _local4.length) { var _local3 = _local4[_local2]; _local5.apply(this, _local3); _local2++; } }; _local6.doSend = function (args, cbobj, cbfn) { if (this._endpoint == null) { var _local4 = []; var _local3 = 0; while (_local3 < arguments.length) { _local4.push(arguments[_local3]); _local3++; } this._queue.push(_local4); return(undefined); } this._id = this._id + 1; var _local5 = this._id; if ((cbfn === undefined) || (cbfn === null)) { cbfn = cbobj; } this._callbacks[_local5] = [cbobj, cbfn]; var _local7 = new LocalConnection(); var _local9 = _local7.send(this._endpoint, "rpc", _local5, args); }; _local6._callbacks = {}; _local6._callbacks[0] = [_local6, "_didConnect"]; _local11.st = getTimer(); _local11.loadMovie(_local21 + ".swf", "POST"); return(_local6); } static function fetchHighScores(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["fetchHighScores", options]; _local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod); return(true); } static function sendHighScore(options, callbackObj, callbackMethod) { var _local1 = _loadCommunicator({id:options.id}); if (!_local1) { return(false); } var _local4 = ["sendHighScore", options]; _local1.doSend(["sendHighScore", options], callbackObj, callbackMethod); return(true); } static function load(options) { var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = _parseOptions(options, _local13); options.swfv = options.clip.getSWFVersion() || 6; options.mav = getVersion(); var _local9 = options.clip; if (!_isNetworkAvailable()) { return(null); } if (_local9._mochiad_loaded) { return(null); } var _local12 = options.depth; delete options.depth; var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12); var _local11 = _getRes(options); options.res = (_local11[0] + "x") + _local11[1]; options.server = options.server + options.id; delete options.id; _local9._mochiad_loaded = true; var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1); for (var _local7 in options) { _local4[_local7] = options[_local7]; } var _local10 = _local4.server; delete _local4.server; var _local14 = _allowDomains(_local10); _local6.onEnterFrame = function () { if (this._mochiad_ctr._url != this._url) { this.onEnterFrame = function () { if (!this._mochiad_ctr) { delete this.onEnterFrame; MochiAd.unload(this._parent); } }; } }; var _local5 = new LocalConnection(); var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_"); _local5.mc = _local6; _local5.name = _local8; _local5.hostname = _local14; _local5.allowDomain = function (d) { return(true); }; _local5.allowInsecureDomain = _local5.allowDomain; _local5.connect(_local8); _local6.lc = _local5; _local4.lc = _local8; _local4.st = getTimer(); _local4.loadMovie(_local10 + ".swf", "POST"); return(_local6); } static function unload(clip) { if (typeof(clip) == "undefined") { clip = _root; } if (clip.clip && (clip.clip._mochiad)) { clip = clip.clip; } if (!clip._mochiad) { return(false); } clip._mochiad.removeMovieClip(); delete clip._mochiad_loaded; delete clip._mochiad; return(true); } static function _isNetworkAvailable() { if (System.security) { var _local1 = System.security; if (_local1.sandboxType == "localWithFile") { return(false); } } return(true); } static function _getRes(options) { var _local3 = options.clip.getBounds(); var _local2 = 0; var _local1 = 0; if (typeof(options.res) != "undefined") { var _local4 = options.res.split("x"); _local2 = parseFloat(_local4[0]); _local1 = parseFloat(_local4[1]); } else { _local2 = _local3.xMax - _local3.xMin; _local1 = _local3.yMax - _local3.yMin; } if ((_local2 == 0) || (_local1 == 0)) { _local2 = Stage.width; _local1 = Stage.height; } return([_local2, _local1]); } static function _parseOptions(options, defaults) { var _local4 = {}; for (var _local8 in defaults) { _local4[_local8] = defaults[_local8]; } if (options) { for (var _local8 in options) { _local4[_local8] = options[_local8]; } } if (_root.mochiad_options) { var _local5 = _root.mochiad_options.split("&"); var _local2 = 0; while (_local2 < _local5.length) { var _local3 = _local5[_local2].split("="); _local4[unescape(_local3[0])] = unescape(_local3[1]); _local2++; } } if (_local4.id == "test") { trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); } return(_local4); } }
Symbol 182 MovieClip Frame 105
stop();
Symbol 186 MovieClip [msgg] Frame 1
_root.expl();
Symbol 186 MovieClip [msgg] Frame 86
this.removeMovieClip();
Symbol 197 MovieClip Frame 2
stop(); _root.gold = _root.gold + 5; _root.score = _root.score + 5;
Symbol 199 MovieClip Frame 2
stop(); _root.gold = _root.gold + 3; _root.score = _root.score + 3;
Symbol 201 MovieClip Frame 2
stop(); _root.gold = _root.gold + 1; _root.score = _root.score + 1;
Symbol 204 MovieClip Frame 2
stop(); _root.score = _root.score + Math.round(_root.gold * 0.1); inte.text = "+" + Math.round(_root.gold * 0.1); _root.gold = _root.gold + Math.round(_root.gold * 0.1);
Symbol 211 Button
on (release) { _root.reset(); _root.gotoAndPlay("menu"); _parent.removeMovieClip(); }
Symbol 213 Button
on (release) { this._visible = false; }
Symbol 214 MovieClip Frame 2
stop();
Symbol 223 MovieClip [powerup] Frame 1
rand = Math.floor(Math.random() * 4) + 1; gotoAndPlay(rand);
Symbol 223 MovieClip [powerup] Frame 2
stop();
Instance of Symbol 216 MovieClip in Symbol 223 MovieClip [powerup] Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.tank)) { _root.beep(); if (_root.chealth <= 40) { _root.chealth = _root.chealth + 10; _root.panel.hp.bar._xscale = _root.panel.hp.bar._xscale + 20; } else { _root.chealth = 50; _root.panel.hp.bar._xscale = 100; } _parent.removeMovieClip(); } }
Symbol 223 MovieClip [powerup] Frame 3
stop();
Instance of Symbol 218 MovieClip in Symbol 223 MovieClip [powerup] Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.tank)) { _root.beep(); _root.money = _root.money + 5; _parent.removeMovieClip(); } }
Symbol 223 MovieClip [powerup] Frame 4
stop();
Instance of Symbol 220 MovieClip in Symbol 223 MovieClip [powerup] Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.tank)) { _root.beep(); _root.mines++; _parent.removeMovieClip(); } }
Symbol 232 Button
on (release) { cost = _root.idamage.num + Math.ceil(Math.pow(_root.idamage.num + 1, 2) / 2); if (_root.gold >= cost) { _root.gold = _root.gold - cost; _root.upgrades.damage = _root.upgrades.damage + _root.idamage.upgrades[_root.idamage.num]; gold_txt.text = "$" + _root.gold; admg_txt.text = _root.upgrades.damage; dmg_txt.text = "+" + _root.idamage.upgrades[_root.idamage.num]; _root.idamage.num++; ncost = _root.idamage.num + Math.ceil(Math.pow(_root.idamage.num + 1, 2) / 2); cdmg_txt.text = "$" + ncost; } }
Symbol 233 Button
on (release) { if (_root.upgrades.reload > 0) { if (_root.gold >= Math.pow(_root.ireload.num + 2, 2)) { _root.gold = _root.gold - Math.pow(_root.ireload.num + 2, 2); _root.upgrades.reload = _root.upgrades.reload - _root.ireload.upgrades[_root.ireload.num]; gold_txt.text = "$" + _root.gold; _root.ireload.num++; if (_root.upgrades.reload <= 0) { arel_txt.text = "0"; rel_txt.text = ""; crel_txt.text = "MAX"; } else { arel_txt.text = _root.upgrades.reload; rel_txt.text = "-" + _root.ireload.upgrades[_root.ireload.num]; crel_txt.text = "$" + Math.pow(_root.ireload.num + 2, 2); } } } }
Symbol 234 Button
on (release) { if (_root.gold >= ((50 - _root.chealth) * 2)) { _root.gold = _root.gold - ((50 - _root.chealth) * 2); _root.chealth = 50; _root.panel.hp.bar._xscale = 100; gold_txt.text = "$" + _root.gold; ahp_txt.text = _root.chealth; hp_txt.text = "+" + (50 - _root.chealth); chp_txt.text = "$" + ((50 - _root.chealth) * 2); } }
Symbol 249 Button
on (release) { if (_root.interest == 0) { if (_root.gold >= 100) { _root.gold = _root.gold - 100; gold_txt.text = "$" + _root.gold; _root.interest = 1; int_txt.text = "MAX"; } } }
Symbol 250 Button
on (release) { if (_root.gold >= 20) { _root.gold = _root.gold - 20; gold_txt.text = "$" + _root.gold; _root.mines++; min_txt.text = _root.mines; } }
Symbol 260 Button
on (release) { _root.play(); this.removeMovieClip(); }
Symbol 262 Button
on (release) { ays._visible = true; }
Symbol 265 Button
on (release) { gotoAndPlay (2); }
Symbol 267 Button
on (release) { gotoAndPlay (1); }
Symbol 273 MovieClip [welldone] Frame 1
for (t in _root.powerups) { _root.powerups[t].removeMovieClip(); } for (u in _root.ebul) { _root.ebul[u].removeMovieClip(); } if (_root.chealth <= 0) { this.removeMovieClip(); }
Instance of Symbol 197 MovieClip in Symbol 273 MovieClip [welldone] Frame 1
onClipEvent (load) { if (_parent.ab == false) { this.swapDepths(_parent.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 199 MovieClip in Symbol 273 MovieClip [welldone] Frame 1
onClipEvent (load) { if (_parent.csb == false) { this.swapDepths(_parent.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 201 MovieClip in Symbol 273 MovieClip [welldone] Frame 1
onClipEvent (load) { if (_parent.nmv == 0) { this.swapDepths(_parent.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 204 MovieClip in Symbol 273 MovieClip [welldone] Frame 1
onClipEvent (load) { if (_root.interest == 0) { stop(); } }
Instance of Symbol 214 MovieClip "ays" in Symbol 273 MovieClip [welldone] Frame 1
onClipEvent (load) { _visible = false; }
Symbol 273 MovieClip [welldone] Frame 2
stop(); gold_txt.text = "$" + _root.gold; if (_root.interest == 1) { int_txt.text = "MAX"; } else { int_txt.text = "$100"; } min_txt.text = _root.mines; admg_txt.text = _root.upgrades.damage; dmg_txt.text = "+" + _root.idamage.upgrades[_root.idamage.num]; cost = _root.idamage.num + Math.ceil(Math.pow(_root.idamage.num + 1, 2) / 2); cdmg_txt.text = "$" + cost; ahp_txt.text = _root.chealth; hp_txt.text = "+" + (50 - _root.chealth); chp_txt.text = "$" + ((50 - _root.chealth) * 2); if (_root.upgrades.reload <= 0) { arel_txt.text = "0"; rel_txt.text = ""; crel_txt.text = "MAX"; } else { arel_txt.text = _root.upgrades.reload; rel_txt.text = "-" + _root.ireload.upgrades[_root.ireload.num]; crel_txt.text = "$" + Math.pow(_root.ireload.num + 2, 2); }
Symbol 273 MovieClip [welldone] Frame 3
stop(); gold_txt.text = "$" + _root.gold; if (_root.interest == 1) { int_txt.text = "MAX"; } else { int_txt.text = "$100"; } min_txt.text = _root.mines;
Symbol 277 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 1
bar._visible = false; bar2._visible = false;
Symbol 306 Button
on (release) { getURL ("http://www.z-fox.com/mz.php", "_blank"); }
Symbol 310 Button
on (release) { play(); }
Symbol 312 Button
on (release) { inst._visible = true; }
Symbol 314 Button
on (release) { getURL ("http://www.itch.com", "_blank"); }
Symbol 316 Button
on (release) { badges._visible = true; }
Symbol 323 Button
on (release) { this._visible = false; }
Symbol 346 Button
on (release) { getURL ("http://www.itch.com", "_blank"); }
Symbol 347 MovieClip Frame 1
_visible = false;
Symbol 347 MovieClip Frame 2
stop();
Symbol 351 Button
on (release) { this._visible = false; }
Symbol 352 MovieClip Frame 2
stop();
Symbol 354 Button
on (release) { _root.muted = false; gotoAndPlay (5); _root.kirupaSound3.start(0, 99); }
Symbol 356 Button
on (release) { _root.muted = true; _root.kirupaSound3.stop(); gotoAndPlay (4); }
Symbol 357 MovieClip Frame 2
if (_root.muted) { gotoAndPlay (3); } else { gotoAndPlay (4); }
Symbol 357 MovieClip Frame 3
stop();
Symbol 357 MovieClip Frame 4
stop();
Symbol 362 MovieClip Frame 1
stop();
Symbol 390 Button
on (release) { gotoAndPlay ("menu"); }
Symbol 395 MovieClip Frame 1
if (go == true) { play(); } else { gotoAndPlay (3); }
Symbol 395 MovieClip Frame 2
stop();
Symbol 395 MovieClip Frame 3
stop();

Library Items

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

Instance Names

"badges"Frame 4Symbol 347 MovieClip
"inst"Frame 4Symbol 352 MovieClip
"mutelogo"Frame 4Symbol 357 MovieClip
"mine_holder"Frame 6Symbol 359 MovieClip
"tank"Frame 6Symbol 362 MovieClip
"powerups"Frame 6Symbol 359 MovieClip
"panel"Frame 6Symbol 378 MovieClip
"panel"Frame 6Symbol 381 MovieClip
"go_m"Frame 29Symbol 395 MovieClip
"am_txt"Symbol 185 MovieClip Frame 1Symbol 184 EditableText
"am"Symbol 186 MovieClip [msgg] Frame 1Symbol 185 MovieClip
"inte"Symbol 204 MovieClip Frame 2Symbol 203 EditableText
"ays"Symbol 273 MovieClip [welldone] Frame 1Symbol 214 MovieClip
"gold_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 225 EditableText
"admg_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 238 EditableText
"dmg_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 239 EditableText
"cdmg_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 240 EditableText
"arel_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 242 EditableText
"rel_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 243 EditableText
"crel_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 244 EditableText
"ahp_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 245 EditableText
"hp_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 246 EditableText
"chp_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 247 EditableText
"int_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 254 EditableText
"min_txt"Symbol 273 MovieClip [welldone] Frame 2Symbol 255 EditableText
"gold_txt"Symbol 273 MovieClip [welldone] Frame 3Symbol 268 EditableText
"int_txt"Symbol 273 MovieClip [welldone] Frame 3Symbol 270 EditableText
"min_txt"Symbol 273 MovieClip [welldone] Frame 3Symbol 271 EditableText
"bar2"Symbol 288 MovieClip Frame 1Symbol 285 MovieClip
"bar"Symbol 288 MovieClip Frame 1Symbol 287 MovieClip
"hp"Symbol 289 MovieClip Frame 1Symbol 288 MovieClip
"hp"Symbol 293 MovieClip Frame 1Symbol 288 MovieClip
"turret"Symbol 293 MovieClip Frame 1Symbol 292 MovieClip
"hp"Symbol 297 MovieClip Frame 1Symbol 288 MovieClip
"turret"Symbol 297 MovieClip Frame 1Symbol 296 MovieClip
"hp"Symbol 299 MovieClip Frame 1Symbol 288 MovieClip
"hp"Symbol 301 MovieClip Frame 1Symbol 288 MovieClip
"body"Symbol 362 MovieClip Frame 1Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 1Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 8Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 8Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 14Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 14Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 20Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 20Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 26Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 26Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 32Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 32Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 38Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 38Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 44Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 44Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 50Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 50Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 56Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 56Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 62Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 62Symbol 229 MovieClip
"body"Symbol 362 MovieClip Frame 68Symbol 361 MovieClip
"turret"Symbol 362 MovieClip Frame 68Symbol 229 MovieClip
"d_txt"Symbol 364 MovieClip Frame 1Symbol 363 EditableText
"wave"Symbol 365 MovieClip Frame 1Symbol 364 MovieClip
"bar"Symbol 374 MovieClip Frame 1Symbol 372 MovieClip
"hp"Symbol 378 MovieClip Frame 1Symbol 374 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 396 as "__Packages.MochiAd"
ExportAssets (56)Timeline Frame 2Symbol 10 as "bullet"
ExportAssets (56)Timeline Frame 2Symbol 186 as "msgg"
ExportAssets (56)Timeline Frame 2Symbol 188 as "bullet2"
ExportAssets (56)Timeline Frame 2Symbol 222 as "mine"
ExportAssets (56)Timeline Frame 2Symbol 223 as "powerup"
ExportAssets (56)Timeline Frame 2Symbol 273 as "welldone"
ExportAssets (56)Timeline Frame 2Symbol 274 as "explode"
ExportAssets (56)Timeline Frame 2Symbol 275 as "beep.mp3"
ExportAssets (56)Timeline Frame 2Symbol 276 as "boomer.mp3"

Labels

"menu"Frame 4
"lose"Frame 29

Dynamic Text Variables

_root.goldSymbol 376 EditableText"000000"
_root.minesSymbol 377 EditableText"00000"
_root.scoreSymbol 380 EditableText"0000"
_root.scoreSymbol 392 EditableText"0000"




http://swfchan.com/10/47304/info.shtml
Created: 2/5 -2019 03:54:41 Last modified: 2/5 -2019 03:54:41 Server time: 16/05 -2024 02:30:45