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

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

Helistrike.swf

This is the info page for
Flash #66136

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


Text
4:00 am

5:00 am

6:00 am

10:00 am

12:00 pm

3:00 pm

5:00 pm

7:00 pm

10:00 pm

11:00 pm

PLAY

PLAY

Graphics and Code

(click)

INSTRUCTIONS

INSTRUCTIONS

INSTRUCTIONS

KABOMB

KABOMB

HIGHSCORES

HIGHSCORES

MENU

MENU

Use the arrow keys to aim your canon and
the space bar to shoot the green helicopters
and their missiles. If you let a missile hit the
city, it will lose health. Once it has sunken
below the ground, you will lose.
Scoring:

50 x level

-50 x level

20 x level

Weapon
Upgrade

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

GAME OVER!

Your Score:

Your Name:

highscores

View

Submit

or

GAME COMPLETE!

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); } var theme = new Sound(); theme.attachSound("theme"); theme.start(0, 9999); theme.setVolume(10); Stage.showMenu = false; __com_mochibot__("aedb22d0", this, 10301, true);
Frame 2
loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); percent = (loaded / total) * 100; _root.bar._xscale = percent;
Frame 3
if (percent < 100) { gotoAndPlay (2); } else { gotoAndStop (4); }
Frame 105
stop();
Frame 107
function exfx() { var _local1 = new Sound(); _local1.attachSound("exfx"); _local1.start(0, 1); } function cffx() { var _local1 = new Sound(); _local1.attachSound("cffx"); _local1.start(0, 1); } stop(); c = 1; echance = 200; achance = 500; evar = 20; espeed = 1; aspeed = 1; rlse = false; var ehit = new Array(); _global.score = 0; _global.btype = 1; level = 1; timer = 0; maxtime = 1200; onEnterFrame = function () { c = c + 20; timer++; score_txt = _global.score; if (_global.score <= 0) { _global.score = 0; } if (c > 9000) { c = 20; } if (_root.city._y > Stage.height) { gotoAndPlay (108); } if (timer > maxtime) { level = level + 1; if (level == 11) { gotoAndStop ("complete"); } timer = 0; maxtime = maxtime * 1.2; c = 1; echance = echance - 10; achance = achance - 20; evar = evar + 15; espeed = espeed + 0.25; aspeed = aspeed + 0.25; _root.sky.play(); } if (random(echance) == 0) { var _local16 = attachMovie("enemy1", "e" + c, c); _local16.speed = (Math.random() * espeed) + 1; _local16._y = (Math.random() * evar) + _local16._height; _local16._x = -_local16._width; _local16.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > (Stage.width + this._width)) { this.removeMovieClip(); } if (random(echance * 5) == 0) { var _local6 = attachMovie("missile", ("m1" + c) + 2, c + 2); _local6._x = this._x; _local6._y = this._y + _local6._height; _local6.onEnterFrame = function () { this._y = this._y + 1; mh1 = 0; while (mh1 < ehit.length) { if (this.hitTest(ehit[mh1])) { var _local4 = attachMovie("explosion", ("ex" + c) + 3, c + 3); _local4._x = this._x; _local4._y = this._y; _local4._rotation = Math.random() * 360; this.removeMovieClip(); ehit[mh1].removeMovieClip(); ehit.splice(mh1, 1); exfx(); _global.score = _global.score + (20 * level); } mh1++; } if (((this._y > (Stage.height + this._height)) || (this._x < 0)) || (this._x > Stage.width)) { this.removeMovieClip(); } if (_root.city.hitTest(this._x, this._y, true)) { _root.city.gotoAndPlay(1); _root.city._y = _root.city._y + 15; var _local5 = attachMovie("explosion", ("ex2" + c) + 4, c + 4); _local5._x = this._x; _local5._y = this._y; _local5._rotation = Math.random() * 360; exfx(); this.removeMovieClip(); } }; } h1 = 0; while (h1 < ehit.length) { if (this.hitTest(ehit[h1])) { var _local5 = attachMovie("explosion", ("ex3" + c) + 5, c + 5); _local5._x = this._x; _local5._y = this._y; _local5._rotation = Math.random() * 360; this.removeMovieClip(); ehit[h1].removeMovieClip(); ehit.splice(h1, 1); exfx(); _global.score = _global.score + (50 * level); } h1++; } }; } if (random(echance) == 0) { var _local15 = attachMovie("enemy2", ("e2" + c) + 6, c + 6); _local15.speed = (Math.random() * espeed) + 1; _local15._y = (Math.random() * evar) + _local15._height; _local15._x = Stage.width + _local15._width; _local15.onEnterFrame = function () { this._x = this._x - this.speed; if (this._x < (-this._width)) { this.removeMovieClip(); } if (random(echance * 5) == 0) { var _local6 = attachMovie("missile", ("m2" + c) + 7, c + 7); _local6._x = this._x; _local6._y = this._y + _local6._height; _local6.onEnterFrame = function () { this._y = this._y + 1; mh2 = 0; while (mh2 < ehit.length) { if (this.hitTest(ehit[mh2])) { var _local4 = attachMovie("explosion", ("ex6" + c) + 8, c + 8); _local4._x = this._x; _local4._y = this._y; _local4._rotation = Math.random() * 360; this.removeMovieClip(); ehit[mh2].removeMovieClip(); ehit.splice(mh2, 1); exfx(); _global.score = _global.score + (20 * level); } mh2++; } if (((this._y > (Stage.height + this._height)) || (this._x < 0)) || (this._x > Stage.width)) { this.removeMovieClip(); } if (_root.city.hitTest(this._x, this._y, true)) { _root.city.gotoAndPlay(1); _root.city._y = _root.city._y + 15; var _local5 = attachMovie("explosion", ("ex6" + c) + 9, c + 9); _local5._x = this._x; _local5._y = this._y; _local5._rotation = Math.random() * 360; exfx(); this.removeMovieClip(); } }; } h2 = 0; while (h2 < ehit.length) { if (this.hitTest(ehit[h2])) { var _local5 = attachMovie("explosion", ("ex2" + c) + 10, c + 10); _local5._x = this._x; _local5._y = this._y; _local5._rotation = Math.random() * 360; this.removeMovieClip(); ehit[h2].removeMovieClip(); ehit.splice(h2, 1); exfx(); _global.score = _global.score + (50 * level); } h2++; } }; } if (random(achance) == 0) { var _local17 = attachMovie("ally1", ("a" + c) + 11, c + 11); _local17.speed = (Math.random() * aspeed) + 1; _local17._y = (Math.random() * evar) + _local17._height; _local17._x = -_local17._width; _local17.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > (Stage.width + this._width)) { this.removeMovieClip(); } ah1 = 0; while (ah1 < ehit.length) { if (this.hitTest(ehit[ah1])) { var _local3 = attachMovie("explosion", ("ex3" + c) + 12, c + 12); _local3._x = this._x; _local3._y = this._y; _local3._rotation = Math.random() * 360; this.removeMovieClip(); ehit[ah1].removeMovieClip(); ehit.splice(ah1, 1); exfx(); _global.score = _global.score - (50 * level); } ah1++; } }; } if (random(achance) == 0) { var _local14 = attachMovie("ally2", ("a2" + c) + 13, c + 13); _local14.speed = (Math.random() * aspeed) + 1; _local14._y = (Math.random() * evar) + _local14._height; _local14._x = Stage.width + _local14._width; _local14.onEnterFrame = function () { this._x = this._x - this.speed; if (this._x < (-this._width)) { this.removeMovieClip(); } ah2 = 0; while (ah2 < ehit.length) { if (this.hitTest(ehit[ah2])) { var _local3 = attachMovie("explosion", ("ex4" + c) + 14, c + 14); _local3._x = this._x; _local3._y = this._y; _local3._rotation = Math.random() * 360; this.removeMovieClip(); ehit[ah2].removeMovieClip(); ehit.splice(ah2, 1); exfx(); _global.score = _global.score - (50 * level); } ah2++; } }; } if ((random(echance * 50) == 0) && (_global.btype <= 7)) { var _local13 = attachMovie("bonus1", ("bns" + c) + 15, c + 15); _local13.speed = (Math.random() * aspeed) + 1; _local13._y = (Math.random() * evar) + _local13._height; _local13._x = -_local13._width; _local13.onEnterFrame = function () { this._x = this._x + this.speed; if (this._x > (Stage.width + this._width)) { this.removeMovieClip(); } bh1 = 0; while (bh1 < ehit.length) { if (this.hitTest(ehit[bh1])) { var _local3 = attachMovie("explosion", ("ex5" + c) + 16, c + 16); _local3._x = this._x; _local3._y = this._y; _local3._rotation = Math.random() * 360; this.removeMovieClip(); ehit[bh1].removeMovieClip(); ehit.splice(bh1, 1); exfx(); _global.btype = _global.btype + 1; _global.score = _global.score + (100 * level); } bh1++; } }; } if ((random(echance * 50) == 0) && (_global.btype <= 7)) { var _local18 = attachMovie("bonus2", ("bns2" + c) + 17, c + 17); _local18.speed = (Math.random() * aspeed) + 1; _local18._y = (Math.random() * evar) + _local18._height; _local18._x = Stage.width + _local18._width; _local18.onEnterFrame = function () { this._x = this._x - this.speed; if (this._x < (-this._width)) { this.removeMovieClip(); } bh2 = 0; while (bh2 < ehit.length) { if (this.hitTest(ehit[bh2])) { var _local3 = attachMovie("explosion", ("ex10" + c) + 18, c + 18); _local3._x = this._x; _local3._y = this._y; _local3._rotation = Math.random() * 360; this.removeMovieClip(); ehit[bh2].removeMovieClip(); ehit.splice(ah2, 1); exfx(); _global.btype = _global.btype + 1; _global.score = _global.score + (100 * level); } bh2++; } }; } if (Key.isDown(32) && (rlse == false)) { rlse = true; cffx(); var _local12 = attachMovie("bullet", ("b" + c) + 19, c + 19); _local12.gotoAndStop(_global.btype); _local12._x = _root.gun._x; _local12._y = _root.gun._y; _local12._rotation = _root.gun._rotation; ehit.push(_local12); _local12.x = Math.sin((Math.PI/180) * _local12._rotation) * 5; _local12.y = Math.cos((Math.PI/180) * _local12._rotation) * -5; _local12.onEnterFrame = function () { this._x = this._x + this.x; this._y = this._y + this.y; }; } if ((rlse == true) && (!Key.isDown(32))) { rlse = false; } bgo = 0; while (bgo < ehit.length) { if ((((ehit[bgo]._x < 0) || (ehit[bgo]._x > Stage.width)) || (ehit[bgo]._y < 0)) || (ehit[bgo]._y > Stage.height)) { ehit[bgo].removeMovieClip(); ehit.splice(bgo, 1); } bgo++; } };
Instance of Symbol 157 MovieClip "gun" in Frame 107
onClipEvent (load) { sf = _root._currentframe; this.swapDepths(10001); } onClipEvent (enterFrame) { if (Key.isDown(37)) { this._rotation = this._rotation - 2; } else if (Key.isDown(39)) { this._rotation = this._rotation + 2; } if (this._rotation < -70) { this._rotation = -70; } if (this._rotation > 70) { this._rotation = 70; } if (_root._currentframe != sf) { this.removeMovieClip(); } }
Instance of Symbol 159 MovieClip in Frame 107
onClipEvent (load) { sf = _root._currentframe; this.swapDepths(10002); } onClipEvent (enterFrame) { if (_root._currentframe != sf) { this.removeMovieClip(); } }
Frame 108
onEnterFrame = function () { donothing = yes; };
Instance of Symbol 35 MovieClip [explosion] in Frame 108
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 113
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 116
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 123
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 125
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 127
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Instance of Symbol 35 MovieClip [explosion] in Frame 131
onClipEvent (load) { this._xscale = (Math.random() * 25) + 100; this._yscale = this._xscale; }
Frame 132
stop();
Instance of Symbol 181 MovieClip "go_group" in Frame 132
onClipEvent (load) { this.swapDepths(10010); }
Frame 133
onEnterFrame = function () { donothing = yes; };
Instance of Symbol 189 MovieClip "gc_group" in Frame 133
onClipEvent (load) { this.swapDepths(10011); }
Symbol 35 MovieClip [explosion] Frame 23
this.removeMovieClip(); stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 45
stop();
Symbol 96 MovieClip Frame 91
stop();
Symbol 96 MovieClip Frame 136
stop();
Symbol 96 MovieClip Frame 182
stop();
Symbol 96 MovieClip Frame 227
stop();
Symbol 96 MovieClip Frame 273
stop();
Symbol 96 MovieClip Frame 319
stop();
Symbol 96 MovieClip Frame 364
stop();
Symbol 96 MovieClip Frame 409
stop();
Symbol 96 MovieClip Frame 454
stop();
Symbol 106 MovieClip Frame 1
stop(); this.tmc.gotoAndPlay("one");
Symbol 106 MovieClip Frame 6
stop(); this.tmc.gotoAndPlay("two");
Symbol 106 MovieClip Frame 11
stop(); this.tmc.gotoAndPlay("three");
Symbol 106 MovieClip Frame 16
stop(); this.tmc.gotoAndPlay("four");
Symbol 106 MovieClip Frame 21
stop(); this.tmc.gotoAndPlay("five");
Symbol 106 MovieClip Frame 26
stop(); this.tmc.gotoAndPlay("six");
Symbol 106 MovieClip Frame 31
stop(); this.tmc.gotoAndPlay("seven");
Symbol 106 MovieClip Frame 36
stop(); this.tmc.gotoAndPlay("eight");
Symbol 106 MovieClip Frame 41
stop(); this.tmc.gotoAndPlay("nine");
Symbol 106 MovieClip Frame 46
stop(); this.tmc.gotoAndPlay("ten");
Symbol 119 Button
on (release) { _root.play(); }
Symbol 123 Button
on (release) { getURL ("http://www.kabomb.net/", _blank); }
Symbol 130 Button
on (release) { gotoAndStop ("game"); }
Symbol 135 Button
on (release) { gotoAndStop (106); }
Symbol 139 Button
on (release) { getURL ("http://www.kabomb.net/", _blank); }
Symbol 143 Button
on (release) { getURL ("http://armorbot.com/mytable/?id=404", _blank); }
Symbol 147 Button
on (release) { gotoAndStop (105); }
Symbol 155 MovieClip Frame 1
stop();
Symbol 166 Button
on (release) { _root.gotoAndStop("menu", 1); _root.go_group.removeMovieClip(); }
Symbol 175 Button
on (release) { getURL ("http://armorbot.com/mytable/?id=404", _blank); }
Symbol 179 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = _global.hs_name; ab20_09.x = _global.score; ab20_09.c = 404; ab20_09.v = "EZOFVC"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); _root.go_group.submitmcgo._x = 2000; _root.go_group.submitmcgo._visible = false; _root.go_group.submitmcgo.removeMovieClip(); _root.go_group.submitmcgo._alpha = 0; }
Symbol 181 MovieClip Frame 1
go_score_txt = _global.score; onEnterFrame = function () { _global.hs_name = hs_txt; };
Symbol 184 Button
on (release) { _root.gotoAndStop("menu", 1); _root.gc_group.removeMovieClip(); }
Symbol 187 Button
on (release) { ab20_09 = new LoadVars(); ab20_09.z = _global.hs_name; ab20_09.x = _global.score; ab20_09.c = 404; ab20_09.v = "EZOFVC"; ab20_09.sendAndLoad("http://armorbot.com/s_b", ab20_09, "POST"); _root.gc_group.submitmc._x = 2000; _root.gc_group.submitmc._visible = false; _root.gc_group.submitmc.removeMovieClip(); _root.gc_group.submitmc._alpha = 0; }
Symbol 189 MovieClip Frame 1
gc_score_txt = _global.score; go_score_txt = _global.score; onEnterFrame = function () { _global.hs_name = hs_gc_txt; };

