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

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

What if Samus was kiddy.swf

This is the info page for
Flash #35276

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


Text
Welcome to the third installment of my series:
What if Nintendo was kiddy?
I recommend watching "What if Mario was kiddy?" first.
Then I suggest reading the comments "About this movie"
on the main menu to avoid any confusion while watching.
As a bonus, I included this game's music in high quality,
stereo sound.  So turn up your volume and enjoy.

Normal
Play Movie                                                                     Kiddy
Credits
Press spacebar to skip to main menu                                        About this movie

Many people call Nintendo and its games kiddy.  It is a term meaning childish
and easy to beat.  As in games that don't contain much violence, blood, gore,
nudity, etc.  However, games don't need that to be good.  This movie will show
what a real kiddy Nintendo game will be, with a little humor on the side.
Also Super Metroid was one of the first sprite games to not mirror sprites.  It was
a subtle novelty most sprites games back then ignored.  The time and cost
didn't really make it worth the effort.  Yet Nintendo did it, and I consider that
respectful.  So I ripped all 500+ sprites, backgrounds, music and sound effects
to make this movie it look close to the original game.  It runs at 30 fps too.

Time:

You Died!

Mission Successful

ActionScript [AS1/AS2]

Frame 2
percentBar.gotoAndStop(Math.ceil((this.getBytesLoaded() / this.getBytesTotal()) * 100)); percentBar.percentTextField.text = percentBar._currentframe + "%"; if (getBytesLoaded() != getBytesTotal()) { gotoAndPlay (1); }
Frame 3
stop();
Frame 18
function createSound(soundName, fileName, loop) { soundName = soundName + SOUND; createEmptyMovieClip("sound" + counter, counter); Set(soundName, new Sound(eval ("sound" + counter))); eval (soundName).attachSound(fileName); if (loop) { eval (soundName).onSoundComplete = function () { eval (soundName).start(0, 0); }; } Set(soundName + POSITION, 0); counter++; return(undefined); } function pauseSound(soundName) { soundName = soundName + SOUND; Set(soundName + POSITION, eval (soundName).position / 1000); eval (soundName).stop(); return(undefined); } function resumeSound(soundName) { soundName = soundName + SOUND; eval (soundName).start(eval (soundName + POSITION), 0); return(undefined); } function startSound(soundName) { Set((soundName + SOUND) + POSITION, 0); resumeSound(soundName); return(undefined); } function startDelay(getDelay) { clearInterval(delayIntervalId); delayIntervalId = setInterval(endDelay, getDelay); stop(); return(undefined); } function endDelay() { clearInterval(delayIntervalId); play(); return(undefined); } function startTextScroll(getText, getFrameInterval) { textScroll = new String(getText); textField.text = textScroll.charAt(0); textScroll = textScroll.substring(1, textScroll.length); clearInterval(textScrollIntervalId); textScrollIntervalId = setInterval(endTextScroll, (1000 / FPS) * getFrameInterval); return(undefined); } function endTextScroll() { textField.text = textField.text + textScroll.charAt(0); textScroll = textScroll.substring(1, textScroll.length); if (textScroll.length == 0) { clearInterval(textScrollIntervalId); } return(undefined); } var SOUND = "Sound"; var POSITION = "Position"; var FPS = 30; var counter = 0; var captionIntervalId; var delayIntervalId; var textScrollIntervalId; var textScroll;
Frame 19
createSound("cursor", "Cursor.wav", true); createSound("mainMenuSelect", "Main menu select.wav", false); createSound("introduction", "Introduction.wav", true); createSound("timeBomb", "Time bomb.wav", true); createSound("samusAranSpeedBoosting", "Samus Aran speed boosting.wav", false); createSound("finalJeopardy", "Final Jeopardy.wav", false); caption.createSoundCaption("motherBrainHit", "Mother Brain's brain weak hit.wav"); caption.createSoundCaption("motherBrainHitLoud", "Mother Brain's brain weak hit.wav"); caption.createSoundCaption("motherBrainScream", "Mother Brain's body scream.wav"); caption.createSoundCaption("motherBrainRoar", "Mother Brain's body roar.wav"); caption.createSoundCaption("metroidHatchling1", "Metroid hatchling 1.wav"); caption.createSoundCaption("metroidHatchling2", "Metroid hatchling 2.wav"); caption.createSoundCaption("metroidHatchling3", "Metroid hatchling 3.wav");
Frame 20
this.onKeyDown = function () { if (Key.isDown(32)) { stopAllSounds(); gotoAndPlay ("mainMenu"); } }; Key.addListener(this);
Frame 21
startTextScroll("2004", 5);
Frame 96
textField.text = "";
Frame 196
startTextScroll("Nintendo", 3);
Frame 231
textField.text = "";
Frame 331
startTextScroll("Presents", 3);
Frame 361
textField.text = "";
Frame 461
startTextScroll("What if Nintendo was kiddy? 3", 2);
Frame 2256
gotoAndPlay ("titleStart");
Frame 2257
resumeSound("introduction");
Frame 2258
caption.setCaption("Lets start with what I normally do.", false);
Frame 2259
caption.setCaption("On my first mission, I inspected some strange activity on Planet Zebes. To my surprise, I had to defend myself from many creatures. As I reached the end, I faced the Mother Brain.", false);
Frame 2260
caption.setCaption("(Kraid and Ridley were fierce warriors.)", true);
Frame 2261
caption.setCaption("(Yet they feared this being.)", true);
Frame 2262
caption.setCaption("(Better brace myself.)", true);
Frame 2263
caption.setCaption("(Up against the attacks that tamed them.)", true);
Frame 2264
shot._x = shot._x + 1;
Frame 2265
if (shot._x < 300) { gotoAndPlay ("moveShotLeft"); } else { gotoAndPlay ("moveShotTurn"); }
Frame 2266
shot._x = shot._x + 1;
Frame 2267
if (shot._x < 302) { gotoAndPlay ("moveShotTurn"); } else { gotoAndPlay ("moveShotRight"); }
Frame 2268
shot._x = shot._x + 1;
Frame 2269
if (shot._x < 512) { gotoAndPlay ("moveShotRight"); }
Frame 2270
caption.setCaption("Heh, all brain. . .", true);
Frame 2271
caption.setCaption(". . .and no brawn.", true);
Frame 2272
startDelay((1000 / FPS) * 3);
Frame 2273
caption.setCaption("I expected more from you.", true);
Frame 2274
caption.startSoundCaption("motherBrainHit");
Frame 2275
caption.setCaption("\"I posses the power to destroy this planet.\"", true);
Frame 2276
caption.setCaption("And the power of immobility.", true);
Frame 2277
caption.startSoundCaption("motherBrainHitLoud");
Frame 2278
caption.setCaption("\"Enough, behold my power!\"", true);
Frame 2279
pauseSound("introduction"); startSound("timeBomb"); caption.setCaption("\"You can run but nothing can escape its devastation.\"", true);
Frame 2280
caption.setCaption("\"Nothing, not even me.\"", true);
Frame 2281
startDelay(3000);
Frame 2282
caption.setCaption("\"Maybe, I shouldn't have chosen the power immobility.\"", true);
Frame 2284
pauseSound("timeBomb"); resumeSound("introduction"); caption.setCaption("Next I had to exterminate all the Metroids on their homeworld. After the Metroid Queen was defeated, I stumbled on a Metroid egg. I was about to destroy it, when it hatched.", false);
Frame 2285
caption.setCaption("Finally, last Metroid to kill.", true);
Frame 2286
caption.startSoundCaption("metroidHatchling1"); metroidHatchling.gotoAndPlay("talking");
Frame 2287
caption.setCaption("\"Are you my mommy?\"", true);
Frame 2288
caption.setCaption("(Well, isn't that cute.)", true);
Frame 2289
caption.setCaption("Sure, I will be your mommy.", true);
Frame 2290
caption.startSoundCaption("metroidHatchling2"); metroidHatchling.gotoAndPlay("talking");
Frame 2291
caption.setCaption("\"Good, because I'm hungry.\"", true);
Frame 2292
caption.setCaption("\"Feed me now, woman!\"", true);
Frame 2293
caption.setCaption("(On the other hand. . .)", true);
Frame 2294
caption.setCaption("(Maybe I will to kill you.)", true);
Frame 2295
caption.setCaption("(Actually, I got a better idea. . .)", true);
Frame 2296
caption.setCaption("Don't worry, mommy will get something for you.", true);
Frame 2297
caption.startSoundCaption("metroidHatchling3"); metroidHatchling.gotoAndPlay("talking");
Frame 2298
caption.setCaption("\"That right, fetch my dinner.\"", true);
Frame 2299
eval ("samusAranSpeedBoostingSound" + SOUND).setPan(100); resumeSound("samusAranSpeedBoosting"); var volumeIndex = 100;
Frame 2300
samusAranSpeedBoostingSound.setVolume(volumeIndex);
Frame 2301
volumeIndex = volumeIndex - 0.5; if (volumeIndex != 0) { gotoAndPlay ("soundFade"); }
Frame 2302
caption.setCaption("\"She better have not abandoned me.\"", true);
Frame 2304
caption.setCaption("Then I found out that the Metroid hatchling was stolen by Ridley. So I followed him until he led me to his base. Again, I fought with many enemies and faced the Mother Brain.", false);
Frame 2305
pauseSound("introduction"); startSound("timeBomb"); caption.startSoundCaption("motherBrainRoar");
Frame 2306
caption.setCaption("\"She thinks her pathetic minuscule brain can outsmart me again.\"", true);
Frame 2307
caption.setCaption("\"Now I got a body I can escape with, set to trigger when she breaks the glass.\"", true);
Frame 2308
caption.setCaption("\"Ha!\"", true);
Frame 2309
startDelay(3000);
Frame 2310
caption.setCaption("\"Curse you Samus!\"", true);
Frame 2312
pauseSound("timeBomb"); resumeSound("introduction"); caption.setCaption("But what if this game was kiddy?", false);
Frame 2313
caption.setCaption("Good question. . .", false);
Frame 2314
caption.setCaption("I like to know how can that joke of a final boss, I mean Mother Brain, get any easier?", false);
Frame 2315
pauseSound("introduction"); startSound("finalJeopardy"); startDelay(15000);
Frame 2316
pauseSound("finalJeopardy"); caption.setCaption("Heh, I didn't think her attacks could get any slower.", false);
Frame 2317
caption.setCaption("Lets move on, shall we. . .", false);
Frame 2319
resumeSound("introduction"); caption.setCaption("For the Metroid hatchling, I can't abandon it, that will be cruel. Then again, how can I feed the little sucker?", false);
Frame 2320
caption.startSoundCaption("metroidHatchling1"); metroidHatchling.gotoAndPlay("talking");
Frame 2321
caption.setCaption("\"I love you mommy.\"", true);
Frame 2322
caption.setCaption("Yes my child, feed upon the bosom of thy mother.", true);
Frame 2323
pauseSound("introduction"); caption.setCaption(". . .", false);
Frame 2324
caption.setCaption("Uh, I was calling it a little sucker figuratively.", false);
Frame 2325
caption.setCaption("Onto the next part then. . .", false);
Frame 2327
resumeSound("introduction"); caption.setCaption("Mother Brain's rematch battle involves her body. With it, she gains mobility and powerful attacks. So she should at least a bit more harder than her previous form.", false);
Frame 2328
stop();
Frame 2329
caption.setCaption("\"Ahhhh, the pain!\"", true);
Frame 2330
caption.setCaption("\"Sorry, my back just went out again.\"", true);
Frame 2331
caption.setCaption("\"Feel free to take some free hits while I recover.\"", true);
Frame 2332
pauseSound("introduction"); caption.setCaption("Does her new form even attack?", false);
Frame 2333
caption.setCaption("Seems like everything gets easier as you continue playing.", false);
Frame 2334
caption.setCaption("Then what is the point for collecting items to make you stronger?", false);
Frame 2335
caption.setCaption("Let me guess. . .", false);
Frame 2336
caption.setCaption("That would be too diffcult to do as well.", false);
Frame 2337
caption.setCaption("Why bother with the game then? Just skip to the ending.", false);
Frame 2567
startTextScroll("Mission Successful", 5);
Frame 2688
startTextScroll("Items collected: 0%", 5);
Frame 2890
description.text = "Animator:"; name.text = "Jerry Thoundayil";
Frame 2988
description.text = "Sprites:"; name.text = "Super Metroid";
Frame 3088
description.text = "Music:"; name.text = "Super Metroid, again";
Frame 3188
description.text = "Sound effects:"; name.text = "You guessed it, Super Metroid";
Frame 3288
description.text = "Other sources to be used:"; name.text = "Super Mario World, Duke Nukem";
Frame 3388
description.text = "To be used?"; name.text = "Yes, in a future scene.";
Frame 3488
description.text = "What future scene?"; name.text = "The one coming right after this.";
Frame 3588
startTextScroll("Neo isn't the only ONE.", 1);
Frame 3788
startTextScroll("Director: \"Uh, I need someone serious.\"", 1);
Frame 3888
startTextScroll("What, there is only one of you?", 1);
Frame 4088
startTextScroll("Director: \"Great, you just need a better helmet.\"", 1);
Frame 4188
startTextScroll("Now, this is a force to be reckoned with.", 1);
Frame 4383
gotoAndPlay ("titleStart");
Symbol 12 Button
on (release) { play(); }
Symbol 30 Button
on (release) { _parent._visible = false; _root.play(); }
Symbol 31 MovieClip Frame 103
gotoAndPlay ("blinking");
Symbol 32 MovieClip Frame 1
function setCaption(getCaption, getScroll) { _root.pauseSound("cursor"); clearInterval(_root.captionIntervalId); getLines(getCaption); currentLine = 0; textField.text = ""; if (getScroll) { textField._y = -1 * SCROLL_MINIMUM; cursorMovement._y = (-1 * SCROLL_MINIMUM) + CURSOR_DIFFERENCE; scrollObject = textField; scrollIncrement = -1 * SCROLL_MINIMUM; } else { textField._y = -1 * SCROLL_MAXIMUM; cursorMovement._y = (-1 * SCROLL_MAXIMUM) + CURSOR_DIFFERENCE; scrollObject = cursorMovement; scrollIncrement = SCROLL_MINIMUM; } index = 0; _root.stop(); _visible = true; cursorMovement.gotoAndStop("startMovement"); _root.resumeSound("cursor"); _root.captionIntervalId = setInterval(captionScroll, (1000 / _root.FPS) / 1); return(undefined); } function getLines(getCaption) { var _local1 = new String(getCaption); captionLines = new Array(); captionLinesLengths = new Array(); var _local2; while (_local1.length != 0) { if (CHARACTER_LENGTH < _local1.length) { _local2 = CHARACTER_LENGTH - 1; while (_local1.charAt(_local2) != " ") { _local2--; } } else { _local2 = _local1.length; } captionLines.push(_local1.substr(0, _local2)); var _local4 = LINE_LENGTH; var _local3 = 0; while (_local3 < _local2) { if (_local1.charAt(_local3) == " ") { _local4 = _local4 + 1; } _local3++; } captionLinesLengths.push(_local4); _local1 = _local1.substring(_local2 + 1, _local1.length); } return(undefined); } function captionScroll() { if (index < captionLines[currentLine].length) { textField.text = textField.text + captionLines[currentLine].charAt(index); } cursorMovement.gotoAndStop(Math.round((index / captionLinesLengths[currentLine]) * 100)); if (index < (captionLines[currentLine].length - 1)) { index++; } else if (currentLine < (captionLines.length - 1)) { currentLine++; index = 0; textField.text = textField.text + newline; cursorMovement.gotoAndStop("startMovement"); scrollObject._y = scrollObject._y + scrollIncrement; } else { _root.pauseSound("cursor"); cursorMovement.gotoAndPlay("blinking"); scrollObject._y = scrollObject._y + scrollIncrement; clearInterval(_root.captionIntervalId); } return(undefined); } function createSoundCaption(soundName, fileName) { _root.createSound(soundName, fileName, false); eval (("_root." + soundName) + _root.SOUND).onSoundComplete = function () { _visible = true; setCaption("Translating. . .", true); }; return(undefined); } function startSoundCaption(soundName) { _visible = false; _root.resumeSound(soundName); _root.stop(); return(undefined); } _visible = false; var CHARACTER_LENGTH = 45; var LINE_LENGTH = 38; var SCROLL_MINIMUM = 30; var SCROLL_MAXIMUM = 450; var CURSOR_DIFFERENCE = 10; var captionLines; var captionLinesLengths; var currentLine; var scrollObject; var scrollIncrement; var index;
Symbol 32 MovieClip Frame 2
stop();
Symbol 319 MovieClip Frame 134
stop();
Symbol 322 Button
on (rollOver) { _root.startSound("mainMenuSelect"); play(); } on (rollOut) { _root.pauseSound("mainMenuSelect"); gotoAndPlay ("rollOut"); } on (press) { _root.pauseSound("mainMenuSelect"); _root.gotoAndPlay(goToFrame); }
Symbol 381 MovieClip Frame 1
function setGoToFrame(getGoToFrame) { goToFrame = getGoToFrame; } var goToFrame = "1";
Symbol 381 MovieClip Frame 2
stop();
Symbol 381 MovieClip Frame 31
stop();
Symbol 381 MovieClip Frame 37
gotoAndPlay ("rollOver");
Symbol 382 Button
on (rollOver) { movieDescription._visible = true; } on (rollOut) { movieDescription._visible = false; }
Symbol 485 MovieClip Frame 2
playButton.setGoToFrame("samusAranNormal"); samusAranNormalButton.setGoToFrame("samusAranNormal"); samusAranKiddyButton.setGoToFrame("samusAranKiddy"); creditsButton.setGoToFrame("credits"); movieDescription._visible = false; stop();
Symbol 655 MovieClip Frame 3
stop();
Symbol 656 MovieClip Frame 3
stop();
Symbol 664 MovieClip Frame 1
function refreshTimer() { hundredths = hundredths - Math.round((getTimer() - currentTime) / 10); while (hundredths < 0) { hundredths = hundredths + 60; seconds--; } while (seconds < 0) { seconds = seconds + 60; minutes--; } updateText(); return(undefined); } function updateText() { timer.text = ""; if (minutes < 10) { timer.text = timer.text + "0"; } timer.text = timer.text + minutes; timer.text = timer.text + "'"; if (seconds < 10) { timer.text = timer.text + "0"; } timer.text = timer.text + seconds; timer.text = timer.text + "\""; if (hundredths < 10) { timer.text = timer.text + "0"; } timer.text = timer.text + hundredths; currentTime = getTimer(); if (minutes < 0) { timer.text = "00'00\"00"; gotoAndPlay ("bombExplode"); } return(undefined); } var currentTime = getTimer(); var timeElapsed; var minutes = 1; var seconds = 0; var hundredths = 0;
Symbol 664 MovieClip Frame 2
refreshTimer();
Symbol 664 MovieClip Frame 3
refreshTimer();
Symbol 664 MovieClip Frame 4
refreshTimer();
Symbol 664 MovieClip Frame 5
refreshTimer();
Symbol 664 MovieClip Frame 6
refreshTimer();
Symbol 664 MovieClip Frame 7
refreshTimer();
Symbol 664 MovieClip Frame 8
refreshTimer();
Symbol 664 MovieClip Frame 9
refreshTimer();
Symbol 664 MovieClip Frame 10
refreshTimer();
Symbol 664 MovieClip Frame 11
refreshTimer();
Symbol 664 MovieClip Frame 12
refreshTimer();
Symbol 664 MovieClip Frame 13
refreshTimer();
Symbol 664 MovieClip Frame 14
refreshTimer();
Symbol 664 MovieClip Frame 15
refreshTimer();
Symbol 664 MovieClip Frame 16
refreshTimer();
Symbol 664 MovieClip Frame 17
refreshTimer();
Symbol 664 MovieClip Frame 18
refreshTimer();
Symbol 664 MovieClip Frame 19
refreshTimer();
Symbol 664 MovieClip Frame 20
refreshTimer();
Symbol 664 MovieClip Frame 21
refreshTimer();
Symbol 664 MovieClip Frame 22
refreshTimer();
Symbol 664 MovieClip Frame 23
refreshTimer();
Symbol 664 MovieClip Frame 24
refreshTimer();
Symbol 664 MovieClip Frame 25
refreshTimer();
Symbol 664 MovieClip Frame 26
refreshTimer();
Symbol 664 MovieClip Frame 27
refreshTimer();
Symbol 664 MovieClip Frame 28
refreshTimer();
Symbol 664 MovieClip Frame 29
refreshTimer();
Symbol 664 MovieClip Frame 30
refreshTimer();
Symbol 664 MovieClip Frame 31
refreshTimer();
Symbol 664 MovieClip Frame 32
gotoAndPlay ("flashing");
Symbol 664 MovieClip Frame 33
_root.pauseSound("timeBomb"); _root.caption.setCaption("Nothing, can escape. Not even you too.", true);
Symbol 664 MovieClip Frame 75
stop();
Symbol 769 MovieClip Frame 21
gotoAndPlay ("hovering");
Symbol 991 MovieClip Frame 16
_root.caption.startSoundCaption("motherBrainScream");
Symbol 991 MovieClip Frame 110
stop();
Symbol 1007 MovieClip Frame 31
stop();

