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

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

TANKS - Strategy Involved.swf

This is the info page for
Flash #77426

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


Text
SPACE

Music:

1  2  3  4  5  6  X

TAKEN WITHOUT PERMISSION

Single Player

Multiplayer

<p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>Author: </b><font color="#00ff00"><a href="http://digits.eactiv.com" target = "_blank"><b>Charles</b></a></font></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>3D Design: Gaurav</b></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>Thanks to: Philip</b></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>-----------------</b></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>Sound FX: </b><font color="#00ff00"><a href="http://flashkit.com" target = "_blank"><b>FlashKit</b></a></font><b> and </b><font color="#00ff00"><a href="http://lf2.net" target = "_blank"><b>LF2</b></a></font></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>Music: Jason Cluts, </b><font color="#00ff00"><a href="http://resequenced.com" target = "_blank"><b>http://refractured.com</b></a></font></font></p><p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><b>Music Streaming: </b><font color="#00ff00"><a href="http://tindeck.com/" target = "_blank"><b>TinDeck</b></a></font></font></p>

<p align="left"><font face="Sydnie" size="12" color="#009900" letterSpacing="0.000000" kerning="0"><a href="http://digits.eactiv.com" target = "_blank"><b>digits.eactiv.com</b></a></font></p>

Map Editor

s

I

N

G

L

E

P

A

Y

R

M

U

T

<p align="right"><font face="Sydnie" size="15" color="#000000" letterSpacing="0.000000" kerning="0"><b>NEW FORUMS:</b></font></p><p align="right"><font face="Sydnie" size="15" color="#000000" letterSpacing="0.000000" kerning="0"><a href="http://digits.matrixarchives.com" target = "_blank"><b>http://digits.matrixarchives.com</b></a></font></p>

C_

Co_

Con_

Cont_

Conti_

Contin_

Continu_

Continue._

Continue.

Laser

Rocket

Cannon

CANNON beats ROCKET
ROCKET beats LASER
LASER beats CANNON

REACH THE OTHER
SIDE TO SCORE A
POINT

REACH THE OTHER
SIDE TO SCORE A
POINT

REACH THE OTHER
SIDE TO SCORE A
POINT

REACH THE OTHER
SIDE TO SCORE A
POINT

REACH THE OTHER
SIDE TO SCORE A
POINT

Obstacles you may meet:

It's up to you to figure out what
they do!

Clouds    Trees      Snow     Roads    Mountains

Command Up:

Command Down:

Deploy Tank:

Click the button then a key
to change the Controls

OPTIONS

0          50       100

Computer Difficulty

50

Player 1       Player 2

Move your mouse over a map to view the description.

turd_movie.swf

5 : 5

fps: 20 / 20

Quality

HIGH

Quality

Game OVer

Player 1

Player 2

Points:

Restart

Tanks Deployed:

Tanks Defeated:

Efficiency Ratio:

9

9

9

9

9

9

9

300%

Game Time:

6:10

You've unlocked new maps!
You can now play them in the options
screen by clicking on them in the
options screen.

ActionScript [AS1/AS2]

