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

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

GoldenClock Space Speeder.swf

This is the info page for
Flash #39275

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


Text
Use the arrow keys to
control Golden Clock. Left
arrows is slow down and
right arrow is speed up.

Watch out for asteroids! They will damage your ship and slow you down!

Silver Clock will periodically race you! if he wins, you loose 75% of your Cash!

Bobby Clock (blue ship) will automatically destroy you if he catches up!
Space police are SERIOUS BUSINESS!

You can buy upgrades for your ship in the shop at
the end of each level. Your earn cash by going fast!
Engine upgrades will increase your acceleration!
Body upgrades will allow you to withstand more hits!

There are other obstacles that you may come across, so  you may want to watch out for those as well!

Collect Bomb Pods to get more bombs, press space to use
them to destroy everhting and slow down Bobby or Silver.

Max 20

HighScores

FX
Off

Engine Upgrade: This upgrade
will increase your acceleration,
allowing you to go faster, faster!
Last level gives double. (Max 25)

SPACE SHOP

Body Upgrade: Every level
of this upgrade will allow you to
withstand one more hit from a
asteroid, but each upgrade only
lasts one hit.

Speed On!

Buy

Game Over

Game Over

Final Score

Main Menu

Main Menu

Submit

Submit

Name:

-75% Cash

ActionScript [AS1/AS2]