Library Items

Symbol 1 ShapeTweeningUsed by:5
Symbol 2 FontUsed by:3
Symbol 3 EditableTextUses:2Used by:5
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:1 3 4Used by:Timeline
Symbol 6 FontUsed by:7 33 383 386 659 996 997 998 1000
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:8 9 10 11Used by:Timeline
Symbol 13 Sound [Introduction.wav]Used by:Timeline
Symbol 14 Sound [Time bomb.wav]Used by:Timeline
Symbol 15 Sound [Main menu select.wav]Used by:Timeline
Symbol 16 Sound [Cursor.wav]Used by:Timeline
Symbol 17 Sound [Mother Brain's brain weak hit.wav]Used by:Timeline
Symbol 18 Sound [Mother Brain's brain strong hit.wav]Used by:Timeline
Symbol 19 Sound [Mother Brain's body scream.wav]Used by:Timeline
Symbol 20 Sound [Mother Brain's body roar.wav]Used by:Timeline
Symbol 21 Sound [Metroid hatchling 1.wav]Used by:Timeline
Symbol 22 Sound [Metroid hatchling 2.wav]Used by:Timeline
Symbol 23 Sound [Metroid hatchling 3.wav]Used by:Timeline
Symbol 24 Sound [Samus Aran speed boosting.wav]Used by:Timeline
Symbol 25 Sound [Final Jeopardy.wav]Used by:Timeline
Symbol 26 FontUsed by:27 658 662 999 1008
Symbol 27 EditableTextUses:26Used by:32
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:30 322 382
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClipUses:28 30Used by:32
Symbol 32 MovieClipUses:27 31Used by:Timeline
Symbol 33 EditableTextUses:6Used by:Timeline
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:50
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:50
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:50
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:50
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:50
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:50
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:50
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:50
Symbol 50 MovieClipUses:35 37 39 41 43 45 47 49Used by:Timeline
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:319
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:319
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:319
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:319
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:319
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:319
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:319
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:319
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:319
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:319
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:319
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:319
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:319
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:319
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:319
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:319
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:319
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:319
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:319
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:319
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:319
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:319
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:319
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:319
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:319
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:319
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:319
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:319
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:319
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:319
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:319
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:319
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:319
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:319
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:319
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:319
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:319
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:319
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:319
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:319
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:319
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:319
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:319
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:319
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:319
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:319
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:319
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:319
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:319
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:319
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:319
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:319
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:319
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:319
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:319
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:319
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:319
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:319
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:319
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:319
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:319
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:319
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:319
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:319
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:319
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:319
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:319
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:319
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:319
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:319
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:319
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:319
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:319
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:319
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:319
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:319
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:319
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:319
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:319
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:319
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:319
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:319
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:319
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:319
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:319
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:319
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:319
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:319
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:319
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:319
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:319
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:319
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:319
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:319
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:319
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:319
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:319
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:319
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:319
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:319
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:319
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:319
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:319
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:319
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:319
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:319
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:319
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:319
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:319
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:319
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:319
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:319
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:319
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:319
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:319
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:319
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:319
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:319
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:319
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:319
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:319
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:319
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:319
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:319
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:319
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:319
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:319
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:319
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:319
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:319
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:319
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:319
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:319
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:319  Timeline
Symbol 319 MovieClipUses:52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 138 140 142 144 146 148 150 152 154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186 188 190 192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238 240 242 244 246 248 250 252 254 256 258 260 262 264 266 268 270 272 274 276 278 280 282 284 286 288 290 292 294 296 298 300 302 304 306 308 310 312 314 316 318Used by:Timeline
Symbol 320 BitmapUsed by:321 1012 1019
Symbol 321 GraphicUses:320Used by:381
Symbol 322 ButtonUses:29Used by:381
Symbol 323 BitmapUsed by:324 1014 1017 1021 1025
Symbol 324 GraphicUses:323Used by:381
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:381
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:381
Symbol 329 BitmapUsed by:330
Symbol 330 GraphicUses:329Used by:381
Symbol 331 BitmapUsed by:332 1015 1023
Symbol 332 GraphicUses:331Used by:381
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:381
Symbol 335 BitmapUsed by:336
Symbol 336 GraphicUses:335Used by:381
Symbol 337 BitmapUsed by:338
Symbol 338 GraphicUses:337Used by:381
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:381
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:381
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:381
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:381
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:381
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:381
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:381
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:381
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:381
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:381
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:381
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:381
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:381
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:381
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:381
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:381
Symbol 371 BitmapUsed by:372
Symbol 372 GraphicUses:371Used by:381
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:381
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:381
Symbol 377 BitmapUsed by:378
Symbol 378 GraphicUses:377Used by:381
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:379Used by:381
Symbol 381 MovieClipUses:321 322 324 326 328 330 332 334 336 338 340 342 344 346 348 350 352 354 356 358 360 362 364 366 368 370 372 374 376 378 380Used by:485
Symbol 382 ButtonUses:29Used by:485
Symbol 383 TextUses:6Used by:485
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:481  Timeline
Symbol 386 TextUses:6Used by:481
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:387Used by:481  Timeline
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:481
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:481
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:481
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:481
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:437
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:437
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:437
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:437
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:437
Symbol 407 BitmapUsed by:408
Symbol 408 GraphicUses:407Used by:437
Symbol 409 BitmapUsed by:410
Symbol 410 GraphicUses:409Used by:437
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:437
Symbol 413 BitmapUsed by:414
Symbol 414 GraphicUses:413Used by:437
Symbol 415 BitmapUsed by:416
Symbol 416 GraphicUses:415Used by:437
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:437
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:437
Symbol 421 BitmapUsed by:422
Symbol 422 GraphicUses:421Used by:437
Symbol 423 BitmapUsed by:424
Symbol 424 GraphicUses:423Used by:437
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:437
Symbol 427 BitmapUsed by:428
Symbol 428 GraphicUses:427Used by:437
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:437
Symbol 431 BitmapUsed by:432
Symbol 432 GraphicUses:431Used by:437
Symbol 433 BitmapUsed by:434
Symbol 434 GraphicUses:433Used by:437
Symbol 435 BitmapUsed by:436
Symbol 436 GraphicUses:435Used by:437
Symbol 437 MovieClipUses:398 400 402 404 406 408 410 412 414 416 418 420 422 424 426 428 430 432 434 436Used by:481  Timeline
Symbol 438 BitmapUsed by:439
Symbol 439 GraphicUses:438Used by:478
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:478
Symbol 442 BitmapUsed by:443
Symbol 443 GraphicUses:442Used by:478
Symbol 444 BitmapUsed by:445
Symbol 445 GraphicUses:444Used by:478
Symbol 446 BitmapUsed by:447
Symbol 447 GraphicUses:446Used by:478
Symbol 448 BitmapUsed by:449
Symbol 449 GraphicUses:448Used by:478
Symbol 450 BitmapUsed by:451
Symbol 451 GraphicUses:450Used by:478
Symbol 452 BitmapUsed by:453
Symbol 453 GraphicUses:452Used by:478
Symbol 454 BitmapUsed by:455
Symbol 455 GraphicUses:454Used by:478
Symbol 456 BitmapUsed by:457
Symbol 457 GraphicUses:456Used by:478
Symbol 458 BitmapUsed by:459
Symbol 459 GraphicUses:458Used by:478
Symbol 460 BitmapUsed by:461
Symbol 461 GraphicUses:460Used by:478
Symbol 462 BitmapUsed by:463
Symbol 463 GraphicUses:462Used by:478
Symbol 464 BitmapUsed by:465
Symbol 465 GraphicUses:464Used by:478
Symbol 466 BitmapUsed by:467
Symbol 467 GraphicUses:466Used by:478
Symbol 468 BitmapUsed by:469
Symbol 469 GraphicUses:468Used by:478
Symbol 470 BitmapUsed by:471
Symbol 471 GraphicUses:470Used by:478
Symbol 472 BitmapUsed by:473
Symbol 473 GraphicUses:472Used by:478
Symbol 474 BitmapUsed by:475
Symbol 475 GraphicUses:474Used by:478
Symbol 476 BitmapUsed by:477
Symbol 477 GraphicUses:476Used by:478
Symbol 478 MovieClipUses:439 441 443 445 447 449 451 453 455 457 459 461 463 465 467 469 471 473 475 477Used by:481  Timeline
Symbol 479 BitmapUsed by:480
Symbol 480 GraphicUses:479Used by:481
Symbol 481 MovieClipUses:385 386 388 390 392 394 396 437 478 480Used by:485
Symbol 482 BitmapUsed by:483
Symbol 483 GraphicUses:482Used by:485
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClipUses:381 382 383 481 483 484Used by:Timeline
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:502
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:502
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:502
Symbol 492 BitmapUsed by:493
Symbol 493 GraphicUses:492Used by:502
Symbol 494 BitmapUsed by:495
Symbol 495 GraphicUses:494Used by:502
Symbol 496 BitmapUsed by:497
Symbol 497 GraphicUses:496Used by:502
Symbol 498 BitmapUsed by:499
Symbol 499 GraphicUses:498Used by:502
Symbol 500 BitmapUsed by:501
Symbol 501 GraphicUses:500Used by:502
Symbol 502 MovieClipUses:487 489 491 493 495 497 499 501Used by:Timeline
Symbol 503 BitmapUsed by:504
Symbol 504 GraphicUses:503Used by:583
Symbol 505 BitmapUsed by:506
Symbol 506 GraphicUses:505Used by:583
Symbol 507 BitmapUsed by:508
Symbol 508 GraphicUses:507Used by:583
Symbol 509 BitmapUsed by:510
Symbol 510 GraphicUses:509Used by:583
Symbol 511 BitmapUsed by:512
Symbol 512 GraphicUses:511Used by:583
Symbol 513 BitmapUsed by:514
Symbol 514 GraphicUses:513Used by:583
Symbol 515 BitmapUsed by:516
Symbol 516 GraphicUses:515Used by:583
Symbol 517 BitmapUsed by:518
Symbol 518 GraphicUses:517Used by:583
Symbol 519 BitmapUsed by:520
Symbol 520 GraphicUses:519Used by:583
Symbol 521 BitmapUsed by:522
Symbol 522 GraphicUses:521Used by:583
Symbol 523 BitmapUsed by:524
Symbol 524 GraphicUses:523Used by:583
Symbol 525 BitmapUsed by:526
Symbol 526 GraphicUses:525Used by:583
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:583
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:583
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:583
Symbol 533 BitmapUsed by:534
Symbol 534 GraphicUses:533Used by:583
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:583
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:583
Symbol 539 BitmapUsed by:540
Symbol 540 GraphicUses:539Used by:583
Symbol 541 BitmapUsed by:542
Symbol 542 GraphicUses:541Used by:583
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:583
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:583
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:583
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:583
Symbol 551 BitmapUsed by:552
Symbol 552 GraphicUses:551Used by:583
Symbol 553 BitmapUsed by:554
Symbol 554 GraphicUses:553Used by:583
Symbol 555 BitmapUsed by:556
Symbol 556 GraphicUses:555Used by:583
Symbol 557 BitmapUsed by:558
Symbol 558 GraphicUses:557Used by:583
Symbol 559 BitmapUsed by:560
Symbol 560 GraphicUses:559Used by:583
Symbol 561 BitmapUsed by:562
Symbol 562 GraphicUses:561Used by:583
Symbol 563 BitmapUsed by:564
Symbol 564 GraphicUses:563Used by:583
Symbol 565 BitmapUsed by:566
Symbol 566 GraphicUses:565Used by:583
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:583
Symbol 569 BitmapUsed by:570
Symbol 570 GraphicUses:569Used by:583
Symbol 571 BitmapUsed by:572
Symbol 572 GraphicUses:571Used by:583
Symbol 573 BitmapUsed by:574
Symbol 574 GraphicUses:573Used by:583
Symbol 575 BitmapUsed by:576
Symbol 576 GraphicUses:575Used by:583
Symbol 577 BitmapUsed by:578
Symbol 578 GraphicUses:577Used by:583
Symbol 579 BitmapUsed by:580
Symbol 580 GraphicUses:579Used by:583
Symbol 581 BitmapUsed by:582
Symbol 582 GraphicUses:581Used by:583
Symbol 583 MovieClipUses:504 506 508 510 512 514 516 518 520 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576 578 580 582Used by:Timeline
Symbol 584 BitmapUsed by:585
Symbol 585 GraphicUses:584Used by:648
Symbol 586 BitmapUsed by:587
Symbol 587 GraphicUses:586Used by:648
Symbol 588 BitmapUsed by:589
Symbol 589 GraphicUses:588Used by:648
Symbol 590 BitmapUsed by:591
Symbol 591 GraphicUses:590Used by:648
Symbol 592 BitmapUsed by:593
Symbol 593 GraphicUses:592Used by:648
Symbol 594 BitmapUsed by:595
Symbol 595 GraphicUses:594Used by:648
Symbol 596 BitmapUsed by:597
Symbol 597 GraphicUses:596Used by:648
Symbol 598 BitmapUsed by:599
Symbol 599 GraphicUses:598Used by:648
Symbol 600 BitmapUsed by:601
Symbol 601 GraphicUses:600Used by:648
Symbol 602 BitmapUsed by:603
Symbol 603 GraphicUses:602Used by:648
Symbol 604 BitmapUsed by:605
Symbol 605 GraphicUses:604Used by:648
Symbol 606 BitmapUsed by:607
Symbol 607 GraphicUses:606Used by:648
Symbol 608 BitmapUsed by:609
Symbol 609 GraphicUses:608Used by:648
Symbol 610 BitmapUsed by:611
Symbol 611 GraphicUses:610Used by:648
Symbol 612 BitmapUsed by:613
Symbol 613 GraphicUses:612Used by:648
Symbol 614 BitmapUsed by:615
Symbol 615 GraphicUses:614Used by:648
Symbol 616 BitmapUsed by:617
Symbol 617 GraphicUses:616Used by:648
Symbol 618 BitmapUsed by:619
Symbol 619 GraphicUses:618Used by:648
Symbol 620 BitmapUsed by:621
Symbol 621 GraphicUses:620Used by:648
Symbol 622 BitmapUsed by:623
Symbol 623 GraphicUses:622Used by:648
Symbol 624 BitmapUsed by:625
Symbol 625 GraphicUses:624Used by:648
Symbol 626 BitmapUsed by:627
Symbol 627 GraphicUses:626Used by:648
Symbol 628 BitmapUsed by:629
Symbol 629 GraphicUses:628Used by:648
Symbol 630 BitmapUsed by:631
Symbol 631 GraphicUses:630Used by:648
Symbol 632 BitmapUsed by:633
Symbol 633 GraphicUses:632Used by:648
Symbol 634 BitmapUsed by:635
Symbol 635 GraphicUses:634Used by:648
Symbol 636 BitmapUsed by:637
Symbol 637 GraphicUses:636Used by:648
Symbol 638 BitmapUsed by:639
Symbol 639 GraphicUses:638Used by:648
Symbol 640 BitmapUsed by:641
Symbol 641 GraphicUses:640Used by:648
Symbol 642 BitmapUsed by:643
Symbol 643 GraphicUses:642Used by:648
Symbol 644 BitmapUsed by:645
Symbol 645 GraphicUses:644Used by:648
Symbol 646 BitmapUsed by:647
Symbol 647 GraphicUses:646Used by:648
Symbol 648 MovieClipUses:585 587 589 591 593 595 597 599 601 603 605 607 609 611 613 615 617 619 621 623 625 627 629 631 633 635 637 639 641 643 645 647Used by:770  Timeline
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:655 656
Symbol 651 BitmapUsed by:652
Symbol 652 GraphicUses:651Used by:655 656
Symbol 653 BitmapUsed by:654
Symbol 654 GraphicUses:653Used by:655 656
Symbol 655 MovieClipUses:650 652 654Used by:Timeline
Symbol 656 MovieClipUses:654 652 650Used by:Timeline
Symbol 657 GraphicUsed by:664
Symbol 658 TextUses:26Used by:664
Symbol 659 EditableTextUses:6Used by:664
Symbol 660 BitmapUsed by:661 1015
Symbol 661 GraphicUses:660Used by:664
Symbol 662 TextUses:26Used by:664
Symbol 663 SoundUsed by:664
Symbol 664 MovieClipUses:657 658 659 661 662 663Used by:Timeline
Symbol 665 BitmapUsed by:666
Symbol 666 GraphicUses:665Used by:Timeline
Symbol 667 BitmapUsed by:668
Symbol 668 GraphicUses:667Used by:769
Symbol 669 BitmapUsed by:670
Symbol 670 GraphicUses:669Used by:769
Symbol 671 BitmapUsed by:672
Symbol 672 GraphicUses:671Used by:769
Symbol 673 BitmapUsed by:674
Symbol 674 GraphicUses:673Used by:769
Symbol 675 BitmapUsed by:676
Symbol 676 GraphicUses:675Used by:769
Symbol 677 BitmapUsed by:678
Symbol 678 GraphicUses:677Used by:769
Symbol 679 BitmapUsed by:680
Symbol 680 GraphicUses:679Used by:769
Symbol 681 BitmapUsed by:682
Symbol 682 GraphicUses:681Used by:769
Symbol 683 BitmapUsed by:684
Symbol 684 GraphicUses:683Used by:769
Symbol 685 BitmapUsed by:686
Symbol 686 GraphicUses:685Used by:769
Symbol 687 BitmapUsed by:688
Symbol 688 GraphicUses:687Used by:769
Symbol 689 BitmapUsed by:690
Symbol 690 GraphicUses:689Used by:769
Symbol 691 BitmapUsed by:692
Symbol 692 GraphicUses:691Used by:769
Symbol 693 BitmapUsed by:694
Symbol 694 GraphicUses:693Used by:769
Symbol 695 BitmapUsed by:696
Symbol 696 GraphicUses:695Used by:769
Symbol 697 BitmapUsed by:698
Symbol 698 GraphicUses:697Used by:769
Symbol 699 BitmapUsed by:700
Symbol 700 GraphicUses:699Used by:769
Symbol 701 BitmapUsed by:702
Symbol 702 GraphicUses:701Used by:769
Symbol 703 BitmapUsed by:704
Symbol 704 GraphicUses:703Used by:769
Symbol 705 BitmapUsed by:706
Symbol 706 GraphicUses:705Used by:769
Symbol 707 BitmapUsed by:708
Symbol 708 GraphicUses:707Used by:769
Symbol 709 BitmapUsed by:710
Symbol 710 GraphicUses:709Used by:769
Symbol 711 BitmapUsed by:712
Symbol 712 GraphicUses:711Used by:769
Symbol 713 BitmapUsed by:714
Symbol 714 GraphicUses:713Used by:769
Symbol 715 BitmapUsed by:716
Symbol 716 GraphicUses:715Used by:769
Symbol 717 BitmapUsed by:718
Symbol 718 GraphicUses:717Used by:769
Symbol 719 BitmapUsed by:720
Symbol 720 GraphicUses:719Used by:769
Symbol 721 BitmapUsed by:722
Symbol 722 GraphicUses:721Used by:769
Symbol 723 BitmapUsed by:724
Symbol 724 GraphicUses:723Used by:769
Symbol 725 BitmapUsed by:726
Symbol 726 GraphicUses:725Used by:769
Symbol 727 BitmapUsed by:728
Symbol 728 GraphicUses:727Used by:769
Symbol 729 BitmapUsed by:730
Symbol 730 GraphicUses:729Used by:769
Symbol 731 BitmapUsed by:732
Symbol 732 GraphicUses:731Used by:769
Symbol 733 BitmapUsed by:734
Symbol 734 GraphicUses:733Used by:769
Symbol 735 BitmapUsed by:736
Symbol 736 GraphicUses:735Used by:769
Symbol 737 BitmapUsed by:738
Symbol 738 GraphicUses:737Used by:769
Symbol 739 BitmapUsed by:740
Symbol 740 GraphicUses:739Used by:769
Symbol 741 BitmapUsed by:742
Symbol 742 GraphicUses:741Used by:769
Symbol 743 BitmapUsed by:744
Symbol 744 GraphicUses:743Used by:769
Symbol 745 BitmapUsed by:746
Symbol 746 GraphicUses:745Used by:769
Symbol 747 BitmapUsed by:748
Symbol 748 GraphicUses:747Used by:769
Symbol 749 BitmapUsed by:750
Symbol 750 GraphicUses:749Used by:769
Symbol 751 BitmapUsed by:752
Symbol 752 GraphicUses:751Used by:769
Symbol 753 BitmapUsed by:754
Symbol 754 GraphicUses:753Used by:769
Symbol 755 BitmapUsed by:756
Symbol 756 GraphicUses:755Used by:769
Symbol 757 BitmapUsed by:758
Symbol 758 GraphicUses:757Used by:769
Symbol 759 BitmapUsed by:760
Symbol 760 GraphicUses:759Used by:769
Symbol 761 BitmapUsed by:762
Symbol 762 GraphicUses:761Used by:769
Symbol 763 BitmapUsed by:764
Symbol 764 GraphicUses:763Used by:769
Symbol 765 BitmapUsed by:766
Symbol 766 GraphicUses:765Used by:769
Symbol 767 BitmapUsed by:768
Symbol 768 GraphicUses:767Used by:769
Symbol 769 MovieClipUses:668 670 672 674 676 678 680 682 684 686 688 690 692 694 696 698 700 702 704 706 708 710 712 714 716 718 720 722 724 726 728 730 732 734 736 738 740 742 744 746 748 750 752 754 756 758 760 762 764 766 768Used by:Timeline
Symbol 770 MovieClipUses:648Used by:Timeline
Symbol 771 BitmapUsed by:772
Symbol 772 GraphicUses:771Used by:991
Symbol 773 BitmapUsed by:774
Symbol 774 GraphicUses:773Used by:991
Symbol 775 BitmapUsed by:776
Symbol 776 GraphicUses:775Used by:991
Symbol 777 BitmapUsed by:778
Symbol 778 GraphicUses:777Used by:991
Symbol 779 BitmapUsed by:780
Symbol 780 GraphicUses:779Used by:991
Symbol 781 BitmapUsed by:782
Symbol 782 GraphicUses:781Used by:991
Symbol 783 BitmapUsed by:784
Symbol 784 GraphicUses:783Used by:991
Symbol 785 BitmapUsed by:786
Symbol 786 GraphicUses:785Used by:991
Symbol 787 BitmapUsed by:788
Symbol 788 GraphicUses:787Used by:991
Symbol 789 BitmapUsed by:790
Symbol 790 GraphicUses:789Used by:991
Symbol 791 BitmapUsed by:792
Symbol 792 GraphicUses:791Used by:991
Symbol 793 BitmapUsed by:794
Symbol 794 GraphicUses:793Used by:991
Symbol 795 BitmapUsed by:796
Symbol 796 GraphicUses:795Used by:991
Symbol 797 BitmapUsed by:798
Symbol 798 GraphicUses:797Used by:991
Symbol 799 BitmapUsed by:800
Symbol 800 GraphicUses:799Used by:991
Symbol 801 BitmapUsed by:802
Symbol 802 GraphicUses:801Used by:991
Symbol 803 BitmapUsed by:804
Symbol 804 GraphicUses:803Used by:991
Symbol 805 BitmapUsed by:806
Symbol 806 GraphicUses:805Used by:991
Symbol 807 BitmapUsed by:808
Symbol 808 GraphicUses:807Used by:991
Symbol 809 BitmapUsed by:810
Symbol 810 GraphicUses:809Used by:991
Symbol 811 BitmapUsed by:812
Symbol 812 GraphicUses:811Used by:991
Symbol 813 BitmapUsed by:814
Symbol 814 GraphicUses:813Used by:991
Symbol 815 BitmapUsed by:816
Symbol 816 GraphicUses:815Used by:991
Symbol 817 BitmapUsed by:818
Symbol 818 GraphicUses:817Used by:991
Symbol 819 BitmapUsed by:820
Symbol 820 GraphicUses:819Used by:991
Symbol 821 BitmapUsed by:822
Symbol 822 GraphicUses:821Used by:991
Symbol 823 BitmapUsed by:824
Symbol 824 GraphicUses:823Used by:991
Symbol 825 BitmapUsed by:826
Symbol 826 GraphicUses:825Used by:991
Symbol 827 BitmapUsed by:828
Symbol 828 GraphicUses:827Used by:991
Symbol 829 BitmapUsed by:830
Symbol 830 GraphicUses:829Used by:991
Symbol 831 BitmapUsed by:832
Symbol 832 GraphicUses:831Used by:991
Symbol 833 BitmapUsed by:834
Symbol 834 GraphicUses:833Used by:991
Symbol 835 BitmapUsed by:836
Symbol 836 GraphicUses:835Used by:991
Symbol 837 BitmapUsed by:838
Symbol 838 GraphicUses:837Used by:991
Symbol 839 BitmapUsed by:840
Symbol 840 GraphicUses:839Used by:991
Symbol 841 BitmapUsed by:842
Symbol 842 GraphicUses:841Used by:991
Symbol 843 BitmapUsed by:844
Symbol 844 GraphicUses:843Used by:991
Symbol 845 BitmapUsed by:846
Symbol 846 GraphicUses:845Used by:991
Symbol 847 BitmapUsed by:848
Symbol 848 GraphicUses:847Used by:991
Symbol 849 BitmapUsed by:850
Symbol 850 GraphicUses:849Used by:991
Symbol 851 BitmapUsed by:852
Symbol 852 GraphicUses:851Used by:991
Symbol 853 BitmapUsed by:854
Symbol 854 GraphicUses:853Used by:991
Symbol 855 BitmapUsed by:856
Symbol 856 GraphicUses:855Used by:991
Symbol 857 BitmapUsed by:858
Symbol 858 GraphicUses:857Used by:991
Symbol 859 BitmapUsed by:860
Symbol 860 GraphicUses:859Used by:991
Symbol 861 BitmapUsed by:862
Symbol 862 GraphicUses:861Used by:991
Symbol 863 BitmapUsed by:864
Symbol 864 GraphicUses:863Used by:991
Symbol 865 BitmapUsed by:866
Symbol 866 GraphicUses:865Used by:991
Symbol 867 BitmapUsed by:868
Symbol 868 GraphicUses:867Used by:991
Symbol 869 BitmapUsed by:870
Symbol 870 GraphicUses:869Used by:991
Symbol 871 BitmapUsed by:872
Symbol 872 GraphicUses:871Used by:991
Symbol 873 BitmapUsed by:874
Symbol 874 GraphicUses:873Used by:991
Symbol 875 BitmapUsed by:876
Symbol 876 GraphicUses:875Used by:991
Symbol 877 BitmapUsed by:878
Symbol 878 GraphicUses:877Used by:991
Symbol 879 BitmapUsed by:880
Symbol 880 GraphicUses:879Used by:991
Symbol 881 BitmapUsed by:882
Symbol 882 GraphicUses:881Used by:991
Symbol 883 BitmapUsed by:884
Symbol 884 GraphicUses:883Used by:991
Symbol 885 BitmapUsed by:886
Symbol 886 GraphicUses:885Used by:991
Symbol 887 BitmapUsed by:888
Symbol 888 GraphicUses:887Used by:991
Symbol 889 BitmapUsed by:890
Symbol 890 GraphicUses:889Used by:991
Symbol 891 BitmapUsed by:892
Symbol 892 GraphicUses:891Used by:991
Symbol 893 BitmapUsed by:894
Symbol 894 GraphicUses:893Used by:991
Symbol 895 BitmapUsed by:896
Symbol 896 GraphicUses:895Used by:991
Symbol 897 BitmapUsed by:898
Symbol 898 GraphicUses:897Used by:991
Symbol 899 BitmapUsed by:900
Symbol 900 GraphicUses:899Used by:991
Symbol 901 BitmapUsed by:902
Symbol 902 GraphicUses:901Used by:991
Symbol 903 BitmapUsed by:904
Symbol 904 GraphicUses:903Used by:991
Symbol 905 BitmapUsed by:906
Symbol 906 GraphicUses:905Used by:991
Symbol 907 BitmapUsed by:908
Symbol 908 GraphicUses:907Used by:991
Symbol 909 BitmapUsed by:910
Symbol 910 GraphicUses:909Used by:991
Symbol 911 BitmapUsed by:912
Symbol 912 GraphicUses:911Used by:991
Symbol 913 BitmapUsed by:914
Symbol 914 GraphicUses:913Used by:991
Symbol 915 BitmapUsed by:916
Symbol 916 GraphicUses:915Used by:991
Symbol 917 BitmapUsed by:918
Symbol 918 GraphicUses:917Used by:991
Symbol 919 BitmapUsed by:920
Symbol 920 GraphicUses:919Used by:991
Symbol 921 BitmapUsed by:922
Symbol 922 GraphicUses:921Used by:991
Symbol 923 BitmapUsed by:924
Symbol 924 GraphicUses:923Used by:991
Symbol 925 BitmapUsed by:926
Symbol 926 GraphicUses:925Used by:991
Symbol 927 BitmapUsed by:928
Symbol 928 GraphicUses:927Used by:991
Symbol 929 BitmapUsed by:930
Symbol 930 GraphicUses:929Used by:991
Symbol 931 BitmapUsed by:932
Symbol 932 GraphicUses:931Used by:991
Symbol 933 BitmapUsed by:934
Symbol 934 GraphicUses:933Used by:991
Symbol 935 BitmapUsed by:936
Symbol 936 GraphicUses:935Used by:991
Symbol 937 BitmapUsed by:938
Symbol 938 GraphicUses:937Used by:991
Symbol 939 BitmapUsed by:940
Symbol 940 GraphicUses:939Used by:991
Symbol 941 BitmapUsed by:942
Symbol 942 GraphicUses:941Used by:991
Symbol 943 BitmapUsed by:944
Symbol 944 GraphicUses:943Used by:991
Symbol 945 BitmapUsed by:946
Symbol 946 GraphicUses:945Used by:991
Symbol 947 BitmapUsed by:948
Symbol 948 GraphicUses:947Used by:991
Symbol 949 BitmapUsed by:950
Symbol 950 GraphicUses:949Used by:991
Symbol 951 BitmapUsed by:952
Symbol 952 GraphicUses:951Used by:991
Symbol 953 BitmapUsed by:954
Symbol 954 GraphicUses:953Used by:991
Symbol 955 BitmapUsed by:956
Symbol 956 GraphicUses:955Used by:991
Symbol 957 BitmapUsed by:958
Symbol 958 GraphicUses:957Used by:991
Symbol 959 BitmapUsed by:960
Symbol 960 GraphicUses:959Used by:991
Symbol 961 BitmapUsed by:962
Symbol 962 GraphicUses:961Used by:991
Symbol 963 BitmapUsed by:964
Symbol 964 GraphicUses:963Used by:991
Symbol 965 BitmapUsed by:966
Symbol 966 GraphicUses:965Used by:991
Symbol 967 BitmapUsed by:968
Symbol 968 GraphicUses:967Used by:991
Symbol 969 BitmapUsed by:970
Symbol 970 GraphicUses:969Used by:991
Symbol 971 BitmapUsed by:972
Symbol 972 GraphicUses:971Used by:991
Symbol 973 BitmapUsed by:974
Symbol 974 GraphicUses:973Used by:991
Symbol 975 BitmapUsed by:976
Symbol 976 GraphicUses:975Used by:991
Symbol 977 BitmapUsed by:978
Symbol 978 GraphicUses:977Used by:991
Symbol 979 BitmapUsed by:980
Symbol 980 GraphicUses:979Used by:991
Symbol 981 BitmapUsed by:982
Symbol 982 GraphicUses:981Used by:991
Symbol 983 BitmapUsed by:984
Symbol 984 GraphicUses:983Used by:991
Symbol 985 BitmapUsed by:986
Symbol 986 GraphicUses:985Used by:991
Symbol 987 BitmapUsed by:988
Symbol 988 GraphicUses:987Used by:991
Symbol 989 BitmapUsed by:990
Symbol 990 GraphicUses:989Used by:991
Symbol 991 MovieClipUses:772 774 776 778 780 782 784 786 788 790 792 794 796 798 800 802 804 806 808 810 812 814 816 818 820 822 824 826 828 830 832 834 836 838 840 842 844 846 848 850 852 854 856 858 860 862 864 866 868 870 872 874 876 878 880 882 884 886 888 890 892 894 896 898 900 902 904 906 908 910 912 914 916 918 920 922 924 926 928 930 932 934 936 938 940 942 944 946 948 950 952 954 956 958 960 962 964 966 968 970 972 974 976 978 980 982 984 986 988 990Used by:Timeline
Symbol 992 BitmapUsed by:993
Symbol 993 GraphicUses:992Used by:Timeline
Symbol 994 BitmapUsed by:995
Symbol 995 GraphicUses:994Used by:Timeline
Symbol 996 EditableTextUses:6Used by:Timeline
Symbol 997 EditableTextUses:6Used by:Timeline
Symbol 998 EditableTextUses:6Used by:Timeline
Symbol 999 EditableTextUses:26Used by:Timeline
Symbol 1000 EditableTextUses:6Used by:Timeline
Symbol 1001 BitmapUsed by:1002
Symbol 1002 GraphicUses:1001Used by:1007
Symbol 1003 BitmapUsed by:1004
Symbol 1004 GraphicUses:1003Used by:1007
Symbol 1005 BitmapUsed by:1006
Symbol 1006 GraphicUses:1005Used by:1007
Symbol 1007 MovieClipUses:1002 1004 1006Used by:Timeline
Symbol 1008 EditableTextUses:26Used by:Timeline
Symbol 1009 BitmapUsed by:1010 1012
Symbol 1010 GraphicUses:1009Used by:Timeline
Symbol 1011 SoundUsed by:Timeline
Symbol 1012 GraphicUses:320 1009Used by:1026
Symbol 1013 BitmapUsed by:1014
Symbol 1014 GraphicUses:323 1013Used by:1026
Symbol 1015 GraphicUses:331 660Used by:1026
Symbol 1016 BitmapUsed by:1017
Symbol 1017 GraphicUses:323 1016Used by:1026
Symbol 1018 BitmapUsed by:1019
Symbol 1019 GraphicUses:320 1018Used by:1026
Symbol 1020 BitmapUsed by:1021
Symbol 1021 GraphicUses:323 1020Used by:1026
Symbol 1022 BitmapUsed by:1023
Symbol 1023 GraphicUses:331 1022Used by:1026
Symbol 1024 BitmapUsed by:1025
Symbol 1025 GraphicUses:323 1024Used by:1026
Symbol 1026 MovieClipUses:1012 1014 1015 1017 1019 1021 1023 1025Used by:Timeline
Symbol 1027 SoundUsed by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"percentBar"Frame 1Symbol 5 MovieClip
"caption"Frame 18Symbol 32 MovieClip
"textField"Frame 21Symbol 33 EditableText
"caption"Frame 2257Symbol 32 MovieClip
"shot"Frame 2264Symbol 648 MovieClip
"samusAranTurningRight"Frame 2266Symbol 655 MovieClip
"metroidHatchling"Frame 2285Symbol 769 MovieClip
"metroidHatchling"Frame 2320Symbol 769 MovieClip
"textField"Frame 2567Symbol 996 EditableText
"textField"Frame 2688Symbol 998 EditableText
"description"Frame 2890Symbol 999 EditableText
"name"Frame 2890Symbol 1000 EditableText
"textField"Frame 3588Symbol 1008 EditableText
"percentTextField"Symbol 5 MovieClip Frame 1Symbol 3 EditableText
"playButton"Symbol 31 MovieClip Frame 101Symbol 30 Button
"textField"Symbol 32 MovieClip Frame 2Symbol 27 EditableText
"cursorMovement"Symbol 32 MovieClip Frame 2Symbol 31 MovieClip
"playButton"Symbol 485 MovieClip Frame 1Symbol 381 MovieClip
"samusAranNormalButton"Symbol 485 MovieClip Frame 1Symbol 381 MovieClip
"samusAranKiddyButton"Symbol 485 MovieClip Frame 1Symbol 381 MovieClip
"creditsButton"Symbol 485 MovieClip Frame 1Symbol 381 MovieClip
"movieDescription"Symbol 485 MovieClip Frame 1Symbol 481 MovieClip
"timer"Symbol 664 MovieClip Frame 2Symbol 659 EditableText

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 4Symbol 13 as "Introduction.wav"
ExportAssets (56)Timeline Frame 5Symbol 14 as "Time bomb.wav"
ExportAssets (56)Timeline Frame 7Symbol 15 as "Main menu select.wav"
ExportAssets (56)Timeline Frame 8Symbol 16 as "Cursor.wav"
ExportAssets (56)Timeline Frame 9Symbol 17 as "Mother Brain's brain weak hit.wav"
ExportAssets (56)Timeline Frame 10Symbol 18 as "Mother Brain's brain strong hit.wav"
ExportAssets (56)Timeline Frame 11Symbol 19 as "Mother Brain's body scream.wav"
ExportAssets (56)Timeline Frame 12Symbol 20 as "Mother Brain's body roar.wav"
ExportAssets (56)Timeline Frame 13Symbol 21 as "Metroid hatchling 1.wav"
ExportAssets (56)Timeline Frame 14Symbol 22 as "Metroid hatchling 2.wav"
ExportAssets (56)Timeline Frame 15Symbol 23 as "Metroid hatchling 3.wav"
ExportAssets (56)Timeline Frame 16Symbol 24 as "Samus Aran speed boosting.wav"
ExportAssets (56)Timeline Frame 17Symbol 25 as "Final Jeopardy.wav"

Labels

"titleStart"Frame 21
"mainMenu"Frame 766
"samusAranNormal"Frame 2257
"moveShotLeft"Frame 2264
"moveShotTurn"Frame 2266
"moveShotRight"Frame 2268
"soundFade"Frame 2300
"samusAranKiddy"Frame 2311
"credits"Frame 2338
"startMovement"Symbol 31 MovieClip Frame 1
"blinking"Symbol 31 MovieClip Frame 101
"rollOver"Symbol 381 MovieClip Frame 2
"rollOut"Symbol 381 MovieClip Frame 32
"flashing"Symbol 664 MovieClip Frame 2
"bombExplode"Symbol 664 MovieClip Frame 33
"hovering"Symbol 769 MovieClip Frame 1
"talking"Symbol 769 MovieClip Frame 22




http://swfchan.com/8/35276/info.shtml
Created: 11/8 -2019 13:35:11 Last modified: 11/8 -2019 13:35:11 Server time: 27/04 -2024 10:04:28