Library Items

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

Instance Names

"sky"Frame 1Symbol 106 MovieClip
"bar"Frame 1Symbol 114 MovieClip
"sky"Frame 5Symbol 106 MovieClip
"sky"Frame 105Symbol 106 MovieClip
"sky"Frame 107Symbol 106 MovieClip
"city"Frame 107Symbol 155 MovieClip
"gun"Frame 107Symbol 157 MovieClip
"go_group"Frame 132Symbol 181 MovieClip
"gc_group"Frame 133Symbol 189 MovieClip
"tmc"Symbol 106 MovieClip Frame 1Symbol 96 MovieClip
"submitmcgo"Symbol 181 MovieClip Frame 1Symbol 180 MovieClip
"submitmc"Symbol 189 MovieClip Frame 1Symbol 188 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "cffx"
ExportAssets (56)Timeline Frame 1Symbol 2 as "exfx"
ExportAssets (56)Timeline Frame 1Symbol 3 as "theme"
ExportAssets (56)Timeline Frame 1Symbol 10 as "bullet"
ExportAssets (56)Timeline Frame 1Symbol 16 as "bonus2"
ExportAssets (56)Timeline Frame 1Symbol 21 as "ally2"
ExportAssets (56)Timeline Frame 1Symbol 26 as "enemy2"
ExportAssets (56)Timeline Frame 1Symbol 35 as "explosion"
ExportAssets (56)Timeline Frame 1Symbol 40 as "bonus1"
ExportAssets (56)Timeline Frame 1Symbol 42 as "missile"
ExportAssets (56)Timeline Frame 1Symbol 47 as "ally1"
ExportAssets (56)Timeline Frame 1Symbol 52 as "enemy1"

Labels

"menu"Frame 105
"game"Frame 107
"dead"Frame 108
"complete"Frame 133
"one"Symbol 96 MovieClip Frame 1
"two"Symbol 96 MovieClip Frame 46
"three"Symbol 96 MovieClip Frame 92
"four"Symbol 96 MovieClip Frame 137
"five"Symbol 96 MovieClip Frame 183
"six"Symbol 96 MovieClip Frame 228
"seven"Symbol 96 MovieClip Frame 274
"eight"Symbol 96 MovieClip Frame 320
"nine"Symbol 96 MovieClip Frame 365
"ten"Symbol 96 MovieClip Frame 410

Dynamic Text Variables

score_txtSymbol 161 EditableText"<p align="left"></p>"
go_score_txtSymbol 168 EditableText""
hs_txtSymbol 171 EditableText""
gc_score_txtSymbol 185 EditableText""
hs_gc_txtSymbol 186 EditableText""




http://swfchan.com/14/66136/info.shtml
Created: 12/4 -2019 05:39:35 Last modified: 12/4 -2019 05:39:35 Server time: 20/05 -2024 22:53:43