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

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

TriggerBound Part 2.swf

This is the info page for
Flash #71772

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


Text
L o a d i n g . .

W h e r e   a r e   w e . . .

H e y !   W h a t   d a ?   I   w a s   i n   m y   h o u s e
t a k i n g   a   s h i t . .   a n d   n o w   i ' m   h e r e .

W h a t ' s   y o u r   n a m e ?

W o w !   A   r o b o t ?   W h o   e v e r
m a d e   y o u   m u s t ' v e   b e e n
s m a r t !

Y e s   s h e   i s . .   s h e ' s   v e r y   s m a r t
a c t u a l l y .   S h e   h a s   m a d e   s o
m a n y   t h i n g s   l i k e -

S h e ' s   v e r y   s m a r t   a c t u a l l y . .
S h e   c r e a t e s   a   l o t   o f   t h i n g -

H a h a h a !   Y o u   g u y s   s u c k !
B i g . .

Y o u   m a y   b e   b i g g e r   t h e n
u s . .   b u t   t h a t   d o e s n ' t   m e a n -

S h u t   u p   b i t c h !

K o o p a s   a n d   G o o m b a s !   K i l l
t h e m !

S h e ' s   s t i l l   s l e e p i n g . .   I ' m
g o i n g   t o   h a v e   t o   w a k e   h e r -

W o w . .   t h a t   w a s   a   g o o d
n a p . .     w a i t ?

B a c k   u p !   I ' m   w a r n i n g
y o u . .

W o a h ,   C a l m   d o w n !

I   w a s   k i d n a p p e d   j u s t   l i k e
y o u   w e r e !

I t   l o o k s   l i k e   t h e   K i d n a p p e r
i s   O L D ,   F A T ,   a n d   h a s   b a d
t a s t e .

S o   h e   w o u l d   p r o b a b l y   l o o k
l i k e . . .

Y i k e s ! !   W e   n e e d   t o   g e t   t h e
h e l l   o u t t a   h e r e .   B u t   h o w ?

L e t ' s   g o   k i c k   s o m e   P K   A S S !

S o   d i d   w e   a l l   g e t   t h e
p l a n ? !

W e   i n f l i n t r a t e   a n d
d e m o l i s h .   F O R   M A R L E !

H e y . .   Y o u   k n o w   w e ' r e
s a v i n g   R o b o   t o o . .

W h o ?

.

L e t ' s   g o !

T h e y   h a v e   t o   b e   a r o u n d   h e r e
s o m e w h e r e . .

ActionScript [AS1/AS2]

