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

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

Spin Doctor.swf

This is the info page for
Flash #13822

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


Text
Game over!

Submit!

Submit!

View Scores

View Scores

Play Again!

Play Again!

Play More Games!

Play More Games!

Final Wave:

Score:

Clicks:

Kills:

Name:

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

<p align="left"></p>

Insert Name Here

Developed by jmtb02 Studios

Presented by Armor Games

Loading...

Spin Doctor

Play!

Play!

next generation animation and design

ZeRo-BaSs

music by

Play

Play

Play More Games

Play More Games

visit jmtb02.com

visit jmtb02.com

visit armorgames.com

visit armorgames.com

Control the ship with the mouse, and either press the space bar
or mouse button (or both for rapid fire) to get the disc spinning.

Get two of the same disc spinning fast enough to remove them.

Survive by avoiding the waves of discs coming after you.

1

2

3

Wave

<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>

Lives

<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>

Score

<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>

Pause (P)

Pause (P)

Quality Toggle (Q)

Quality Toggle (Q)

Spin Doctor

Paused

ActionScript [AS1/AS2]

Frame 1
function goto() { gotoAndStop (52); } stop(); MENU = new ContextMenu(); MENU.hideBuiltInItems(); _root.menu = MENU;
Instance of Symbol 109 MovieClip in Frame 1
onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); framesLoaded = Math.ceil((loaded / total) * 100); gotoAndStop(framesLoaded); status.text = framesLoaded + " % completed"; if (framesLoaded >= 100) { _root.gotoAndStop(2); } }
Instance of Symbol 121 MovieClip in Frame 1
onClipEvent (load) { k = 0; } onClipEvent (enterFrame) { gwg = this.attachMovie("star", "star" + k, k++); gwg._alpha = 20; gwg._rotation = random(360); }
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Instance of Symbol 121 MovieClip in Frame 20
onClipEvent (load) { k = 0; i = 0; while (i < 50) { gwg = this.attachMovie("star", "star" + k, k++); gwg._alpha = 100; gwg._xscale = random(200) + 100; gwg._yscale = gwg._xscale; gwg._rotation = random(360); i++; } } onClipEvent (enterFrame) { gwg = this.attachMovie("star", "star" + k, k++); gwg._alpha = 20; gwg._rotation = random(360); }
Frame 50
stop();
Frame 51
stop();
Frame 52
function levels() { wereReady = true; r = 0; while (r < maxNum) { if (spinnerList[r] == true) { wereReady = false; } r++; } if (wereReady == true) { trace("it looks: " + spinnerList); spawnMore(); } } function spawnMore() { if (level > 25) { choiceMove = random(7); _root["rt" + choiceMove] = _root["rt" + choiceMove] + 4; _root["lev" + level] = [rt1, rt2, rt3, rt4, rt5, rt6, rt0]; } j = 0; while (j < _root["lev" + level].length) { r = 0; while (r < _root["lev" + level][j]) { loadSpin(j); r++; } j++; } trace("loaded level " + level); trace(_root["lev" + level]); level++; blubup3.start(); cctap = Math.round(Math.random() * 16777215); var _local2 = new Color(grid.grid2); _local2.setRGB(cctap); } function loadSpin(tap2) { taken = false; if (tap2 == 0) { tap = "red"; } else if (tap2 == 1) { tap = "blue"; } else if (tap2 == 2) { tap = "green"; } else if (tap2 == 3) { tap = "purple"; } else if (tap2 == 4) { tap = "yellow"; } else if (tap2 == 5) { tap = "orange"; } else if (tap2 == 6) { tap = "black"; } trace("load " + tap); i = 0; while (i < maxNum) { if ((spinnerList[i] == false) && (taken == false)) { spinnerList[i] = true; taken = true; t = attachMovie("spin", "spin" + i, _root.getNextHighestDepth()); t._x = random(450) + 50; t._y = random(450) + 50; t.tap = tap; t.tappy = tap2; t.travel = intTravel; t.total = 0; t.angst = random(4) + 1; t._xscale = 125; t._yscale = 125; t.travelRounded = 0; t.drawSpeed = 0; t.totSize = 100; t.activated = false; trace((((((("#" + i) + ", x:") + t._x) + ", y:") + t._y) + ", color:") + t.tap); t.xTrav = (random(20) - 10) / 10; t.yTrav = (random(20) - 10) / 10; if (tap == "orange") { t._xscale = 250; t._yscale = 250; } if (tap == "yellow") { t.xTrav = (random(40) - 20) / 5; t.yTrav = (random(40) - 20) / 5; } if (tap == "black") { t.xTrav = (random(80) - 40) / 5; t.yTrav = (random(80) - 40) / 5; t._xscale = 20; t._yscale = 20; } t.active = false; t.onEnterFrame = function () { if (cstatus == 1) { if (this.tap == "blue") { this.spikes.wings.gotoAndStop(1); this.bgc.gotoAndStop(1); this.colorType = "blue"; } if (this.tap == "red") { this.spikes.wings.gotoAndStop(2); this.bgc.gotoAndStop(2); this.colorType = "red"; } if (this.tap == "green") { this.spikes.wings.gotoAndStop(3); this.bgc.gotoAndStop(3); this.colorType = "green"; } if (this.tap == "purple") { this.spikes.wings.gotoAndStop(4); this.bgc.gotoAndStop(4); this.colorType = "purple"; } if (this.tap == "yellow") { this.spikes.wings.gotoAndStop(5); this.bgc.gotoAndStop(5); this.colorType = "yellow"; } if (this.tap == "orange") { this.spikes.wings.gotoAndStop(6); this.bgc.gotoAndStop(6); this.colorType = "orange"; } if (this.tap == "black") { this.spikes.wings.gotoAndStop(7); this.bgc.gotoAndStop(7); this.colorType = "black"; } if (this.active == true) { if ((((this.colorType == "red") || (this.colorType == "blue")) || (this.colorType == "orange")) || (this.colorType == "black")) { while (this._x > right._x) { this._x--; this.xTrav = Math.abs(this.xTrav) * -1; } while (this._x < left._x) { this._x++; this.xTrav = Math.abs(this.xTrav); } while (this._y < top._y) { this._y++; this.yTrav = Math.abs(this.yTrav); } while (this._y > bottom._y) { this._y--; this.yTrav = Math.abs(this.yTrav) * -1; } } if (this.colorType == "green") { this._x = this._x - ((this.angst * 0.01) * ((this._x - ship._x) / 2)); this._y = this._y - ((this.angst * 0.01) * ((this._y - ship._y) / 2)); while (this._x > right._x) { this._x--; } while (this._x < left._x) { this._x++; } while (this._y < top._y) { this._y++; } while (this._y > bottom._y) { this._y--; } } if (this.colorType == "purple") { if (getDistance(this._x, this._y, ship._x, ship._y) < 200) { this._x = this._x + (0.04 * ((this._x - ship._x) / 2)); this._y = this._y + (0.04 * ((this._y - ship._y) / 2)); while (this._x > right._x) { this._x--; } while (this._x < left._x) { this._x++; } while (this._y < top._y) { this._y++; } while (this._y > bottom._y) { this._y--; } } else { while (this._x > right._x) { this._x--; this.xTrav = Math.abs(this.xTrav) * -1; } while (this._x < left._x) { this._x++; this.xTrav = Math.abs(this.xTrav); } while (this._y < top._y) { this._y++; this.yTrav = Math.abs(this.yTrav); } while (this._y > bottom._y) { this._y--; this.yTrav = Math.abs(this.yTrav) * -1; } } } if (this.colorType == "yellow") { while (this._x > right._x) { this._x--; this.xTrav = Math.abs(this.xTrav) * -1; } while (this._x < left._x) { this._x++; this.xTrav = Math.abs(this.xTrav); } while (this._y < top._y) { this._y++; this.yTrav = Math.abs(this.yTrav); } while (this._y > bottom._y) { this._y--; this.yTrav = Math.abs(this.yTrav) * -1; } } this._rotation = this._rotation + (this.travel / 4); this.points._rotation = this.points._rotation - (this.travel / 4); this.travel = this.travel - decel; this._x = this._x + this.xTrav; this._y = this._y + this.yTrav; if (this.travel <= 10) { this.travel = 10; } if (this.travel <= 20) { } if (this.travel > 60) { if (this.total >= (particleLaunch * 2)) { l = 0; while (l < 2) { spawnStar(this._x, this._y); spawnRing(this._x, this._y); this.total = 0; l++; } } else if (this.total >= particleLaunch) { spawnStar(this._x, this._y); spawnRing(this._x, this._y); this.total = 0; } } if (this.travel > 100) { this.radius.inside.play(); } if (this.travel >= travelTops) { this.travel = travelTops; } if (this.travel > 10) { this.drawSpeed = this.travel / 10000; } i = 0; while (i < maxNum) { if (((((this.travel >= 60) && (_root["spin" + i].travel >= 60)) && (_root["spin" + i]._name != this._name)) && (this.colorType == _root["spin" + i].colorType)) && (_root["spin" + i].activated == false)) { this.finalCount = 0; _root["spin" + i].activated = true; doopy.start(); g = _root.createEmptyMovieClip(i, _root.getNextHighestDepth()); this.num = i; this.num2 = "spin" + i; g.lineStyle(10, 16777215, 50); g.moveTo(this._x, this._y); g.lineTo(_root["spin" + i]._x, _root["spin" + i]._y); g.countdown = 30; g.counter = 0; g.onEnterFrame = function () { if (_root.cstatus == 1) { this.counter++; if (this.counter > this.countdown) { this.removeMovieClip(); } } }; this.onEnterFrame = function () { if (_root.cstatus == 1) { this.finalCount++; this._xscale = this._xscale + 1; this._yscale = this._yscale + 1; this.radius.inside.play(); this._rotation = this._rotation + this.finalCount; if (this.colorType == "blue") { loader.lineStyle(random(5) + 2, 255, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "red") { loader.lineStyle(random(5) + 2, 16711680, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "green") { loader.lineStyle(random(5) + 2, 26112, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "purple") { loader.lineStyle(random(5) + 2, 26265, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "yellow") { loader.lineStyle(random(5) + 2, 16776960, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "orange") { loader.lineStyle(random(5) + 2, 16750848, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } else if (this.colorType == "black") { loader.lineStyle(random(5) + 2, 0, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x + random(100), this._y + random(100), _root[this.num2]._x, _root[this.num2]._y); } loader.lineStyle(random(5) + 2, 16777215, 50); loader.moveTo(this._x, this._y); loader.curveTo(this._x - random(100), this._y - random(100), _root[this.num2]._x, _root[this.num2]._y); if (this.finalCount == 40) { l = 0; while (l < 10) { spawnStar(this._x, this._y); spawnStar2(this._x, this._y); l++; } w = attachMovie("spin2", "s" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); w._x = this._x; w._y = this._y; w._xscale = this._xscale; w._yscale = this._yscale; loader.removeMovieClip(); _root[this.num].removeMovieClip(); spinnerList[this.num] = false; if (this.colorType == "blue") { score = score + 25; } if (this.colorType == "red") { score = score + 25; } if (this.colorType == "green") { score = score + 50; } if (this.colorType == "purple") { score = score + 75; } if (this.colorType == "yellow") { score = score + 100; } if (this.colorType == "orange") { score = score + 150; } if (this.colorType == "black") { score = score + 250; } _root.kills++; this.removeMovieClip(); } } }; } i++; } if (this._xscale < this.totSize) { this._xscale = this._xscale - (0.07 * ((this._xscale - this.totSize) / 2)); this._yscale = this._yscale - (0.07 * ((this._yscale - this.totSize) / 2)); } this.radius._xscale = (this.travel / travelTops) * 100; this.radius._yscale = this.radius._xscale; this.travelRounded = Math.floor(this.travel); this.total = this.total + this.travel; this.star._xscale = this.travel + 100; this.star._yscale = this.travel + 100; this.spikes.wings._alpha = (this.travel / travelTops) * 100; } } }; } i++; } } function spawnStar(g1, g2) { g = attachMovie("star", "star" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); g._x = g1; g._y = g2; g._xscale = random(80); g._yscale = g._xscale; g._rotation = random(360); } function spawnStar2(g1, g2) { g = attachMovie("star2", "star" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); g._x = g1; g._y = g2; g._xscale = random(150); g._yscale = g._xscale; g._rotation = random(360); g.shape = random(2); g.onEnterFrame = function () { if (_root.cstatus == 1) { this._rotation = this._rotation + this.shape; } }; } function spawnRing(r1, r2) { f = attachMovie("ring", "ring" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); f._x = r1; f._y = r2; f._xscale = random(50) + 100; f._yscale = random(150) + 30; f._rotation = random(360); f = attachMovie("ring2", "ring" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); f._x = r1; f._y = r2; f._xscale = random(50) + 100; f._yscale = random(150) + 30; f._rotation = random(360); f = attachMovie("ring3", "ring" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); f._x = r1; f._y = r2; f._xscale = random(50) + 100; f._yscale = random(150) + 30; f._rotation = random(360); } function bumpScreen() { bottomLimit = -5; topLimit = 5; _root._x = _root._x + (1 - random(3)); _root._y = _root._y + (1 - random(3)); if (_root._x <= bottomLimit) { _root._x = bottomLimit; } if (_root._x >= topLimit) { _root._x = topLimit; } if (_root._y <= bottomLimit) { _root._y = bottomLimit; } if (_root._y >= topLimit) { _root._y = topLimit; } } function shipControl() { if ((ship._x >= left._x) && (ship._x <= right._x)) { dirValX = 0.05 * ((ship._x - _xmouse) / 2); ship._x = ship._x - dirValX; } if ((ship._y >= top._y) && (ship._y <= bottom._y)) { dirValY = 0.05 * ((ship._y - _ymouse) / 2); ship._y = ship._y - dirValY; } if (!ship.hitTest(_xmouse, _ymouse)) { thrustParticle(); } while (ship._x < left._x) { ship._x++; } while (ship._x > right._x) { ship._x--; } while (ship._y < top._y) { ship._y++; } while (ship._y > bottom._y) { ship._y--; } circx = ship._x; circy = ship._y; pointx = _xmouse; pointy = _ymouse; if ((circx < pointx) && (circy < pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; ship._rotation = degrees + 90; } if ((circx < pointx) && (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; ship._rotation = 90 - degrees; } if ((circx > pointx) && (circy < pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.PI; ship._rotation = -(180 - degrees); } if ((circx > pointx) && (circy > pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.PI; ship._rotation = -(90 - degrees); } } function shootClosest() { shortestTotal = 100000000 /* 0x5F5E100 */; shortest = -5; q = 0; while (q < maxNum) { if (_root["spin" + q].active == true) { xpos1 = _root["spin" + q]._x; xpos2 = ship._x; ypos1 = _root["spin" + q]._y; ypos2 = ship._y; calcShortest = getDistance(xpos1, ypos1, xpos2, ypos2); if (calcShortest < shortestTotal) { shortest = q; globalShortest = q; shortestTotal = calcShortest; } } q++; } if (shipStatus == "alive") { loader2.lineStyle(1, 13421823, 100); loader2.moveTo(ship._x, ship._y); if (shortestTotal < 1000) { loader2.lineTo(_root["spin" + shortest]._x, _root["spin" + shortest]._y); } } } function getDistance(x1, y1, x2, y2) { return(Math.abs(Math.sqrt(Math.pow(x2 - x1, 2) + Math.pow(y2 - y1, 2)))); } function thrustParticle() { if (shipStatus == "alive") { camper = random(3); if (camper == 0) { tg = _root.attachMovie("yellowBlock", "yellowBlock" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } else if (camper == 1) { tg = _root.attachMovie("redBlock", "redBlock" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } else if (camper == 2) { tg = _root.attachMovie("orangeBlock", "orangeBlock" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); } tg._x = (ship._x + random(8)) - 4; tg._y = (ship._y + random(8)) - 4; tg._rotation = ship._rotation; } } function hitEnemy() { if (shipStatus == "alive") { i = 0; while (i < maxNum) { if (ship.hitTest(_root["spin" + i].area)) { trace("hit!"); lives--; dead3.start(); if (lives == 0) { death(); } else { ww = _root.createEmptyMovieClip("kata", _root.getNextHighestDepth()); ww._x = ship._x; ww._y = ship._y; shipStatus = "dead"; ship._visible = false; ww.counter = 0; ww.goal = 50; ww.setX = ship._x; ww.setY = ship._y; ww.onEnterFrame = function () { if (_root.cstatus == 1) { this.counter++; vcam._xscale = 100 * (50 - this.goal); vcam._yscale = 100 * (50 - this.goal); if (this.counter >= this.goal) { respawnShip(); this.removeMovieClip(); } if (this.counter < 20) { u = 0; while (u < 20) { gs = _root.attachMovie("shipExplode", "ship" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); gs._rotation = random(360); gs._xscale = random(200) + 50; gs._yscale = random(200) + 50; gs._x = this.setX; gs._y = this.setY; ctap = Math.round(Math.random() * 16777215); var _local3 = new Color(gs); _local3.setRGB(ctap); u++; } } if (this.counter <= (this.goal / 2)) { this.cctap = Math.round(Math.random() * 16777215); var _local3 = new Color(_root.grid.grid2); _local3.setRGB(this.cctap); } } }; } } i++; } } } function respawnShip() { ship._visible = true; ship.onEnterFrame = function () { if (_root.cstatus == 1) { vcam._x = ship._x; vcam._y = ship._y; vcam._xscale = (this.counter / 70) * 100; vcam._yscale = (this.counter / 70) * 100; this.counter++; this._alpha = 100 * (this.counter % 4); if (this.counter >= 70) { _root.shipStatus = "alive"; ship._visible = true; ship._alpha = 100; ship.counter = 0; this.onEnterFrame = null; } } }; } function attackEnemy() { if (_root.cstatus == 1) { if (((!_root["spin" + globalShortest]._x) == 0) && (shipStatus == "alive")) { loader2.lineStyle(6, 13421823, 100); loader2.moveTo(ship._x, ship._y); loader2.lineTo(_root["spin" + globalShortest]._x, _root["spin" + globalShortest]._y); loader2.lineStyle(3, Math.round(Math.random() * 16777215), 100); loader2.moveTo(ship._x, ship._y); loader2.lineTo(_root["spin" + globalShortest]._x, _root["spin" + globalShortest]._y); loader3.lineStyle(6, 13421823, 100); loader3.moveTo(ship._x, ship._y); loader3.lineTo(_root["spin" + globalShortest]._x, _root["spin" + globalShortest]._y); loader3.lineStyle(3, Math.round(Math.random() * 16777215), 100); loader3.moveTo(ship._x, ship._y); loader3.lineTo(_root["spin" + globalShortest]._x, _root["spin" + globalShortest]._y); if (_root["spin" + globalShortest].active == true) { _root["spin" + globalShortest].travel = _root["spin" + globalShortest].travel + accel; } } } } function onMouseDown() { attackEnemy(); clicks++; } function detectShoot() { if (Key.isDown(32)) { clicks++; if (!keysDown) { keysDown = true; attackEnemy(); } } else { keysDown = false; } } function drawAreas() { counter++; if (counter == 0) { } if (counter == 1) { _root.loader2.removeMovieClip(); _root.createEmptyMovieClip("loader2", _root.getNextHighestDepth()); } if (counter == 2) { counter = 0; _root.loader.removeMovieClip(); _root.createEmptyMovieClip("loader", _root.getNextHighestDepth()); _root.loader3.removeMovieClip(); _root.createEmptyMovieClip("loader3", _root.getNextHighestDepth()); } } function pauseScreen() { if ((keyDownP == false) && (Key.isDown(80))) { trace("pause"); keyDownP = true; if (cstatus == 1) { cstatus = 2; } else if (cstatus == 2) { cstatus = 1; } } if (cstatus == 2) { pauseWindow._x = Stage.width / 2; pauseWindow._y = Stage.width / 2; pauseWindow.swapDepths(_root.getNextHighestDepth()); } else { pauseWindow._x = 50000; } if (!Key.isDown(80)) { keyDownP = false; } } function death() { stopAllSounds(); dead3.start(); _root.cstatus = 0; ship._visible = false; ship.onEnterFrame = function () { this.deathCounter++; if (this.deathCounter < 20) { e = 0; while (e < 20) { gs = _root.attachMovie("shipExplode", "ship" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); gs._rotation = random(360); gs._xscale = random(200) + 50; gs._yscale = random(200) + 50; gs._x = this._x; gs._y = this._y; ctap = Math.round(Math.random() * 16777215); var _local3 = new Color(gs); _local3.setRGB(ctap); e++; } } if (this.deathCounter > 50) { this.deathCounter = 0; trace("hslist"); _root.gotoAndStop(2); lose = _root.attachMovie("losery", "g" + _root.getNextHighestDepth(), _root.getNextHighestDepth()); lose._x = Stage.width / 2; lose._y = Stage.height / 2; onEnterFrame = null; onMouseDown = null; ship.onEnterFrame = null; } }; } function onEnterFrame() { if (cstatus == 1) { hitEnemy(); shipControl(); shootClosest(); levels(); detectShoot(); drawAreas(); } pauseScreen(); } for (var mc in _root) { _root[mc].removeMovieClip(); } var dead3 = new Sound(); dead3.attachSound("hard"); var doopy = new Sound(); doopy.attachSound("smalls"); var blubup3 = new Sound(); blubup3.attachSound("blubup"); ship._visible = true; ship._alpha = 100; var decel = 0.2; var accel = 10; var intTravel = 10; var particleLaunch = 300; var travelTops = 120; var maxNum = 60; var spinnerList = new Array(); var driftSpeed = 0; var level = 0; var score = 0; var clicks = 0; var finalName = "Type Name Here"; var lives = 3; var kills = 0; var shipStatus = "alive"; _quality = "MEDIUM"; _root.cstatus = 1; youAcc = 0.2; youDec = 0.2; youSpeed = 0; youMaxSpeed = 2; var counter = 0; _root.createEmptyMovieClip("loader", _root.getNextHighestDepth()); _root.createEmptyMovieClip("loader2", _root.getNextHighestDepth()); i = 0; while (i < maxNum) { spinnerList.push(false); i++; } trace(spinnerList); var spinColors = new Array(0, 0, 0, 0, 0, 0, 0); var spinColors2 = new Array(true, true, true, true, true, true, true); var lev0 = [2, 0, 0, 0, 0, 0, 0]; var lev1 = [4, 0, 0, 0, 0, 0, 0]; var lev2 = [0, 4, 0, 0, 0, 0, 0]; var lev3 = [2, 2, 0, 0, 0, 0, 0]; var lev4 = [6, 6, 0, 0, 0, 0, 0]; var lev5 = [0, 0, 4, 0, 0, 0, 0]; var lev6 = [2, 0, 4, 0, 0, 0, 0]; var lev7 = [0, 0, 0, 4, 0, 0, 0]; var lev8 = [2, 2, 2, 2, 0, 0, 0]; var lev9 = [2, 2, 6, 4, 0, 0, 0]; var lev10 = [0, 0, 0, 0, 4, 0, 0]; var lev11 = [0, 2, 2, 2, 4, 0, 0]; var lev12 = [10, 0, 0, 0, 0, 0, 0]; var lev13 = [2, 2, 2, 2, 2, 0, 0]; var lev14 = [0, 0, 0, 0, 0, 4, 0]; var lev15 = [0, 6, 0, 0, 6, 6, 0]; var lev16 = [0, 2, 4, 0, 4, 2, 0]; var lev17 = [4, 0, 4, 0, 0, 2, 0]; var lev18 = [0, 0, 0, 0, 0, 0, 4]; var lev19 = [6, 0, 0, 0, 0, 0, 4]; var lev20 = [6, 0, 0, 2, 0, 0, 2]; var lev21 = [2, 2, 2, 0, 2, 0, 0]; var lev22 = [2, 0, 2, 0, 2, 0, 2]; var lev23 = [2, 2, 2, 0, 2, 0, 0]; var lev24 = [2, 4, 2, 4, 0, 0, 0]; var lev25 = [2, 2, 2, 2, 2, 2, 2]; rt0 = 2; rt1 = 2; rt2 = 2; rt3 = 2; rt4 = 2; rt5 = 2; rt6 = 2; var tap; var dirValX = 0; var dirValY = 0; var xpos1; var xpos2; var ypos1; var ypos2; var calcShortest; var camper; ship.counter = 0; var keysDown = false; var keyDownP = false; ship.deathCounter = 0; stop();
Symbol 13 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 45 MovieClip [spin2] Frame 30
this.removeMovieClip();
Symbol 46 MovieClip Frame 1
function onEnterFrame() { counter++; if (cat == counter) { onEnterFrame = null; play(); } } cat = random(30) + 2; stop(); counter = 0;
Symbol 46 MovieClip Frame 35
_parent.active = true; _parent.nextFrame();
Symbol 47 MovieClip [spin] Frame 1
stop();
Symbol 47 MovieClip [spin] Frame 2
stop();
Symbol 50 MovieClip [star2] Frame 50
this.removeMovieClip();
Symbol 51 MovieClip [star] Frame 20
this.removeMovieClip();
Symbol 54 MovieClip [ring3] Frame 22
this.removeMovieClip();
Symbol 55 MovieClip [ring2] Frame 14
this.removeMovieClip();
Symbol 56 MovieClip [ring] Frame 9
this.removeMovieClip();
Symbol 59 MovieClip [redBlock] Frame 15
this.removeMovieClip();
Symbol 60 MovieClip [yellowBlock] Frame 15
this.removeMovieClip();
Symbol 61 MovieClip [orangeBlock] Frame 15
this.removeMovieClip();
Symbol 64 MovieClip [shipExplode] Frame 30
this.removeMovieClip();
Symbol 72 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = _root.finalName; ab20_09.x = ab20.encodeNum(_root.score); ab20_09.c = 619; ab20_09.v = "NWOFWV"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://www.armorbot.com/mytable/?id=619", "_blank"); submitButton._x = submitButton._x + 493495345; }
Symbol 75 Button
on (release) { getURL ("http://www.armorbot.com/mytable/?id=619", "_blank"); }
Symbol 79 Button
on (release) { _root.goto(); this.removeMovieClip(); }
Symbol 83 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 87 Button
on (release) { _root.gotoAndStop(1); this.removeMovieClip(); }
Symbol 104 MovieClip [losery] Frame 1
stopAllSounds();
Symbol 109 MovieClip Frame 100
stop();
Symbol 115 MovieClip Frame 1
stop();
Instance of Symbol 115 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; }
Symbol 236 MovieClip [__Packages.ab20] Frame 0
class ab20 { function ab20 () { } static function fr(str, find, replace, limit) { var _local2 = str; var _local3; var _local4; var _local9; if (!(typeof(find) === "string")) { if (replace === undefined) { replace = [""]; } else if (typeof(replace) === "string") { replace = [replace]; } } else { find = [find]; replace = [replace]; } _local9 = find.length; var _local1 = 0; var _local5 = 0; while (_local1 < _local9) { while (_local4 = _local2.indexOf(find[_local1]) , !(_local4 === -1)) { if ((!(limit === undefined)) && (_local5 >= limit)) { break; } _local3 = new Array(_local2.substring(0, _local4), _local2.substr(_local4, find[_local1].length), _local2.substr(_local4 + find[_local1].length)); _local3[1] = ((replace[_local1] === undefined) ? "" : (replace[_local1])); _local2 = (_local3[0] + _local3[1]) + _local3[2]; _local5++; } _local1++; _local5 = 0; } return(_local2); } static function encodeNum(num) { var _local11 = getTimer(); var _local6 = ["aZ", "Zy", "Zx"]; var _local7 = ["zH", "jY", "uH"]; var _local4 = ["Ah", "Xh", "hO"]; var _local5 = ["Ub", "Bu", "Cb"]; var _local8 = ["Qc", "Pc", "Pe"]; var _local9 = ["Ei", "Ie", "Ef"]; var _local3 = ["Fk", "kG", "Kg"]; var _local13 = ["Jl", "Lm", "Mn"]; var _local12 = ["No", "Np", "Qp"]; var _local2 = ["Rs", "St", "Sw"]; var _local14 = random(3); num = String(num); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "9", _local6[random(3)], 1); num = fr(num, "8", _local7[random(3)], 1); num = fr(num, "8", _local7[random(3)], 1); num = fr(num, "8", _local7[random(3)], 1); num = fr(num, "8", _local7[random(3)], 1); num = fr(num, "8", _local7[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "7", _local4[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); num = fr(num, "6", _local5[random(3)], 1); if (_local14 == 1) { num = fr(num, "5", _local8[0]); } else { num = fr(num, "5", _local8[random(3)]); } num = fr(num, "4", _local9[random(3)]); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "3", _local3[random(3)], 1); num = fr(num, "2", _local13[random(3)]); num = fr(num, "1", _local12[random(3)]); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); num = fr(num, "0", _local2[random(3)], 1); var _local10 = getTimer() - _local11; num = (num + "Dd") + _local10; return(num); } static function encodeStr8bytes(str) { var _local1 = 0; var _local4 = str.length; var _local3 = "%"; var _local2 = ["%", "$", "#", "@"]; while (_local1 < _local4) { _local3 = _local3 + (str.charCodeAt(_local1) + _local2[random(_local2.length)]); _local1++; } return(_local3); } static function decodeStr8bytes(str) { str = ("PIE" + str) + "PIE"; str = fr(str, "%", "D"); str = fr(str, "$", "D"); str = fr(str, "#", "D"); str = fr(str, "@", "D"); str = fr(str, "PIED", ""); str = fr(str, "DPIE", ""); var _local3 = str.split("D"); var _local4 = ""; var _local1 = 0; var _local5 = _local3.length; while (_local1 < _local5) { _local4 = _local4 + String(String.fromCharCode(_local3[_local1])); _local1++; } return(_local4); } static function decodeNum(str) { var _local2 = ["aZ", "Zy", "Zx", "zH", "jY", "uH", "Ah", "Xh", "hO", "Ub", "Bu", "Cb", "Qc", "Pc", "Pe", "Ei", "Ie", "Ef", "Fk", "kG", "Kg", "Jl", "Lm", "Mn", "No", "Np", "Qp", "Rs", "St", "Sw"]; str = String(str); str = str.split("Dd"); str = str[0]; str = fr(str, _local2[0], "9"); str = fr(str, _local2[1], "9"); str = fr(str, _local2[2], "9"); str = fr(str, _local2[3], "8"); str = fr(str, _local2[4], "8"); str = fr(str, _local2[5], "8"); str = fr(str, _local2[6], "7"); str = fr(str, _local2[7], "7"); str = fr(str, _local2[8], "7"); str = fr(str, _local2[9], "6"); str = fr(str, _local2[10], "6"); str = fr(str, _local2[11], "6"); str = fr(str, _local2[12], "5"); str = fr(str, _local2[13], "5"); str = fr(str, _local2[14], "5"); str = fr(str, _local2[15], "4"); str = fr(str, _local2[16], "4"); str = fr(str, _local2[17], "4"); str = fr(str, _local2[18], "3"); str = fr(str, _local2[19], "3"); str = fr(str, _local2[20], "3"); str = fr(str, _local2[21], "2"); str = fr(str, _local2[22], "2"); str = fr(str, _local2[23], "2"); str = fr(str, _local2[24], "1"); str = fr(str, _local2[25], "1"); str = fr(str, _local2[26], "1"); str = fr(str, _local2[27], "0"); str = fr(str, _local2[28], "0"); str = fr(str, _local2[29], "0"); var _local3 = Number(str); return(_local3); } }
Symbol 125 Button
on (release) { play(); }
Symbol 136 MovieClip Frame 1
var wd1 = new Sound(); wd1.attachSound("Anaconda"); wd1.start(0, 99);
Symbol 136 MovieClip Frame 151
_root.nextFrame();
Symbol 146 MovieClip Frame 64
_root.play();
Symbol 153 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 160 MovieClip Frame 139
_root.play(); _root.play();
Instance of Symbol 115 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) { rotManager = 1; } onClipEvent (enterFrame) { this._rotation = this._rotation + rotManager; rotManager = rotManager + 1; }
Symbol 166 Button
on (release) { play(); }
Symbol 169 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 172 Button
on (release) { getURL ("http://www.jmtb02.com/", "_blank"); }
Symbol 175 Button
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 176 Button
on (release) { play(); }
Symbol 181 Button
on (release) { stopAllSounds(); play(); }
Symbol 225 Button
on (release) { if (_root.cstatus == 1) { _root.cstatus = 2; } else if (_root.cstatus == 2) { _root.cstatus = 1; } }
Symbol 229 Button
on (release, keyPress "q") { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } }

Library Items

Symbol 1 Sound [smalls]
Symbol 2 Sound [hard]
Symbol 3 Sound [doop]
Symbol 4 Sound [blubup]
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:45 47 115
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:45 47 115
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:45 47 115
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:45 47 115
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:30
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:30
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:30
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:30
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:30
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:30
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:30
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 MovieClipUses:15 17 19 21 23 25 27 29Used by:31
Symbol 31 MovieClipUses:30Used by:45 46 47 115
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:35
Symbol 35 MovieClipUses:32 34Used by:36
Symbol 36 MovieClipUses:35Used by:45 46 47 115
Symbol 37 GraphicUsed by:44
Symbol 38 GraphicUsed by:44
Symbol 39 GraphicUsed by:44
Symbol 40 GraphicUsed by:44
Symbol 41 GraphicUsed by:44
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:37 38 39 40 41 42 43Used by:45 46 47 115
Symbol 45 MovieClip [spin2]Uses:7 9 11 13 31 36 44
Symbol 46 MovieClipUses:44 36 31Used by:47
Symbol 47 MovieClip [spin]Uses:46 44 7 9 11 13 31 36
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50 51
Symbol 50 MovieClip [star2]Uses:49
Symbol 51 MovieClip [star]Uses:49
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:54 55 56
Symbol 54 MovieClip [ring3]Uses:53
Symbol 55 MovieClip [ring2]Uses:53
Symbol 56 MovieClip [ring]Uses:53
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59 60 61
Symbol 59 MovieClip [redBlock]Uses:58
Symbol 60 MovieClip [yellowBlock]Uses:58
Symbol 61 MovieClip [orangeBlock]Uses:58
Symbol 62 GraphicUsed by:63 153
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClip [shipExplode]Uses:63
Symbol 65 GraphicUsed by:104
Symbol 66 FontUsed by:67 69 70 73 74 76 77 84 85 93 94 95 96 97 98 99 100 101 195 196 197 216 218 220 222 223 226 227 230 233
Symbol 67 TextUses:66Used by:104
Symbol 68 GraphicUsed by:104
Symbol 69 TextUses:66Used by:72
Symbol 70 TextUses:66Used by:72
Symbol 71 GraphicUsed by:72 75
Symbol 72 ButtonUses:69 70 71Used by:104
Symbol 73 TextUses:66Used by:75
Symbol 74 TextUses:66Used by:75
Symbol 75 ButtonUses:73 74 71Used by:104
Symbol 76 TextUses:66Used by:79
Symbol 77 TextUses:66Used by:79
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:76 77 78Used by:104
Symbol 80 BitmapUsed by:81
Symbol 81 GraphicUses:80Used by:82 83
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 ButtonUses:82 81Used by:104  Timeline
Symbol 84 TextUses:66Used by:87
Symbol 85 TextUses:66Used by:87
Symbol 86 GraphicUsed by:87
Symbol 87 ButtonUses:84 85 86Used by:104
Symbol 88 BitmapUsed by:90
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:88 89Used by:91 92
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 ButtonUses:91 90Used by:104  Timeline
Symbol 93 TextUses:66Used by:104
Symbol 94 TextUses:66Used by:104
Symbol 95 TextUses:66Used by:104
Symbol 96 TextUses:66Used by:104
Symbol 97 TextUses:66Used by:104
Symbol 98 EditableTextUses:66Used by:104
Symbol 99 EditableTextUses:66Used by:104
Symbol 100 EditableTextUses:66Used by:104
Symbol 101 EditableTextUses:66Used by:104
Symbol 102 FontUsed by:103 133
Symbol 103 EditableTextUses:102Used by:104
Symbol 104 MovieClip [losery]Uses:65 67 68 72 75 79 83 87 92 93 94 95 96 97 98 99 100 101 103
Symbol 105 GraphicUsed by:Timeline
Symbol 106 ShapeTweeningUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:106 107 108Used by:Timeline
Symbol 110 FontUsed by:111 112 163 164 167 168 170 171 173 174 178 179 180 215 216 217 218 219 220
Symbol 111 TextUses:110Used by:Timeline
Symbol 112 TextUses:110Used by:Timeline
Symbol 113 FontUsed by:114 122 123
Symbol 114 TextUses:113Used by:Timeline
Symbol 115 MovieClipUses:44 7 9 11 13 31 36Used by:120 162
Symbol 116 GraphicUsed by:120 162
Symbol 117 FontUsed by:118
Symbol 118 TextUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:120 162
Symbol 120 MovieClipUses:115 116 119Used by:Timeline
Symbol 121 MovieClipUsed by:Timeline
Symbol 236 MovieClip [__Packages.ab20]
Symbol 122 TextUses:113Used by:125
Symbol 123 TextUses:113Used by:125
Symbol 124 GraphicUsed by:125
Symbol 125 ButtonUses:122 123 124Used by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:136
Symbol 128 GraphicUsed by:136
Symbol 129 GraphicUsed by:136
Symbol 130 GraphicUsed by:136
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:136
Symbol 133 TextUses:102Used by:136
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136  Timeline
Symbol 136 MovieClipUses:127 128 129 130 131 132 133 135Used by:Timeline
Symbol 137 SoundUsed by:Timeline
Symbol 138 GraphicUsed by:146
Symbol 139 FontUsed by:140 141
Symbol 140 TextUses:139Used by:142 146
Symbol 141 TextUses:139Used by:142
Symbol 142 MovieClipUses:140 141Used by:146
Symbol 143 GraphicUsed by:146
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:146
Symbol 146 MovieClipUses:138 142 140 143 145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:160
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:160
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:160
Symbol 153 ButtonUses:62Used by:160
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:160
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:160
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:160
Symbol 160 MovieClipUses:148 150 152 153 155 157 159Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 MovieClipUses:115 116 119Used by:Timeline
Symbol 163 TextUses:110Used by:166 176 181
Symbol 164 TextUses:110Used by:166 176 181
Symbol 165 GraphicUsed by:166 169 172 175 176 181
Symbol 166 ButtonUses:163 164 165Used by:Timeline
Symbol 167 TextUses:110Used by:169
Symbol 168 TextUses:110Used by:169
Symbol 169 ButtonUses:167 168 165Used by:Timeline
Symbol 170 TextUses:110Used by:172
Symbol 171 TextUses:110Used by:172
Symbol 172 ButtonUses:170 171 165Used by:Timeline
Symbol 173 TextUses:110Used by:175
Symbol 174 TextUses:110Used by:175
Symbol 175 ButtonUses:173 174 165Used by:Timeline
Symbol 176 ButtonUses:163 164 165Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 TextUses:110Used by:Timeline
Symbol 179 TextUses:110Used by:Timeline
Symbol 180 TextUses:110Used by:Timeline
Symbol 181 ButtonUses:163 164 165Used by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 BitmapUsed by:188
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:186 187Used by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 BitmapUsed by:193
Symbol 191 BitmapUsed by:193
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:190 191 192Used by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 TextUses:66Used by:Timeline
Symbol 196 TextUses:66Used by:Timeline
Symbol 197 TextUses:66Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:199 200Used by:Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:Timeline
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 GraphicUsed by:213
Symbol 212 MovieClipUsed by:213
Symbol 213 MovieClipUses:211 212Used by:Timeline
Symbol 214 GraphicUsed by:221 231
Symbol 215 TextUses:110Used by:221
Symbol 216 EditableTextUses:66 110Used by:221
Symbol 217 TextUses:110Used by:221
Symbol 218 EditableTextUses:66 110Used by:221
Symbol 219 TextUses:110Used by:221
Symbol 220 EditableTextUses:66 110Used by:221
Symbol 221 MovieClipUses:214 215 216 217 218 219 220Used by:Timeline
Symbol 222 TextUses:66Used by:225
Symbol 223 TextUses:66Used by:225
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:222 223 224Used by:231
Symbol 226 TextUses:66Used by:229
Symbol 227 TextUses:66Used by:229
Symbol 228 GraphicUsed by:229
Symbol 229 ButtonUses:226 227 228Used by:231
Symbol 230 TextUses:66Used by:231
Symbol 231 MovieClipUses:214 225 229 230Used by:Timeline
Symbol 232 GraphicUsed by:234
Symbol 233 TextUses:66Used by:234
Symbol 234 MovieClipUses:232 233Used by:Timeline
Symbol 235 SoundUsed by:Timeline

Instance Names

"grid"Frame 52Symbol 201 MovieClip
"left"Frame 52Symbol 203 MovieClip
"right"Frame 52Symbol 205 MovieClip
"top"Frame 52Symbol 207 MovieClip
"bottom"Frame 52Symbol 209 MovieClip
"ship"Frame 52Symbol 213 MovieClip
"pauseWindow"Frame 52Symbol 234 MovieClip
"hit"Symbol 7 MovieClip Frame 1Symbol 6 MovieClip
"wings"Symbol 31 MovieClip Frame 1Symbol 30 MovieClip
"inside"Symbol 36 MovieClip Frame 1Symbol 35 MovieClip
"hit"Symbol 45 MovieClip [spin2] Frame 1Symbol 7 MovieClip
"area"Symbol 45 MovieClip [spin2] Frame 1Symbol 9 MovieClip
"star"Symbol 45 MovieClip [spin2] Frame 1Symbol 11 MovieClip
"center"Symbol 45 MovieClip [spin2] Frame 1Symbol 13 MovieClip
"spikes"Symbol 45 MovieClip [spin2] Frame 1Symbol 31 MovieClip
"radius"Symbol 45 MovieClip [spin2] Frame 1Symbol 36 MovieClip
"bgc"Symbol 45 MovieClip [spin2] Frame 1Symbol 44 MovieClip
"bgc"Symbol 46 MovieClip Frame 1Symbol 44 MovieClip
"radius"Symbol 46 MovieClip Frame 1Symbol 36 MovieClip
"spikes"Symbol 46 MovieClip Frame 10Symbol 31 MovieClip
"bgc"Symbol 47 MovieClip [spin] Frame 2Symbol 44 MovieClip
"hit"Symbol 47 MovieClip [spin] Frame 2Symbol 7 MovieClip
"area"Symbol 47 MovieClip [spin] Frame 2Symbol 9 MovieClip
"star"Symbol 47 MovieClip [spin] Frame 2Symbol 11 MovieClip
"center"Symbol 47 MovieClip [spin] Frame 2Symbol 13 MovieClip
"spikes"Symbol 47 MovieClip [spin] Frame 2Symbol 31 MovieClip
"radius"Symbol 47 MovieClip [spin] Frame 2Symbol 36 MovieClip
"piece"Symbol 64 MovieClip [shipExplode] Frame 1Symbol 63 MovieClip
"submitButton"Symbol 104 MovieClip [losery] Frame 1Symbol 72 Button
"bgc"Symbol 115 MovieClip Frame 1Symbol 44 MovieClip
"hit"Symbol 115 MovieClip Frame 1Symbol 7 MovieClip
"area"Symbol 115 MovieClip Frame 1Symbol 9 MovieClip
"star"Symbol 115 MovieClip Frame 1Symbol 11 MovieClip
"center"Symbol 115 MovieClip Frame 1Symbol 13 MovieClip
"spikes"Symbol 115 MovieClip Frame 1Symbol 31 MovieClip
"radius"Symbol 115 MovieClip Frame 1Symbol 36 MovieClip
"grid2"Symbol 201 MovieClip Frame 1Symbol 199 MovieClip
"topper"Symbol 213 MovieClip Frame 1Symbol 212 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "smalls"
ExportAssets (56)Timeline Frame 1Symbol 2 as "hard"
ExportAssets (56)Timeline Frame 1Symbol 3 as "doop"
ExportAssets (56)Timeline Frame 1Symbol 4 as "blubup"
ExportAssets (56)Timeline Frame 1Symbol 45 as "spin2"
ExportAssets (56)Timeline Frame 1Symbol 47 as "spin"
ExportAssets (56)Timeline Frame 1Symbol 50 as "star2"
ExportAssets (56)Timeline Frame 1Symbol 51 as "star"
ExportAssets (56)Timeline Frame 1Symbol 54 as "ring3"
ExportAssets (56)Timeline Frame 1Symbol 55 as "ring2"
ExportAssets (56)Timeline Frame 1Symbol 56 as "ring"
ExportAssets (56)Timeline Frame 1Symbol 59 as "redBlock"
ExportAssets (56)Timeline Frame 1Symbol 60 as "yellowBlock"
ExportAssets (56)Timeline Frame 1Symbol 61 as "orangeBlock"
ExportAssets (56)Timeline Frame 1Symbol 64 as "shipExplode"
ExportAssets (56)Timeline Frame 1Symbol 104 as "losery"
ExportAssets (56)Timeline Frame 1Symbol 236 as "__Packages.ab20"

Dynamic Text Variables

_root.levelSymbol 98 EditableText"<p align="left"></p>"
_root.scoreSymbol 99 EditableText"<p align="left"></p>"
_root.clicksSymbol 100 EditableText"<p align="left"></p>"
_root.killsSymbol 101 EditableText"<p align="left"></p>"
_root.finalNameSymbol 103 EditableText"Insert Name Here"
_root.levelSymbol 216 EditableText"<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>"
_root.livesSymbol 218 EditableText"<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>"
_root.scoreSymbol 220 EditableText"<p align="left"><font face="Tw Cen MT" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">1011</font></p>"




http://swfchan.com/3/13822/info.shtml
Created: 4/6 -2019 06:37:02 Last modified: 4/6 -2019 06:37:02 Server time: 13/05 -2024 11:41:34