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

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

animutation_the_twins.swf

This is the info page for
Flash #85061

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


Text
Animutation Portal is not
affiliated with Newgrounds.

<p align="center"><font face="Trebuchet MS" size="23" color="#000000"><b>ANIMUTATION PORTAL</b></font></p><p align="center"><font face="Trebuchet MS" size="14" color="#000000"><b>(</b><a href="http://www.animutationportal.com" target = "_blank"><b>http://www.animutationportal.com</b></a><b>)</b></font></p>

STREAM >

The Twins
By: jon AsTrup

This Night
only

The
Japanese
twins!!!1

Now thats cliche

And he probably
just ripped it
from fingertips

SOLO

SOLO

Twin

Su'p
Twin

There is
something
you must
know...

?

I am...

Your
father
!!!1

NOOOOOOO!!!1

NOOOOOOO!!!1

Oh no it's....
Harry Potter!!!!1½212!""¤4

Oh no it's....
Harry Potter!!!!1½212!""¤4

DIE

W
I
Z
A
R
D

P
O
W
E
R

with...

Superboy
!!!1

Glycklisch?

Glycklisch?

(wow, I didn't make a nazi joke)

Metroid in
disguise

Metroid in
disguise

Energy:

99

94

86

79

73

65

56

48

40

33

25

19

11

1

0

so like; if you are
my father, wtf
are we called
the twins for??

U sure
u wanna
know??

indeed

Actually...

This picture (of the
twins) was found by
the animators friend
like a year ago on
http://istheshit.net

And there it
was simply
called
"twins"(is the
shit)

So you are saying
that the animator
actually used
istheshit.net as a soure
for images??

It appears so...

That sucks!!

Yeah man,
thats realy
lame

What's this
world comin'
too...

Meanwhile...

Somewhere far
away from Moscow

Kyahahaha!!!1
With Nina Hagen as
my first victim I will
now start my
rampage and
dominate  the world

Teh News

Metroid
disguised
as a
brassier is
going on a
killing
spree
through
out the
world

This is bad

I mean
really really
bad

Like the
only ones
that can
save us are
two(2)
unknown
japanese
supposed to
be twins

Thou they
don't give a
rats ass and
keep
playing
guitare and
make stupid
childs-
shows

Like anyone
will watch
them
anyway...

By the way I
was killed
by the
metroid

lol

Dad!!!!1!12
#1""121!!!!!1

Where the hell
are ye!!?!?!?"++!

STFU!!!1

Was
den?

Goddammit waht
do you think an
awsome Japanese
super-hero is
doing in the loo

Oh I didn't think
about that

...

Well anyway wahts
on your mind

Metroid(type b.r.a)

Metabolis: Energy
sucking... thing
Hostilety: extreme
Threat: kinda big
lives: planet sr388
Tip: if you get
grabed by it the
only way to get
out is to go into
morph ball mode
and lay a bomb

Okay listen up!!

This fucker is
kinda like
killing of the
world

Oh no, well
have to destroy
him

NOOOOO
O!!!"!"!"
=(

NOOOOO
O!!!"!"!"
=(

We'll wait
until it kills
ALL people in
the world....

...Then; Samus
Aran will show
up, kill da
metroid, and
then she will be
almost dead, we
finish her and
dominate Teh
WRLD

Yaaaayyy!"1""1!!

Great plan hu?!?

However...

I shall defeat
der twins

Samus
eventually
came to earth

However the
metroid had
already killed
every people on
the earth

So samus
decided to make
earth her
summer garden

and thats it,
here comes the
credits

"The twins" by jon Astrup
a.k.a jonjon

Thanks to;
erik astrup hällqvist, for not doing to much
resistance when i stole his computer

"the twins" by:
jon Astrup a.k.a jonjon

ThanKs to;
erik astrup hällqvist, for not doing to much
resistance when i stole his computer.
all people on animutationportal and THE
discussion group.
nina hagen, for making wonderfull music, and
being the probably most BEAUTIFULLY CRAZY
singer in teh wORld.
sorry to:
nina hagen, for using ALOT OF PICTURES ON HER.
SOME OF THEM MIGHT HAVE SEEMED LIKE AN
OFFENCE, THOU THATS WASN'T MY INTENTION.

replay

ActionScript [AS1/AS2]

Frame 2955
stop();
Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1
function updateProgressBar() { var _local1 = this; mypercent = _root.getBytesLoaded() / _root.getBytesTotal(); _local1.ProgressMask._width = mypercent * _local1.ProgressBarWidth; if (mypercent >= 1) { clearInterval(_local1.IntervalHandle); PlayButton.textbox.text = "PLAY >"; _local1.stop(); } } if (this.alreadydone != true) { this.ProgressBarWidth = ProgressMask._width; this.alreadydone = true; } this.ProgressMask._width = 0; this.IntervalHandle = setInterval(updateProgressBar(), 1); this.color_LogoBorder = new Color(this.LogoBorder); this.color_ProgressBorder = new Color(this.ProgressBorder); this.color_ProgressFill = new Color(this.ProgressFill); this.color_InfoText = new Color(this.InfoText); this.color_InfoText2 = new Color(this.InfoText2); this.color_PlayTxt = new Color(this.PlayButton); _global.PRELOADER_updatecolors = function (it) { var _local1 = it; ptr = _global.PRELOADER_COLORS; _local1.color_ProgressBorder.setRGB(ptr.ProgressBorder); _local1.color_ProgressFill.setRGB(ptr.ProgressFill); _local1.color_LogoBorder.setRGB(ptr.LogoBorderColor); _local1.color_InfoText.setRGB(ptr.InfoTextColor); _local1.color_InfoText2.setRGB(ptr.InfoTextColor); _local1.color_PlayTxt.setRGB(ptr.PlayButtonTextNormal); }; this.PlayButton.onDragOut = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextHover); this.waiting = true; }; this.PlayButton.onDragOver = function () { var _local1 = this; if (_local1.waiting == true) { pre = _global.PRELOADER_COLORS; _local1._parent.color_PlayTxt.setRGB(pre.PlayButtonTextDown); _local1.waiting = false; } }; this.PlayButton.onReleaseOutside = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextNormal); this.waiting = false; }; this.PlayButton.onRollOut = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextNormal); }; this.PlayButton.onRollOver = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextHover); }; this.PlayButton.onPress = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextDown); }; this.PlayButton.onRelease = function () { pre = _global.PRELOADER_COLORS; this._parent.color_PlayTxt.setRGB(pre.PlayButtonTextNormal); _global.PRELOADER_DONE(); };
Symbol 24 MovieClip Frame 1
_root.stop(); _global.PRELOADER_COLORS = new Object(); ptr = _global.PRELOADER_COLORS; _global.PRELOADER_DONE = function () { _root.play(); }; ptr.ProgressBorder = 0; ptr.ProgressFill = 255; ptr.LogoBorderColor = 0; ptr.InfoTextColor = 0; ptr.PlayButtonTextNormal = 0; ptr.PlayButtonTextHover = 16711680 /* 0xFF0000 */; ptr.PlayButtonTextDown = 16776960 /* 0xFFFF00 */;
Symbol 24 MovieClip Frame 2
_global.PRELOADER_updatecolors(PRELOADER_AP); this.stop();
Symbol 376 Button
on (press) { gotoAndPlay (2); }

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:5
Symbol 5 MovieClip [TMPn3bjzqxqsp]Uses:4Used by:23
Symbol 6 FontUsed by:7
Symbol 7 TextUses:6Used by:8
Symbol 8 MovieClipUses:7Used by:23
Symbol 9 GraphicUsed by:10 21
Symbol 10 MovieClipUses:9Used by:23
Symbol 11 FontUsed by:12 14
Symbol 12 EditableTextUses:11Used by:13
Symbol 13 MovieClipUses:12Used by:23
Symbol 14 EditableTextUses:11Used by:16
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:14 15Used by:23
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:23
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:23
Symbol 21 MovieClipUses:9Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClip [TMPnmxtfqxri5]Uses:5 8 10 13 16 18 20 21 22Used by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 FontUsed by:26
Symbol 26 TextUses:25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:70
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:70
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:70
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:70
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:70
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:70
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:70
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:70
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:70
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:70
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:70
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:70
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:70
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:70
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:70
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:70
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:70
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:70
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:70
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:70
Symbol 68 BitmapUsed by:69
Symbol 69 GraphicUses:68Used by:70
Symbol 70 MovieClipUses:29 31 33 35 37 39 41 43 45 47 49 51 53 55 57 59 61 63 65 67 69Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 FontUsed by:73 78 108 109 326 327
Symbol 73 TextUses:72Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 TextUses:72Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 BitmapUsed by:81 90 99 187 205 213
Symbol 81 GraphicUses:80Used by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 BitmapUsed by:86 89 208 209 210 211
Symbol 86 GraphicUses:85Used by:Timeline
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:Timeline
Symbol 89 GraphicUses:85Used by:Timeline
Symbol 90 GraphicUses:80Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:Timeline
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 FontUsed by:97 98 138 140 142 143 144 145 146 147 161 162 163 331 332 333 334 335 336 339 340 341 342 344
Symbol 97 TextUses:96Used by:Timeline
Symbol 98 TextUses:96Used by:Timeline
Symbol 99 GraphicUses:80Used by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:107
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:107
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClipUses:102 104 106Used by:Timeline
Symbol 108 TextUses:72Used by:Timeline
Symbol 109 TextUses:72Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 BitmapUsed by:112 113 114
Symbol 112 GraphicUses:111Used by:Timeline
Symbol 113 GraphicUses:111Used by:Timeline
Symbol 114 GraphicUses:111Used by:Timeline
Symbol 115 BitmapUsed by:116 117
Symbol 116 GraphicUses:115Used by:Timeline
Symbol 117 GraphicUses:115Used by:Timeline
Symbol 118 GraphicUsed by:Timeline
Symbol 119 GraphicUsed by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 BitmapUsed by:124 125
Symbol 124 GraphicUses:123Used by:Timeline
Symbol 125 GraphicUses:123Used by:Timeline
Symbol 126 BitmapUsed by:127 128
Symbol 127 GraphicUses:126Used by:Timeline
Symbol 128 GraphicUses:126Used by:Timeline
Symbol 129 BitmapUsed by:130 131 132 133
Symbol 130 GraphicUses:129Used by:Timeline
Symbol 131 GraphicUses:129Used by:Timeline
Symbol 132 GraphicUses:129Used by:Timeline
Symbol 133 GraphicUses:129Used by:Timeline
Symbol 134 GraphicUsed by:Timeline
Symbol 135 BitmapUsed by:136 260 346 353
Symbol 136 GraphicUses:135Used by:Timeline
Symbol 137 GraphicUsed by:Timeline
Symbol 138 TextUses:96Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 TextUses:96Used by:Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 TextUses:96Used by:Timeline
Symbol 143 TextUses:96Used by:Timeline
Symbol 144 TextUses:96Used by:Timeline
Symbol 145 TextUses:96Used by:Timeline
Symbol 146 TextUses:96Used by:148
Symbol 147 TextUses:96Used by:148
Symbol 148 MovieClipUses:146 147Used by:376  Timeline
Symbol 149 BitmapUsed by:150 152
Symbol 150 GraphicUses:149Used by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUses:149Used by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:Timeline
Symbol 156 BitmapUsed by:157 158 164
Symbol 157 GraphicUses:156Used by:Timeline
Symbol 158 GraphicUses:156Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 TextUses:96Used by:Timeline
Symbol 162 TextUses:96Used by:Timeline
Symbol 163 TextUses:96Used by:Timeline
Symbol 164 GraphicUses:156Used by:Timeline
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:Timeline
Symbol 167 FontUsed by:168 169
Symbol 168 TextUses:167Used by:Timeline
Symbol 169 TextUses:167Used by:Timeline
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:Timeline
Symbol 172 GraphicUsed by:176
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:172 173 174 175Used by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:182
Symbol 180 FontUsed by:181 184 202 203
Symbol 181 TextUses:180Used by:182
Symbol 182 MovieClipUses:179 181Used by:Timeline
Symbol 183 GraphicUsed by:Timeline
Symbol 184 TextUses:180Used by:Timeline
Symbol 185 GraphicUsed by:214  Timeline
Symbol 186 GraphicUsed by:214  Timeline
Symbol 187 GraphicUses:80Used by:Timeline
Symbol 188 BitmapUsed by:189 190 192 193 204 205 213
Symbol 189 GraphicUses:188Used by:Timeline
Symbol 190 GraphicUses:188Used by:191  Timeline
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 GraphicUses:188Used by:Timeline
Symbol 193 GraphicUses:188Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 BitmapUsed by:196 197
Symbol 196 GraphicUses:195Used by:Timeline
Symbol 197 GraphicUses:195Used by:Timeline
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 GraphicUsed by:Timeline
Symbol 202 TextUses:180Used by:Timeline
Symbol 203 TextUses:180Used by:Timeline
Symbol 204 GraphicUses:188Used by:Timeline
Symbol 205 GraphicUses:80 188Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUses:85Used by:Timeline
Symbol 209 GraphicUses:85Used by:Timeline
Symbol 210 GraphicUses:85Used by:Timeline
Symbol 211 GraphicUses:85Used by:Timeline
Symbol 212 GraphicUsed by:Timeline
Symbol 213 GraphicUses:80 188Used by:Timeline
Symbol 214 MovieClipUses:185 186Used by:Timeline
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 GraphicUsed by:Timeline
Symbol 222 FontUsed by:223
Symbol 223 TextUses:222Used by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUsed by:Timeline
Symbol 226 BitmapUsed by:227 228 229 230 231 232
Symbol 227 GraphicUses:226Used by:Timeline
Symbol 228 GraphicUses:226Used by:Timeline
Symbol 229 GraphicUses:226Used by:Timeline
Symbol 230 GraphicUses:226Used by:Timeline
Symbol 231 GraphicUses:226Used by:Timeline
Symbol 232 GraphicUses:226Used by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:Timeline
Symbol 238 GraphicUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 FontUsed by:241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 259 363 364 365 366 367 368 370 371 372
Symbol 241 TextUses:240Used by:Timeline
Symbol 242 TextUses:240Used by:Timeline
Symbol 243 TextUses:240Used by:Timeline
Symbol 244 TextUses:240Used by:Timeline
Symbol 245 TextUses:240Used by:Timeline
Symbol 246 TextUses:240Used by:Timeline
Symbol 247 TextUses:240Used by:Timeline
Symbol 248 TextUses:240Used by:Timeline
Symbol 249 TextUses:240Used by:Timeline
Symbol 250 TextUses:240Used by:Timeline
Symbol 251 TextUses:240Used by:Timeline
Symbol 252 TextUses:240Used by:Timeline
Symbol 253 TextUses:240Used by:Timeline
Symbol 254 TextUses:240Used by:Timeline
Symbol 255 TextUses:240Used by:Timeline
Symbol 256 TextUses:240Used by:Timeline
Symbol 257 TextUses:240Used by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 TextUses:240Used by:Timeline
Symbol 260 GraphicUses:135Used by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 FontUsed by:263
Symbol 263 TextUses:262Used by:Timeline
Symbol 264 GraphicUsed by:Timeline
Symbol 265 FontUsed by:266 267 268 269 270 271 272 273 274 275 276 277 285
Symbol 266 TextUses:265Used by:Timeline
Symbol 267 TextUses:265Used by:Timeline
Symbol 268 TextUses:265Used by:Timeline
Symbol 269 TextUses:265Used by:Timeline
Symbol 270 TextUses:265Used by:Timeline
Symbol 271 TextUses:265Used by:Timeline
Symbol 272 TextUses:265Used by:Timeline
Symbol 273 TextUses:265Used by:Timeline
Symbol 274 TextUses:265Used by:Timeline
Symbol 275 TextUses:265Used by:Timeline
Symbol 276 TextUses:265Used by:Timeline
Symbol 277 TextUses:265Used by:Timeline
Symbol 278 BitmapUsed by:279 288 289
Symbol 279 GraphicUses:278Used by:Timeline
Symbol 280 BitmapUsed by:281 282 286 287
Symbol 281 GraphicUses:280Used by:Timeline
Symbol 282 GraphicUses:280Used by:Timeline
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:Timeline
Symbol 285 TextUses:265Used by:Timeline
Symbol 286 GraphicUses:280Used by:Timeline
Symbol 287 GraphicUses:280Used by:Timeline
Symbol 288 GraphicUses:278Used by:Timeline
Symbol 289 GraphicUses:278Used by:Timeline
Symbol 290 BitmapUsed by:291
Symbol 291 GraphicUses:290Used by:Timeline
Symbol 292 BitmapUsed by:293
Symbol 293 GraphicUses:292Used by:Timeline
Symbol 294 BitmapUsed by:295
Symbol 295 GraphicUses:294Used by:Timeline
Symbol 296 BitmapUsed by:297
Symbol 297 GraphicUses:296Used by:Timeline
Symbol 298 BitmapUsed by:299
Symbol 299 GraphicUses:298Used by:Timeline
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:Timeline
Symbol 302 BitmapUsed by:303 373 374 375
Symbol 303 GraphicUses:302Used by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 FontUsed by:306
Symbol 306 TextUses:305Used by:Timeline
Symbol 307 FontUsed by:308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323
Symbol 308 TextUses:307Used by:Timeline
Symbol 309 TextUses:307Used by:Timeline
Symbol 310 TextUses:307Used by:Timeline
Symbol 311 TextUses:307Used by:Timeline
Symbol 312 TextUses:307Used by:Timeline
Symbol 313 TextUses:307Used by:Timeline
Symbol 314 TextUses:307Used by:Timeline
Symbol 315 TextUses:307Used by:Timeline
Symbol 316 TextUses:307Used by:Timeline
Symbol 317 TextUses:307Used by:Timeline
Symbol 318 TextUses:307Used by:Timeline
Symbol 319 TextUses:307Used by:Timeline
Symbol 320 TextUses:307Used by:Timeline
Symbol 321 TextUses:307Used by:Timeline
Symbol 322 TextUses:307Used by:Timeline
Symbol 323 TextUses:307Used by:Timeline
Symbol 324 GraphicUsed by:Timeline
Symbol 325 GraphicUsed by:Timeline
Symbol 326 TextUses:72Used by:Timeline
Symbol 327 TextUses:72Used by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 TextUses:96Used by:Timeline
Symbol 332 TextUses:96Used by:Timeline
Symbol 333 TextUses:96Used by:Timeline
Symbol 334 TextUses:96Used by:Timeline
Symbol 335 TextUses:96Used by:Timeline
Symbol 336 TextUses:96Used by:Timeline
Symbol 337 BitmapUsed by:338 369
Symbol 338 GraphicUses:337Used by:Timeline
Symbol 339 TextUses:96Used by:Timeline
Symbol 340 TextUses:96Used by:Timeline
Symbol 341 TextUses:96Used by:Timeline
Symbol 342 TextUses:96Used by:Timeline
Symbol 343 GraphicUsed by:Timeline
Symbol 344 TextUses:96Used by:Timeline
Symbol 345 GraphicUsed by:Timeline
Symbol 346 GraphicUses:135Used 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 GraphicUses:135Used 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 TextUses:240Used by:Timeline
Symbol 364 TextUses:240Used by:Timeline
Symbol 365 TextUses:240Used by:Timeline
Symbol 366 TextUses:240Used by:Timeline
Symbol 367 TextUses:240Used by:Timeline
Symbol 368 TextUses:240Used by:Timeline
Symbol 369 GraphicUses:337Used by:Timeline
Symbol 370 TextUses:240Used by:Timeline
Symbol 371 TextUses:240Used by:Timeline
Symbol 372 TextUses:240Used by:Timeline
Symbol 373 GraphicUses:302Used by:376
Symbol 374 GraphicUses:302Used by:376
Symbol 375 GraphicUses:302Used by:376
Symbol 376 ButtonUses:373 374 148 375Used by:Timeline
Symbol 377 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"textbox"Symbol 16 MovieClip Frame 1Symbol 14 EditableText
"InfoText2"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 8 MovieClip
"LogoBorder"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 10 MovieClip
"InfoText"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 13 MovieClip
"PlayButton"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 16 MovieClip
"ProgressBorder"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 18 MovieClip
"ProgressFill"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 20 MovieClip
"ProgressMask"Symbol 23 MovieClip [TMPnmxtfqxri5] Frame 1Symbol 21 MovieClip
"PRELOADER_AP"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip [TMPnmxtfqxri5]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 5 as "TMPn3bjzqxqsp"
ExportAssets (56)Timeline Frame 1Symbol 23 as "TMPnmxtfqxri5"




http://swfchan.com/18/85061/info.shtml
Created: 31/3 -2019 03:56:53 Last modified: 31/3 -2019 03:56:53 Server time: 27/04 -2024 12:59:08