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

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

Battle of Helms Deep.swf

This is the info page for
Flash #42326

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


Text
S t a r t   G a m e

S t a r t   G a m e

i n s t r u c t i o n s

i n s t r u c t i o n s

T h i s   g a m e   w a s   m a d e   b y                                                                         f o r   l o r d o f t h e r i n g s . n l

O N E   T W O   f r e e

O b j e c t   o f   t h e   g a m e :
S h o o t   a s   m a n y   s e r v a n t s   o f   t h e   e n e m y   a s   y o u   c a n
b e f o r e   y o u   d i e .
B e   c a r e f u l   n o t   t o   l e t   t o o   m a n y   e n e m i e s   p a s s .   W h e n
5 0   e n e m i e s   p a s s ,   t h e y   w i l l   t a k e   o v e r   H e l m s   D e e p
a n d   a l l   w i l l   b e   l o s t .

k e y s :
A R R O W   K E Y S   -   w a l k
S P A C E   -   s h o o t   a r r o w

<P ALIGN="LEFT"><FONT COLOR="#123456" FACE="Arial" SIZE="12"><A HREF="http://www.sothink.com/swfquicker/" TARGET="">Powered by Sothink</A></FONT></P>

C o m b o   s h o t !
+ 1 0

L i v e s :

S c o r e :

E n e m i e s   p a s s e d

L e v e l   2
t h e   w a r g s   a r e   c o m i n g !

L e v e l   3
t h e y ' r e   a f t e r   y o u !

0

S c o r e                                         :

0

E n e m i e s   p a s s e d       :

A r r o w s   f i r e d                       :
P e r c e n t a g e   o f   h i t s   :

%

S u b m i t
S c o r e

T r y   A g a i n

T r y   A g a i n

ActionScript [AS1/AS2]