Frame 1
stop(); musicchanger.swapDepths(_root.getNextHighestDepth()); Stage.showMenu = false; this.onEnterFrame = function () { perc = _root.getBytesLoaded() / _root.getBytesTotal(); tank._x = (perc * 673) + 28; if (perc == 1) { this.onEnterFrame = undefined; gotoAndPlay (58); } }; var currURL = this._url; var uXML = new XML(); var uStr; var allowedURLs; System.security.loadPolicyFile("http://members.cox.net/jtec98/crossdomain.xml"); uXML.load("http://members.cox.net/jtec98/ssAllowedURLs.xml"); uXML.onLoad = function (lSuccess) { if (!lSuccess) { return(undefined); } uStr = uXML.toString(); allowedURLs = uStr.split(" || "); if (currURL.substr(0, 4) == "file") { } else { index = currURL.indexOf("/", 8); currURL = currURL.substr(0, index); x = 0; while (x < allowedURLs.length) { if (currURL.indexOf(allowedURLs[x]) > 0) { return(undefined); } x++; } _root.onEnterFrame = undefined; gotoAndStop (2); } };
Frame 2
stop();
Frame 58
function createText(msg, xCoord, yCoord) { _root.startTime = getTimer(); msg.toUpperCase(); tFormat = new TextFormat(); tFormat.font = "Weltron Urban"; tFormat.size = 24; x = 0; while (x < msg.length) { if (msg.charAt(x) != " ") { l = _root.attachMovie("letter" + msg.charAt(x), "letter" + x, _root.getNextHighestDepth()); letters.push(l); l._x = xCoord; l._y = yCoord; l.xCoord = xCoord; l.yCoord = yCoord; xCoord = xCoord + 15; l._alpha = 0; l.a = 0; l._xscale = (l._yscale = 300); l.num = x; l.onEnterFrame = function () { this._x = this.xCoord - (this._width / 2); this._y = this.yCoord - (this._height / 2); if ((getTimer() - _root.startTime) >= (this.num * 250)) { if (this.a == 0) { snd = new Sound(this); snd.attachSound("exp"); snd.setVolume(20); snd.start(Math.random() / 5, 0); } this._alpha = (this.a = this.a + 20); this._xscale = (this._yscale = this._yscale - 40); if (this.a >= 100) { this.xCoord = this._x; this.yCoord = this._y; this.onEnterFrame = undefined; } } }; } else { xCoord = xCoord + 15; } x++; } } function explode() { x = 0; while (x < letters.length) { char = letters[x]; stats = new Array("x", "y", "r"); i = 0; while (i < 3) { char[stats[i] + "speed"] = (Math.random() * 10) - 5; if (char[stats[i] + "speed"] < 0) { char[stats[i] + "speed"] = char[stats[i] + "speed"] - 7; } else { char[stats[i] + "speed"] = char[stats[i] + "speed"] + 7; } i++; } char.a = 100; char._xscale = (char._yscale = 100); char.onEnterFrame = function () { this._x = this._x + this.xspeed; this._y = this._y + this.yspeed; this._rotation = this._rotation + this.rspeed; this.a = this.a - 3; this._alpha = this.a; if (this.a < 0) { this.removeMovieClip(); } }; x++; } } stop(); var comp = 0; letters = undefined; var letters = new Array(); createText("SINGLE PLAYER", 324, 110); createText("MULTIPLAYER", 340, 180); btnsingle.onRelease = function () { explode(); comp = 2; gotoAndPlay (59); }; btnmulti.onRelease = function () { explode(); comp = 0; gotoAndPlay (59); };
Frame 59
stop(); btncont.onRelease = function () { gotoAndPlay (60); };
Frame 60
function createBtns() { if (comp == 0) { diffSlider._y = 999; } x = 0; while (x < 2) { y = 0; while (y < 3) { if ((comp != 0) && (x == 1)) { } else { btn = _root.attachMovie("textbox", ("btn" + x) + y, _root.getNextHighestDepth()); btn.onRelease = function () { _root[("btn" + side) + num].txt.text = gKeys[side][num]; side = this.side; num = this.num; this.txt.text = "Waiting..."; }; btn._x = (x * 127.2) + 133.3; btn._y = (y * 21.1) + 111.7; btn.side = x; btn.num = y; } y++; } x++; } sObj = SharedObject.getLocal("016175TANKS"); if ((sObj.data.single == undefined) || (isNaN(sObj.data.single))) { sObj.data.map0 = true; sObj.data.map1 = false; sObj.data.map2 = true; sObj.data.map3 = false; sObj.data.map4 = false; sObj.data.map5 = false; sObj.data.single = 0; sObj.data.multi = 0; } x = 0; while (x < 3) { y = 0; while (y < 2) { btn = _root.attachMovie(mapNames[(x * 2) + y], ("map" + x) + y, _root.getNextHighestDepth()); btn._x = (x * 110) + 410; btn._y = (y * 110) + 30; btn.num = (x * 2) + y; btn.gotoAndStop(1); dropShadow = new flash.filters.DropShadowFilter(5, 45, 0, 5, 6, 6, 1, 1); btn.filters = [dropShadow]; btn.onRollOver = function () { _root.deschere.text = mapDesc[this.num]; }; btn.onRollOut = function () { _root.deschere.text = "Move your mouse over a map to view the description."; }; btn.onRelease = function () { x = 0; while (x < 3) { y = 0; while (y < 2) { dropShadow = new flash.filters.DropShadowFilter(5, 45, 0, 5, 6, 6, 1, 1); _root[("map" + x) + y].filters = [dropShadow]; y++; } x++; } glowFilter = new flash.filters.GlowFilter(16777215, 50, 5, 5, 2, 1); this.filters = [glowFilter]; map = this.num; }; if (btn.num == map) { glowFilter = new flash.filters.GlowFilter(16777215, 50, 5, 5, 2, 1); btn.filters = [glowFilter]; } if (!sObj.data["map" + btn.num]) { btn._alpha = 30; btn.gotoAndStop(2); btn.onRelease = undefined; } y++; } x++; } } function loadPrev() { sObj = SharedObject.getLocal("016175TANKS"); if (!sObj.data.key00) { sObj.data.key00 = 90; sObj.data.key01 = 88; sObj.data.key02 = 32; sObj.data.key10 = 38; sObj.data.key11 = 40; sObj.data.key12 = 37; } x = 0; while (x < 2) { y = 0; while (y < 3) { gKeys[x][y] = sObj.data[("key" + x) + y]; _root[("btn" + x) + y].txt.text = findKeyName(sObj.data[("key" + x) + y]); y++; } x++; } sObj.flush(); } function findKeyName(keynum) { if ((keynum >= 48) && (keynum <= 90)) { gKeys[side][num] = keynum; return(String.fromCharCode(keynum)); } z = 0; while (z < keys.length) { if (keynum == Key[keys[z]]) { return(keys[z]); } z++; } } stop(); var mapNames = new Array("Meadow", "Forest", "Mars", "Highlands", "Battlefield", "Dungeon", "NG Portal"); var mapDesc = new Array(5); var map = 0; mapDesc[0] = "Meadows - Fight in an open field with nothing to distract you except a few scattered trees. Otherwise, mostly flat grass."; mapDesc[1] = "Forest - An area surrounded by a multitude of trees which impede vision."; mapDesc[2] = "Mars - An extraterrestrial planet, which, due to unexplored territory, creates a constricted area of movement."; mapDesc[3] = "Highlands - A mountainous region, filled with clouds due to high altitude, resulting in obscured vision as well as obstructed movement."; mapDesc[4] = "Battlefield - An area filled with both roads and snow, which increase and decrease movement speed respectively."; mapDesc[5] = "Dungeon - In a dark underground facility, only torches light up certain areas. It is impossible to see in unlighted areas."; mapDesc[6] = "NG Portal - Purely for fun, flash files fly past you in a mimic of the virtual Newgrounds Flash Portal."; var gKeys = new Array([90, 88, 32], [38, 40, 37]); var side; var num; var diff = 50; var diffLevels = new Array("EASY", "NORMAL", "HARD"); createBtns(); var alphabet = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; var keys = new Array("CONTROL", "SPACE", "CAPSLOCK", "ENTER", "UP", "DOWN", "LEFT", "RIGHT", "BACKSPACE"); onKeyDown = function () { if (side == undefined) { return(undefined); } sObj = SharedObject.getLocal("016175TANKS"); keynum = Key.getCode(); if ((keynum >= 48) && (keynum <= 90)) { gKeys[side][num] = keynum; _root[("btn" + side) + num].txt.text = String.fromCharCode(keynum); sObj.data[("key" + side) + num] = keynum; sObj.flush(); delete side; return(undefined); } x = 0; while (x < keys.length) { if (Key[keys[x]] == keynum) { gKeys[side][num] = keynum; _root[("btn" + side) + num].txt.text = keys[x]; sObj.data[("key" + side) + num] = keynum; sObj.flush(); delete side; return(undefined); } x++; } }; Key.addListener(_root); loadPrev(); btnplay.onRelease = function () { x = 0; while (x < 2) { y = 0; while (y < 3) { _root[("btn" + x) + y].removeMovieClip(); _root[("map" + y) + x].removeMovieClip(); y++; } x++; } delete side; gotoAndPlay (61); };
Frame 61
function showFrames() { fps.text = ("fps: " + frames) + " / 20"; if (frames >= 17) { qBtn.qNum = 2; } if (frames <= 16) { qBtn.qNum = 1; } if (frames <= 12) { qBtn.qNum = 0; } gTime++; _quality = qBtn.qualities[qBtn.qNum]; qBtn.showquality.text = qBtn.qualities[qBtn.qNum]; frames = 0; } function runAI() { rtank = reserve[1]; if ((comp == 0) || (paused)) { return(undefined); } if (cRow == undefined) { pickAI = 100 * Math.random(); if (pickAI > diff) { cRow = Math.floor((Math.random() * 9) - 1); if (map == 2) { cRow = Math.floor((Math.random() * 5) + 1); } return(undefined); } mtank = new Object(); mtank._x = 0; win = (rtank.ttype + 2) % 3; x = 0; while (x < tanks[0].length) { tank = tanks[0][x]; if ((diff >= 70) && (tank._x >= (800 - ((diff - 70) * 20)))) { if ((tank.ttype == win) || (tank.ttype == rtank.ttype)) { mtank = tank; break; } } if ((((tank._x >= mtank._x) && (tank != reserve[0])) && (tank.ttype == win)) && (!tank.AI)) { mtank = tank; } x++; } mtank.AI = true; cRow = Math.floor((mtank._y - vT) / vL); if (mtank._x == 0) { cRow = Math.floor((Math.random() * 9) - 1); if (map == 2) { cRow = Math.floor((Math.random() * 5) + 1); } mtank.removeMovieClip(); } } if (cRow < rtank.row) { rtank.row--; } if (cRow > rtank.row) { rtank.row++; } if ((cRow == rtank.row) && (readyToDrop[1])) { cRow = undefined; cycleTanks(1); } } function cycleTanks(side) { dropTank(side); x = 0; while (x < tanks[side].length) { if (tanks[side][x] == undefined) { break; } x++; } tType = Math.floor(Math.random() * 3); if (x >= tanks[side].length) { tank = cont.attachMovie(tankTypes[tType], "tank" + cont.getNextHighestDepth(), cont.getNextHighestDepth()); tank.num = tanks[side].length; tanks[side].push(tank); } else { tank = cont.attachMovie(tankTypes[tType], "tank" + cont.getNextHighestDepth(), cont.getNextHighestDepth()); tanks[side][x] = tank; tank.num = x; } tank.stripe.gotoAndStop(1); tColor = new Color(tank.stripe); tColor.setRGB(((side == 0) ? 16711680 : 30702)); if (side == 1) { tank._xscale = -100; } tank._alpha = 75; tank.row = reserve[side].row; if (tank.row == undefined) { tank.row = 4; } tank.col = side * 14; tank.side = side; tank.ttype = tType; reserve[side] = tank; _root["preparing" + side].tank = tank; _root["preparing" + side].side = side; _root["preparing" + side].onEnterFrame = function () { this._x = this.tank._x; this._y = this.tank._y; }; _root["preparing" + side].gotoAndPlay(1); _root["preparing" + side]._alpha = 100; tank.onEnterFrame = function () { this.stripe.gotoAndStop(1); this._x = ((this.row * _root.wS) + (this.col * _root.wL)) + _root.wT; this._y = (this.row * _root.vL) + _root.vT; }; readyToDrop[side] = false; } function reloadDone(side, interval) { readyToDrop[side] = true; clearInterval(_root[interval]); } function dropTank(side) { tank = reserve[side]; tank._alpha = 100; if (tank == undefined) { return(undefined); } stats[side][0]++; tank.onEnterFrame = function () { this.stripe.gotoAndStop(1); if (this.attacking || (_root.paused)) { return(undefined); } eside = ((this.side == 0) ? 1 : 0); this._x = this._x + (-((this.side * 8) - 4)); if (((eside == 0) && (this._x <= 0)) || ((eside == 1) && (this._x >= 800))) { health[eside]--; points[this.side]++; _root.hit._xscale = (this.side * 200) - 100; _root.hit._alpha = 100; _root.hit.onEnterFrame = function () { this._alpha = this._alpha - 3; if (this._alpha <= 2) { this.onEnterFrame = undefined; } }; this.removeMovieClip(); } x = 0; while (x < tanks[eside].length) { tank = tanks[eside][x]; if (((((!tank.attacking) && (tank._y == this._y)) && (Math.abs(tank._x - this._x) <= 150)) && (tank != _root.reserve[eside])) && (this != _root.reserve[this.side])) { this.attacking = true; tank.attacking = true; tank.gotoAndPlay((this.ttype * 20) + 10); this.gotoAndPlay((tank.ttype * 20) + 10); } x++; } }; } stop(); var stats = [[0, 0], [0, 0]]; background.gotoAndStop(map + 1); foreground.gotoAndStop(map + 1); var mapNames = new Array("Meadow", "Forest", "Mars", "Highlands", "Battlefield", "Dungeon", "NG Portal"); var tankTypes = new Array("cannon", "laser", "rocket"); var points = new Array(0, 0); var tanks = new Array(2); tanks[0] = new Array(); tanks[1] = new Array(); var readyToDrop = new Array(true, true); var reserve = new Array(2); cycleTanks(0); cycleTanks(1); var health = new Array(10, 10); var wT = 24; var vT = 45; var wL = 49; var vL = 26.5; var wS = 10.5; var cAI = setInterval(runAI, 200); var cRow; var gTime = 0; var frames = 0; var paused = false; fCount = setInterval(showFrames, 1000); this.onEnterFrame = function () { frames++; if (paused) { return(undefined); } scoreboard.text = (points[0] + " : ") + points[1]; if ((health[0] <= 0) || (health[1] <= 0)) { clearInterval(fCount); this.onEnterFrame = undefined; gotoAndPlay (62); } }; this.onKeyDown = function () { keyNum = Key.getCode(); ltank = reserve[0]; rtank = reserve[1]; if (keyNum == 80) { paused = !paused; } if (paused) { return(undefined); } switch (keyNum) { case gKeys[0][0] : ltank.row--; break; case gKeys[0][1] : ltank.row++; break; case gKeys[0][2] : if (readyToDrop[0]) { cycleTanks(0); } break; case gKeys[1][0] : rtank.row--; break; case gKeys[1][1] : rtank.row++; break; case gKeys[1][2] : if (!readyToDrop[1]) { break; } cycleTanks(1); } begin = -1; end = 7; if (map == 2) { begin = 1; end = 5; } if (ltank.row < begin) { ltank.row = begin; } if (ltank.row > end) { ltank.row = end; } if (rtank.row < begin) { rtank.row = begin; } if (rtank.row > end) { rtank.row = end; } }; Key.addListener(this);
Frame 62
stop(); lpoints.text = points[0]; rpoints.text = points[1]; winner = ((points[0] >= 10) ? 25.5 : 607.5); star._x = winner; totaltime.text = gTime + " seconds"; x = 0; while (x < 2) { stats[x][1] + points[x]; y = 0; while (y < 2) { _root[("p" + x) + y].text = stats[x][y]; y++; } _root[("p" + x) + "2"].text = Math.floor((stats[x][1] / stats[x][0]) * 100) + "%"; x++; } sObj = SharedObject.getLocal("016175TANKS"); if (comp) { sObj.data.single++; } else { sObj.data.multi++; } if (((diff >= 30) && (!sObj.data.map1)) && (points[0] >= 10)) { sObj.data.map1 = true; play(); } if ((((diff >= 50) && (gTime <= 150)) && (!sObj.data.map4)) && (points[0] >= 10)) { sObj.data.map4 = true; play(); } if (((sObj.data.single >= 5) && (sObj.data.multi >= 3)) && (!sObj.data.map3)) { sObj.data.map3 = true; play(); } if (((diff >= 90) && (!sObj.data.map5)) && (points[0] >= 10)) { sObj.data.map5 = true; play(); } restart.onRelease = function () { gotoAndPlay (58); };
Frame 156
gotoAndStop (62);
Symbol 36 MovieClip Frame 1
stop(); var sNum = 0; var songs = new Array("44jpc-resequenced_high_wire.mp3", "mcnv-resequenced_motion_blur.mp3", "1flii-resequenced_groundfall.mp3", "1bnod-resequenced_Drunk_Life.mp3", "59az5-resequenced_levitation.mp3", "33llz-resequenced_crosshatch.mp3", undefined); var folder = "http://www.tindeck.com/audio/files/"; var bgMusic = new Sound(this); bgMusic.loadSound(folder + songs[0], true); bgMusic.onSoundComplete = function () { sNum++; if (sNum >= 6) { sNum = 0; } bgMusic.loadSound(folder + songs[sNum], true); x = 0; while (x < 7) { _root.musicchanger["btn" + x].gotoAndStop(1); x++; } _root.musicchanger["btn" + sNum].gotoAndStop(2); }; x = 0; while (x < 7) { mBtn = this["btn" + x]; mBtn.gotoAndStop(1); mBtn.num = x; mBtn.onRelease = function () { this._parent.sNum = this.num; bgMusic.loadSound(this._parent.folder + this._parent.songs[this.num], true); x = 0; while (x < 7) { this._parent["btn" + x].gotoAndStop(1); x++; } this.gotoAndStop(2); }; x++; } this.btn0.gotoAndStop(2);
Symbol 108 MovieClip [cannon] Frame 1
this.attacking = false; stop();
Symbol 108 MovieClip [cannon] Frame 9
this.gotoAndPlay(1);
Symbol 108 MovieClip [cannon] Frame 29
_root.tanks[this.side][this.num] = undefined; _root.stats[this.side][1]++; this.removeMovieClip();
Symbol 108 MovieClip [cannon] Frame 49
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 108 MovieClip [cannon] Frame 69
_root.stats[this.side][1]++; this.gotoAndPlay(1);
Symbol 108 MovieClip [cannon] Frame 77
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 108 MovieClip [cannon] Frame 97
this.mtn.nextFrame(); this.gotoAndPlay(1);
Symbol 128 MovieClip [laser] Frame 1
this.attacking = false; stop();
Symbol 128 MovieClip [laser] Frame 9
this.gotoAndPlay(1);
Symbol 128 MovieClip [laser] Frame 29
_root.stats[this.side][1]++; this.gotoAndPlay(1);
Symbol 128 MovieClip [laser] Frame 49
_root.tanks[this.side][this.num] = undefined; _root.stats[this.side][1]++; this.removeMovieClip();
Symbol 128 MovieClip [laser] Frame 70
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 128 MovieClip [laser] Frame 77
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 128 MovieClip [laser] Frame 97
this.mtn.nextFrame(); this.gotoAndPlay(1);
Symbol 149 MovieClip [rocket] Frame 1
this.attacking = false; stop();
Symbol 149 MovieClip [rocket] Frame 9
this.gotoAndStop(1);
Symbol 149 MovieClip [rocket] Frame 29
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 149 MovieClip [rocket] Frame 49
_root.stats[this.side][1]++; this.gotoAndPlay(1);
Symbol 149 MovieClip [rocket] Frame 70
_root.tanks[this.side][this.num] = undefined; _root.stats[this.side][1]++; this.removeMovieClip();
Symbol 149 MovieClip [rocket] Frame 78
_root.tanks[this.side][this.num] = undefined; this.removeMovieClip();
Symbol 149 MovieClip [rocket] Frame 98
this.mtn.nextFrame(); this.gotoAndPlay(1);
Symbol 160 MovieClip Frame 23
this.gotoAndPlay(17);
Symbol 182 MovieClip Frame 1
this.onEnterFrame = function () { x = 0; while (x < 2) { y = 0; while (y < _root.tanks[x].length) { tank = _root.tanks[x][y]; if (tank.hitTest(this.hit) && (!tank.attacking)) { tank._x = tank._x + ((tank.side * 6) - 3); } y++; } x++; } };
Symbol 185 MovieClip Frame 1
this.onEnterFrame = function () { x = 0; while (x < 2) { y = 0; while (y < _root.tanks[x].length) { tank = _root.tanks[x][y]; if (tank.hitTest(this.hit) && (!tank.attacking)) { tank._x = tank._x - ((tank.side * 4) - 2); } y++; } x++; } };
Symbol 194 MovieClip Frame 1
this.onEnterFrame = function () { x = 0; while (x < 2) { y = 0; while (y < _root.tanks[x].length) { tank = _root.tanks[x][y]; dist = Math.abs(tank._x - this._x); if (((dist <= 150) && (!tank.attacking)) && (tank.hitTest(this.hit))) { tank.mtn = this; tank.attacking = true; tank.gotoAndPlay("mountain"); } y++; } x++; } }; this.stop();
Symbol 194 MovieClip Frame 9
this.play();
Symbol 194 MovieClip Frame 14
this.swapDepths(this._parent.getNextHighestDepth()); this.removeMovieClip();
Symbol 208 MovieClip Frame 1
this.onEnterFrame = function () { _root.diff = Math.round(((slider._x + 2.5) / 130) * 100); diffNum.text = _root.diff; }; slider.onPress = function () { startDrag (this, false, -2.5, this._y, 127.5, this._y); }; slider.onRelease = function () { stopDrag(); }; slider.onReleaseOutside = function () { stopDrag(); };
Symbol 231 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 6
for (x in this) { if (typeof(this[x]) == "movieclip") { this[x].gotoAndPlay(Math.floor(Math.random() * 20)); } }
Symbol 265 MovieClip Frame 1
this.onEnterFrame = function () { tank = _root.reserve[this.side]; this._x = tank._x; this._y = tank._y; if ((_root.diff <= 40) && (this.side != 0)) { prepared._xscale = (this._currentframe / (80 - _root.diff)) * 100; } else { prepared._xscale = (this._currentframe / 40) * 100; } if (prepared._xscale >= 100) { _root.readyToDrop[this.side] = true; this._alpha = 0; this.stop(); this.onEnterFrame = undefined; } };
Symbol 275 MovieClip Frame 1
var qNum; var qualities = new Array("LOW", "MEDIUM", "HIGH"); stop(); this.onRollOver = function () { this.gotoAndStop(2); }; this.onRollOut = function () { this.gotoAndStop(1); }; this.onReleaseOutside = function () { this.gotoAndStop(1); }; this.onPress = function () { this.gotoAndStop(1); }; this.onRelease = function () { if (qNum == undefined) { qNum = 2; } qNum++; if (qNum >= 3) { qNum = 0; } _quality = qualities[qNum]; showquality.text = qualities[qNum]; this.gotoAndStop(2); };

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 FontUsed by:3 34 35 37 48 49 77 151 152 153 154 155 156 157 158 159 161 162 163 195 196 197 198 199 200 205 206 207 209 210 270 279 281 282 283 284 285 306 307 308 309 310 311 312 313 319
Symbol 3 EditableTextUses:2Used by:4
Symbol 4 MovieClip [textbox]Uses:1 3
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:8
Symbol 7 GraphicUsed by:8 11 14 17 20 23
Symbol 8 MovieClip [Highlands]Uses:6 7
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:11
Symbol 11 MovieClip [Mars]Uses:10 7
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClip [Dungeon]Uses:13 7
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 MovieClip [Meadow]Uses:16 7Used by:Timeline
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20
Symbol 20 MovieClip [Battlefield]Uses:19 7Used by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:23
Symbol 23 MovieClip [Forest]Uses:22 7Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:27 28Used by:36
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:30 31Used by:36
Symbol 33 GraphicUsed by:36
Symbol 34 TextUses:2Used by:36
Symbol 35 TextUses:2Used by:36
Symbol 36 MovieClipUses:29 32 33 34 35Used by:Timeline
Symbol 37 TextUses:2Used by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:Timeline
Symbol 40 ShapeTweeningUsed by:43
Symbol 41 ShapeTweeningUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:40 41 42Used by:182 185 194 208  Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 FontUsed by:46 47 50 51 53 55 57 59 61 63 65 67 69 71 73 75 276 277 278 280
Symbol 46 TextUses:45Used by:Timeline
Symbol 47 TextUses:45Used by:Timeline
Symbol 48 EditableTextUses:2 169Used by:Timeline
Symbol 49 EditableTextUses:2 169Used by:Timeline
Symbol 50 TextUses:45Used by:Timeline
Symbol 51 TextUses:45Used by:52
Symbol 52 MovieClip [letterS]Uses:51Used by:Timeline
Symbol 53 TextUses:45Used by:54
Symbol 54 MovieClip [letterI]Uses:53Used by:Timeline
Symbol 55 TextUses:45Used by:56
Symbol 56 MovieClip [letterN]Uses:55Used by:Timeline
Symbol 57 TextUses:45Used by:58
Symbol 58 MovieClip [letterG]Uses:57Used by:Timeline
Symbol 59 TextUses:45Used by:60
Symbol 60 MovieClip [letterL]Uses:59Used by:Timeline
Symbol 61 TextUses:45Used by:62
Symbol 62 MovieClip [letterE]Uses:61Used by:Timeline
Symbol 63 TextUses:45Used by:64
Symbol 64 MovieClip [letterP]Uses:63Used by:Timeline
Symbol 65 TextUses:45Used by:66
Symbol 66 MovieClip [letterA]Uses:65Used by:Timeline
Symbol 67 TextUses:45Used by:68
Symbol 68 MovieClip [letterY]Uses:67Used by:Timeline
Symbol 69 TextUses:45Used by:70
Symbol 70 MovieClip [letterR]Uses:69Used by:Timeline
Symbol 71 TextUses:45Used by:72
Symbol 72 MovieClip [letterM]Uses:71Used by:Timeline
Symbol 73 TextUses:45Used by:74
Symbol 74 MovieClip [letterU]Uses:73Used by:Timeline
Symbol 75 TextUses:45Used by:76
Symbol 76 MovieClip [letterT]Uses:75Used by:Timeline
Symbol 77 EditableTextUses:2 169Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:108
Symbol 80 GraphicUsed by:108
Symbol 81 GraphicUsed by:108
Symbol 82 GraphicUsed by:108
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:108
Symbol 86 GraphicUsed by:108
Symbol 87 GraphicUsed by:108
Symbol 88 BitmapUsed by:89
Symbol 89 GraphicUses:88Used by:91
Symbol 90 SoundUsed by:91
Symbol 91 MovieClipUses:89 90Used by:108 128 149 194
Symbol 92 GraphicUsed by:108
Symbol 93 GraphicUsed by:108
Symbol 94 GraphicUsed by:108
Symbol 95 GraphicUsed by:108
Symbol 96 GraphicUsed by:108
Symbol 97 GraphicUsed by:108
Symbol 98 GraphicUsed by:108
Symbol 99 GraphicUsed by:108
Symbol 100 GraphicUsed by:108
Symbol 101 GraphicUsed by:108
Symbol 102 GraphicUsed by:108
Symbol 103 GraphicUsed by:108
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClip [cannon]Uses:79 80 81 82 85 86 87 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107Used by:Timeline
Symbol 109 GraphicUsed by:128
Symbol 110 GraphicUsed by:128
Symbol 111 GraphicUsed by:128
Symbol 112 GraphicUsed by:128
Symbol 113 SoundUsed by:128
Symbol 114 ShapeTweeningUsed by:128
Symbol 115 GraphicUsed by:128
Symbol 116 GraphicUsed by:128
Symbol 117 GraphicUsed by:128
Symbol 118 ShapeTweeningUsed by:128
Symbol 119 GraphicUsed by:128
Symbol 120 GraphicUsed by:128
Symbol 121 GraphicUsed by:128
Symbol 122 ShapeTweeningUsed by:128
Symbol 123 GraphicUsed by:128
Symbol 124 GraphicUsed by:128
Symbol 125 GraphicUsed by:128
Symbol 126 ShapeTweeningUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClip [laser]Uses:109 110 111 112 113 114 115 116 117 118 119 91 120 121 122 123 124 125 126 127Used by:Timeline
Symbol 129 GraphicUsed by:149
Symbol 130 GraphicUsed by:149
Symbol 131 ShapeTweeningUsed by:149
Symbol 132 GraphicUsed by:149
Symbol 133 ShapeTweeningUsed by:149
Symbol 134 GraphicUsed by:149
Symbol 135 GraphicUsed by:149
Symbol 136 ShapeTweeningUsed by:149
Symbol 137 GraphicUsed by:149
Symbol 138 ShapeTweeningUsed by:149
Symbol 139 GraphicUsed by:149
Symbol 140 GraphicUsed by:149
Symbol 141 ShapeTweeningUsed by:149
Symbol 142 GraphicUsed by:149
Symbol 143 ShapeTweeningUsed by:149
Symbol 144 GraphicUsed by:149
Symbol 145 ShapeTweeningUsed by:149
Symbol 146 GraphicUsed by:149
Symbol 147 ShapeTweeningUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClip [rocket]Uses:129 130 131 132 133 134 91 135 136 137 138 139 140 141 142 143 144 145 146 147 148Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 TextUses:2Used by:160
Symbol 152 TextUses:2Used by:160
Symbol 153 TextUses:2Used by:160
Symbol 154 TextUses:2Used by:160
Symbol 155 TextUses:2Used by:160
Symbol 156 TextUses:2Used by:160
Symbol 157 TextUses:2Used by:160
Symbol 158 TextUses:2Used by:160
Symbol 159 TextUses:2Used by:160
Symbol 160 MovieClipUses:151 152 153 154 155 156 157 158 159Used by:Timeline
Symbol 161 TextUses:2Used by:Timeline
Symbol 162 TextUses:2Used by:Timeline
Symbol 163 TextUses:2Used by:Timeline
Symbol 164 FontUsed by:165
Symbol 165 TextUses:164Used by:168
Symbol 166 ShapeTweeningUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:165 166 167Used by:Timeline
Symbol 169 FontUsed by:48 49 77 170 171 172 173 174 201 272 273 274
Symbol 170 TextUses:169Used by:175
Symbol 171 TextUses:169Used by:175
Symbol 172 TextUses:169Used by:175
Symbol 173 TextUses:169Used by:175
Symbol 174 TextUses:169Used by:175
Symbol 175 MovieClipUses:170 171 172 173 174Used by:Timeline
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:241  Timeline
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:178Used by:260  Timeline
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClipUses:181 43Used by:231  Timeline
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:185
Symbol 185 MovieClipUses:184 43Used by:231  Timeline
Symbol 186 GraphicUsed by:194
Symbol 187 GraphicUsed by:194
Symbol 188 GraphicUsed by:194
Symbol 189 GraphicUsed by:194
Symbol 190 GraphicUsed by:194
Symbol 191 GraphicUsed by:194
Symbol 192 GraphicUsed by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:43 186 187 188 189 190 191 192 193 91Used by:260  Timeline
Symbol 195 TextUses:2Used by:Timeline
Symbol 196 TextUses:2Used by:Timeline
Symbol 197 TextUses:2Used by:Timeline
Symbol 198 TextUses:2Used by:Timeline
Symbol 199 TextUses:2Used by:Timeline
Symbol 200 TextUses:2Used by:Timeline
Symbol 201 TextUses:169Used by:Timeline
Symbol 202 FontUsed by:203
Symbol 203 TextUses:202Used by:Timeline
Symbol 204 GraphicUsed by:208
Symbol 205 TextUses:2Used by:208
Symbol 206 TextUses:2Used by:208
Symbol 207 EditableTextUses:2Used by:208
Symbol 208 MovieClipUses:204 205 43 206 207Used by:Timeline
Symbol 209 TextUses:2Used by:Timeline
Symbol 210 EditableTextUses:2Used by:Timeline
Symbol 211 BitmapUsed by:212 218
Symbol 212 GraphicUses:211Used by:231
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:231
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:231
Symbol 217 GraphicUsed by:231
Symbol 218 GraphicUses:211Used by:219
Symbol 219 MovieClipUses:218Used by:231
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:231
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:227
Symbol 224 FontUsed by:226
Symbol 225 Font
Symbol 226 TextUses:224Used by:227
Symbol 227 MovieClipUses:223 226Used by:230
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:230
Symbol 230 MovieClipUses:227 229Used by:231
Symbol 231 MovieClipUses:212 214 216 217 219 185 182 221 230Used by:Timeline
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:232Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:260
Symbol 236 GraphicUsed by:237
Symbol 237 MovieClipUses:236Used by:260
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:241
Symbol 241 MovieClipUses:177 240Used by:260
Symbol 242 GraphicUsed by:260
Symbol 243 ShapeTweeningUsed by:259
Symbol 244 GraphicUsed by:259
Symbol 245 GraphicUsed by:259
Symbol 246 GraphicUsed by:259
Symbol 247 ShapeTweeningUsed by:259
Symbol 248 GraphicUsed by:259
Symbol 249 GraphicUsed by:259
Symbol 250 GraphicUsed by:259
Symbol 251 GraphicUsed by:259
Symbol 252 ShapeTweeningUsed by:259
Symbol 253 GraphicUsed by:259
Symbol 254 GraphicUsed by:259
Symbol 255 GraphicUsed by:259
Symbol 256 GraphicUsed by:259
Symbol 257 GraphicUsed by:259
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258Used by:260
Symbol 260 MovieClipUses:179 235 237 194 241 242 259Used by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 GraphicUsed by:265
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:265
Symbol 265 MovieClipUses:262 264Used by:Timeline
Symbol 266 FontUsed by:267
Symbol 267 EditableTextUses:266Used by:Timeline
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 EditableTextUses:2Used by:Timeline
Symbol 271 GraphicUsed by:275
Symbol 272 TextUses:169Used by:275
Symbol 273 EditableTextUses:169Used by:275
Symbol 274 TextUses:169Used by:275
Symbol 275 MovieClipUses:271 272 273 274Used by:Timeline
Symbol 276 TextUses:45Used by:Timeline
Symbol 277 TextUses:45Used by:Timeline
Symbol 278 TextUses:45Used by:Timeline
Symbol 279 TextUses:2Used by:Timeline
Symbol 280 TextUses:45Used by:Timeline
Symbol 281 TextUses:2Used by:Timeline
Symbol 282 TextUses:2Used by:Timeline
Symbol 283 TextUses:2Used by:Timeline
Symbol 284 EditableTextUses:2Used by:Timeline
Symbol 285 EditableTextUses:2Used by:Timeline
Symbol 286 GraphicUsed by:305
Symbol 287 GraphicUsed by:305
Symbol 288 GraphicUsed by:305
Symbol 289 GraphicUsed by:305
Symbol 290 GraphicUsed by:305
Symbol 291 GraphicUsed by:305
Symbol 292 GraphicUsed by:305
Symbol 293 GraphicUsed by:305
Symbol 294 GraphicUsed by:305
Symbol 295 GraphicUsed by:305
Symbol 296 GraphicUsed by:305
Symbol 297 GraphicUsed by:305
Symbol 298 GraphicUsed by:305
Symbol 299 GraphicUsed by:305
Symbol 300 GraphicUsed by:305
Symbol 301 GraphicUsed by:305
Symbol 302 GraphicUsed by:305
Symbol 303 GraphicUsed by:305
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304Used by:Timeline
Symbol 306 EditableTextUses:2Used by:Timeline
Symbol 307 EditableTextUses:2Used by:Timeline
Symbol 308 EditableTextUses:2Used by:Timeline
Symbol 309 EditableTextUses:2Used by:Timeline
Symbol 310 EditableTextUses:2Used by:Timeline
Symbol 311 EditableTextUses:2Used by:Timeline
Symbol 312 TextUses:2Used by:Timeline
Symbol 313 EditableTextUses:2Used by:Timeline
Symbol 314 SoundUsed by:Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:Timeline
Symbol 317 SoundUsed by:Timeline
Symbol 318 GraphicUsed by:320
Symbol 319 TextUses:2Used by:320
Symbol 320 MovieClipUses:318 319Used by:Timeline