Frame 1
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__("3f3abc9d", this, 10301, true); gameover = 0; score = 0; Stage.showMenu = false; stop(); bobbySound = new Sound(); bobbySound.attachSound("bobalert"); silverSound = new Sound(); silverSound.attachSound("readygo"); smallHit = new Sound(); smallHit.attachSound("smallh"); bigHit = new Sound(); bigHit.attachSound("explo"); bgSound = new Sound(); bgSound.attachSound("main");
Frame 2
gameover = 0; score = 0; _quality = "BEST"; stopAllSounds(); masker.removeMovieClip(); son.removeMovieClip(); goldr.removeMovieClip(); pod.removeMovieClip(); bang.removeMovieClip(); zzz = 0; while (zzz < 100) { this["star" + zzz].removeMovieClip(); this["ast" + zzz].removeMovieClip(); this["exp" + zzz].removeMovieClip(); zzz++; } mbb.removeMovieClip(); stats0.removeMovieClip(); stats1.removeMovieClip(); shopmenu.removeMovieClip(); min75.removeMovieClip(); bob.removeMovieClip(); sil.removeMovieClip(); mbb.removeMovieClip(); slime.removeMovieClip(); stop();
Frame 3
function rocketMove() { goldr._x = 100 + Math.pow(speed, 0.8); gbx = goldr._x; gby = goldr._y; if (Key.isDown(39)) { speed = speed + speedadd; } else if (Key.isDown(37) && (speed > 10)) { speed = Math.round(speed * 9) / 10; bobspd = bobspd * 0.9; } else if (speed > 10) { speed = Math.round(speed * 99) / 100; bobspd = bobspd * 0.99; } if (Key.isDown(40) && (goldr._y < 280)) { goldr._y = goldr._y + (5 + (speed / 80)); goldr._rotation = goldr._rotation + 2; goldr._rotation = goldr._rotation * 0.95; } else if (Key.isDown(38) && (goldr._y > 20)) { goldr._y = goldr._y - (5 + (speed / 80)); goldr._rotation = goldr._rotation - 2; goldr._rotation = goldr._rotation * 0.95; } else { goldr._rotation = goldr._rotation * 0.8; } distance = distance + (speed / 1000); distanceR = Math.round(distance); cash = cash + ((speed * distance) / 300000); cashR = Math.round(cash); elvl = (speedadd - 0.4) * 10; countDown--; stats0.showit = (((((("Distance: " + distanceR) + " Light Miles (") + Math.round(speed / 30)) + " LM/s) \u00C7\u00C7 ") + cashR) + " Time Left: ") + countDown; stats1.showit = (((((("Bomb Pods: " + bomb) + " Engine: ") + elvl) + " Body: ") + hitsLeft) + " Sector: ") + totalLVL; if (countDown < 1) { shopping = true; level = 2; if ((silver == true) && (sil._x > goldr._x)) { cash = Math.round(0.25 * cash); min75.play(); } } if (shopmenu._x < 945) { shopmenu._x = shopmenu._x + ((950 - shopmenu._x) / 22); shopmenu._y = 50; } if ((Key.isDown(32) && (bomb > 0)) && (bing < 0)) { bang.play(); bexp.start(); bobspd = bobspd * 0.55; silspd = silspd * 0.55; bing = 60; bomb--; } bing--; pod._x = pod._x - (speed / 28); if (pod.hitTest(goldr) && (bomb < 6)) { bomb++; pod._x = -100; } } function shopSet() { if (speed > 10) { speed = Math.round(speed * 9) / 10; } bob._x = -500; sil._x = -400; goldr._x = 100 + Math.pow(speed, 0.8); goldr._y = goldr._y + ((150 - goldr._y) / 22); goldr._rotation = goldr._rotation * 0.8; bodyCost = Math.round(Math.pow(10 * hitsLeft, 1.8)); distanceR = Math.round(distance); cashR = Math.round(cash); elvl = (speedadd - 0.4) * 10; stats0.showit = (((((("Distance: " + distanceR) + " Light Miles (") + Math.round(speed / 30)) + " LM/s) \u00C7\u00C7 ") + cashR) + " Time Left: ") + countDown; stats1.showit = (((((("Bomb Pods: " + bomb) + " Engine: ") + elvl) + " Body: ") + hitsLeft) + " Sector: ") + totalLVL; engineCostS = engineCost; bodyCostS = bodyCost; if (shopping == true) { shopmenu._x = shopmenu._x + ((350 - shopmenu._x) / 22); shopmenu._y = 50; } else { shopmenu._x = shopmenu._x + ((950 - shopmenu._x) / 22); shopmenu._y = 50; } if ((shopping == false) && (shopmenu._x > 810)) { level = 1; totalLVL++; countDown = 900; bobspd = 0; silspd = 0; if (random(4) == 0) { pod._x = 1000 + random(1000); pod._y = 40 + random(120); } if (random(totalLVL) > ((totalLVL / 3) + 6)) { bobby = true; alertbob.play(); bobbySound.start(0.1, 1); } else { bobby = false; } if (random(totalLVL) > ((totalLVL / 3) + 6)) { sil._y = 160; entry = 0; round = -10; shift = (random(6) + 3) / 10; silver = true; alertsil.play(); silverSound.start(); } else { silver = false; } } } function bobbyAI() { bob._x = (bobspd - speed) - 100; bobspd = bobspd + (1.5 + (elvl / 22)); bob._y = bob._y + ((gby - bob._y) / 40); bob._rotation = (gby - bob._y) / 5; if (bob._x >= goldr._x) { if (bomb > 0) { bang.play(); bexp.start(); bobspd = bobspd * 0.55; silspd = silspd * 0.55; bing = 60; bomb--; } else if ((exploding < 1) || (exploding > 3)) { caught = true; bobspd = 100 + goldr._x; bob._x = goldr._x; exploding = 1; } } } function silverAI() { if (entry == 0) { sil._x = sil._x + (((goldr._x - sil._x) - 20) / 10); silst = sil._x; silspd = 20; } else { if (((silst + silspd) - speed) < 800) { sil._x = (silst + silspd) - speed; silspd = silspd + (((speedadd * 0.9) + 1) + (totalLVL / 17)); } else { sil._x = 800; } sil._y = sil._y + ((goldr._y - sil._y) / 40); sil._y = sil._y + round; if (ring == true) { round = round + shift; } else { round = round - shift; } if (round > 8) { ring = false; } else if (round < -8) { ring = true; } if ((exploding > 0) && (exploding < 4)) { sil._x = sil._x + silspd; } } } function explode() { if (exploding == 1) { if (caught == true) { spds = 500; } else { spds = speed + 5; } grx = goldr._x - 50; gry = goldr._y; exp1._x = goldr._x - 50; exp1._y = goldr._y; exp1.filters = expBA; exp1.gotoAndStop(1); exploding = 2; exp = 2; while (exp < 80) { exp1.duplicateMovieClip("exp" + exp, 900 - exp); this["exp" + exp]._x = grx; this["exp" + exp]._y = (gry + 10) - random(20); this["exp" + exp]._rotation = random(360); this["exp" + exp]._xscale = 100 - (exp * 0.9); this["exp" + exp]._yscale = 100 - (exp * 0.9); this["exp" + exp]._alpha = 80; this["exp" + exp].filters = expBA; this["exp" + exp].gotoAndStop(Math.floor(exp / 20) + 1); exp++; } goldr.removeMovieClip(); shake = 10; } if (exploding == 2) { speed = 0; u = 0; while (u < 80) { uu = 80 - u; this["exp" + u]._x = this["exp" + u]._x + ((((spds / 20) + Math.sin(this["exp" + u]._rotation / rad)) * (100 - this["exp" + u]._xscale)) / 50); this["exp" + u]._y = this["exp" + u]._y + ((Math.cos(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._yscale)) / 5); this["exp" + u]._alpha = this["exp" + u]._alpha - 1; if (this["exp" + u]._alpha < 3) { this["exp" + u].removeMovieClip(); } u++; } if (shake > 0.5) { _x = (10 - (random(20) * (shake / 3))); _y = (10 - (random(20) * (shake / 3))); stats0._x = -_x; stats0._y = -_y; stats1._x = -_x; stats1._y = (-_y) + 280; shake = shake * 0.9; } else { _x = 0; _y = 0; stats0._x = 0; stats0._y = 0; stats1._x = 0; stats1._y = 280; shake = 0; } if (exp79._alpha < 4) { exp79.removeMovieClip(); _x = 0; _y = 0; exploding = 3; shopmenu.gotoAndStop(2); _root.score = Math.round(distance * 10) / 10; _root.gameover = 1; } } if (exploding == 4) { grx = goldr._x; gry = goldr._y; exp1._x = goldr._x; exp1._y = goldr._y; exp1.filters = expBA; exp1.gotoAndStop(1); exploding = 5; exp = 2; while (exp < 10) { exp1.duplicateMovieClip("exp" + exp, 900 - exp); this["exp" + exp]._x = (grx + 40) + random(50); this["exp" + exp]._y = (gry + 20) - random(40); this["exp" + exp]._rotation = random(360); this["exp" + exp]._xscale = 100 - (exp * 0.9); this["exp" + exp]._yscale = 100 - (exp * 0.9); this["exp" + exp]._alpha = 80; this["exp" + exp].filters = expBA; this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1); exp++; } shake = 6; } if (exploding == 6) { grx = bob._x; gry = bob._y; exp1._x = bob._x; exp1._y = bob._y; exp1.filters = expBA; exp1.gotoAndStop(1); exploding = 5; exp = 2; while (exp < 10) { exp1.duplicateMovieClip("exp" + exp, 900 - exp); this["exp" + exp]._x = (grx + 40) + random(50); this["exp" + exp]._y = (gry + 20) - random(40); this["exp" + exp]._rotation = random(360); this["exp" + exp]._xscale = 100 - (exp * 0.9); this["exp" + exp]._yscale = 100 - (exp * 0.9); this["exp" + exp]._alpha = 80; this["exp" + exp].filters = expBA; this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1); exp++; } shake = 3; } if (exploding == 7) { grx = sil._x; gry = sil._y; exp1._x = sil._x; exp1._y = sil._y; exp1.filters = expBA; exp1.gotoAndStop(1); exploding = 5; exp = 2; while (exp < 10) { exp1.duplicateMovieClip("exp" + exp, 900 - exp); this["exp" + exp]._x = (grx + 40) + random(50); this["exp" + exp]._y = (gry + 20) - random(40); this["exp" + exp]._rotation = random(360); this["exp" + exp]._xscale = 100 - (exp * 0.9); this["exp" + exp]._yscale = 100 - (exp * 0.9); this["exp" + exp]._alpha = 80; this["exp" + exp].filters = expBA; this["exp" + exp].gotoAndStop(Math.floor(exp / 5) + 1); exp++; } shake = 3; } if (exploding == 5) { u = 0; while (u < 10) { uu = 10 - u; this["exp" + u]._x = this["exp" + u]._x + (((Math.sin(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._xscale)) / 50) - (speed / 5)); this["exp" + u]._y = this["exp" + u]._y + ((Math.cos(this["exp" + u]._rotation / rad) * (100 - this["exp" + u]._yscale)) / 5); this["exp" + u]._alpha = this["exp" + u]._alpha - 1; if ((this["exp" + u]._alpha < 3) && (this["exp" + u]._name != "exp1")) { this["exp" + u].removeMovieClip(); } u++; } if (shake > 0.5) { _x = (10 - (random(20) * (shake / 3))); _y = (10 - (random(20) * (shake / 3))); stats0._x = -_x; stats0._y = -_y; stats1._x = -_x; stats1._y = (-_y) + 280; shake = shake * 0.9; } else { _x = 0; _y = 0; stats0._x = 0; stats0._y = 0; stats1._x = 0; stats1._y = 280; shake = 0; } if (exp9._alpha < 4) { exp9.removeMovieClip(); _x = 0; _y = 0; exploding = 0; } } } function stuffMove() { starBlur = new flash.filters.BlurFilter(speed / 12, 3, 1); starBA[0] = starBlur; astBlur = new flash.filters.BlurFilter(speed / 80, 5, 1); astBA[0] = starBlur; slowBlur = new flash.filters.BlurFilter(speed / 110, 5, 1); slowBA[0] = slowBlur; if ((totalLVL > 6) && (level == 1)) { mbb._x = mbb._x - (2 + (speed / 33)); mbb.filters = slowBA; if ((mbb._x < -100) || (bing > 0)) { mbb._x = 900 + (random(51) * 10); mbb._y = 60 + random(180); } if (bobby == true) { if (((mbb.hitTest(bob._x + (bobspd / 80), bob._y, true) && (bob._x > 10)) && (exploding != 3)) && (exploding != 2)) { bobspd = bobspd * 0.89; bobHit.start(); if ((exploding < 1) || (exploding > 3)) { exploding = 6; } mbb._x = -100; } } if (silver == true) { if (((mbb.hitTest(sil._x + (silspd / 50), sil._y, true) && (sil._x > 10)) && (exploding != 3)) && (exploding != 2)) { silspd = silspd * 0.66; silHit.start(); if ((exploding < 1) || (exploding > 3)) { exploding = 7; } mbb._x = -100; } } if (mbb.hitTest(goldr._x, goldr._y, true)) { if (hitsLeft == 3) { if ((exploding < 1) || (exploding > 3)) { hitsLeft = 0; exploding = 1; bigHit.start(); } } else if (hitsLeft > 3) { smallHit.start(); hitsLeft = hitsLeft - 3; speed = speed * 0.5; bobspd = bobspd * 0.65; exploding = 4; mbb._x = -100; } } } else { mbb._x = 900 + (random(51) * 10); mbb._y = 60 + random(180); } if ((totalLVL > 12) && (level == 1)) { slime._x = slime._x - (2 + (speed / 40)); slime.filters = slowBA; if ((slime._x < -100) || (bing > 0)) { slime._x = 900; slime._y = 60 + random(180); } if (slime.hitTest(goldr._x, goldr._y, true)) { speed = speed * 0.95; } } else { slime._x = 900 + (random(51) * 10); slime._y = 60 + random(180); } inum = 0; while (inum < 30) { this["star" + inum]._x = this["star" + inum]._x - (speed / 3); this["star" + inum].filters = starBA; if (this["star" + inum]._x < 0) { this["star" + inum]._x = 810 + random(100); this["star" + inum]._y = random(300); this["star" + inum].gotoAndPlay(random(30)); } if (level == 1) { this["ast" + inum]._x = this["ast" + inum]._x - (5 + (speed / 20)); this["ast" + inum]._rotation = this["ast" + inum]._rotation + this["ast" + inum].spin; this["ast" + inum].filters = astBA; if ((this["ast" + inum]._x < -20) || (bing > 0)) { this["ast" + inum]._x = 850 + (random(11) * 80); this["ast" + inum]._y = random(300); this["ast" + inum].spin = 20 - random(41); this["ast" + inum].gotoAndStop(random(2) + 1); } if (bobby == true) { if (((this["ast" + inum].hitTest(bob._x + (bobspd / 80), bob._y, true) && (bob._x > 10)) && (exploding != 3)) && (exploding != 2)) { bobspd = bobspd * 0.89; bobHit.start(); if ((exploding < 1) || (exploding > 3)) { exploding = 6; } this["ast" + inum]._x = -100; } } if (silver == true) { if (((this["ast" + inum].hitTest(sil._x + (silspd / 50), sil._y, true) && (sil._x > 10)) && (exploding != 3)) && (exploding != 2)) { silspd = silspd * 0.66; silHit.start(); if ((exploding < 1) || (exploding > 3)) { exploding = 7; } this["ast" + inum]._x = -100; } } if (this["ast" + inum].hitTest(goldr._x + (speed / 80), goldr._y, true)) { if (hitsLeft == 1) { if ((exploding < 1) || (exploding > 3)) { hitsLeft = 0; exploding = 1; bigHit.start(); } } else if (hitsLeft > 1) { smallHit.start(); hitsLeft = hitsLeft - 1; speed = speed * 0.5; bobspd = bobspd * 0.65; silspd = silspd * 0.9; exploding = 4; this["ast" + inum]._x = -100; } } } else { this["ast" + inum]._x = 850 + (random(11) * 80); } inum++; } } function engineNoise() { if (soundsOn == 0) { if (en == 0) { uu = 1; while (uu < 12) { this["eng" + uu] = new Sound(); this["eng" + uu].attachSound("en" + uu); uu++; } en = 1; fE = 0; } enc = Math.ceil((elvl / 25) * 10); if ((en == 1) && (Key.isDown(39))) { if (fE == 0) { this["eng" + enc].start(); fE = 1; } this["eng" + enc].onSoundComplete = function () { fE = 0; }; } else { _root["eng" + enc].stop(); fE = 0; } } } function gameEnder() { if (exploding == 3) { shopmenu._x = shopmenu._x + ((250 - shopmenu._x) / 22); shopmenu._y = 50; } } stop(); _quality = "LOW"; maskit = true; if (maskit == true) { _root.createEmptyMovieClip("masker", 5000000); masker._x = -20; masker._y = -20; masker.lineStyle(1, 0, 0); masker.beginFill(0, 0); masker.moveTo(0, 0); masker.lineTo(840, 0); masker.lineTo(840, 340); masker.lineTo(0, 340); masker.lineTo(0, 0); masker.endFill(); _root.setMask(masker); } bing = 0; bomb = 1; bgF = 0; if (soundsOn != 2) { soundsOn = 0; } en = 0; level = 1; speed = 10; speedadd = 0.5; hitsLeft = 1; spds = 0; exploding = 0; distance = 0; cash = 0; countDown = 900; shopping = false; engineCost = 10; bodyCost = 0; totalLVL = 1; rad = 57.2957795130823; bobbySound = new Sound(); bobbySound.attachSound("bobalert"); silverSound = new Sound(); silverSound.attachSound("readygo"); smallHit = new Sound(); smallHit.attachSound("smallh"); bigHit = new Sound(); bigHit.attachSound("explo"); bgSound = new Sound(); bgSound.attachSound("main"); bexp = new Sound(); bexp.attachSound("bango"); bobby = false; bobspd = 0; bobHit = new Sound(); bobHit.attachSound("smallh"); silver = false; silspd = 0; ring = true; entry = 0; silHit = new Sound(); silHit.attachSound("smallh"); starBlur = new flash.filters.BlurFilter(speed / 15, 3, 1); starBA = new Array(); starBA.push(starBlur); astBlur = new flash.filters.BlurFilter(speed / 50, 5, 1); astBA = new Array(); astBA.push(astBlur); slowBlur = new flash.filters.BlurFilter(speed / 110, 5, 1); slowBA = new Array(); slowBA.push(slowBlur); expBlur = new flash.filters.BlurFilter(10, 10, 1); expBA = new Array(); expBA.push(expBlur); son.swapDepths(2000); star1.swapDepths(1); goldr.swapDepths(500); pod.swapDepths(550); ast1.swapDepths(600); exp1.swapDepths(899); bob.swapDepths(510); sil.swapDepths(511); mbb.swapDepths(1010); slime.swapDepths(1011); bang.swapDepths(1020); stats0.swapDepths(1100); stats1.swapDepths(1101); shopmenu.swapDepths(1200); min75.swapDepths(1210); q = 2; while (q < 30) { star1.duplicateMovieClip("star" + q, q); this["star" + q]._x = random(800) + 10; this["star" + q]._y = random(300); this["star" + q].gotoAndPlay(random(30)); this["star" + q].filters = starBA; q++; } q = 2; while (q < 6) { ast1.duplicateMovieClip("ast" + q, q + 600); this["ast" + q]._x = 850 + (random(11) * 80); this["ast" + q]._y = random(300); this["ast" + q].spin = 20 - random(41); this["ast" + q].gotoAndStop(random(2) + 1); this["ast" + q].filters = astBA; q++; } onEnterFrame = function () { if (speed > 600) { speed = 600; } if (level == 1) { if ((exploding < 1) || (exploding > 3)) { rocketMove(); } if (bobby == true) { bobbyAI(); } if (silver == true) { silverAI(); } stuffMove(); explode(); gameEnder(); } else if (level == 2) { stuffMove(); shopSet(); explode(); } if (soundsOn < 2) { if (bgF == 0) { bgSound.start(); bgF = 1; } bgSound.onSoundComplete = function () { bgF = 0; }; } else { bgSound.stop(); bgF = 0; } };
Symbol 8 Button
on (release) { getURL ("http://clockcrew.cc", "_blank"); }
Symbol 9 MovieClip Frame 11
stop();
Symbol 10 MovieClip Frame 1
onEnterFrame = function () { if (_root.getBytesLoaded() == _root.getBytesTotal()) { _root.gotoAndStop(2); } else { _root.stop(); } ss = ((((Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "% ") + Math.round(_root.getBytesLoaded() / 1024)) + "/") + Math.round(_root.getBytesTotal() / 1024)) + "kb"; bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; };
Symbol 20 MovieClip Frame 1
stop();
Symbol 23 Button
on (release) { nextFrame(); }
Symbol 26 Button
on (release) { nextFrame(); }
Symbol 28 Button
on (release) { prevFrame(); }
Symbol 60 MovieClip Frame 1
stop();
Symbol 67 Button
on (release) { getURL ("http://armorbot.com/mytable/?id=1014", "_blank"); }
Symbol 71 Button
on (release) { _root.soundsOn = 2; gotoAndStop (3); }
Symbol 72 Button
on (release) { _root.soundsOn = 2; nextFrame(); }
Symbol 74 Button
on (release) { _root.soundsOn = 0; gotoAndStop (1); }
Symbol 76 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 1
if (_parent._parent.checkit == 0) { _width = 1500; }
Symbol 96 MovieClip Frame 1
if (_parent._parent.checkit == 0) { _width = 1500; }
Symbol 97 MovieClip Frame 1
onEnterFrame = function () { gotoAndStop((_root.speedadd - 0.4) * 10); };
Symbol 124 MovieClip Frame 1
onEnterFrame = function () { gotoAndStop(_root.hitsLeft); };
Symbol 125 MovieClip Frame 1
checkit = 0;
Symbol 144 Button
on (release) { _root.shopping = false; }
Symbol 146 Button
on (release) { if ((_root.cash >= _root.engineCost) && (_root.speedadd < 2.9)) { _root.speedadd = _root.speedadd + 0.1; _root.cash = _root.cash - _root.engineCost; _root.engineCost = Math.round(_root.engineCost * 1.5); } if (_root.speedadd >= 2.9) { _root.speedadd = 3; be._visible = false; _root.engineCost = "Max"; } }
Symbol 147 Button
on (release) { if (_root.cash >= _root.bodyCost) { _root.hitsLeft = _root.hitsLeft + 1; _root.cash = _root.cash - _root.bodyCost; } }
Symbol 158 Button
on (release) { _root.gotoAndStop(2); }
Symbol 162 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = subName.text; ab20_09.x = _root.score; ab20_09.c = 1014; ab20_09.v = "XYXJNQ"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); getURL ("http://armorbot.com/mytable/?id=1014", "_blank"); _root.gotoAndStop(2); }
Symbol 165 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 68
_root.entry = 1;
Symbol 180 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:2 23 26 28 95 96 144 146 147
Symbol 2 MovieClipUses:1Used by:10
Symbol 3 FontUsed by:4
Symbol 4 EditableTextUses:3Used by:10
Symbol 5 GraphicUsed by:8 9
Symbol 6 GraphicUsed by:8 9
Symbol 7 GraphicUsed by:8 9
Symbol 8 ButtonUses:5 6 7Used by:9
Symbol 9 MovieClipUses:5 6 7 8Used by:10  Timeline
Symbol 10 MovieClipUses:2 4 9Used by:Timeline
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:Timeline
Symbol 13 GraphicUsed by:20
Symbol 14 Sound [bobalert]Used by:20
Symbol 15 Sound [readygo]Used by:20
Symbol 16 Sound [explo]Used by:20
Symbol 17 Sound [main]Used by:20
Symbol 18 Sound [smallh]Used by:20
Symbol 19 Sound [bango]Used by:20
Symbol 20 MovieClipUses:13 14 15 16 17 18 19Used by:Timeline
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:21 22 1Used by:Timeline
Symbol 24 GraphicUsed by:26 28
Symbol 25 GraphicUsed by:26 28
Symbol 26 ButtonUses:24 25 1Used by:60
Symbol 27 GraphicUsed by:60
Symbol 28 ButtonUses:24 25 1Used by:60
Symbol 29 GraphicUsed by:60
Symbol 30 GraphicUsed by:34
Symbol 31 GraphicUsed by:34
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:30 31 32 33Used by:60 97
Symbol 35 BitmapUsed by:36 98
Symbol 36 GraphicUses:35Used by:60
Symbol 37 FontUsed by:38 51 52 53 54 55 56 59 73 134 138 141 155 164
Symbol 38 TextUses:37Used by:60
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:43
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClipUses:40 42Used by:60  Timeline
Symbol 44 ShapeTweeningUsed by:47
Symbol 45 ShapeTweeningUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:44 45 46Used by:50
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClipUses:47 49Used by:60  Timeline
Symbol 51 TextUses:37Used by:60
Symbol 52 TextUses:37Used by:60
Symbol 53 TextUses:37Used by:60
Symbol 54 TextUses:37Used by:60
Symbol 55 TextUses:37Used by:60
Symbol 56 TextUses:37Used by:60
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:60 194
Symbol 59 TextUses:37Used by:60
Symbol 60 MovieClipUses:26 27 28 29 34 36 38 43 50 51 52 53 54 55 56 58 59Used by:Timeline
Symbol 61 FontUsed by:62 152 153 154 156 157 159 160 163 178
Symbol 62 TextUses:61Used by:67
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:62 63 64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:71 72 74
Symbol 69 GraphicUsed by:71 72 74
Symbol 70 GraphicUsed by:71 72 74
Symbol 71 ButtonUses:68 69 70Used by:76
Symbol 72 ButtonUses:68 69 70Used by:76
Symbol 73 TextUses:37Used by:76
Symbol 74 ButtonUses:68 69 70Used by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:71 72 73 74 75Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:81
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:78 80Used by:Timeline
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:82 83 84Used by:97
Symbol 86 GraphicUsed by:95 96 158
Symbol 87 GraphicUsed by:95
Symbol 88 GraphicUsed by:95 96
Symbol 89 GraphicUsed by:95
Symbol 90 GraphicUsed by:95 96
Symbol 91 GraphicUsed by:95
Symbol 92 GraphicUsed by:95 96
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:86 87 88 89 90 91 92 93 1 94Used by:97
Symbol 96 MovieClipUses:86 88 90 92 1Used by:97
Symbol 97 MovieClipUses:34 85 95 96Used by:125 165
Symbol 98 GraphicUses:35Used by:124
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:124
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:124
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:124
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:124
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:124
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:124
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:124
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:124
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:124
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:124
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:124
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:124
Symbol 124 MovieClipUses:98 100 102 104 106 108 110 112 114 116 118 120 123Used by:125 165
Symbol 125 MovieClipUses:97 124Used by:Timeline
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:126 127 128Used by:Timeline
Symbol 130 GraphicUsed by:133
Symbol 131 GraphicUsed by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:130 131 132Used by:Timeline
Symbol 134 EditableTextUses:37Used by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:165
Symbol 137 FontUsed by:138 141
Symbol 138 TextUses:37 137Used by:165
Symbol 139 FontUsed by:140
Symbol 140 TextUses:139Used by:165
Symbol 141 TextUses:37 137Used by:165
Symbol 142 FontUsed by:143 145
Symbol 143 TextUses:142Used by:144
Symbol 144 ButtonUses:143 1Used by:165
Symbol 145 TextUses:142Used by:146 147
Symbol 146 ButtonUses:145 1Used by:165
Symbol 147 ButtonUses:145 1Used by:165
Symbol 148 FontUsed by:149 150
Symbol 149 EditableTextUses:148Used by:165
Symbol 150 EditableTextUses:148Used by:165
Symbol 151 GraphicUsed by:165
Symbol 152 TextUses:61Used by:165
Symbol 153 TextUses:61Used by:165
Symbol 154 TextUses:61Used by:165
Symbol 155 EditableTextUses:37Used by:165
Symbol 156 TextUses:61Used by:158
Symbol 157 TextUses:61Used by:158
Symbol 158 ButtonUses:156 157 86Used by:165
Symbol 159 TextUses:61Used by:162
Symbol 160 TextUses:61Used by:162
Symbol 161 GraphicUsed by:162
Symbol 162 ButtonUses:159 160 161Used by:165
Symbol 163 TextUses:61Used by:165
Symbol 164 EditableTextUses:37Used by:165
Symbol 165 MovieClipUses:136 97 124 138 140 141 144 146 147 149 150 151 152 153 154 155 158 162 163 164Used by:Timeline
Symbol 166 GraphicUsed by:173
Symbol 167 ShapeTweeningUsed by:173
Symbol 168 GraphicUsed by:173
Symbol 169 GraphicUsed by:173
Symbol 170 ShapeTweeningUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 ShapeTweeningUsed by:173
Symbol 173 MovieClipUses:166 167 168 169 170 171 172Used by:Timeline
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:174 176Used by:Timeline
Symbol 178 TextUses:61Used by:179
Symbol 179 MovieClipUses:178Used by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:187
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:187
Symbol 187 MovieClipUses:184 186Used by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 GraphicUsed by:193
Symbol 190 ShapeTweeningUsed by:193
Symbol 191 ShapeTweeningUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:189 190 191 192Used by:Timeline
Symbol 194 MovieClipUses:58Used by:Timeline