Frame 1
lives = 10; timecount = 1; level = 1; score = 0; passes = 0; comboshot = 0; b = 1; _root.combocount = 0; _root.coolarrow = 0; _root.arrowcount = 0; _root.arrowhitcount = 0;
Instance of Symbol 32 MovieClip "infotext" in Frame 1
onClipEvent (load) { this._visible = false; }
Frame 9
stop();
Frame 10
if ((49 < _root.passes) || (_root.lives < 1)) { gotoAndPlay (14); } if (b == 1) { a = 1; while (a < 3) { _root.orc.duplicateMovieClip("orc" + a, a); a++; } b = 0; } if (2 < _root.comboshot) { _root.combocount = 0; _root.comboshot = 0; _root.score = _root.score + 10; _root.combotext._x = _root.combox; _root.combotext._y = _root.comboy; _root.combotext.gotoAndPlay(2); } if (0 < _root.comboshot) { _root.combocount = _root.combocount + 1; } if (12 < _root.combocount) { _root.combocount = 0; _root.comboshot = _root.comboshot - 1; } timecount++; if (425 < timecount) { level++; if (level == 2) { _root.level2.play(); } if (level == 3) { _root.level3.play(); } timecount = 0; }
Instance of Symbol 86 MovieClip "gimlibutton" in Frame 10
onClipEvent (enterFrame) { if ((this._rotation == 0) && (random(100) == 2)) { this._x = random(700) + 25; this._y = random(400) + 50; this.gotoAndPlay(1); } if (this._currentframe == 50) { this._x = -200; this._y = -200; } if (this.hitTest(_root.legolas)) { this._x = -200; this._y = -200; this._rotation = 90; _root.gimli.gotoAndPlay(5); } if (this._rotation == 90) { _root.gimli._x = _root.gimli._x - 20; } if (_root.gimli._x < -20) { _root.gimli._x = 950; this._rotation = 0; } }
Instance of Symbol 88 MovieClip "bowbutton" in Frame 10
onClipEvent (enterFrame) { if (random(100) == 2) { this._x = random(700) + 25; this._y = random(400) + 50; this.gotoAndPlay(1); } if (this._currentframe == 50) { this._x = -200; this._y = -200; } if (this.hitTest(_root.legolas)) { this._x = -50; this._y = -100; _root.coolarrow = 4; s = new Sound(); s.attachSound("galabow"); s.setVolume(100); s.start(); } }
Instance of Symbol 90 MovieClip "arrow" in Frame 10
onClipEvent (enterFrame) { if (this._rotation == 0) { this._y = this._y - 38; } else if (this._rotation == 90) { this._x = this._x + 38; } else if (this._rotation == -90) { this._x = this._x - 38; } else if (this._rotation == 180) { this._y = this._y + 38; } if ((((this._x < -25) || (775 < this._x)) || (this._y < -25)) || (525 < this._y)) { this._rotation = 10; this._y = -500; this._x = -500; } }
Instance of Symbol 93 MovieClip "legolas" in Frame 10
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT) && (this._x < 750)) { this._rotation = 90; this._x = this._x + 20; } if (Key.isDown(Key.DOWN) && (this._y < 470)) { this._rotation = 180; this._y = this._y + 20; } if (Key.isDown(Key.LEFT) && (0 < this._x)) { this._rotation = 270; this._x = this._x - 20; } if (Key.isDown(Key.UP) && (0 < this._y)) { this._rotation = 0; this._y = this._y - 20; } if ((Key.isDown(Key.SPACE) && (_root.coolarrow < 1)) && ((((_root.arrow._x < 0) || (_root.arrow._y < 0)) || (750 < _root.arrow._x)) || (500 < _root.arrow._y))) { _root.arrow.gotoAndPlay(2); _root.arrowcount++; _root.arrow._y = this._y; _root.arrow._x = this._x; _root.arrow._rotation = this._rotation; } if ((Key.isDown(Key.SPACE) && (0 < _root.coolarrow)) && ((((_root.bigarrow._x < 0) || (_root.bigarrow._y < 0)) || (750 < _root.bigarrow._x)) || (500 < _root.bigarrow._y))) { _root.bigarrow.gotoAndPlay(2); _root.bigarrow._y = this._y; _root.bigarrow._x = this._x; _root.bigarrow._rotation = this._rotation; _root.coolarrow--; } }
Instance of Symbol 98 MovieClip "bigarrow" in Frame 10
onClipEvent (enterFrame) { if (this._rotation == 0) { this._y = this._y - 38; } else if (this._rotation == 90) { this._x = this._x + 38; } else if (this._rotation == -90) { this._x = this._x - 38; } else if (this._rotation == 180) { this._y = this._y + 38; } if ((((this._x < -25) || (775 < this._x)) || (this._y < -25)) || (525 < this._y)) { this._rotation = 10; this._y = -500; this._x = -500; } }
Instance of Symbol 100 MovieClip "orc" in Frame 10
onClipEvent (enterFrame) { if ((this.hitTest(_root.legolas) && (_root.legolas._currentframe < 2)) && (this._currentframe < 20)) { _root.lives--; _root.legolas.gotoAndPlay(5); } if (this.hitTest(_root.gimli) && (this._currentframe < 20)) { _root.score = _root.score + 5; this.gotoAndPlay(20); } if (this.hitTest(_root.arrow) && (this._currentframe < 20)) { _root.arrow._x = -200; _root.arrow._y = -200; _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; _root.arrowhitcount++; this.gotoAndPlay(20); } if (this.hitTest(_root.bigarrow) && (this._currentframe < 20)) { _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; this.gotoAndPlay(20); } if ((this._currentframe < 11) && (walkmode == "normal")) { this._y = this._y + random(20); this._x = this._x + random(20); this._x = this._x - random(20); this._rotation = 0; } if ((this._currentframe < 11) && (walkmode == "chase")) { distx = this._x - _root.legolas._x; disty = this._y - _root.legolas._y; distz = Math.sqrt((distx * distx) + (disty * disty)); this._x = this._x - ((distx / distz) * 10); this._y = this._y - ((disty / distz) * 10); if ((0 < distx) && (0 < disty)) { corner = (Math.atan(distx / disty) / (Math.PI/180)) - 90; } if ((0 < distx) && (disty < 0)) { corner = Math.acos(distx / distz) / (Math.PI/180); } if ((distx < 0) && (disty < 0)) { corner = (Math.atan(distx / disty) / (Math.PI/180)) + 90; } if ((distx < 0) && (0 < disty)) { corner = (Math.acos((-distx) / distz) / (Math.PI/180)) + 180; } this._rotation = 90 - corner; } if (500 < this._y) { _root.passes++; this._y = -10; this._x = random(700) + 25; } if (this._currentframe == 25) { this._y = -20; this._x = random(700) + 25; this.gotoAndPlay(1); } if (this._y < 0) { this.gotoAndPlay(1); } if ((this._y < 0) && (2 < _root.level)) { if (random(7) < 2) { walkmode = "chase"; } else { walkmode = "normal"; } } } onClipEvent (load) { this._x = random(700) + 25; this._y = random(100) - 150; walkmode = "normal"; }
Instance of Symbol 109 MovieClip "easterling" in Frame 10
onClipEvent (enterFrame) { if ((this.hitTest(_root.legolas) && (_root.legolas._currentframe < 2)) && (this._currentframe < 20)) { _root.lives = _root.lives - 2; _root.legolas.gotoAndPlay(5); } if (this.hitTest(_root.gimli) && (this._currentframe < 20)) { _root.score = _root.score + 5; this.gotoAndPlay(20); } if (this.hitTest(_root.arrow) && (this._currentframe < 20)) { _root.arrow._x = -200; _root.arrow._y = -200; _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; _root.arrowhitcount++; this.gotoAndPlay(20); } if (this.hitTest(_root.bigarrow) && (this._currentframe < 20)) { _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; this.gotoAndPlay(20); } if (this._currentframe < 11) { this._y = this._y + random(38); this._x = this._x + random(30); this._x = this._x - random(30); } if (500 < this._y) { _root.passes++; this._y = -10; this._x = random(700) + 25; } if (this._currentframe == 25) { this._y = -20; this._x = random(700) + 25; this.gotoAndPlay(1); } if (this._y < 0) { this.gotoAndPlay(1); } }
Instance of Symbol 118 MovieClip in Frame 10
onClipEvent (enterFrame) { if ((this.hitTest(_root.legolas) && (_root.legolas._currentframe < 2)) && (this._currentframe < 20)) { _root.lives--; _root.legolas.gotoAndPlay(5); } if ((this.hitTest(_root.gimli) && (this._currentframe < 20)) && (_root.gimli._x < 800)) { _root.score = _root.score + 5; this.gotoAndPlay(20); } if (this.hitTest(_root.arrow) && (this._currentframe < 20)) { _root.arrow._x = -200; _root.arrow._y = -200; _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; _root.arrowhitcount++; this.gotoAndPlay(20); } if (this.hitTest(_root.bigarrow) && (this._currentframe < 20)) { _root.score++; _root.comboshot++; _root.combox = this._x; _root.comboy = this._y; this.gotoAndPlay(20); } if (((this._currentframe < 20) && (900 >= this._x)) && (1 < _root.level)) { this._x = (this._x + random(5)) + 40; this._y = this._y + random(20); this._y = this._y - random(20); } if (((900 < this._x) && (random(100) < 2)) && (1 < _root.level)) { this._x = -200; this._y = random(400) + 25; } if ((900 < this._x) && (this._y != 900)) { this._y = 900; } if (this._currentframe == 25) { this._x = 1000; this.gotoAndPlay(1); } if (this._x < 0) { this.gotoAndPlay(1); } } onClipEvent (load) { this._x = 1000; this._y = 1000; }
Instance of Symbol 141 MovieClip in Frame 10
onClipEvent (load) { this.swapDepths(1000); }
Frame 11
gotoAndPlay (10);
Frame 14
game = "legolas"; if (0 < _root.arrowcount) { _root.arrowperc = Math.round((_root.arrowhitcount / _root.arrowcount) * 100); } else { _root.arrowperc = 0; } score = score + _root.arrowperc; _root.orc1.removeMovieClip(); _root.orc2.removeMovieClip();
Frame 19
stop();
Symbol 2 Button
on (press) { gotoAndPlay (10); }
Symbol 7 Button
on (release) { _root.infotext._visible = true; }
Symbol 72 Button
on (release) { this._visible = false; }
Symbol 74 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "helmsdeep"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype != 2) { _root.is_a_challenge = 0; } else { _root.is_a_challenge = 1; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.score)); if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 78 Button
on (press) { gotoAndPlay (10); }
Symbol 84 Button
on (release) { _root.infotext._visible = true; }
Symbol 86 MovieClip Frame 50
stop();
Symbol 88 MovieClip Frame 50
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 20
gotoAndStop (1);
Symbol 98 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 10
gotoAndPlay (1);
Symbol 100 MovieClip Frame 25
stop();
Symbol 109 MovieClip Frame 10
gotoAndPlay (1);
Symbol 109 MovieClip Frame 25
stop();
Symbol 118 MovieClip Frame 14
gotoAndPlay (1);
Symbol 118 MovieClip Frame 25
stop();
Symbol 128 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 12
gotoAndPlay (6);
Symbol 138 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 41
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 41
stop();
Symbol 177 Button
on (release) { score = _root.score; _root.gameover = 1; }
Symbol 179 Button
on (press) { lives = 10; score = 0; passes = 0; b = 1; gotoAndPlay (1); }
Symbol 182 Button
on (release) { score = _root.score; _root.gameover = 1; }
Symbol 183 Button
on (press) { lives = 10; score = 0; passes = 0; b = 1; gotoAndPlay (1); }