Symbol 490 MovieClip Frame 1
nCharacterCount = 1; nFrameCount = 3; nAlphaChangeSpeed = 3; nMoveSpeed = 2; nSetSpace = 120; function fun() { i = 1; while (nCharacterCount >= i) { this["c" + i]._x = this["c" + i]._x + nMoveSpeed; this["c" + i]._alpha = this["c" + i]._alpha + nAlphaChangeSpeed; i++; } i = nCharacterCount + 1; while ((nCharacterCount * 2) >= i) { this["c" + i]._x = this["c" + i]._x - nMoveSpeed; this["c" + i]._alpha = this["c" + i]._alpha + nAlphaChangeSpeed; i++; } nSpace = nSpace - nMoveSpeed; if (nSpace < 0) { i = 1; while (nCharacterCount >= i) { this["c" + i]._x = nBakCharacter_x[i - 1]; i++; } gotoAndPlay (1); } } function again() { gotoAndPlay (2); } nSpace = nSetSpace / 2; nBakCharacter_x = new Array(nCharacterCount); i = nCharacterCount + 1; while ((nCharacterCount * 2) >= i) { this["c" + (i - nCharacterCount)].duplicateMovieClip("c" + i, i); this["c" + i]._x = this["c" + i]._x + nSpace; this["c" + i]._alpha = 10; i++; } i = 1; while (nCharacterCount >= i) { nBakCharacter_x[i - 1] = this["c" + i]._x; this["c" + i]._x = this["c" + i]._x - nSpace; this["c" + i]._alpha = 10; i++; } fun();
Symbol 490 MovieClip Frame 2
fun();
Symbol 490 MovieClip Frame 3
again();
Symbol 500 MovieClip Frame 1
nCharacterCount = 1; nFrameCount = 3; nAlphaSpeed = 10; nScaleSpeed = 10; nRotationSpeed = 20; function Who() { for(;;){ nTemp = random(nCharacterCount + 1); if (nCharacterCount != 1) { if ((nTemp != 0) && (nWho != nTemp)) { break; } } else if (nTemp != 0) { break; } }; nWho = nTemp; this["c" + nWho]._alpha = 50; this["c" + nWho].duplicateMovieClip("cc" + nWho, nWho); this["cc" + nWho]._alpha = 80; } function again() { gotoAndPlay (2); } function radiation() { if (this["cc" + nWho]._alpha < 0) { nMoveSpeed = 1; Who(); } this["cc" + nWho]._alpha = this["cc" + nWho]._alpha - nAlphaSpeed; this["c" + nWho]._alpha = this["c" + nWho]._alpha + nAlphaSpeed; } function fun() { if (nMoveSpeed >= 20) { radiation(); return(undefined); } this["cc" + nWho]._xscale = this["cc" + nWho]._xscale + nScaleSpeed; this["cc" + nWho]._yscale = this["cc" + nWho]._yscale + nScaleSpeed; this["cc" + nWho]._rotation = this["cc" + nWho]._rotation + nRotationSpeed; this["cc" + nWho]._y = this["cc" + nWho]._y + (nMoveSpeed++); } nMoveSpeed = 1; nWho = 0; Who(); fun();
Symbol 500 MovieClip Frame 2
fun();
Symbol 500 MovieClip Frame 3
again();
Symbol 506 MovieClip Frame 1
nCharacterCount = 1; nFrameCount = 3; nScaleSpeed = 5; nAlphaSpeed = 5; nMoveSpeed = 5; function fun() { if (this[("t" + nCharacterCount) + 2]._alpha <= 0) { if ((this["c" + nCharacterCount]._alpha >= 100) && (this["c" + nCharacterCount]._xscale == nOriginalSizeX[nCharacterCount - 1])) { gotoAndPlay (1); } i = 1; while (nCharacterCount >= i) { this["c" + i]._alpha = this["c" + i]._alpha + nAlphaSpeed; this["c" + i]._xscale = this["c" + i]._xscale - nScaleSpeed; this["c" + i]._yscale = this["c" + i]._yscale - nScaleSpeed; if (this["c" + i]._xscale < nOriginalSizeX[i - 1]) { this["c" + i]._xscale = nOriginalSizeX[i - 1]; this["c" + i]._yscale = nOriginalSizeY[i - 1]; } i++; } return(undefined); } i = 1; while (nCharacterCount >= i) { n = 1; while (n <= 2) { if (n == 1) { this[("t" + i) + n]._x = this[("t" + i) + n]._x + nMoveSpeed; } if (n == 2) { this[("t" + i) + n]._x = this[("t" + i) + n]._x - nMoveSpeed; } this[("t" + i) + n]._alpha = this[("t" + i) + n]._alpha - nAlphaSpeed; n++; } i++; } } function again() { gotoAndPlay (2); } nDepth = nCharacterCount; nOriginalSizeX = new Array(nCharacterCount); nOriginalSizeY = new Array(nCharacterCount); i = 1; while (nCharacterCount >= i) { nBkX[i - 1] = this["c" + i]._x; n = 1; while (n <= 2) { nDepth++; this["c" + i].duplicateMovieClip(("t" + i) + n, nDepth); n++; } this["c" + i]._alpha = 0; nOriginalSizeX[i - 1] = this["c" + i]._xscale; nOriginalSizeY[i - 1] = this["c" + i]._yscale; this["c" + i]._xscale = 200; this["c" + i]._yscale = 200; i++; } fun();
Symbol 506 MovieClip Frame 2
fun();
Symbol 506 MovieClip Frame 3
again();

