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

swfchan turned sixteen years old the day before yesterday! (5may2024)

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

halloween2005mx homestar.swf

This is the info page for
Flash #226240

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


Text
loading

What SHould We Do??

1. Pet a goat

2. Make a stew

3. "I'm selling these fine
leather jackets . . ."

HEALTH &
BEAUTY

100%

COSTUME
LOCATOR

Halloween Potion

Ghost-Water

Ingredients:

Powdered Pigs' Feet

Essence of Nightroot

Stir ingredients with a wooden spoon

Say this magic incantation:

"Sip it down and swish it 'round"

1.

2.

3.

Halloween
Potion-ma-jig

A make-your-own-decision-venture

made by
matt c. and mike c.

talked by
matt c. and Missy p.

jonathan programs

Choice Time!!!

Choice Time!!!

Choice Time!!!

1. do either of you have any...

1. do either of you have any...

2. i need something that would be...

2. i need something that would be...

3. Taco-man came by...

3. Taco-man came by...

Water

Powdered

Essence of

Stirring Utensil:

Magic Words:

You just got

You just got

Ghost

Questionable

Stank

Thanksgiving

Herbs & Spices

Ground Ground

Do you even have half a brain

Better Ax Somebod-ay

Loquentia, Imbruglia, Precitpitous, Saraleecheesecake, Denouement

JP3 Collector Spoon

Chewed Up Pen

Terlet Brush

Doo doo Meringue

Putting Strong Mad's

hand in warm water when he's asleep

Gullibility

Ghost Water

Ghost Water

Questionable Water

Questionable Water

Stank Water

Stank Water

1. hey! i've got it...

1. hey! i've got it...

2. i say, is that a powdered...

2. i say, is that a powdered...

3. poopsmith, do i dare ask...

3. poopsmith, do i dare ask...

Powdered Thanksgiving

Powdered Thanksgiving

Ten Powdered Herbs & Spices

Ten Powdered Herbs & Spices

Ground Ground

Ground Ground

HOIsin sauce!

HOISIN SAUCE!

HOisin SAUCE!

THAT'S A LOT! A LOT! A LOT! A LOT!

>What wouldst thou deau?

2th: horse IT ON THERE

1. I'VE ALWAYS FELT THAT...

1. I'VE ALWAYS FELT THAT...

2. I'm TRYING TO RUIN MARZIPAN'S...

2. I'M TRYING TO RUIN MARZIPAN'S...

3. I'M IN THE MOOD FOR A...

3. I'M IN THE MOOD FOR A...

Essence of Doo Doo Meringue

Essence of Doo Doo Meringue

Essence of Putting Strong Mad's
Hand in Warm Water While He's Asleep

Essence of Putting Strong Mad's
Hand in Warm Water While He's Asleep

Essence of Gullibility

Essence of Gullibility

BUBS' MO' BILE

CAN o' STIRRING
UTENSILS

1. do A DANCE

1. do A DANCE

2. sing a song

2. SINg A SONG

3. REAGAN IMPRESSION

3. REAGAN IMPRESSION

A Jurassic Park   3  Spoon!

A Jurassic Park   3  Spoon!

Chewed Up Pen

Chewed Up Pen

Terlet Brush

Terlet Brush

1. i just graduated...

1. i just graduated...

2. if you were at a party...

2. if you were at a party...

3. taco-man came by...

3. taco-man came by...

Magic Words

Magic Words

the end

Strong Mad
as
Gossamer

Pom Pom
as
Walter Sobchak

Bubs
as
Apollo Creed

Coach Z
as
Theo Huxtable

Strong Sad
as
Devo Member

The Poopsmith
as
Ookla the Mok

Homsar
as
Tingle

Marzipan
as
Beaker

King of Town
as
Colonel Sanders

Homestar Runner
as
Moocher

The Cheat
as
Toad

Strong Bad
as
Jambi

play again
(skip intro)

play again
(skip intro)

play again
(skip intro)

back

back

back

POOMP!

ActionScript [AS1/AS2]

