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

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

Stevie Vs Ninja Ralph.swf

This is the info page for
Flash #27808

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


Text
The mover

Kill A Fat Guy by
JKCinema. Click to go to
the JKC website.

How To
Play

p

PUNCH

k

KICK

s

SPECIAL
"PSYCHIC SLAM"

JUMP

WALK LEFT

WALK RIGHT

More Info:
While in the air, move left or right to sidejump in
that direction.
Jumps and sidejumps are effective against special
attacks.

You are Psychic Stevie. You must
fight and kill your enemy Ninja
Ralph, a rere from Japan.
Both fighters have 1 special move
they can use at any time: Psychic
Stevie has the Psychic Slam and
Ninja Ralph has Ninja Lightning
power.

LOADING

DONE LOADING - CLICK TO PLAY

RERES

FIGHT!!!

Stevie's Energy:

Ralph's Energy:

FINISH
THAT
RERE

GAME OVER

YOU WIN

ActionScript [AS1/AS2]

Frame 1
hitstevie = "100"; hitralph = "100"; xpossteve = "60"; scalebgy = "100"; scalebgx = "100"; scalestevey = "70"; scalestevex = "70"; xposralph = "375"; oktocall = "1";
Frame 2
ifFrameLoaded (196) { gotoAndStop (4); }
Frame 3
gotoAndPlay (1);
Frame 4
stop();
Frame 51
if (_level0:ralphishitting == "1") { if (("50" >= (xposralph - xpossteve)) and ((xposralph - xpossteve) >= (-"50"))) { hitstevie = hitstevie - "2"; tellTarget ("/stevie/blood") { play(); }; } } if (_level0:ralphishitting1 == "1") { if (oktojump == "0") { if (("350" >= (xposralph - xpossteve)) and ((xposralph - xpossteve) >= (-"150"))) { hitstevie = hitstevie - "3"; tellTarget ("/stevie/blood") { play(); }; } } } if (_level0:stevieishitting1 == "1") { if ((("100" >= (xposralph - xpossteve)) and ((xposralph - xpossteve) >= "0")) or (ralphishitting1 == "1")) { hitralph = hitralph - "1"; tellTarget ("/ralph/blood") { play(); }; } } if (_level0:stevieishitting == "1") { if (("150" >= (xposralph - xpossteve)) and ((xposralph - xpossteve) >= (-"150"))) { tellTarget ("/ralph/blood") { play(); }; hitralph = hitralph - "1"; } } if ("0" >= hitstevie) { stopAllSounds(); gotoAndPlay (59); } if ("0" >= hitralph) { stopAllSounds(); gotoAndPlay (128); } setProperty("/stevie", _x , xpossteve); setProperty("/bg", _xscale , scalebgx); setProperty("/bg", _yscale , scalebgy); setProperty("/stevie", _xscale , scalestevex); setProperty("/stevie", _yscale , scalestevey); setProperty("/ralph", _xscale , scalestevex); setProperty("/ralph", _yscale , scalestevey); setProperty("/ralph", _x , xposralph); if (xpossteve >= "250") { oktoadvanceframe = "0"; } if ("249" >= xpossteve) { oktoadvanceframe = "1"; } if (xpossteve < "60") { oktodeclineframe = "0"; } if (xpossteve >= "60") { oktodeclineframe = "1"; }
Frame 52
gotoAndPlay (51);
Frame 53
if (oktowalk == "0") { tellTarget ("stevie") { gotoAndPlay (16); }; oktowalk = "1"; } if ((oktoadvanceframe == "0") and (stopright == "0")) { xposralph = xposralph - "5"; } if (oktoadvanceframe == "1") { xpossteve = xpossteve + "7"; } if (((oktoadvanceframe == "0") and (oktosidejump == "1")) and (oktowalk == "1")) { tellTarget ("bg") { nextFrame(); }; }
Frame 54
if (oktowalk == "0") { tellTarget ("stevie") { gotoAndPlay (24); }; oktowalk = "1"; } if (oktodeclineframe == "1") { xpossteve = xpossteve - "7"; } if ((oktodeclineframe == "0") and (stopleft == "0")) { xposralph = xposralph + "9"; } if (((oktodeclineframe == "0") and (oktosidejump == "1")) and (oktowalk == "1")) { tellTarget ("bg") { prevFrame(); }; }
Frame 55
if (oktojump == "0") { tellTarget ("stevie") { gotoAndPlay (32); }; oktojump = "1"; oktosidejump = "1"; }
Frame 56
if (oktojump == "0") { iskicking = "1"; tellTarget ("stevie") { gotoAndPlay (48); }; oktojump = "1"; oktosidejump = "1"; }
Frame 57
if (oktojump == "0") { iskicking = "1"; tellTarget ("stevie") { gotoAndPlay (57); }; oktojump = "1"; oktosidejump = "1"; }
Frame 58
if (oktojump == "0") { tellTarget ("stevie") { gotoAndPlay (66); }; oktojump = "1"; oktosidejump = "1"; }
Frame 59
tellTarget ("/bgfin") { gotoAndStop (135); }
Frame 94
tellTarget ("/ralphfin") { gotoAndPlay (10); }
Frame 103
tellTarget ("/stevefin") { gotoAndPlay (29); }
Frame 126
stopAllSounds();
Frame 127
stop();
Frame 128
tellTarget ("/ralphfin") { gotoAndPlay (26); }; tellTarget ("/stevefin") { gotoAndPlay (65); } tellTarget ("/bgfin") { gotoAndStop (135); }
Frame 163
tellTarget ("/stevefin") { gotoAndPlay (49); }
Frame 166
tellTarget ("/ralphfin") { gotoAndPlay (48); }
Frame 195
stopAllSounds();
Frame 196
stop();
Symbol 31 MovieClip Frame 1
Set("_level0:stopleft", "1"); stop();
Symbol 31 MovieClip Frame 2
Set("_level0:stopleft", "0");
Symbol 31 MovieClip Frame 220
Set("_level0:stopright", "0");
Symbol 31 MovieClip Frame 221
Set("_level0:stopright", "1");
Symbol 31 MovieClip Frame 222
prevFrame();
Symbol 35 Button
on (keyPress "<Right>") { call("53"); } on (keyPress "<Left>") { call("54"); } on (keyPress "<Up>") { call("55"); } on (keyPress "k") { call("56"); } on (keyPress "p") { call("57"); } on (keyPress "s") { call("58"); }
Symbol 49 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 10
gotoAndStop (1);
Symbol 49 MovieClip Frame 11
stop();
Symbol 49 MovieClip Frame 15
gotoAndStop (1);
Symbol 58 MovieClip Frame 7
stop();
Symbol 60 Button
on (release) { getURL ("http://www.jkcinema.com"); }
Symbol 64 Button
on (release) { getURL ("http://www.jkcinema.com"); }
Symbol 74 Button
on (release) { gotoAndPlay (30); }
Symbol 93 MovieClip Frame 29
stop();
Symbol 93 MovieClip Frame 35
stop();
Symbol 100 Button
on (release) { toggleHighQuality(); gotoAndPlay (5); }
Symbol 127 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 1
Set("_level0:stevieishitting1", "0"); Set("_level0:stevieishitting", "0");
Symbol 298 MovieClip Frame 15
gotoAndPlay (1);
Symbol 298 MovieClip Frame 16
if ("249" >= _level0:xpossteve) { Set("_level0:xpossteve", _level0:xpossteve + "1"); } Set("_level0:oktojump", "1");
Symbol 298 MovieClip Frame 17
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } }
Symbol 298 MovieClip Frame 18
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } } if ("249" >= _level0:xpossteve) { Set("_level0:xpossteve", _level0:xpossteve + "2"); }
Symbol 298 MovieClip Frame 19
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } } if ("249" >= _level0:xpossteve) { Set("_level0:xpossteve", _level0:xpossteve + "1"); }
Symbol 298 MovieClip Frame 20
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } } if ("249" >= _level0:xpossteve) { Set("_level0:xpossteve", _level0:xpossteve + "2"); }
Symbol 298 MovieClip Frame 21
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } }
Symbol 298 MovieClip Frame 22
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } } if ("249" >= _level0:xpossteve) { Set("_level0:xpossteve", _level0:xpossteve + "1"); } Set("_level0:oktowalk", "0"); Set("_level0:oktojump", "0");
Symbol 298 MovieClip Frame 23
if (_level0:oktoadvanceframe == "0") { tellTarget ("_level0/bg") { nextFrame(); }; if (_level0:stopright == "0") { Set("_level0:xposralph", _level0:xposralph - "4"); } } gotoAndPlay (1);
Symbol 298 MovieClip Frame 24
Set("_level0:oktojump", "1"); if (_level0:xpossteve >= "60") { Set("_level0:xpossteve", _level0:xpossteve - "1"); }
Symbol 298 MovieClip Frame 25
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; }
Symbol 298 MovieClip Frame 26
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; } if (_level0:xpossteve >= "60") { Set("_level0:xpossteve", _level0:xpossteve - "2"); }
Symbol 298 MovieClip Frame 27
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; } if (_level0:xpossteve >= "60") { Set("_level0:xpossteve", _level0:xpossteve - "1"); }
Symbol 298 MovieClip Frame 28
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; } if (_level0:xpossteve >= "60") { Set("_level0:xpossteve", _level0:xpossteve - "2"); }
Symbol 298 MovieClip Frame 29
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; }
Symbol 298 MovieClip Frame 30
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; } Set("_level0:oktowalk", "0"); Set("_level0:oktojump", "0"); if (_level0:xpossteve >= "60") { Set("_level0:xpossteve", _level0:xpossteve - "1"); }
Symbol 298 MovieClip Frame 31
if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/bg") { prevFrame(); }; } gotoAndPlay (1);
Symbol 298 MovieClip Frame 32
Set("_level0:oktowalk", "1");
Symbol 298 MovieClip Frame 36
Set("_level0:scalebgy", _level0:scalebgy - "3"); Set("_level0:scalebgx", _level0:scalebgx - "3"); Set("_level0:scalestevey", _level0:scalestevey - "3"); Set("_level0:scalestevex", _level0:scalestevex - "3");
Symbol 298 MovieClip Frame 37
Set("_level0:scalebgy", _level0:scalebgy - "3"); Set("_level0:scalebgx", _level0:scalebgx - "3"); Set("_level0:scalestevey", _level0:scalestevey - "3"); Set("_level0:scalestevex", _level0:scalestevex - "3");
Symbol 298 MovieClip Frame 38
Set("_level0:scalebgy", _level0:scalebgy - "3"); Set("_level0:scalebgx", _level0:scalebgx - "3"); Set("_level0:scalestevey", _level0:scalestevey - "3"); Set("_level0:scalestevex", _level0:scalestevex - "3");
Symbol 298 MovieClip Frame 39
Set("_level0:scalebgy", _level0:scalebgy - "3"); Set("_level0:scalebgx", _level0:scalebgx - "3"); Set("_level0:scalestevey", _level0:scalestevey - "3"); Set("_level0:scalestevex", _level0:scalestevex - "3");
Symbol 298 MovieClip Frame 43
Set("_level0:scalebgy", _level0:scalebgy + "3"); Set("_level0:scalebgx", _level0:scalebgx + "3"); Set("_level0:scalestevey", _level0:scalestevey + "3"); Set("_level0:scalestevex", _level0:scalestevex + "3");
Symbol 298 MovieClip Frame 44
Set("_level0:scalebgy", _level0:scalebgy + "3"); Set("_level0:scalebgx", _level0:scalebgx + "3"); Set("_level0:scalestevey", _level0:scalestevey + "3"); Set("_level0:scalestevex", _level0:scalestevex + "3");
Symbol 298 MovieClip Frame 45
Set("_level0:scalebgy", _level0:scalebgy + "3"); Set("_level0:scalebgx", _level0:scalebgx + "3"); Set("_level0:scalestevey", _level0:scalestevey + "3"); Set("_level0:scalestevex", _level0:scalestevex + "3");
Symbol 298 MovieClip Frame 46
Set("_level0:scalebgy", _level0:scalebgy + "3"); Set("_level0:scalebgx", _level0:scalebgx + "3"); Set("_level0:scalestevey", _level0:scalestevey + "3"); Set("_level0:scalestevex", _level0:scalestevex + "3"); Set("_level0:oktosidejump", "0");
Symbol 298 MovieClip Frame 47
Set("_level0:oktojump", "0"); Set("_level0:oktowalk", "0"); gotoAndPlay (1);
Symbol 298 MovieClip Frame 48
Set("_level0:stevieishitting1", "1");
Symbol 298 MovieClip Frame 56
Set("_level0:stevieishitting1", "0"); Set("_level0:oktojump", "0"); Set("_level0:iskicking", "0"); Set("_level0:oktowalk", "0"); gotoAndPlay (1);
Symbol 298 MovieClip Frame 59
Set("_level0:stevieishitting1", "1");
Symbol 298 MovieClip Frame 64
Set("_level0:stevieishitting1", "0");
Symbol 298 MovieClip Frame 65
Set("_level0:oktojump", "0"); Set("_level0:iskicking", "0"); Set("_level0:oktowalk", "0"); gotoAndPlay (1);
Symbol 298 MovieClip Frame 77
Set("_level0:stevieishitting", "1");
Symbol 298 MovieClip Frame 82
Set("_level0:stevieishitting", "0"); Set("_level0:oktowalk", "0"); Set("_level0:oktojump", "0"); gotoAndPlay (1);
Symbol 298 MovieClip Frame 110
gotoAndPlay (83);
Symbol 298 MovieClip Frame 130
stop();
Symbol 364 MovieClip Frame 1
tellTarget ("head") { gotoAndStop (1); }; Set("_level0:ralphishitting", "0"); Set("_level0:ralphishitting1", "0"); if (_level0:oktodeclineframe == "0") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } if ((_level0:oktowalk == "0") and (oktojump == "0")) { if (_level0:oktocall == "1") { shouldi = random("7"); if (shouldi == "5") { gotoAndPlay (52); } if (shouldi == "1") { tellTarget ("_level0/ralph") { gotoAndPlay (10); }; Set("_level0:oktocall", "0"); } if (shouldi == "4") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } if (shouldi == "3") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } if (shouldi == "2") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } } } if ((-"20") >= (_level0:xposralph - _level0:xpossteve)) { gotoAndPlay (45); } if ("140" >= (_level0:xposralph - _level0:xpossteve)) { if (_level0:iskicking == "1") { tellTarget ("_level0/ralph") { gotoAndPlay (45); }; shouldi = random("3"); if (shouldi == "2") { tellTarget ("_level0/ralph") { gotoAndPlay (45); }; } if (shouldi == "1") { tellTarget ("_level0/ralph") { gotoAndPlay (45); }; } } shouldi = random("11"); if (shouldi == "3") { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph + "100"); gotoAndPlay (27); } if (shouldi == "5") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } if (shouldi == "6") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } if (shouldi == "8") { gotoAndPlay (45); } if (shouldi == "9") { gotoAndPlay (45); } if (shouldi == "10") { gotoAndPlay (45); } if (shouldi == "1") { gotoAndPlay (52); } if (shouldi == "7") { tellTarget ("_level0/ralph") { gotoAndPlay (36); }; } }
Symbol 364 MovieClip Frame 9
gotoAndPlay (1);
Symbol 364 MovieClip Frame 10
tellTarget ("head") { gotoAndPlay (2); }
Symbol 364 MovieClip Frame 26
Set("_level0:oktocall", "1"); gotoAndPlay (1);
Symbol 364 MovieClip Frame 27
Set("_level0:xposralph", _level0:xposralph + "15"); Set("_level0:ralphishitting", "0"); Set("_level0:ralphishitting1", "0"); tellTarget ("head") { gotoAndPlay (11); }; Set("_level0:oktocall", "1");
Symbol 364 MovieClip Frame 28
Set("_level0:xposralph", _level0:xposralph + "15");
Symbol 364 MovieClip Frame 29
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { Set("_level0:xposralph", _level0:xposralph - "100"); setProperty("_level0/ralph", _xscale , -"100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 30
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph - "100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 31
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph - "100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 32
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph - "100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 33
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph - "100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 34
Set("_level0:xposralph", _level0:xposralph + "15"); if ("200" < (_level0:xposralph - _level0:xpossteve)) { setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph - "100"); gotoAndPlay (1); }
Symbol 364 MovieClip Frame 35
gotoAndPlay (27);
Symbol 364 MovieClip Frame 36
Set("_level0:xposralph", _level0:xposralph - "5"); tellTarget ("head") { gotoAndPlay (11); }; Set("_level0:oktocall", "1");
Symbol 364 MovieClip Frame 37
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 38
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 39
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 40
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 41
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 42
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 43
Set("_level0:xposralph", _level0:xposralph - "5");
Symbol 364 MovieClip Frame 44
gotoAndPlay (1);
Symbol 364 MovieClip Frame 45
tellTarget ("head") { gotoAndStop (11); }; Set("_level0:ralphishitting", "1");
Symbol 364 MovieClip Frame 51
Set("_level0:ralphishitting", "0"); tellTarget ("head") { gotoAndStop (1); }; setProperty("_level0/ralph", _xscale , -"100"); Set("_level0:xposralph", _level0:xposralph + "100"); gotoAndPlay (27);
Symbol 364 MovieClip Frame 52
Set("_level0:ralphishitting", "0");
Symbol 364 MovieClip Frame 62
Set("_level0:ralphishitting", "0");
Symbol 364 MovieClip Frame 66
Set("_level0:ralphishitting1", "1");
Symbol 364 MovieClip Frame 73
Set("_level0:ralphishitting1", "0");
Symbol 364 MovieClip Frame 76
gotoAndPlay (1);
Symbol 398 MovieClip Frame 9
gotoAndPlay (1);
Symbol 398 MovieClip Frame 25
stop();
Symbol 398 MovieClip Frame 26
tellTarget ("head") { gotoAndStop (11); }
Symbol 398 MovieClip Frame 47
gotoAndPlay (26);
Symbol 398 MovieClip Frame 48
tellTarget ("head") { gotoAndStop (11); }
Symbol 398 MovieClip Frame 74
stop();
Symbol 434 MovieClip Frame 28
gotoAndPlay (1);
Symbol 434 MovieClip Frame 48
stop();
Symbol 434 MovieClip Frame 64
gotoAndPlay (65);
Symbol 434 MovieClip Frame 79
gotoAndPlay (65);

Library Items

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

Instance Names

"bg"Frame 1Symbol 31 MovieClip
"head"Frame 1Symbol 49 MovieClip
"head"Frame 1Symbol 54 MovieClip
"stevie"Frame 51Symbol 298 MovieClip
"ralph"Frame 51Symbol 364 MovieClip
"bgfin"Frame 59Symbol 31 MovieClip
"ralphfin"Frame 59Symbol 398 MovieClip
"stevefin"Frame 59Symbol 434 MovieClip
"bgfin"Frame 128Symbol 31 MovieClip
"ralphfin"Frame 128Symbol 398 MovieClip
"stevefin"Frame 128Symbol 434 MovieClip
"head"Symbol 298 MovieClip Frame 1Symbol 54 MovieClip
"blood"Symbol 298 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 298 MovieClip Frame 66Symbol 54 MovieClip
"head"Symbol 298 MovieClip Frame 83Symbol 54 MovieClip
"head"Symbol 364 MovieClip Frame 1Symbol 49 MovieClip
"blood"Symbol 364 MovieClip Frame 1Symbol 127 MovieClip
"head"Symbol 398 MovieClip Frame 1Symbol 49 MovieClip
"head"Symbol 398 MovieClip Frame 26Symbol 49 MovieClip
"head"Symbol 398 MovieClip Frame 48Symbol 49 MovieClip
"head"Symbol 434 MovieClip Frame 1Symbol 54 MovieClip
"head"Symbol 434 MovieClip Frame 49Symbol 54 MovieClip
"head"Symbol 434 MovieClip Frame 65Symbol 54 MovieClip

Labels

"AI"Frame 51

Dynamic Text Variables

hitstevieSymbol 367 EditableText""
hitralphSymbol 369 EditableText""




http://swfchan.com/6/27808/info.shtml
Created: 21/5 -2019 03:28:33 Last modified: 21/5 -2019 03:28:33 Server time: 03/05 -2024 18:52:04