Instance Names

"tank"Frame 1Symbol 26 MovieClip
"musicchanger"Frame 1Symbol 36 MovieClip
"btnsingle"Frame 58Symbol 43 MovieClip
"btnmulti"Frame 58Symbol 43 MovieClip
"btncont"Frame 59Symbol 43 MovieClip
"btnplay"Frame 60Symbol 43 MovieClip
"diffSlider"Frame 60Symbol 208 MovieClip
"deschere"Frame 60Symbol 210 EditableText
"background"Frame 61Symbol 231 MovieClip
"cont"Frame 61Symbol 233 MovieClip
"foreground"Frame 61Symbol 260 MovieClip
"preparing0"Frame 61Symbol 265 MovieClip
"scoreboard"Frame 61Symbol 267 EditableText
"hit"Frame 61Symbol 269 MovieClip
"fps"Frame 61Symbol 270 EditableText
"qBtn"Frame 61Symbol 275 MovieClip
"preparing1"Frame 61Symbol 265 MovieClip
"restart"Frame 62Symbol 43 MovieClip
"lpoints"Frame 62Symbol 284 EditableText
"rpoints"Frame 62Symbol 285 EditableText
"star"Frame 62Symbol 305 MovieClip
"p00"Frame 62Symbol 306 EditableText
"p01"Frame 62Symbol 307 EditableText
"p02"Frame 62Symbol 308 EditableText
"p10"Frame 62Symbol 309 EditableText
"p11"Frame 62Symbol 310 EditableText
"p12"Frame 62Symbol 311 EditableText
"totaltime"Frame 62Symbol 313 EditableText
"txt"Symbol 4 MovieClip [textbox] Frame 1Symbol 3 EditableText
"btn1"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"btn0"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"btn2"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"btn3"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"btn6"Symbol 36 MovieClip Frame 1Symbol 32 MovieClip
"btn4"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"btn5"Symbol 36 MovieClip Frame 1Symbol 29 MovieClip
"hit"Symbol 182 MovieClip Frame 1Symbol 43 MovieClip
"hit"Symbol 185 MovieClip Frame 1Symbol 43 MovieClip
"hit"Symbol 194 MovieClip Frame 1Symbol 43 MovieClip
"slider"Symbol 208 MovieClip Frame 1Symbol 43 MovieClip
"diffNum"Symbol 208 MovieClip Frame 1Symbol 207 EditableText
"prepared"Symbol 265 MovieClip Frame 1Symbol 264 MovieClip
"showquality"Symbol 275 MovieClip Frame 1Symbol 273 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 4 as "textbox"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Highlands"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Mars"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Dungeon"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Meadow"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Battlefield"
ExportAssets (56)Timeline Frame 1Symbol 23 as "Forest"
ExportAssets (56)Timeline Frame 58Symbol 52 as "letterS"
ExportAssets (56)Timeline Frame 58Symbol 54 as "letterI"
ExportAssets (56)Timeline Frame 58Symbol 56 as "letterN"
ExportAssets (56)Timeline Frame 58Symbol 58 as "letterG"
ExportAssets (56)Timeline Frame 58Symbol 60 as "letterL"
ExportAssets (56)Timeline Frame 58Symbol 62 as "letterE"
ExportAssets (56)Timeline Frame 58Symbol 64 as "letterP"
ExportAssets (56)Timeline Frame 58Symbol 66 as "letterA"
ExportAssets (56)Timeline Frame 58Symbol 68 as "letterY"
ExportAssets (56)Timeline Frame 58Symbol 70 as "letterR"
ExportAssets (56)Timeline Frame 58Symbol 72 as "letterM"
ExportAssets (56)Timeline Frame 58Symbol 74 as "letterU"
ExportAssets (56)Timeline Frame 58Symbol 76 as "letterT"
ExportAssets (56)Timeline Frame 59Symbol 108 as "cannon"
ExportAssets (56)Timeline Frame 59Symbol 128 as "laser"
ExportAssets (56)Timeline Frame 59Symbol 149 as "rocket"