Library Items

Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:1
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:1
Symbol 1 MovieClipUses:3 5Used by:Timeline
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:6
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:6
Symbol 6 MovieClipUses:8 10Used by:Timeline
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:11
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:11
Symbol 11 MovieClipUses:13 15Used by:Timeline
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:16
Symbol 19 BitmapUsed by:20 473 478
Symbol 20 GraphicUses:19Used by:16
Symbol 16 MovieClipUses:18 20Used by:Timeline
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:Timeline
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:Timeline
Symbol 26 FontUsed by:25 42 49 54 60 63 96 136 142 148 159 236 243 249 285 290 295 300 308 355 384 390 396 402 408 437 489
Symbol 25 TextUses:26Used by:Timeline
Symbol 27 BitmapUsed by:28 36 43 50 55 61 78 80 82 84 86 88 92 98 102 114 118 122 130 137 143 149 154 160 209 212 215 218 221
Symbol 28 GraphicUses:27Used by:Timeline
Symbol 29 BitmapUsed by:30 37
Symbol 30 GraphicUses:29Used by:Timeline
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:31
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:31
Symbol 31 MovieClipUses:33 35Used by:Timeline
Symbol 36 GraphicUses:27Used by:Timeline
Symbol 37 GraphicUses:29Used by:Timeline
Symbol 38 BitmapUsed by:39 44 51 56 94 133 140 146 152 157 233 240 247 254 259 264 269 281 287 292 297 305 354 381 387 393 399 434 488
Symbol 39 GraphicUses:38Used by:Timeline
Symbol 40 BitmapUsed by:41 53 95 141
Symbol 41 GraphicUses:40Used by:Timeline
Symbol 42 TextUses:26Used by:Timeline
Symbol 43 GraphicUses:27Used by:Timeline
Symbol 44 GraphicUses:38Used by:Timeline
Symbol 45 BitmapUsed by:46 52
Symbol 46 GraphicUses:45Used by:Timeline
Symbol 47 BitmapUsed by:48 57
Symbol 48 GraphicUses:47Used by:Timeline
Symbol 49 TextUses:26Used by:Timeline
Symbol 50 GraphicUses:27Used by:Timeline
Symbol 51 GraphicUses:38Used by:Timeline
Symbol 52 GraphicUses:45Used by:Timeline
Symbol 53 GraphicUses:40Used by:Timeline
Symbol 54 TextUses:26Used by:Timeline
Symbol 55 GraphicUses:27Used by:Timeline
Symbol 56 GraphicUses:38Used by:Timeline
Symbol 57 GraphicUses:47Used by:Timeline
Symbol 58 BitmapUsed by:59 62 79 81 83 85 87 89 93 99 103 115 119 123 131 138 144 150 155 161 210 213 216 219 222 224
Symbol 59 GraphicUses:58Used by:Timeline
Symbol 60 TextUses:26Used by:Timeline
Symbol 61 GraphicUses:27Used by:Timeline
Symbol 62 GraphicUses:58Used by:Timeline
Symbol 63 TextUses:26Used by:Timeline
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:65
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:65
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:65
Symbol 72 BitmapUsed by:73
Symbol 73 GraphicUses:72Used by:65
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:65
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:65
Symbol 65 MovieClipUses:67 69 71 73 75 77Used by:64
Symbol 64 MovieClipUses:65Used by:Timeline
Symbol 78 GraphicUses:27Used by:Timeline
Symbol 79 GraphicUses:58Used by:Timeline
Symbol 80 GraphicUses:27Used by:Timeline
Symbol 81 GraphicUses:58Used by:Timeline
Symbol 82 GraphicUses:27
Symbol 83 GraphicUses:58
Symbol 84 GraphicUses:27Used by:Timeline
Symbol 85 GraphicUses:58Used by:Timeline
Symbol 86 GraphicUses:27Used by:Timeline
Symbol 87 GraphicUses:58Used by:Timeline
Symbol 88 GraphicUses:27Used by:Timeline
Symbol 89 GraphicUses:58Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 GraphicUses:27Used by:Timeline
Symbol 93 GraphicUses:58Used by:Timeline
Symbol 94 GraphicUses:38Used by:Timeline
Symbol 95 GraphicUses:40Used by:Timeline
Symbol 96 TextUses:26Used by:Timeline
Symbol 97 SoundUsed by:Timeline
Symbol 98 GraphicUses:27Used by:Timeline
Symbol 99 GraphicUses:58Used by:Timeline
Symbol 100 BitmapUsed by:101 104 116 120 124 132 139 145 151 156 162 211 214 217 220 223 225 226
Symbol 101 GraphicUses:100Used by:Timeline
Symbol 102 GraphicUses:27Used by:Timeline
Symbol 103 GraphicUses:58Used by:Timeline
Symbol 104 GraphicUses:100Used by:Timeline
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:105
Symbol 108 BitmapUsed by:109 117
Symbol 109 GraphicUses:108Used by:105
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:105
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:105
Symbol 105 MovieClipUses:107 109 111 113Used by:Timeline
Symbol 114 GraphicUses:27Used by:Timeline
Symbol 115 GraphicUses:58Used by:Timeline
Symbol 116 GraphicUses:100Used by:Timeline
Symbol 117 GraphicUses:108Used by:Timeline
Symbol 118 GraphicUses:27Used by:Timeline
Symbol 119 GraphicUses:58Used by:Timeline
Symbol 120 GraphicUses:100Used by:Timeline
Symbol 121 SoundUsed by:Timeline
Symbol 122 GraphicUses:27Used by:Timeline
Symbol 123 GraphicUses:58Used by:Timeline
Symbol 124 GraphicUses:100Used by:Timeline
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:125
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:125
Symbol 125 MovieClipUses:127 129Used by:Timeline
Symbol 130 GraphicUses:27Used by:Timeline
Symbol 131 GraphicUses:58Used by:Timeline
Symbol 132 GraphicUses:100Used by:Timeline
Symbol 133 GraphicUses:38Used by:Timeline
Symbol 134 BitmapUsed by:135 147 153 158
Symbol 135 GraphicUses:134Used by:Timeline
Symbol 136 TextUses:26Used by:Timeline
Symbol 137 GraphicUses:27Used by:Timeline
Symbol 138 GraphicUses:58Used by:Timeline
Symbol 139 GraphicUses:100Used by:Timeline
Symbol 140 GraphicUses:38Used by:Timeline
Symbol 141 GraphicUses:40Used by:Timeline
Symbol 142 TextUses:26Used by:Timeline
Symbol 143 GraphicUses:27Used by:Timeline
Symbol 144 GraphicUses:58Used by:Timeline
Symbol 145 GraphicUses:100Used by:Timeline
Symbol 146 GraphicUses:38Used by:Timeline
Symbol 147 GraphicUses:134Used by:Timeline
Symbol 148 TextUses:26Used by:Timeline
Symbol 149 GraphicUses:27Used by:Timeline
Symbol 150 GraphicUses:58Used by:Timeline
Symbol 151 GraphicUses:100Used by:Timeline
Symbol 152 GraphicUses:38Used by:Timeline
Symbol 153 GraphicUses:134Used by:Timeline
Symbol 154 GraphicUses:27Used by:Timeline
Symbol 155 GraphicUses:58Used by:Timeline
Symbol 156 GraphicUses:100Used by:Timeline
Symbol 157 GraphicUses:38Used by:Timeline
Symbol 158 GraphicUses:134Used by:Timeline
Symbol 159 TextUses:26Used by:Timeline
Symbol 160 GraphicUses:27Used by:Timeline
Symbol 161 GraphicUses:58Used by:Timeline
Symbol 162 GraphicUses:100Used by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:163
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:163
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:163
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:163
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:163
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:163
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:163
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:163
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:163
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:163
Symbol 184 BitmapUsed by:185
Symbol 185 GraphicUses:184Used by:163
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:163
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:163
Symbol 163 MovieClipUses:165 167 169 171 173 175 177 179 181 183 185 187 189Used by:Timeline
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:190
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:190
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:190
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:190
Symbol 190 MovieClipUses:192 194 196 198Used by:Timeline
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:199
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:199
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:199
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:199
Symbol 199 MovieClipUses:201 203 205 207Used by:Timeline
Symbol 208 SoundUsed by:Timeline
Symbol 209 GraphicUses:27Used by:Timeline
Symbol 210 GraphicUses:58Used by:Timeline
Symbol 211 GraphicUses:100Used by:Timeline
Symbol 212 GraphicUses:27Used by:Timeline
Symbol 213 GraphicUses:58Used by:Timeline
Symbol 214 GraphicUses:100Used by:Timeline
Symbol 215 GraphicUses:27Used by:Timeline
Symbol 216 GraphicUses:58Used by:Timeline
Symbol 217 GraphicUses:100Used by:Timeline
Symbol 218 GraphicUses:27Used by:Timeline
Symbol 219 GraphicUses:58Used by:Timeline
Symbol 220 GraphicUses:100Used by:Timeline
Symbol 221 GraphicUses:27Used by:Timeline
Symbol 222 GraphicUses:58Used by:Timeline
Symbol 223 GraphicUses:100Used by:Timeline
Symbol 224 GraphicUses:58Used by:Timeline
Symbol 225 GraphicUses:100Used by:Timeline
Symbol 226 GraphicUses:100Used by:Timeline
Symbol 227 BitmapUsed by:228 237 245 252 257 262 267 280 286 291 296 304 309 311
Symbol 228 GraphicUses:227Used by:Timeline
Symbol 229 BitmapUsed by:230 238
Symbol 230 GraphicUses:229Used by:Timeline
Symbol 231 BitmapUsed by:232 239 246 253 258 263 268
Symbol 232 GraphicUses:231Used by:Timeline
Symbol 233 GraphicUses:38Used by:Timeline
Symbol 234 BitmapUsed by:235 284 289 294 299
Symbol 235 GraphicUses:234Used by:Timeline
Symbol 236 TextUses:26Used by:Timeline
Symbol 237 GraphicUses:227Used by:Timeline
Symbol 238 GraphicUses:229Used by:Timeline
Symbol 239 GraphicUses:231Used by:Timeline
Symbol 240 GraphicUses:38Used by:Timeline
Symbol 241 BitmapUsed by:242 248 255 260 265 270 307
Symbol 242 GraphicUses:241Used by:Timeline
Symbol 243 TextUses:26Used by:Timeline
Symbol 244 SoundUsed by:Timeline
Symbol 245 GraphicUses:227Used by:Timeline
Symbol 246 GraphicUses:231Used by:Timeline
Symbol 247 GraphicUses:38Used by:Timeline
Symbol 248 GraphicUses:241Used by:Timeline
Symbol 249 TextUses:26Used by:Timeline
Symbol 250 BitmapUsed by:251 256 261 266
Symbol 251 GraphicUses:250Used by:Timeline
Symbol 252 GraphicUses:227Used by:Timeline
Symbol 253 GraphicUses:231Used by:Timeline
Symbol 254 GraphicUses:38Used by:Timeline
Symbol 255 GraphicUses:241Used by:Timeline
Symbol 256 GraphicUses:250Used by:Timeline
Symbol 257 GraphicUses:227Used by:Timeline
Symbol 258 GraphicUses:231Used by:Timeline
Symbol 259 GraphicUses:38Used by:Timeline
Symbol 260 GraphicUses:241Used by:Timeline
Symbol 261 GraphicUses:250Used by:Timeline
Symbol 262 GraphicUses:227Used by:Timeline
Symbol 263 GraphicUses:231Used by:Timeline
Symbol 264 GraphicUses:38Used by:Timeline
Symbol 265 GraphicUses:241Used by:Timeline
Symbol 266 GraphicUses:250Used by:Timeline
Symbol 267 GraphicUses:227Used by:Timeline
Symbol 268 GraphicUses:231Used by:Timeline
Symbol 269 GraphicUses:38Used by:Timeline
Symbol 270 GraphicUses:241Used by:Timeline
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:271
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:271
Symbol 276 BitmapUsed by:277
Symbol 277 GraphicUses:276Used by:271
Symbol 278 BitmapUsed by:279
Symbol 279 GraphicUses:278Used by:271
Symbol 271 MovieClipUses:273 275 277 279Used by:Timeline
Symbol 280 GraphicUses:227Used by:Timeline
Symbol 281 GraphicUses:38Used by:Timeline
Symbol 282 BitmapUsed by:283 288 293 298 306 310 312 313 314
Symbol 283 GraphicUses:282Used by:Timeline
Symbol 284 GraphicUses:234Used by:Timeline
Symbol 285 TextUses:26Used by:Timeline
Symbol 286 GraphicUses:227Used by:Timeline
Symbol 287 GraphicUses:38Used by:Timeline
Symbol 288 GraphicUses:282Used by:Timeline
Symbol 289 GraphicUses:234Used by:Timeline
Symbol 290 TextUses:26Used by:Timeline
Symbol 291 GraphicUses:227Used by:Timeline
Symbol 292 GraphicUses:38Used by:Timeline
Symbol 293 GraphicUses:282Used by:Timeline
Symbol 294 GraphicUses:234Used by:Timeline
Symbol 295 TextUses:26Used by:Timeline
Symbol 296 GraphicUses:227Used by:Timeline
Symbol 297 GraphicUses:38Used by:Timeline
Symbol 298 GraphicUses:282Used by:Timeline
Symbol 299 GraphicUses:234Used by:Timeline
Symbol 300 TextUses:26Used by:Timeline
Symbol 301 SoundUsed by:Timeline
Symbol 302 BitmapUsed by:303
Symbol 303 GraphicUses:302Used by:Timeline
Symbol 304 GraphicUses:227Used by:Timeline
Symbol 305 GraphicUses:38Used by:Timeline
Symbol 306 GraphicUses:282Used by:Timeline
Symbol 307 GraphicUses:241Used by:Timeline
Symbol 308 TextUses:26Used by:Timeline
Symbol 309 GraphicUses:227Used by:Timeline
Symbol 310 GraphicUses:282Used by:Timeline
Symbol 311 GraphicUses:227Used by:Timeline
Symbol 312 GraphicUses:282Used by:Timeline
Symbol 313 GraphicUses:282Used by:Timeline
Symbol 314 GraphicUses:282Used by:Timeline
Symbol 315 BitmapUsed by:316 318 320 322 324 326 328 329 330 331 332 333 334 335 336 337 338 339 346 348 350 351
Symbol 316 GraphicUses:315Used by:Timeline
Symbol 317 SoundUsed by:Timeline
Symbol 318 GraphicUses:315Used by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUses:315Used by:Timeline
Symbol 321 GraphicUsed by:Timeline
Symbol 322 GraphicUses:315Used by:Timeline
Symbol 323 GraphicUsed by:Timeline
Symbol 324 GraphicUses:315Used by:Timeline
Symbol 325 GraphicUsed by:Timeline
Symbol 326 GraphicUses:315Used by:Timeline
Symbol 327 GraphicUsed by:Timeline
Symbol 328 GraphicUses:315Used by:Timeline
Symbol 329 GraphicUses:315Used by:Timeline
Symbol 330 GraphicUses:315Used by:Timeline
Symbol 331 GraphicUses:315Used by:Timeline
Symbol 332 GraphicUses:315Used by:Timeline
Symbol 333 GraphicUses:315Used by:Timeline
Symbol 334 GraphicUses:315Used by:Timeline
Symbol 335 GraphicUses:315Used by:Timeline
Symbol 336 GraphicUses:315Used by:Timeline
Symbol 337 GraphicUses:315Used by:Timeline
Symbol 338 GraphicUses:315Used by:Timeline
Symbol 339 GraphicUses:315Used by:Timeline
Symbol 342 BitmapUsed by:343
Symbol 343 GraphicUses:342Used by:341
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:341
Symbol 341 MovieClipUses:343 345Used by:340 347 349
Symbol 340 MovieClipUses:341Used by:Timeline
Symbol 346 GraphicUses:315Used by:Timeline
Symbol 347 MovieClipUses:341Used by:Timeline
Symbol 348 GraphicUses:315Used by:Timeline
Symbol 349 MovieClipUses:341Used by:Timeline
Symbol 350 GraphicUses:315
Symbol 351 GraphicUses:315Used by:Timeline
Symbol 352 BitmapUsed by:353
Symbol 353 GraphicUses:352Used by:Timeline
Symbol 354 GraphicUses:38Used by:Timeline
Symbol 355 TextUses:26Used by:Timeline
Symbol 356 BitmapUsed by:357 379 385 391 397 404 406 409 411 413 432
Symbol 357 GraphicUses:356Used by:Timeline
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:358
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:358
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:358
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:358
Symbol 358 MovieClipUses:360 362 364 366Used by:Timeline
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:367
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:367
Symbol 367 MovieClipUses:369 371Used by:Timeline
Symbol 372 BitmapUsed by:373 380 386 392 398 405 407 410 412 414 433
Symbol 373 GraphicUses:372Used by:Timeline
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:374
Symbol 377 BitmapUsed by:378
Symbol 378 GraphicUses:377Used by:374
Symbol 374 MovieClipUses:376 378Used by:Timeline
Symbol 379 GraphicUses:356Used by:Timeline
Symbol 380 GraphicUses:372Used by:Timeline
Symbol 381 GraphicUses:38Used by:Timeline
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:Timeline
Symbol 384 TextUses:26Used by:Timeline
Symbol 385 GraphicUses:356Used by:Timeline
Symbol 386 GraphicUses:372Used by:Timeline
Symbol 387 GraphicUses:38Used by:Timeline
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:Timeline
Symbol 390 TextUses:26Used by:Timeline
Symbol 391 GraphicUses:356Used by:Timeline
Symbol 392 GraphicUses:372Used by:Timeline
Symbol 393 GraphicUses:38Used by:Timeline
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:Timeline
Symbol 396 TextUses:26Used by:Timeline
Symbol 397 GraphicUses:356Used by:Timeline
Symbol 398 GraphicUses:372Used by:Timeline
Symbol 399 GraphicUses:38Used by:Timeline
Symbol 400 BitmapUsed by:401
Symbol 401 GraphicUses:400Used by:Timeline
Symbol 402 TextUses:26Used by:Timeline
Symbol 403 SoundUsed by:Timeline
Symbol 404 GraphicUses:356Used by:Timeline
Symbol 405 GraphicUses:372Used by:Timeline
Symbol 406 GraphicUses:356Used by:Timeline
Symbol 407 GraphicUses:372Used by:Timeline
Symbol 408 TextUses:26Used by:Timeline
Symbol 409 GraphicUses:356Used by:Timeline
Symbol 410 GraphicUses:372Used by:Timeline
Symbol 411 GraphicUses:356Used by:Timeline
Symbol 412 GraphicUses:372Used by:Timeline
Symbol 413 GraphicUses:356Used by:Timeline
Symbol 414 GraphicUses:372Used by:Timeline
Symbol 416 BitmapUsed by:417
Symbol 417 GraphicUses:416Used by:415
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:415
Symbol 420 BitmapUsed by:421
Symbol 421 GraphicUses:420Used by:415
Symbol 422 BitmapUsed by:423
Symbol 423 GraphicUses:422Used by:415
Symbol 424 BitmapUsed by:425
Symbol 425 GraphicUses:424Used by:415
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:415
Symbol 428 BitmapUsed by:429
Symbol 429 GraphicUses:428Used by:415
Symbol 430 BitmapUsed by:431
Symbol 431 GraphicUses:430Used by:415
Symbol 415 MovieClipUses:417 419 421 423 425 427 429 431Used by:Timeline
Symbol 432 GraphicUses:356Used by:Timeline
Symbol 433 GraphicUses:372Used by:Timeline
Symbol 434 GraphicUses:38Used by:Timeline
Symbol 435 BitmapUsed by:436
Symbol 436 GraphicUses:435Used by:Timeline
Symbol 437 TextUses:26Used by:Timeline
Symbol 438 BitmapUsed by:439 465 469 474 479
Symbol 439 GraphicUses:438Used by:Timeline
Symbol 440 BitmapUsed by:441 466 470 475 480
Symbol 441 GraphicUses:440Used by:Timeline
Symbol 442 BitmapUsed by:443 467 471 476 481
Symbol 443 GraphicUses:442Used by:Timeline
Symbol 445 BitmapUsed by:446
Symbol 446 GraphicUses:445Used by:444
Symbol 447 BitmapUsed by:448
Symbol 448 GraphicUses:447Used by:444
Symbol 449 BitmapUsed by:450
Symbol 450 GraphicUses:449Used by:444
Symbol 451 BitmapUsed by:452
Symbol 452 GraphicUses:451Used by:444
Symbol 444 MovieClipUses:446 448 450 452Used by:Timeline
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:453
Symbol 456 BitmapUsed by:457
Symbol 457 GraphicUses:456Used by:453
Symbol 453 MovieClipUses:455 457Used by:Timeline
Symbol 458 BitmapUsed by:459 468 472 477 482
Symbol 459 GraphicUses:458Used by:Timeline
Symbol 461 BitmapUsed by:462
Symbol 462 GraphicUses:461Used by:460
Symbol 463 BitmapUsed by:464
Symbol 464 GraphicUses:463Used by:460
Symbol 460 MovieClipUses:462 464Used by:Timeline
Symbol 465 GraphicUses:438Used by:Timeline
Symbol 466 GraphicUses:440Used by:Timeline
Symbol 467 GraphicUses:442Used by:Timeline
Symbol 468 GraphicUses:458Used by:Timeline
Symbol 469 GraphicUses:438Used by:Timeline
Symbol 470 GraphicUses:440Used by:Timeline
Symbol 471 GraphicUses:442Used by:Timeline
Symbol 472 GraphicUses:458Used by:Timeline
Symbol 473 GraphicUses:19Used by:Timeline
Symbol 474 GraphicUses:438Used by:Timeline
Symbol 475 GraphicUses:440Used by:Timeline
Symbol 476 GraphicUses:442Used by:Timeline
Symbol 477 GraphicUses:458Used by:Timeline
Symbol 478 GraphicUses:19Used by:Timeline
Symbol 479 GraphicUses:438Used by:Timeline
Symbol 480 GraphicUses:440Used by:Timeline
Symbol 481 GraphicUses:442Used by:Timeline
Symbol 482 GraphicUses:458Used by:Timeline
Symbol 484 BitmapUsed by:485
Symbol 485 GraphicUses:484Used by:483
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:483
Symbol 483 MovieClipUses:485 487Used by:Timeline
Symbol 488 GraphicUses:38Used by:Timeline
Symbol 489 TextUses:26Used by:Timeline
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:491
Symbol 494 BitmapUsed by:495
Symbol 495 GraphicUses:494Used by:491
Symbol 496 BitmapUsed by:497
Symbol 497 GraphicUses:496Used by:491
Symbol 498 BitmapUsed by:499
Symbol 499 GraphicUses:498Used by:491
Symbol 491 MovieClipUses:493 495 497 499Used by:490  Timeline
Symbol 490 MovieClipUses:491Used by:Timeline
Symbol 502 BitmapUsed by:503
Symbol 503 GraphicUses:502Used by:501
Symbol 504 BitmapUsed by:505
Symbol 505 GraphicUses:504Used by:501
Symbol 501 MovieClipUses:503 505Used by:500  Timeline
Symbol 500 MovieClipUses:501Used by:Timeline
Symbol 508 BitmapUsed by:509
Symbol 509 GraphicUses:508Used by:507
Symbol 510 BitmapUsed by:511
Symbol 511 GraphicUses:510Used by:507
Symbol 507 MovieClipUses:509 511Used by:506
Symbol 506 MovieClipUses:507Used by:Timeline
Symbol 513 BitmapUsed by:514
Symbol 514 GraphicUses:513Used by:512
Symbol 515 BitmapUsed by:516
Symbol 516 GraphicUses:515Used by:512
Symbol 512 MovieClipUses:514 516Used by:Timeline
Symbol 518 GraphicUsed by:517
Symbol 519 GraphicUsed by:517
Symbol 520 GraphicUsed by:517
Symbol 521 GraphicUsed by:517
Symbol 522 GraphicUsed by:517
Symbol 523 GraphicUsed by:517
Symbol 524 GraphicUsed by:517
Symbol 525 GraphicUsed by:517
Symbol 526 GraphicUsed by:517
Symbol 527 GraphicUsed by:517
Symbol 528 GraphicUsed by:517
Symbol 529 GraphicUsed by:517
Symbol 530 GraphicUsed by:517
Symbol 531 GraphicUsed by:517
Symbol 532 GraphicUsed by:517
Symbol 533 GraphicUsed by:517
Symbol 534 GraphicUsed by:517
Symbol 535 GraphicUsed by:517
Symbol 536 GraphicUsed by:517
Symbol 537 GraphicUsed by:517
Symbol 538 GraphicUsed by:517
Symbol 539 GraphicUsed by:517
Symbol 540 GraphicUsed by:517
Symbol 541 GraphicUsed by:517
Symbol 542 GraphicUsed by:517
Symbol 543 GraphicUsed by:517
Symbol 544 GraphicUsed by:517
Symbol 545 GraphicUsed by:517
Symbol 546 GraphicUsed by:517
Symbol 547 GraphicUsed by:517
Symbol 517 MovieClipUses:518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"c1"Symbol 490 MovieClip Frame 1Symbol 491 MovieClip
"c1"Symbol 500 MovieClip Frame 1Symbol 501 MovieClip
"c1"Symbol 506 MovieClip Frame 1Symbol 507 MovieClip




http://swfchan.com/15/71772/info.shtml
Created: 9/4 -2019 03:41:43 Last modified: 9/4 -2019 03:41:43 Server time: 15/05 -2024 04:41:00