Instance Names

"son"Frame 2Symbol 76 MovieClip
"star1"Frame 3Symbol 81 MovieClip
"goldr"Frame 3Symbol 125 MovieClip
"ast1"Frame 3Symbol 129 MovieClip
"exp1"Frame 3Symbol 133 MovieClip
"stats0"Frame 3Symbol 135 MovieClip
"shopmenu"Frame 3Symbol 165 MovieClip
"bob"Frame 3Symbol 43 MovieClip
"stats1"Frame 3Symbol 135 MovieClip
"alertbob"Frame 3Symbol 173 MovieClip
"sil"Frame 3Symbol 50 MovieClip
"alertsil"Frame 3Symbol 177 MovieClip
"min75"Frame 3Symbol 180 MovieClip
"mbb"Frame 3Symbol 183 MovieClip
"slime"Frame 3Symbol 188 MovieClip
"bang"Frame 3Symbol 193 MovieClip
"pod"Frame 3Symbol 194 MovieClip
"bar"Symbol 10 MovieClip Frame 1Symbol 2 MovieClip
"bob"Symbol 60 MovieClip Frame 2Symbol 43 MovieClip
"sil"Symbol 60 MovieClip Frame 2Symbol 50 MovieClip
"be"Symbol 165 MovieClip Frame 1Symbol 146 Button
"subName"Symbol 165 MovieClip Frame 2Symbol 164 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 2Symbol 14 as "bobalert"
ExportAssets (56)Timeline Frame 2Symbol 15 as "readygo"
ExportAssets (56)Timeline Frame 2Symbol 16 as "explo"
ExportAssets (56)Timeline Frame 2Symbol 17 as "main"
ExportAssets (56)Timeline Frame 2Symbol 18 as "smallh"
ExportAssets (56)Timeline Frame 2Symbol 19 as "bango"

Dynamic Text Variables

ssSymbol 4 EditableText""
showitSymbol 134 EditableText""
_root.engineCostSSymbol 149 EditableText""
_root.bodyCostSSymbol 150 EditableText""
_root.scoreSymbol 155 EditableText""




http://swfchan.com/8/39275/info.shtml
Created: 12/5 -2019 11:46:03 Last modified: 12/5 -2019 11:46:03 Server time: 03/05 -2024 12:43:20