Labels

"normal"Symbol 108 MovieClip [cannon] Frame 1
"meet cannon"Symbol 108 MovieClip [cannon] Frame 10
"meet laser"Symbol 108 MovieClip [cannon] Frame 30
"meet rocket"Symbol 108 MovieClip [cannon] Frame 50
"explode"Symbol 108 MovieClip [cannon] Frame 70
"mountain"Symbol 108 MovieClip [cannon] Frame 78
"normal"Symbol 128 MovieClip [laser] Frame 1
"meet cannon"Symbol 128 MovieClip [laser] Frame 10
"meet laser"Symbol 128 MovieClip [laser] Frame 30
"meet rocket"Symbol 128 MovieClip [laser] Frame 50
"explode"Symbol 128 MovieClip [laser] Frame 71
"mountain"Symbol 128 MovieClip [laser] Frame 78
"normal"Symbol 149 MovieClip [rocket] Frame 1
"meet cannon"Symbol 149 MovieClip [rocket] Frame 10
"meet laser"Symbol 149 MovieClip [rocket] Frame 30
"meet rocket"Symbol 149 MovieClip [rocket] Frame 50
"explode"Symbol 149 MovieClip [rocket] Frame 71
"mountain"Symbol 149 MovieClip [rocket] Frame 79
"END"Symbol 265 MovieClip Frame 40




http://swfchan.com/16/77426/info.shtml
Created: 4/4 -2019 01:29:01 Last modified: 4/4 -2019 01:29:01 Server time: 17/05 -2024 04:09:47