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

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

Room 11 Episode 1.swf

This is the info page for
Flash #73747

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


Text
-

-

-

Loading

ICISOFT FLASH

AN

Loaded

ENTER

room11
series1

IN ASSOCIATION WITH ICISOFT

CREDITS

FLASH

INSPIRATION

ICISOFT

THE_UNKNOWN_ONE

DUELMASTERP

Thanks to Jesus who helped regeneration

ENTER THE ROOM

Interpol
Record

ALIAS:

AGE:

JOB:

CLASS:

Unknown

Destiny

Dangerous

The_Unknown_One

Flash MX

DuelMasterP

Dueling

Dangerously
Inspiring

Revenge

Jesus

2004

SysAdmin

Angelic

EXPLORE THE

SECRETS

OF ROOM

11

ENTER

@

No!
little children...

Don't crash
the computers!!!

dESTRUCTION IS
INEVITABLE

Is this what
you CHOSE to be?

JESUS!!!

CHRIST

SYSTEM ADMINISTRATOR

PANASONIC

FORTRES

101

DICTIONARY

PHRASE:

MEANING:

DON'T cry when your computer
crashes

You know when it's your
Destiny...

IT WAS TIME...

To Run a little Program...

F8

F7

F6

F5

F4

F3

F2

F1

F12

F11

F10

F9

Backspace

+
=

_
-

)
0

(
9

*
8

&
7

^
6

%
5

$
4

£
3

"
2

!
1

¬
`

:
/

}
]

{
[

P

O

I

U

Y

T

R

E

W

Q

Tab

Enter

~
#

@
'

:
;

L

K

J

H

G

F

D

S

A

CAPS

SHIFT

ALT

?
/

>
.

<
,

M

N

B

V

C

X

Z

|
\

SHIFT

NOT AGAIN

TO BE CONTINUED

VIEW AGAIN

ICISOFT

ABOUT ROOM11

ROOM11 IS A FLASH SERIES I AM
CURRENTLY WORKING ON AND
IT IS ALSO MY FIRST FLASH

ROOM11 CURRENTLY HAS A
FORUM AND A WEB SITE

ICISOFT'S SITE:

http://icisoft.now.nu

http://icisoft.now.nu

ROOM11 FORUMS:

http://room11.fw.nu

http://room11.fw.nu

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 7 MovieClip "progressbar" in Frame 1
onClipEvent (load) { totalFileSize = _root.getBytesTotal(); startTime = getTimer(); startBytes = _root.getBytesLoaded(); this._xscale = 0; } onClipEvent (enterFrame) { bytesLoaded = _root.getBytesLoaded(); amountLoaded = bytesLoaded / totalFileSize; percentLoaded = int(100 * amountLoaded); this._xscale = percentLoaded; _root.loadingMessage = percentLoaded + "%"; timeSoFar = getTimer() - startTime; speed = bytesLoaded / timeSoFar; bytesLeft = totalFileSize - bytesLoaded; timeLeft = (bytesLeft / 1000) * (speed / 1000); speed = int(10 * speed) / 10; _root.bytesMessage = ((int(bytesLoaded / 1000) + "kb/") + int(totalFileSize / 1000)) + "kb"; _root.speedMessage = speed + "k/sec"; _root.timeMessage = int(timeLeft) + " seconds remaining"; if (amountLoaded >= 1) { _root.gotoAndStop("complete"); } }
Frame 2
stop();
Frame 3
gotoAndPlay (4);
Frame 5744
stop();
Frame 5773
stop();
Frame 6398
gotoAndPlay (5704);
Symbol 33 MovieClip Frame 10
stop();
Symbol 34 Button
on (release) { gotoAndPlay (3); }
Symbol 473 Button
on (release) { gotoAndPlay (5745); }
Symbol 479 Button
on (release) { _root.gotoAndPlay("Series"); }
Symbol 486 Button
on (release) { gotoAndPlay (2); }
Symbol 490 MovieClip Frame 1
stop();
Symbol 490 MovieClip Frame 35
function fadeOut() { var _local1 = this; _local1._alpha = _local1._alpha - 5; if (_local1._alpha < 45) { delete _local1.onEnterFrame; } } function fadeToBlack() { var _local1 = this; _local1._alpha = _local1._alpha - 5; if (_local1._alpha < 10) { delete _local1.onEnterFrame; _local1.removeMovieClip(); } } function createTrail() { var _local2 = this; var _local1 = _local2.createEmptyMovieClip("trail" + i, i++); _local1._x = Math.round(random(170) / 10) * 10; _local1._y = (_local1.y = -10); var size = (random(10) + 15); _local1.spacing = size + 2; _local1.onEnterFrame = function () { var _local1 = this; _local1.y = _local1.y + _local1.spacing; _local1.createLetter(0, _local1.y, size); if (_local1.y > 85) { _local1.onEnterFrame = fadeToBlack; } }; } _quality = "MEDIUM"; stop(); MovieClip.prototype.createLetter = function (x, y, size) { var _local1 = this.createEmptyMovieClip("letter" + this.dep, this.dep++); _local1._x = x; _local1._y = y; _local1.createTextField("t", 0, 0, 0, size, size); var _local3 = Math.round(Math.random() * 87) + 36; _local1.t.text = chr(_local3); var _local2 = new TextFormat(); _local2.size = 8; _local2.font = "Matrix_bits"; _local2.selectable = false; _local2.color = "0x00ff00"; _local1.t.setTextFormat(_local2); _local1.t.embedFonts = true; _local1.onEnterFrame = fadeOut; }; setInterval(this, "createTrail", 100);
Symbol 491 Button
on (release) { gotoAndPlay (4); }
Symbol 492 Button
on (release) { gotoAndPlay ("Icisoft"); }
Symbol 497 MovieClip Frame 65
stop();
Symbol 502 Button
on (release) { getURL ("http://icisoft.now.nu", "_blank"); }
Symbol 507 Button
on (release) { getURL ("http://room11.fw.nu", "_blank"); }

Library Items

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

Instance Names

"progressbar"Frame 1Symbol 7 MovieClip

Special Tags

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

Labels

"loading"Frame 1
"complete"Frame 2

Dynamic Text Variables

bytesMessageSymbol 9 EditableText"-"
speedMessageSymbol 10 EditableText"-"
loadingMessageSymbol 11 EditableText"-"




http://swfchan.com/15/73747/info.shtml
Created: 8/4 -2019 02:21:18 Last modified: 8/4 -2019 02:21:18 Server time: 20/05 -2024 08:48:30