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

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

Zombie Bomber.swf

This is the info page for
Flash #26354

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


Text
Name

10

0

ActionScript [AS1/AS2]

Frame 1
function itemHandler0(obj, item) { myMenu.customItems[0].enabled = true; } function itemHandler1(obj, item) { myMenu.customItems[0].enabled = true; } var myMenu = new ContextMenu(); myMenu.hideBuiltInItems(); myMenu.customItems.push(new ContextMenuItem("El-Presidente: Coder", itemHandler0)); myMenu.customItems.push(new ContextMenuItem("Reality-Monkey: Artist", itemHandler1)); myMenu.customItems[1].separatorBefore = true; _root.menu = myMenu; _root.onetime = false; _root.totalscore = 0; _root.ngl.onRelease = function () { getURL ("http://www.newgrounds.com"); };
Frame 2
stop(); _root.onEnterFrame = function () { _root.guyname = _root.nametext.text; }; _root.playbutton.onRelease = function () { _root.gotoAndStop(3); }; _root.instructions.onRelease = function () { _root.gotoAndStop(5); }; _root.moregames.onRelease = function () { getURL ("http://www.armorgames.com"); };
Frame 3
stop(); _root.goalnum = 10 * _root.level; _root.onEnterFrame = function () { if (_root.onetime == false) { _root.level = 1; _root.onetime = true; } _root.goalnum = 10 * _root.level; _root.goal.text = _root.goalnum; }; _root.continuebutton.onRelease = function () { _root.gotoAndStop(4); };
Frame 4
stop(); var a = (random(h) + 5); var b = 0; var c = 0; var d = (random(10) + 1); var e = 0; var f = 0; var g = 0; var h = 9; var i = 0; var j = 13; var k = 0; var l = false; var m = false; _root.score = 0; _root.speedfull = 8; _root.pausegame = false; _root.onscreen = true; _root.once = false; _quality = "LOW"; _root.onEnterFrame = function () { if (_root.once == false) { if (_root.score >= _root.goalnum) { _root.level = _root.level + 1; _root.once = true; } } if (_root.pausegame == false) { _root.scorecount.text = _root.score; b = b + 1; e = e + 1; if (b == a) { a = random(h) + 2; b = 0; c = c + 1; if (c > 30) { c = 0; } _root.barrel.duplicateMovieClip("barrel" + c, c); _root["barrel" + c].number = c; } if (e == d) { d = random(j) + 3; e = 0; f = f + 1; if (f > 30) { f = 0; } _root.zombie.duplicateMovieClip("zombie" + f, f + 100); } if (_root.ship.shot == true) { g = g + 1; i = i + 1; if (g > 250) { g = 0; } if (g == 250) { h = h + 1; if (h > 14) { h = 14; } } if (i > 200) { i = 0; } if (i == 200) { j = j - 1; if (j < 8) { j = 8; } } } } if (l == false) { l = true; if (Key.isDown(80)) { if (_root.pausegame == true) { _root.pausegame = false; } else if (_root.pausegame == false) { _root.pausegame = true; } } } else { k = k + 1; if (k == 4) { k = 0; l = false; } } _root.ship.swapDepths(_root.getNextHighestDepth()); _root.scorecount.swapDepths(_root.getNextHighestDepth()); _root.pausegameblack.swapDepths(_root.getNextHighestDepth()); _root.menubutton.swapDepths(_root.getNextHighestDepth()); _root.pausebutton.swapDepths(_root.getNextHighestDepth()); _root.creditsbutton.swapDepths(_root.getNextHighestDepth()); _root.moregamebutton.swapDepths(_root.getNextHighestDepth()); _root.pausereminder.swapDepths(_root.getNextHighestDepth()); }; _root.menubutton.onRelease = function () { _root.onscreen = false; _root.gotoAndStop(2); }; _root.creditsbutton.onRelease = function () { _root.onscreen = false; _root.gotoAndStop(6); }; _root.moregamesbutton.onRelease = function () { getURL ("http://www.armorgames.com", _blank); }; _root.levelbutton.onRelease = function () { _root.onscreen = false; _root.gotoAndStop(3); }; _root.submitbutton.onRelease = function () { _root.onscreen = false; _root.gotoAndStop(7); };
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (load) { ynum = this._y; } onClipEvent (enterFrame) { if (_root.pausegame == false) { this._y = this._y + _root.speedfull; if (this._y > (ynum + 360)) { this._y = ynum; } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 47 MovieClip "ship" in Frame 4
onClipEvent (load) { a = 0; xspeed = 0; yspeed = 0; speed = 0.3; shot = false; decrease = 0.8; } onClipEvent (enterFrame) { if (_root.pausegame == false) { this._x = this._x + xspeed; this._y = this._y - yspeed; if (Key.isDown(39)) { xspeed = xspeed + speed; } else if (Key.isDown(37)) { xspeed = xspeed - speed; } else { xspeed = xspeed * decrease; } if (Key.isDown(38)) { yspeed = yspeed + speed; } else if (Key.isDown(40)) { yspeed = yspeed - speed; } else { yspeed = yspeed * decrease; } if (Key.isDown(32)) { if (shot == false) { shot = true; a = a + 1; if (a > 30) { a = 0; } _root.bomb.duplicateMovieClip("bomb2", a + 500); } } if (shot == true) { yspeed = yspeed + 0.7; xspeed = 0; decrease = 1; } if (shot == false) { if (this._x > 180) { this._x = 180; xspeed = 0; } if (this._x < 20) { this._x = 20; xspeed = 0; } if (this._y > 370) { this._y = 370; yspeed = 0; } if (this._y < 250) { this._y = 250; yspeed = 0; } if (xspeed > 4) { xspeed = 4; } if (xspeed < -4) { xspeed = -4; } if (yspeed > 4) { yspeed = 4; } if (yspeed < -4) { yspeed = -4; } } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 49 MovieClip "barrel" in Frame 4
onClipEvent (load) { a = 0; b = 0; this._x = random(150) + 25; this._y = -40; yspeed = _root.speedfull; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if (this._name == "barrel") { this._x = 10000; this._y = 10000; } this._y = this._y + yspeed; a = 0; while (a < 30) { if (this.hitTest(_root["explosion" + a])) { _root.explosion.duplicateMovieClip("explosion" + number, number + 200); _root["explosion" + number]._x = this._x; _root["explosion" + number]._y = this._y; _root["explosion" + number].number = this.number; this.removeMovieClip(); } if (this.hitTest(_root["debris" + a])) { if (_root["debris" + a].count > 117) { _root.explosion.duplicateMovieClip("explosion" + number, number + 200); _root["explosion" + number]._x = this._x; _root["explosion" + number]._y = this._y; _root["explosion" + number].number = this.number; this.removeMovieClip(); } } a++; } if ((((this._y > 500) || (this._y < -200)) || (this._x > 220)) || (this._x < -20)) { this.removeMovieClip(); } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 53 MovieClip "zombie" in Frame 4
onClipEvent (load) { a = 0; death = true; destroy = false; this._x = random(150) + 25; this._y = -20; yspeed = _root.speedfull; this.gotoAndStop(random(3) + 1); } onClipEvent (enterFrame) { if (_root.pausegame == false) { this._y = this._y + yspeed; a = 0; while (a < 31) { if (this.hitTest(_root["explosion" + a])) { if (death == true) { death = false; _root.totalscore = _root.totalscore + 1; _root.score = _root.score + 1; destroy = true; } } a++; } if ((((this._y > 500) || (this._y < -200)) || (this._x > 220)) || (this._x < -20)) { this.removeMovieClip(); } if (this._alpha < 0) { this.removeMovieClip(); } if (destroy == true) { this._alpha = this._alpha - 5; } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 56 MovieClip "bomb" in Frame 4
onClipEvent (load) { a = 0; this._x = _root.ship._x; this._y = _root.ship._y; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if (this._name == "bomb") { this._x = 10000; this._y = 10000; } else { this._yscale = this._yscale - (0.015 * _yscale); this._xscale = this._xscale - (0.015 * _xscale); } if (this._xscale < 35) { a = a + 1; if (a > 30) { a = 0; } _root.explosion.duplicateMovieClip("explosion2", a + 400); _root.explosion2._x = this._x; _root.explosion2._y = this._y; this.removeMovieClip(); } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 64 MovieClip "explosion" in Frame 4
onClipEvent (load) { a = 0; yspeed = _root.speedfull; if (this._name == "explosion") { this._x = 10000; this._y = 10000; } this._rotation = random(360); frame = 1; debris = true; num = 1; } onClipEvent (enterFrame) { frame = frame + num; if (_root.pausegame == false) { num = 1; this.gotoAndStop(frame); this._y = this._y + yspeed; if (debris == true) { debris = false; _root.debris.duplicateMovieClip("debris" + number, number + 300); _root["debris" + number]._x = this._x; _root["debris" + number]._y = this._y; } if (this._y > 500) { this.removeMovieClip(); } } else { num = 0; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 68 MovieClip "debris" in Frame 4
onClipEvent (load) { xspeed = random(2) - 1; yspeed = random(5); up = true; count = 0; this.gotoAndStop(random(3) + 1); this._rotation = random(360); } onClipEvent (enterFrame) { if (_root.pausegame == false) { if (this._name == "debris") { this._x = 10000; this._y = 10000; xspeed = 0; yspeed = 0; } else { this._x = this._x + xspeed; this._y = this._y - yspeed; count = count + 1; if (up == true) { this._xscale = this._xscale + 2; this._yscale = this._yscale + 2; } else if (up == false) { this._xscale = this._xscale - 2; this._yscale = this._yscale - 2; } if (count < 50) { up = true; } else { up = false; } } if (count > 120) { this.removeMovieClip(); } if (this._y < -50) { this.removeMovieClip(); } if (this._y > 450) { this.removeMovieClip(); } if (this._x < -50) { this.removeMovieClip(); } if (this._x > 250) { this.removeMovieClip(); } } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 70 MovieClip "pausegameblack" in Frame 4
onClipEvent (load) { this._x = 10000; this._y = 10000; } onClipEvent (enterFrame) { if (_root.pausegame == true) { this._x = 100; this._y = 200; } else { this._x = 10000; this._y = 10000; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 72 MovieClip "menubutton" in Frame 4
onClipEvent (load) { this._x = 10000; this._y = 10000; } onClipEvent (enterFrame) { if (_root.pausegame == true) { this._x = 100; this._y = 99.5; } else { this._x = 10000; this._y = 10000; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 74 MovieClip "pausebutton" in Frame 4
onClipEvent (load) { this._x = 10000; this._y = 10000; } onClipEvent (enterFrame) { if (_root.pausegame == true) { this._x = 100; this._y = 50.5; } else { this._x = 10000; this._y = 10000; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 76 MovieClip "creditsbutton" in Frame 4
onClipEvent (load) { this._x = 10000; this._y = 10000; } onClipEvent (enterFrame) { if (_root.pausegame == true) { this._x = 100; this._y = 129.5; } else { this._x = 10000; this._y = 10000; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 78 MovieClip "moregamebutton" in Frame 4
onClipEvent (load) { this._x = 10000; this._y = 10000; } onClipEvent (enterFrame) { if (_root.pausegame == true) { this._x = 100; this._y = 159.5; } else { this._x = 10000; this._y = 10000; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 81 MovieClip in Frame 4
on (press) { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } if (_root.onscreen == false) { this.swapDepths(_root.getNextHighestDepth()); this.removeMovieClip(); } }
Instance of Symbol 84 MovieClip "levelbutton" in Frame 4
onClipEvent (load) { levela = _root.level; levelb = _root.level + 1; this.gotoAndStop(1); } onClipEvent (enterFrame) { levela = _root.level; if (levela == levelb) { this.gotoAndStop(2); } }
Instance of Symbol 88 MovieClip "pausereminder" in Frame 4
onClipEvent (load) { alphup = true; a = 0; this._alpha = 50; b = 0; } onClipEvent (enterFrame) { a = a + 1; b = b + 1; if (a > 29) { a = 0; } if (a > 15) { alphup = false; } else { alphup = true; } if (alphup == true) { this._alpha = this._alpha + 2; } else { this._alpha = this._alpha - 2; } if (b > 149) { this.removeMovieClip(); } }
Frame 5
stop(); _root.back.onRelease = function () { gotoAndStop (8); };
Frame 6
stop(); _root.back2.onRelease = function () { _root.gotoAndStop(2); }; _root.ngb.onRelease = function () { getURL ("http://www.newgrounds.com", _blank); }; _root.agb.onRelease = function () { getURL ("http://www.armorgames.com", _blank); }; _root.presgames.onRelease = function () { getURL ("http://www.presgames.com", _blank); };
Frame 7
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = par3; par227.c2NvcmUx = par4 + "Z"; par227.c2NvcmUx = par227.c2NvcmUx.split("0").join("U"); par227.c2NvcmUx = par227.c2NvcmUx.split("").join("A"); par227.c2NvcmUx = par227.c2NvcmUx.split("AU").join("Y"); par227.c2NvcmUx = par227.c2NvcmUx.split("A1").join("B"); par227.c2NvcmUx = par227.c2NvcmUx.split(".").join("N"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { if (success) { trace(par228.msg); } else { trace(par228.loaded); } }; par227.sendAndLoad("http://rankz.armorbot.com/submit/as3_v0.php", par228, "POST"); } stop(); _root.scoreend = (_root.totalscore * _root.level) * 100; _root.levelsubmit.text = _root.scoreend; bXlnYW1lX25hbWVfdmFyaWFibGU = _root.guyname; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _root.scoreend; __rankz_send__("MTgyM2olZSVhJW4lcw==", "ZmZWeWlZbVQ=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); _root.viewhigh.onRelease = function () { getURL ("http://rankz.armorbot.com/ZombieBomber/", _blank); }; _root.back3.onRelease = function () { gotoAndStop (2); }; _root.moreg.onRelease = function () { getURL ("http://www.armorgames.com", _blank); };
Frame 8
stop(); _root.back4.onRelease = function () { gotoAndStop (2); };
Frame 9
stop(); _root.intro.onRelease = function () { if (_root.intro.a < 80) { getURL ("http://www.newgrounds.com", _blank); } else { getURL ("http://www.armorgames.com", _blank); } };
Instance of Symbol 176 MovieClip "intro" in Frame 9
onClipEvent (load) { a = 1; } onClipEvent (enterFrame) { a = a + 1; if (a == 160) { _root.gotoAndStop(2); } }
Symbol 12 Button
on (release) { _root.gotoAndStop(9); }
Symbol 14 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._yscale = PercentLoaded * (_root.loadpic.height / 100); } else { gotoAndStop ("loaded"); }
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 2
stop();
Symbol 53 MovieClip Frame 3
stop();
Symbol 64 MovieClip Frame 25
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 2
stop();
Symbol 68 MovieClip Frame 3
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();

Library Items

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

Instance Names

"ngl"Frame 1Symbol 16 MovieClip
"playbutton"Frame 2Symbol 25 Button
"instructions"Frame 2Symbol 28 Button
"moregames"Frame 2Symbol 31 Button
"nametext"Frame 2Symbol 33 EditableText
"goal"Frame 3Symbol 37 EditableText
"continuebutton"Frame 3Symbol 41 MovieClip
"ship"Frame 4Symbol 47 MovieClip
"barrel"Frame 4Symbol 49 MovieClip
"zombie"Frame 4Symbol 53 MovieClip
"bomb"Frame 4Symbol 56 MovieClip
"explosion"Frame 4Symbol 64 MovieClip
"debris"Frame 4Symbol 68 MovieClip
"pausegameblack"Frame 4Symbol 70 MovieClip
"menubutton"Frame 4Symbol 72 MovieClip
"pausebutton"Frame 4Symbol 74 MovieClip
"creditsbutton"Frame 4Symbol 76 MovieClip
"moregamebutton"Frame 4Symbol 78 MovieClip
"scorecount"Frame 4Symbol 79 EditableText
"levelbutton"Frame 4Symbol 84 MovieClip
"submitbutton"Frame 4Symbol 86 MovieClip
"pausereminder"Frame 4Symbol 88 MovieClip
"back"Frame 5Symbol 94 MovieClip
"back2"Frame 6Symbol 101 MovieClip
"agb"Frame 6Symbol 104 MovieClip
"ngb"Frame 6Symbol 152 MovieClip
"presgames"Frame 6Symbol 154 MovieClip
"levelsubmit"Frame 7Symbol 159 EditableText
"viewhigh"Frame 7Symbol 161 MovieClip
"back3"Frame 7Symbol 101 MovieClip
"moreg"Frame 7Symbol 31 Button
"levelbutton"Frame 8Symbol 84 MovieClip
"submitbutton"Frame 8Symbol 86 MovieClip
"back4"Frame 8Symbol 101 MovieClip
"intro"Frame 9Symbol 176 MovieClip
"bar"Symbol 14 MovieClip Frame 1Symbol 3 MovieClip
"loadpic"Symbol 14 MovieClip Frame 1Symbol 5 MovieClip
"loadpic"Symbol 14 MovieClip Frame 3Symbol 5 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"loaded"Symbol 14 MovieClip Frame 3




http://swfchan.com/6/26354/info.shtml
Created: 22/5 -2019 18:48:41 Last modified: 22/5 -2019 18:48:41 Server time: 10/05 -2024 13:19:29