Library Items

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

Instance Names

"infotext"Frame 1Symbol 32 MovieClip
"gimlibutton"Frame 10Symbol 86 MovieClip
"bowbutton"Frame 10Symbol 88 MovieClip
"arrow"Frame 10Symbol 90 MovieClip
"legolas"Frame 10Symbol 93 MovieClip
"bigarrow"Frame 10Symbol 98 MovieClip
"orc"Frame 10Symbol 100 MovieClip
"easterling"Frame 10Symbol 109 MovieClip
"gimli"Frame 10Symbol 128 MovieClip
"combotext"Frame 10Symbol 138 MovieClip
"level2"Frame 10Symbol 154 MovieClip
"level3"Frame 10Symbol 157 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "galabow"

Dynamic Text Variables

_root.livesSymbol 145 EditableText""
_root.scoreSymbol 149 EditableText""
_root.passesSymbol 152 EditableText""
scoreSymbol 164 EditableText"0"
passesSymbol 167 EditableText"0"
_root.arrowcountSymbol 171 EditableText""
_root.arrowpercSymbol 173 EditableText""
visitor_nameSymbol 176 EditableText""




http://swfchan.com/9/42326/info.shtml
Created: 10/5 -2019 00:20:22 Last modified: 10/5 -2019 00:20:22 Server time: 22/05 -2024 00:31:17