Frame 1
ifFrameLoaded (2073) { gotoAndPlay (22); }
Frame 21
gotoAndPlay (1);
Frame 22
function choose(choiceNum) { answers[currentScene] = choiceNum; _root.gotoAndPlay(prefixes[currentScene] + letters[choiceNum]); } function showCharacterEnd() { _root.gotoAndPlay(prefixes[currentScene] + " end"); } function nextIngredient() { currentIngredient++; if (currentIngredient >= TOTAL_QUESTIONS) { showEnding(); } else { _root.gotoAndPlay(("end" + prefixes[currentIngredient]) + letters[answers[currentIngredient]]); } } function showEnding() { var _local3 = 0; var _local2 = 0; while (_local2 < TOTAL_QUESTIONS) { _local3 = _local3 + answers[_local2]; _local2++; } _local3 = _local3 % 5; _root.gotoAndPlay("end" + (_local3 + 1)); } function endForReal() { stop(); } function seekBarStop() { _root.gotoAndStop(_root._currentframe - 1); } function updateInventory() { var _local1 = 0; while (_local1 < TOTAL_QUESTIONS) { if (_local1 <= currentScene) { inventoryDynamic_mc["answer" + _local1].gotoAndStop(answers[_local1] + 1); } else { inventoryDynamic_mc["answer" + _local1]._visible = false; } _local1++; } } var TOTAL_QUESTIONS = 5; var currentScene; var currentIngredient = -1; var prefixes = new Array("coach", "kot", "strongbad", "bubs", "strongsad"); var letters = new Array("A", "B", "C"); var answers = new Array(); var i = 0; while (i < TOTAL_QUESTIONS) { answers.push(0); i++; }
Frame 733
function choose(choiceNum) { answers[currentScene] = choiceNum; _root.gotoAndPlay(prefixes[currentScene] + letters[choiceNum]); } function showCharacterEnd() { _root.gotoAndPlay(prefixes[currentScene] + " end"); } function nextIngredient() { currentIngredient++; if (currentIngredient >= TOTAL_QUESTIONS) { showEnding(); } else { _root.gotoAndPlay(("end" + prefixes[currentIngredient]) + letters[answers[currentIngredient]]); } } function showEnding() { var _local3 = 0; var _local2 = 0; while (_local2 < TOTAL_QUESTIONS) { _local3 = _local3 + answers[_local2]; _local2++; } _local3 = _local3 % 5; _root.gotoAndPlay("end" + (_local3 + 1)); } function endForReal() { stop(); } function seekBarStop() { _root.gotoAndStop(_root._currentframe - 1); } function updateInventory() { var _local1 = 0; while (_local1 < TOTAL_QUESTIONS) { if (_local1 <= currentScene) { inventoryDynamic_mc["answer" + _local1].gotoAndStop(answers[_local1] + 1); } else { inventoryDynamic_mc["answer" + _local1]._visible = false; } _local1++; } } var TOTAL_QUESTIONS = 5; var currentScene; var currentIngredient = -1; var prefixes = new Array("coach", "kot", "strongbad", "bubs", "strongsad"); var letters = new Array("A", "B", "C"); var answers = new Array(); var i = 0; while (i < TOTAL_QUESTIONS) { answers.push(0); i++; }
Frame 864
currentScene = 0;
Frame 1154
stop();
Frame 1397
updateInventory();
Frame 1437
gotoAndPlay ("coachEnd");
Frame 1739
updateInventory();
Frame 1778
gotoAndPlay ("coachEnd");
Frame 1931
updateInventory();
Frame 1977
gotoAndPlay ("coachEnd");
Frame 2073
currentScene = 1; homsar = false;
Frame 2304
stop();
Frame 2691
updateInventory();
Frame 2730
if (homsar == true) { _root.gotoAndPlay("homsar egg"); } else { gotoAndPlay (3574); }
Frame 3099
updateInventory();
Frame 3141
if (homsar == true) { _root.gotoAndPlay("homsar egg"); } else { gotoAndPlay (3574); }
Frame 3291
updateInventory();
Frame 3332
if (homsar == true) { _root.gotoAndPlay("homsar egg"); } else { gotoAndPlay (3574); }
Frame 3574
currentScene = 2;
Frame 3862
stop();
Frame 4097
updateInventory();
Frame 4136
gotoAndPlay ("strongbadEnd");
Frame 4364
updateInventory();
Frame 4410
gotoAndPlay ("strongbadEnd");
Frame 4559
updateInventory();
Frame 4599
gotoAndPlay ("strongbadEnd");
Frame 4682
currentScene = 3;
Frame 5091
stop();
Frame 5295
updateInventory();
Frame 5340
gotoAndPlay ("bubsEnd");
Frame 5573
updateInventory();
Frame 5611
gotoAndPlay ("bubsEnd");
Frame 5964
updateInventory();
Frame 6003
gotoAndPlay ("bubsEnd");
Frame 6107
currentScene = 4;
Frame 6191
stop();
Frame 6347
updateInventory();
Frame 6394
gotoAndPlay ("strongsadEnd");
Frame 6547
updateInventory();
Frame 6593
gotoAndPlay ("strongsadEnd");
Frame 6890
updateInventory();
Frame 6934
gotoAndPlay ("strongsadEnd");
Frame 7113
nextIngredient();
Frame 7142
nextIngredient();
Frame 7178
nextIngredient();
Frame 7206
nextIngredient();
Frame 7241
nextIngredient();
Frame 7292
nextIngredient();
Frame 7322
nextIngredient();
Frame 7357
nextIngredient();
Frame 7414
nextIngredient();
Frame 7467
nextIngredient();
Frame 7533
nextIngredient();
Frame 7582
nextIngredient();
Frame 7630
nextIngredient();
Frame 7797
nextIngredient();
Frame 7957
nextIngredient();
Frame 8176
nextIngredient();
Frame 8394
gotoAndStop (9241);
Frame 8668
gotoAndStop (9241);
Frame 8924
gotoAndStop (9241);
Frame 9069
gotoAndStop (9241);
Frame 9233
gotoAndStop (9241);
Frame 9241
stop(); if (homsar == true) { homsarclip.gotoAndStop(2); }
Frame 9382
gotoAndStop ("costumes");
Frame 9547
gotoAndStop ("costumes");
Frame 9724
gotoAndStop ("costumes");
Frame 9865
gotoAndStop ("costumes");
Frame 10154
gotoAndStop ("costumes");
Frame 10460
gotoAndStop ("costumes");
Frame 10509
gotoAndStop ("costumes");
Symbol 149 Button
on (release) { choose(0); }
Symbol 153 Button
on (release) { choose(1); }
Symbol 156 Button
on (release) { choose(2); }
Symbol 225 Button
on (release) { choose(0); }
Symbol 229 Button
on (release) { choose(1); }
Symbol 233 Button
on (release) { choose(2); }
Symbol 240 Button
on (release) { _root.homsar = true; trace(homsar); trace(_root.homsar); }
Symbol 340 Button
on (release) { choose(0); }
Symbol 343 Button
on (release) { choose(1); }
Symbol 346 Button
on (release) { choose(2); }
Symbol 407 Button
on (release) { choose(0); }
Symbol 410 Button
on (release) { choose(1); }
Symbol 413 Button
on (release) { choose(2); }
Symbol 447 Button
on (release) { choose(0); }
Symbol 451 Button
on (release) { choose(1); }
Symbol 455 Button
on (release) { choose(2); }
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 6
stop();
Symbol 530 MovieClip Frame 1
stop();
Symbol 530 MovieClip Frame 16
gotoAndStop (1);
Symbol 530 MovieClip Frame 23
gotoAndStop (1);
Symbol 530 MovieClip Frame 34
stop();
Symbol 530 MovieClip Frame 58
gotoAndStop (1);
Symbol 584 Button
on (release) { gotoAndPlay ("pompomend"); }
Symbol 587 Button
on (release) { gotoAndPlay ("bubsegg"); }
Symbol 590 Button
on (release) { gotoAndPlay ("czend"); }
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 2
stop();
Symbol 606 Button
on (release) { gotoAndPlay ("marzyend"); }
Symbol 612 Button
on (release) { gotoAndPlay ("hsend"); }
Symbol 615 Button
on (release) { gotoAndPlay ("cheategg"); }
Symbol 618 Button
on (release) { gotoAndPlay ("sbend"); }
Symbol 623 Button
on (release) { gotoAndPlay ("skippers"); }
Symbol 628 Button
on (release) { getURL ("toons.html"); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 FontUsed by:5 91 92 103 104 105 142 143 144 146 147 150 151 154 155 222 223 226 227 230 231 272 273 274 282 337 338 341 342 344 345 395 405 406 408 409 411 412 444 445 448 449 452 453 544 619 620 621 624 625 626 631
Symbol 5 TextUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:11 612
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:9 10Used by:612  Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 FontUsed by:18
Symbol 18 TextUses:17Used by:Timeline
Symbol 19 FontUsed by:20 21 22 27
Symbol 20 TextUses:19Used by:Timeline
Symbol 21 TextUses:19Used by:Timeline
Symbol 22 TextUses:19Used by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 FontUsed by:25 28
Symbol 25 TextUses:24Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 TextUses:19Used by:Timeline
Symbol 28 TextUses:24Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:Timeline
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:Timeline
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:Timeline
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:62 463 606
Symbol 61 GraphicUsed by:62 463
Symbol 62 MovieClipUses:60 61Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 FontUsed by:74 75 76 77 78 79 80 81 82 83 84
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 TextUses:73Used by:Timeline
Symbol 76 TextUses:73Used by:Timeline
Symbol 77 TextUses:73Used by:Timeline
Symbol 78 TextUses:73Used by:Timeline
Symbol 79 TextUses:73Used by:Timeline
Symbol 80 TextUses:73Used by:Timeline
Symbol 81 TextUses:73Used by:Timeline
Symbol 82 TextUses:73Used by:Timeline
Symbol 83 TextUses:73Used by:Timeline
Symbol 84 TextUses:73Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:156 343 346 407 410 413  Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 TextUses:4Used by:Timeline
Symbol 92 TextUses:4Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:240  Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 TextUses:4Used by:Timeline
Symbol 104 TextUses:4Used by:Timeline
Symbol 105 TextUses:4Used by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 GraphicUsed by:432  Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 GraphicUsed by:Timeline
Symbol 116 GraphicUsed by:612  Timeline
Symbol 117 GraphicUsed by:612  Timeline
Symbol 118 GraphicUsed by:612  Timeline
Symbol 119 GraphicUsed by:612  Timeline
Symbol 120 GraphicUsed by:612  Timeline
Symbol 121 ShapeTweeningUsed by:Timeline
Symbol 122 GraphicUsed by:Timeline
Symbol 123 GraphicUsed by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:Timeline
Symbol 126 GraphicUsed by:Timeline
Symbol 127 GraphicUsed by:Timeline
Symbol 128 GraphicUsed by:584  Timeline
Symbol 129 GraphicUsed by:584  Timeline
Symbol 130 GraphicUsed by:Timeline
Symbol 131 GraphicUsed by:584  Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 GraphicUsed by:590  Timeline
Symbol 134 GraphicUsed by:590  Timeline
Symbol 135 GraphicUsed by:590  Timeline
Symbol 136 GraphicUsed by:590  Timeline
Symbol 137 GraphicUsed by:590  Timeline
Symbol 138 GraphicUsed by:590  Timeline
Symbol 139 GraphicUsed by:584  Timeline
Symbol 140 GraphicUsed by:584  Timeline
Symbol 141 GraphicUsed by:Timeline
Symbol 142 TextUses:4Used by:Timeline
Symbol 143 TextUses:4Used by:Timeline
Symbol 144 TextUses:4Used by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 TextUses:4Used by:149
Symbol 147 TextUses:4Used by:149
Symbol 148 GraphicUsed by:149
Symbol 149 ButtonUses:146 147 148Used by:Timeline
Symbol 150 TextUses:4Used by:153
Symbol 151 TextUses:4Used by:153
Symbol 152 GraphicUsed by:153
Symbol 153 ButtonUses:150 151 152Used by:Timeline
Symbol 154 TextUses:4Used by:156
Symbol 155 TextUses:4Used by:156
Symbol 156 ButtonUses:154 155 86Used by:Timeline
Symbol 157 SoundUsed by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:612  Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 GraphicUsed by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 FontUsed by:166 167 168 169 170 171 172 173 174 175 177 178 179 181 182 183 185 186 187 189 190 191 192 195 196 199 200 201 202 241 242 245 246 256 257 347 349 352 353 374 375 417 418 423 424 430 431 457 458
Symbol 166 TextUses:165Used by:Timeline
Symbol 167 TextUses:165Used by:Timeline
Symbol 168 TextUses:165Used by:Timeline
Symbol 169 TextUses:165Used by:Timeline
Symbol 170 TextUses:165Used by:Timeline
Symbol 171 TextUses:165Used by:Timeline
Symbol 172 TextUses:165Used by:Timeline
Symbol 173 TextUses:165Used by:176
Symbol 174 TextUses:165Used by:176
Symbol 175 TextUses:165Used by:176
Symbol 176 MovieClipUses:173 174 175Used by:194
Symbol 177 TextUses:165Used by:180
Symbol 178 TextUses:165Used by:180
Symbol 179 TextUses:165Used by:180
Symbol 180 MovieClipUses:177 178 179Used by:194
Symbol 181 TextUses:165Used by:184
Symbol 182 TextUses:165Used by:184
Symbol 183 TextUses:165Used by:184
Symbol 184 MovieClipUses:181 182 183Used by:194
Symbol 185 TextUses:165Used by:188
Symbol 186 TextUses:165Used by:188
Symbol 187 TextUses:165Used by:188
Symbol 188 MovieClipUses:185 186 187Used by:194
Symbol 189 TextUses:165Used by:193
Symbol 190 TextUses:165Used by:193
Symbol 191 TextUses:165Used by:193
Symbol 192 TextUses:165Used by:193
Symbol 193 MovieClipUses:189 190 191 192Used by:194
Symbol 194 MovieClipUses:176 180 184 188 193Used by:Timeline
Symbol 195 TextUses:165Used by:Timeline
Symbol 196 TextUses:165Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 TextUses:165Used by:Timeline
Symbol 200 TextUses:165Used by:Timeline
Symbol 201 TextUses:165Used by:Timeline
Symbol 202 TextUses:165Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 GraphicUsed by:599  Timeline
Symbol 207 GraphicUsed by:599  Timeline
Symbol 208 GraphicUsed by:599  Timeline
Symbol 209 GraphicUsed by:599  Timeline
Symbol 210 GraphicUsed by:599  Timeline
Symbol 211 GraphicUsed by:Timeline
Symbol 212 GraphicUsed by:Timeline
Symbol 213 GraphicUsed by:599  Timeline
Symbol 214 GraphicUsed by:609  Timeline
Symbol 215 GraphicUsed by:609  Timeline
Symbol 216 GraphicUsed by:609  Timeline
Symbol 217 GraphicUsed by:609  Timeline
Symbol 218 GraphicUsed by:609  Timeline
Symbol 219 GraphicUsed by:609  Timeline
Symbol 220 GraphicUsed by:609  Timeline
Symbol 221 GraphicUsed by:612  Timeline
Symbol 222 TextUses:4Used by:225
Symbol 223 TextUses:4Used by:225
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:222 223 224Used by:Timeline
Symbol 226 TextUses:4Used by:229
Symbol 227 TextUses:4Used by:229
Symbol 228 GraphicUsed by:229
Symbol 229 ButtonUses:226 227 228Used by:Timeline
Symbol 230 TextUses:4Used by:233
Symbol 231 TextUses:4Used by:233
Symbol 232 GraphicUsed by:233
Symbol 233 ButtonUses:230 231 232Used by:Timeline
Symbol 234 GraphicUsed by:Timeline
Symbol 235 ShapeTweeningUsed by:Timeline
Symbol 236 GraphicUsed by:Timeline
Symbol 237 GraphicUsed by:Timeline
Symbol 238 ShapeTweeningUsed by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 ButtonUses:97Used by:Timeline
Symbol 241 TextUses:165Used by:Timeline
Symbol 242 TextUses:165Used by:Timeline
Symbol 243 GraphicUsed by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 TextUses:165Used by:Timeline
Symbol 246 TextUses:165Used by:Timeline
Symbol 247 GraphicUsed by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:Timeline
Symbol 255 GraphicUsed by:Timeline
Symbol 256 TextUses:165Used by:Timeline
Symbol 257 TextUses:165Used by:Timeline
Symbol 258 ShapeTweeningUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 GraphicUsed by:602  Timeline
Symbol 261 GraphicUsed by:602  Timeline
Symbol 262 GraphicUsed by:602  Timeline
Symbol 263 GraphicUsed by:602  Timeline
Symbol 264 ShapeTweeningUsed by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 ShapeTweeningUsed by:Timeline
Symbol 267 GraphicUsed by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 GraphicUsed by:Timeline
Symbol 270 ShapeTweeningUsed by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 TextUses:4Used by:Timeline
Symbol 273 TextUses:4Used by:Timeline
Symbol 274 TextUses:4Used by:Timeline
Symbol 275 FontUsed by:276
Symbol 276 TextUses:275Used by:Timeline
Symbol 277 FontUsed by:278
Symbol 278 TextUses:277Used by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:Timeline
Symbol 281 GraphicUsed by:Timeline
Symbol 282 TextUses:4Used by:Timeline
Symbol 283 ShapeTweeningUsed by:Timeline
Symbol 284 ShapeTweeningUsed by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:Timeline
Symbol 287 ShapeTweeningUsed by:Timeline
Symbol 288 ShapeTweeningUsed by:Timeline
Symbol 289 GraphicUsed by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:Timeline
Symbol 293 GraphicUsed by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:581  Timeline
Symbol 296 GraphicUsed by:581  Timeline
Symbol 297 GraphicUsed by:581  Timeline
Symbol 298 GraphicUsed by:581  Timeline
Symbol 299 GraphicUsed by:581  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:581  Timeline
Symbol 305 GraphicUsed by:581  Timeline
Symbol 306 GraphicUsed by:581  Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 GraphicUsed by:618  Timeline
Symbol 309 GraphicUsed by:618  Timeline
Symbol 310 GraphicUsed by:618  Timeline
Symbol 311 GraphicUsed by:618  Timeline
Symbol 312 GraphicUsed by:618  Timeline
Symbol 313 GraphicUsed by:618  Timeline
Symbol 314 GraphicUsed by:618  Timeline
Symbol 315 GraphicUsed by:618  Timeline
Symbol 316 GraphicUsed by:618  Timeline
Symbol 317 GraphicUsed by:618  Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 GraphicUsed by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 GraphicUsed by:615  Timeline
Symbol 322 GraphicUsed by:615  Timeline
Symbol 323 GraphicUsed by:615  Timeline
Symbol 324 GraphicUsed by:615  Timeline
Symbol 325 GraphicUsed by:326 615
Symbol 326 MovieClipUses:325Used by:615  Timeline
Symbol 327 GraphicUsed by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:618  Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 GraphicUsed by:618  Timeline
Symbol 333 GraphicUsed by:618  Timeline
Symbol 334 GraphicUsed by:Timeline
Symbol 335 GraphicUsed by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 TextUses:4Used by:340
Symbol 338 TextUses:4Used by:340
Symbol 339 GraphicUsed by:340
Symbol 340 ButtonUses:337 338 339Used by:Timeline
Symbol 341 TextUses:4Used by:343
Symbol 342 TextUses:4Used by:343
Symbol 343 ButtonUses:341 342 86Used by:Timeline
Symbol 344 TextUses:4Used by:346
Symbol 345 TextUses:4Used by:346
Symbol 346 ButtonUses:344 345 86Used by:Timeline
Symbol 347 TextUses:165Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 TextUses:165Used by:Timeline
Symbol 350 GraphicUsed by:Timeline
Symbol 351 GraphicUsed by:Timeline
Symbol 352 TextUses:165Used by:Timeline
Symbol 353 TextUses:165Used 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 TextUses:165Used by:Timeline
Symbol 375 TextUses:165Used by:Timeline
Symbol 376 GraphicUsed by:587  Timeline
Symbol 377 GraphicUsed by:587  Timeline
Symbol 378 GraphicUsed by:379 587  Timeline
Symbol 379 MovieClipUses:378Used by:587  Timeline
Symbol 380 GraphicUsed by:587  Timeline
Symbol 381 GraphicUsed by:587  Timeline
Symbol 382 GraphicUsed by:Timeline
Symbol 383 GraphicUsed by:587  Timeline
Symbol 384 GraphicUsed by:587  Timeline
Symbol 385 GraphicUsed by:587  Timeline
Symbol 386 GraphicUsed by:587  Timeline
Symbol 387 GraphicUsed by:388 587  Timeline
Symbol 388 MovieClipUses:387Used by:587  Timeline
Symbol 389 GraphicUsed by:Timeline
Symbol 390 GraphicUsed by:Timeline
Symbol 391 GraphicUsed by:Timeline
Symbol 392 GraphicUsed by:Timeline
Symbol 393 FontUsed by:395 396
Symbol 394 FontUsed by:395
Symbol 395 TextUses:393 394 4Used by:Timeline
Symbol 396 TextUses:393Used 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 TextUses:4Used by:407
Symbol 406 TextUses:4Used by:407
Symbol 407 ButtonUses:405 406 86Used by:Timeline
Symbol 408 TextUses:4Used by:410
Symbol 409 TextUses:4Used by:410
Symbol 410 ButtonUses:408 409 86Used by:Timeline
Symbol 411 TextUses:4Used by:413
Symbol 412 TextUses:4Used by:413
Symbol 413 ButtonUses:411 412 86Used by:Timeline
Symbol 414 GraphicUsed by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 GraphicUsed by:Timeline
Symbol 417 TextUses:165Used by:Timeline
Symbol 418 TextUses:165Used by:Timeline
Symbol 419 GraphicUsed by:Timeline
Symbol 420 GraphicUsed by:Timeline
Symbol 421 GraphicUsed by:Timeline
Symbol 422 GraphicUsed by:Timeline
Symbol 423 TextUses:165Used by:Timeline
Symbol 424 TextUses:165Used 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 TextUses:165Used by:Timeline
Symbol 431 TextUses:165Used by:Timeline
Symbol 432 MovieClipUses:111Used by:Timeline
Symbol 433 GraphicUsed by:595  Timeline
Symbol 434 GraphicUsed by:Timeline
Symbol 435 GraphicUsed by:595  Timeline
Symbol 436 GraphicUsed by:Timeline
Symbol 437 GraphicUsed by:595  Timeline
Symbol 438 GraphicUsed by:595  Timeline
Symbol 439 GraphicUsed by:Timeline
Symbol 440 GraphicUsed by:595  Timeline
Symbol 441 GraphicUsed by:Timeline
Symbol 442 GraphicUsed by:Timeline
Symbol 443 GraphicUsed by:595  Timeline
Symbol 444 TextUses:4Used by:447
Symbol 445 TextUses:4Used by:447
Symbol 446 GraphicUsed by:447
Symbol 447 ButtonUses:444 445 446Used by:Timeline
Symbol 448 TextUses:4Used by:451
Symbol 449 TextUses:4Used by:451
Symbol 450 GraphicUsed by:451
Symbol 451 ButtonUses:448 449 450Used by:Timeline
Symbol 452 TextUses:4Used by:455
Symbol 453 TextUses:4Used by:455
Symbol 454 GraphicUsed by:455
Symbol 455 ButtonUses:452 453 454Used by:Timeline
Symbol 456 GraphicUsed by:Timeline
Symbol 457 TextUses:165Used by:Timeline
Symbol 458 TextUses:165Used by:Timeline
Symbol 459 ShapeTweeningUsed by:Timeline
Symbol 460 GraphicUsed by:606  Timeline
Symbol 461 GraphicUsed by:606  Timeline
Symbol 462 GraphicUsed by:463 606
Symbol 463 MovieClipUses:60 462 61Used by:606  Timeline
Symbol 464 GraphicUsed by:606  Timeline
Symbol 465 GraphicUsed by:606  Timeline
Symbol 466 GraphicUsed by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:474
Symbol 469 GraphicUsed by:474
Symbol 470 GraphicUsed by:474
Symbol 471 GraphicUsed by:474
Symbol 472 GraphicUsed by:474
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:468 469 470 471 472 473Used by:Timeline
Symbol 475 ShapeTweeningUsed by:Timeline
Symbol 476 GraphicUsed by:Timeline
Symbol 477 GraphicUsed by:Timeline
Symbol 478 GraphicUsed by:Timeline
Symbol 479 SoundUsed by:Timeline
Symbol 480 GraphicUsed by:Timeline
Symbol 481 GraphicUsed by:Timeline
Symbol 482 GraphicUsed by:Timeline
Symbol 483 GraphicUsed by:Timeline
Symbol 484 GraphicUsed by:Timeline
Symbol 485 GraphicUsed by:Timeline
Symbol 486 GraphicUsed by:Timeline
Symbol 487 GraphicUsed by:Timeline
Symbol 488 GraphicUsed by:Timeline
Symbol 489 GraphicUsed by:Timeline
Symbol 490 GraphicUsed by:Timeline
Symbol 491 GraphicUsed by:Timeline
Symbol 492 GraphicUsed by:Timeline
Symbol 493 GraphicUsed by:Timeline
Symbol 494 GraphicUsed by:Timeline
Symbol 495 GraphicUsed by:Timeline
Symbol 496 GraphicUsed by:Timeline
Symbol 497 GraphicUsed by:Timeline
Symbol 498 GraphicUsed by:Timeline
Symbol 499 GraphicUsed by:Timeline
Symbol 500 GraphicUsed by:Timeline
Symbol 501 GraphicUsed by:Timeline
Symbol 502 GraphicUsed by:Timeline
Symbol 503 GraphicUsed by:Timeline
Symbol 504 GraphicUsed by:Timeline
Symbol 505 GraphicUsed by:Timeline
Symbol 506 GraphicUsed by:Timeline
Symbol 507 GraphicUsed by:Timeline
Symbol 508 GraphicUsed by:Timeline
Symbol 509 GraphicUsed by:Timeline
Symbol 510 GraphicUsed by:Timeline
Symbol 511 GraphicUsed by:Timeline
Symbol 512 GraphicUsed by:Timeline
Symbol 513 GraphicUsed by:Timeline
Symbol 514 GraphicUsed by:Timeline
Symbol 515 GraphicUsed by:Timeline
Symbol 516 GraphicUsed by:Timeline
Symbol 517 GraphicUsed by:526  Timeline
Symbol 518 GraphicUsed by:Timeline
Symbol 519 GraphicUsed by:Timeline
Symbol 520 GraphicUsed by:526
Symbol 521 GraphicUsed by:526
Symbol 522 GraphicUsed by:526
Symbol 523 GraphicUsed by:526
Symbol 524 GraphicUsed by:525
Symbol 525 MovieClipUses:524Used by:526 530
Symbol 526 MovieClipUses:520 521 517 522 523 525Used by:530
Symbol 527 GraphicUsed by:530
Symbol 528 GraphicUsed by:530
Symbol 529 GraphicUsed by:530
Symbol 530 MovieClipUses:526 527 528 529 525 SS2Used by:Timeline
Symbol 531 GraphicUsed by:Timeline
Symbol 532 GraphicUsed by:Timeline
Symbol 533 GraphicUsed by:Timeline
Symbol 534 GraphicUsed by:Timeline
Symbol 535 GraphicUsed by:Timeline
Symbol 536 GraphicUsed by:Timeline
Symbol 537 GraphicUsed by:Timeline
Symbol 538 GraphicUsed by:Timeline
Symbol 539 GraphicUsed by:Timeline
Symbol 540 GraphicUsed by:Timeline
Symbol 541 GraphicUsed by:Timeline
Symbol 542 ShapeTweeningUsed by:Timeline
Symbol 543 GraphicUsed by:Timeline
Symbol 544 TextUses:4Used by:Timeline
Symbol 545 GraphicUsed by:Timeline
Symbol 546 GraphicUsed by:Timeline
Symbol 547 GraphicUsed by:Timeline
Symbol 548 GraphicUsed by:Timeline
Symbol 549 ShapeTweeningUsed by:Timeline
Symbol 550 GraphicUsed by:Timeline
Symbol 551 GraphicUsed by:Timeline
Symbol 552 GraphicUsed by:Timeline
Symbol 553 GraphicUsed by:Timeline
Symbol 554 GraphicUsed by:Timeline
Symbol 555 GraphicUsed by:Timeline
Symbol 556 GraphicUsed by:Timeline
Symbol 557 GraphicUsed by:Timeline
Symbol 558 GraphicUsed by:Timeline
Symbol 559 GraphicUsed by:Timeline
Symbol 560 GraphicUsed by:Timeline
Symbol 561 ShapeTweeningUsed by:Timeline
Symbol 562 GraphicUsed by:Timeline
Symbol 563 GraphicUsed by:Timeline
Symbol 564 GraphicUsed by:Timeline
Symbol 565 GraphicUsed by:Timeline
Symbol 566 GraphicUsed by:Timeline
Symbol 567 GraphicUsed by:Timeline
Symbol 568 ShapeTweeningUsed by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 GraphicUsed by:Timeline
Symbol 571 GraphicUsed by:Timeline
Symbol 572 GraphicUsed by:Timeline
Symbol 573 GraphicUsed by:Timeline
Symbol 574 GraphicUsed by:Timeline
Symbol 575 GraphicUsed by:Timeline
Symbol 576 ShapeTweeningUsed by:Timeline
Symbol 577 GraphicUsed by:581  Timeline
Symbol 578 GraphicUsed by:581
Symbol 579 FontUsed by:580 583 586 589 594 598 601 605 608 611 614 617
Symbol 580 TextUses:579Used by:581
Symbol 581 ButtonUses:299 295 296 298 297 577 304 305 306 578 580Used by:Timeline
Symbol 582 GraphicUsed by:584
Symbol 583 TextUses:579Used by:584
Symbol 584 ButtonUses:128 129 139 131 140 582 583Used by:Timeline
Symbol 585 GraphicUsed by:587
Symbol 586 TextUses:579Used by:587
Symbol 587 ButtonUses:376 377 379 380 381 386 385 388 383 384 585 586 378 387Used by:Timeline
Symbol 588 GraphicUsed by:590
Symbol 589 TextUses:579Used by:590
Symbol 590 ButtonUses:133 134 135 136 137 138 588 589Used by:Timeline
Symbol 591 GraphicUsed by:595  Timeline
Symbol 592 GraphicUsed by:595  Timeline
Symbol 593 GraphicUsed by:595
Symbol 594 TextUses:579Used by:595
Symbol 595 ButtonUses:591 433 592 440 435 438 443 437 593 594Used by:Timeline
Symbol 596 GraphicUsed by:599  Timeline
Symbol 597 GraphicUsed by:599
Symbol 598 TextUses:579Used by:599
Symbol 599 ButtonUses:206 596 207 208 209 210 213 597 598Used by:Timeline
Symbol 600 GraphicUsed by:602
Symbol 601 TextUses:579Used by:602
Symbol 602 ButtonUses:260 261 262 263 600 601Used by:603
Symbol 603 MovieClipUses:602Used by:Timeline
Symbol 604 GraphicUsed by:606
Symbol 605 TextUses:579Used by:606
Symbol 606 ButtonUses:460 464 465 461 463 604 605 60 462Used by:Timeline
Symbol 607 GraphicUsed by:609
Symbol 608 TextUses:579Used by:609
Symbol 609 ButtonUses:214 215 217 218 216 219 220 607 608Used by:Timeline
Symbol 610 GraphicUsed by:612
Symbol 611 TextUses:579Used by:612
Symbol 612 ButtonUses:221 161 116 117 118 11 119 120 610 611 9Used by:Timeline
Symbol 613 GraphicUsed by:615
Symbol 614 TextUses:579Used by:615
Symbol 615 ButtonUses:321 322 323 324 326 613 614 325Used by:Timeline
Symbol 616 GraphicUsed by:618
Symbol 617 TextUses:579Used by:618
Symbol 618 ButtonUses:308 309 310 332 333 329 312 317 313 314 315 316 311 616 617Used by:Timeline
Symbol 619 TextUses:4Used by:623
Symbol 620 TextUses:4Used by:623
Symbol 621 TextUses:4Used by:623
Symbol 622 GraphicUsed by:623
Symbol 623 ButtonUses:619 620 621 622Used by:Timeline
Symbol 624 TextUses:4Used by:628
Symbol 625 TextUses:4Used by:628
Symbol 626 TextUses:4Used by:628
Symbol 627 GraphicUsed by:628
Symbol 628 ButtonUses:624 625 626 627Used by:Timeline
Symbol 629 GraphicUsed by:Timeline
Symbol 630 GraphicUsed by:Timeline
Symbol 631 TextUses:4Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 530 MovieClip

Instance Names

"inventoryDynamic_mc"Frame 1397Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 1739Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 1931Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 2691Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 3099Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 3291Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 4097Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 4364Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 4559Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 5295Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 5573Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 5964Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 6347Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 6547Symbol 194 MovieClip
"inventoryDynamic_mc"Frame 6890Symbol 194 MovieClip
"head"Frame 8194Symbol 530 MovieClip
"head"Frame 8240Symbol 530 MovieClip
"homsarclip"Frame 9241Symbol 603 MovieClip
"answer0"Symbol 194 MovieClip Frame 1Symbol 176 MovieClip
"answer1"Symbol 194 MovieClip Frame 1Symbol 180 MovieClip
"answer4"Symbol 194 MovieClip Frame 1Symbol 184 MovieClip
"answer3"Symbol 194 MovieClip Frame 1Symbol 188 MovieClip
"answer2"Symbol 194 MovieClip Frame 1Symbol 193 MovieClip
"tofuhead"Symbol 530 MovieClip Frame 1Symbol 526 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Z2$aZOMALgEzYcgROUf.AkPf1."

Labels

"skippers"Frame 733
"coachA"Frame 1157
"coachB"Frame 1442
"coachC"Frame 1782
"coachEnd"Frame 1978
"kotA"Frame 2310
"kotB"Frame 2732
"kotC"Frame 3145
"homsar egg"Frame 3334
"strongbadA"Frame 3864
"strongbadB"Frame 4138
"strongbadC"Frame 4412
"strongbadEnd"Frame 4602
"bubsA"Frame 5096
"bubsB"Frame 5348
"bubsC"Frame 5614
"bubsEnd"Frame 6006
"strongsadA"Frame 6195
"strongsadB"Frame 6397
"strongsadC"Frame 6594
"strongsadEnd"Frame 6937
"endcoachA"Frame 7117
"endcoachB"Frame 7146
"endcoachC"Frame 7180
"endkotA"Frame 7209
"endkotB"Frame 7244
"endkotC"Frame 7294
"endstrongbadA"Frame 7325
"endstrongbadB"Frame 7359
"endstrongbadC"Frame 7416
"endbubsA"Frame 7470
"endbubsB"Frame 7535
"endbubsC"Frame 7584
"endstrongsadA"Frame 7632
"endstrongsadB"Frame 7798
"endstrongsadC"Frame 7960
"end1"Frame 8184
"end2"Frame 8396
"end3"Frame 8670
"end4"Frame 8927
"end5"Frame 9072
"costumes"Frame 9241
"bubsegg"Frame 9246
"czend"Frame 9383
"marzyend"Frame 9548
"pompomend"Frame 9725
"hsend"Frame 9866
"sbend"Frame 10155
"cheategg"Frame 10461
"toons"Symbol 530 MovieClip Frame 5
"games"Symbol 530 MovieClip Frame 17
"characters"Symbol 530 MovieClip Frame 25
"downloads"Symbol 530 MovieClip Frame 38
"e-mail"Symbol 530 MovieClip Frame 61




http://swfchan.com/46/226240/info.shtml
Created: 7/10 -2019 04:25:49 Last modified: 7/10 -2019 04:25:49 Server time: 07/05 -2024 12:50:53