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

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

Mario's 1UP Adventure.swf

This is the info page for
Flash #53977

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


Text
SPLASH!

LOADING

PLAY!

Watch
Movie

Scene
Select

Credits

BACK

Full
Story

Action Only

Luigi's

Funeral

Buzzy
Strikes

Pipe Dream

Bowser

Pictures

Water
Hazard

Race

TV

Mario's
Funeral?

Party

Peach's
Revenge

Credits

BACK

DECK A MARIO BROTHER,
ONLY 20 COINS!

WAIT
HERE

It's Credits time folks!

It's Credits time folks!
Original Concept
Pandamonium
Sound
FindSounds
The Mushroom Kingdom
Story Design
Doomsday31415
Music
A Hard Day's Night - Beatles
Sunken Ship Remix - A. R. C. T.
Barrel Volcano Remix- Jarel Jones
Sadness and Sorrow - BlazingDragon
Danger Ahead - ParagonX9
God$peed Find Him - GodSpeedIam
RPG<Maker> Battle Two - 7he5hocker
Into Peach's Castle - 3R2
Mario Kart Wii Themes - Nintendo
Original Sprites
Nintendo
Sega
Custom Sprites and Backgrounds
Doomsday31415
Sprite and Background Rippers
A. J. Nitro
Tonberry2K
Bidbood
Ian-Albert
The Shyguy Kingdom
Program1357
Rogultgot
Crapcom
Viiper
Beam Luinsir Yosho
Zeon
Helios
Others?
Voice Actors
Mario - D-Mac Double
Luigi - D-Mac Double
Peach - Sapphire2611
D-MAC DOES MORE THAN JUST MARIO AND LUIGI!!!
Special Thanks
Matt - For helping make this awesome
David - For being awesome
Shark - For starting this contest
2nd - For convincing me to take part and giving me some
ideas
Pandamonium - For coming up with this concept
My Parents - For constant support
D-Mac - For giving me an incredible Mario and Luigi voice
Sapphire2611 - For giving me an awesome Peach voice
Everyone who audtioned - Since if no one had auditioned,
this wouldn't have worked
Youtube members - For reporting this if it's on Youtube
under any name besides Doomsday31415
And, of course, you, for watching this =D

Original Sprites
Nintendo
Sega
Custom Sprites and Backgrounds
Doomsday31415
Sprite and Background Rippers
A. J. Nitro
Tonberry2K
Bidbood
Ian-Albert
The Shyguy Kingdom
Program1357
Rogultgot
Crapcom
Viiper
Beam Luinsir Yosho
Zeon
Helios
Others?
Voice Actors
Mario - D-Mac Double
Luigi - D-Mac Double
Peach - Sapphire2611
D-MAC DOES MORE THAN JUST MARIO AND LUIGI!!!
Special Thanks
Matt - For helping make this awesome
David - For being awesome
Shark - For starting this contest
2nd - For convincing me to take part and giving me some
ideas
Pandamonium - For coming up with this concept
My Parents - For constant support
D-Mac - For giving me an incredible Mario and Luigi voice
Sapphire2611 - For giving me an awesome Peach voice
Everyone who audtioned - Since if no one had auditioned,
this wouldn't have worked
Youtube members - For reporting this if it's on Youtube
under any name besides Doomsday31415
And, of course, you, for watching this =D

Special Thanks
Matt - For helping make this awesome
David - For being awesome
Shark - For starting this contest
2nd - For convincing me to take part and giving me some
ideas
Pandamonium - For coming up with this concept
My Parents - For constant support
D-Mac - For giving me an incredible Mario and Luigi voice
Sapphire2611 - For giving me an awesome Peach voice
Everyone who audtioned - Since if no one had auditioned,
this wouldn't have worked
Youtube members - For reporting this if it's on Youtube
under any name besides Doomsday31415
And, of course, you, for watching this =D

ActionScript [AS1/AS2]

Frame 2
local_data = SharedObject.getLocal("SMB_medal_data"); if (local_data.data.subtitles == undefined) { local_data.data.subtitles = true; local_data.data.lyrics = false; local_data.flush(); } _global.subtitles = local_data.data.subtitles; _global.lyrics = local_data.data.lyrics; Stage.showMenu = false;
Frame 3
gotoAndPlay ("Menu");
Frame 21
var sound1 = new Sound(); sound1.attachSound("Mario Kart Wii Mode Select"); var sound2 = new Sound(); sound2.attachSound("Mario Kart Wii Course Select"); _global.movieplay = true; _global.backing = false; _global.nexting = false; _global.exit = false; _global.firsttime = true; _global.counter = 0; _global.offset = 11.5; _global.fadeout = 0; _global.skipextra = false; _global.tracker = 100; gotoAndPlay ("Menu 1");
Frame 22
if (_global.firsttime) { sound1.start(counter, 1); _global.firsttime = false; } _global.counter = _global.counter + 0.0416666666666667; if (_global.counter >= 43.5) { sound1.stop(); sound1.start(0, 1); _global.counter = _global.counter - 43.5; } if (_global.fadeout > 0) { _global.fadeout--; if (_global.fadeout == 0) { sound1.stop(); sound1.setVolume(100); gotoAndPlay ("Credits"); } else { darkness._alpha = 100 - (_global.fadeout * 4); sound1.setVolume(_global.fadeout * 2); } }
Frame 23
gotoAndPlay ("Menu 1");
Frame 24
if (_global.firsttime) { sound2.start(counter, 1); _global.firsttime = false; } _global.counter = _global.counter + 0.0416666666666667; if (_global.counter >= 43.5) { sound2.stop(); sound2.start(0, 1); _global.counter = _global.counter - 43.5; } if (_global.fadeout > 0) { _global.fadeout--; if (_global.fadeout == 0) { sound2.stop(); sound2.setVolume(100); switch (_global.gototype) { case 0 : gotoAndPlay ("VGDC"); break; case 1 : _global.skipextra = true; gotoAndPlay ("Buzzy Strikes"); } } else { darkness._alpha = 100 - (_global.fadeout * 4); sound2.setVolume(_global.fadeout * 2); } }
Frame 25
gotoAndPlay ("Menu 2");
Frame 26
if (_global.firsttime) { sound2.start(counter, 1); _global.firsttime = false; } _global.counter = _global.counter + 0.0416666666666667; if (_global.counter >= 43.5) { sound2.stop(); sound2.start(0, 1); _global.counter = _global.counter - 43.5; } if (_global.fadeout > 0) { _global.fadeout--; if (_global.fadeout == 0) { sound2.stop(); sound2.setVolume(100); switch (_global.gototype) { case 0 : gotoAndPlay ("Luigi's Funeral"); break; case 1 : gotoAndPlay ("Buzzy Strikes"); break; case 2 : gotoAndPlay ("Pipe Dream"); break; case 3 : gotoAndPlay ("Bowser"); break; case 4 : gotoAndPlay ("Water Hazard"); break; case 5 : gotoAndPlay ("Race"); break; case 6 : gotoAndPlay ("Pictures"); break; case 7 : gotoAndPlay ("TV"); break; case 8 : gotoAndPlay ("Mario's Funeral"); break; case 9 : gotoAndPlay ("Party"); break; case 10 : gotoAndPlay ("Peach's Revenge"); break; case 11 : gotoAndPlay ("Credits"); } } else { darkness._alpha = 100 - (_global.fadeout * 4); sound2.setVolume(_global.fadeout * 2); } }
Frame 27
gotoAndPlay ("Menu 3");
Frame 28
gotoAndPlay ("Menu");
Frame 29
_global.currentscene = 1;
Frame 332
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 337
_global.currentscene = 1;
Frame 338
_global.currentscene = 2;
Frame 1378
_global.currentscene = 2;
Frame 1379
_global.currentscene = 3; _global.frametime = _root._currentframe; _global.spinnum = 90; _global.spininc = 0;
Frame 1493
_global.spininc2 = 0;
Frame 1494
_global.spininc = 0; _global.spininc2 = 6;
Frame 1495
_global.spininc = 6;
Frame 1498
_global.spininc2 = 6;
Frame 1499
_global.spininc = 6; _global.spininc2 = 0;
Frame 1500
_global.spininc = 0;
Frame 1531
_global.spininc2 = 0;
Frame 1532
_global.spininc = 0; _global.spininc2 = 2;
Frame 1533
_global.spininc = 2;
Frame 1539
_global.spininc2 = 2;
Frame 1540
_global.spininc = 2; _global.spininc2 = 0;
Frame 1541
_global.spininc = 0;
Frame 1630
_global.spininc2 = 0;
Frame 1631
_global.spininc = 0; _global.spininc2 = -3;
Frame 1632
_global.spininc = -3;
Frame 1647
_global.spininc2 = -3;
Frame 1648
_global.spininc = -3; _global.spininc2 = 0;
Frame 1649
_global.spininc = 0;
Frame 1705
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 1783
_global.currentscene = 3;
Frame 1784
_global.currentscene = 4; _global.spininc = 0; _global.spinnum = 0; _global.frametime = 0;
Frame 2281
_global.spinnum = 0; _global.spininc = 0;
Frame 2282
_global.spinnum = 0; _global.spininc = 8;
Frame 2298
_global.spinnum = 0; _global.spininc = 8;
Frame 2299
_global.spinnum = 0; _global.spininc = 0;
Frame 2334
_global.currentscene = 4;
Frame 2335
_global.currentscene = 5;
Frame 3165
_global.currentscene = 5;
Frame 3166
_global.currentscene = 6;
Frame 3658
_global.currentscene = 6;
Frame 3659
_global.currentscene = 7;
Frame 4493
_global.currentscene = 7;
Frame 4494
_global.currentscene = 8;
Frame 4644
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 4834
_global.currentscene = 8;
Frame 4835
_global.currentscene = 9;
Frame 5444
if ((_global.skipextra == true) && (_global.backing == false)) { gotoAndPlay ("Credits"); } _global.currentscene = 9;
Frame 5445
_global.currentscene = 10;
Frame 6178
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 6326
_global.currentscene = 10;
Frame 6327
_global.currentscene = 11;
Frame 6411
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 6644
_global.currentscene = 11;
Frame 6645
_global.currentscene = 12;
Frame 6922
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 7043
if (_global.skipextra == true) { gotoAndStop ("End"); } _global.currentscene = 12;
Frame 7045
_global.currentscene = 13;
Frame 7075
if (_global.exit == true) { switch (_global.currentscene) { case 1 : gotoAndStop ("VGDC"); break; case 2 : gotoAndStop ("Luigi's Funeral"); break; case 3 : gotoAndStop ("Buzzy Strikes"); break; case 4 : gotoAndStop ("Pipe Dream"); break; case 5 : gotoAndStop ("Bowser"); break; case 6 : gotoAndStop ("Water Hazard"); break; case 7 : gotoAndStop ("Race"); break; case 8 : gotoAndStop ("Pictures"); break; case 9 : gotoAndStop ("TV"); break; case 10 : gotoAndStop ("Mario's Funeral"); break; case 11 : gotoAndStop ("Party"); break; case 12 : gotoAndStop ("Peach's Revenge"); break; case 13 : gotoAndStop ("Credits"); break; default : gotoAndStop ("Menu"); } }
Frame 7984
gotoAndPlay ("Menu");
Symbol 5 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = (sX / this._width) * 4; var _local3 = (sY / this._height) * 4; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 5 MovieClip Frame 2
gotoAndPlay (1);
Symbol 39 Button
on (release) { _root.play(); }
Symbol 43 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 44 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { _root.g1._alpha = PercentLoaded; _root.g2._alpha = PercentLoaded; temp = -278 + ((500 * PercentLoaded) / 100); bar._x = ((bar._x * 3) + temp) / 4; } else { _root.g1._alpha = PercentLoaded; _root.g2._alpha = PercentLoaded; gotoAndStop ("loaded"); }
Symbol 44 MovieClip Frame 2
gotoAndPlay (1);
Symbol 66 Button
on (release) { sound1.stop(); _global.counter = _global.counter + _global.offset; if (_global.counter >= 43.5) { _global.counter = _global.counter - 43.5; } _global.firsttime = true; gotoAndPlay ("Menu 2"); }
Symbol 72 Button
on (release) { sound1.stop(); _global.counter = _global.counter + _global.offset; if (_global.counter >= 43.5) { _global.counter = _global.counter - 43.5; } _global.firsttime = true; gotoAndPlay ("Menu 3"); }
Symbol 82 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; back.enabled = false; _global.fadeout = 24; }
Symbol 84 Button
on (release) { sound2.stop(); gotoAndStop ("Title"); }
Symbol 88 Button
on (release) { b1.enabled = false; b2.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 0; }
Symbol 92 Button
on (release) { b1.enabled = false; b2.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 1; }
Symbol 93 Button
on (release) { sound2.stop(); _global.counter = _global.counter - _global.offset; if (_global.counter < 0) { _global.counter = _global.counter + 43.5; } _global.firsttime = true; gotoAndPlay ("Menu 1"); }
Symbol 95 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 0; }
Symbol 99 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 1; }
Symbol 101 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 2; }
Symbol 105 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 3; }
Symbol 119 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 6; }
Symbol 123 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 4; }
Symbol 125 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 5; }
Symbol 127 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 7; }
Symbol 131 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 8; }
Symbol 135 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 9; }
Symbol 139 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 10; }
Symbol 141 Button
on (release) { b1.enabled = false; b2.enabled = false; b3.enabled = false; b4.enabled = false; b5.enabled = false; b6.enabled = false; b7.enabled = false; b8.enabled = false; b9.enabled = false; b10.enabled = false; b11.enabled = false; b12.enabled = false; back.enabled = false; _global.fadeout = 24; _global.gototype = 11; }
Symbol 146 Button
on (release) { _global.movieplay = false; _root.stop(); }
Symbol 150 Button
on (release) { _global.skipextra = false; _global.movieplay = false; _global.currentscene++; _global.exit = true; _root.gotoAndPlay("Exit"); }
Symbol 154 Button
on (release) { _global.nexting = true; _global.backing = false; _global.exit = false; _root.nextFrame(); }
Symbol 158 Button
on (release) { _global.nexting = false; _global.backing = true; _global.exit = false; _root.prevFrame(); }
Symbol 161 Button
on (release) { _global.movieplay = false; _global.skipextra = false; _global.currentscene--; _global.exit = true; _root.gotoAndPlay("Exit"); }
Symbol 163 Button
on (release) { _global.currentscene = 0; _global.exit = true; _root.gotoAndPlay("Exit"); }
Symbol 167 Button
on (release) { _global.nexting = false; _global.backing = false; _global.movieplay = true; _global.exit = false; _root.play(); }
Symbol 169 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local5 = (sX / this._width) * 4; var _local4 = (sY / this._height) * 4; _parent._x = cX - (this._x * _local5); _parent._y = cY - (this._y * _local4); _parent._xscale = 100 * _local5; _parent._yscale = 100 * _local4; if (this._ymouse > 150) { _global.tracker = _global.tracker + 5; if (_global.tracker > 100) { _global.tracker = 100; } } else { _global.tracker = _global.tracker - 5; if (_global.tracker < 0) { _global.tracker = 0; } } b1._alpha = _global.tracker; b2._alpha = _global.tracker; b3._alpha = _global.tracker; b4._alpha = _global.tracker; b5._alpha = _global.tracker; b6._alpha = _global.tracker; b7._alpha = _global.tracker; if (_global.movieplay == true) { b3._visible = false; b3.enabled = false; b6._visible = false; b6.enabled = false; b4._visible = false; b4.enabled = false; b5.enabled = true; b5._visible = true; } else { b3._visible = true; b3.enabled = true; b6._visible = true; b6.enabled = true; b5._visible = false; b5.enabled = false; b4.enabled = true; b4._visible = true; } } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 169 MovieClip Frame 2
gotoAndPlay (1);
Symbol 211 MovieClip Frame 90
stop();
Symbol 287 MovieClip Frame 1
if (_global.backing == false) { if (_global.frametime < _root._currentframe) { _global.spinnum = _global.spinnum + _global.spininc; } if (_global.frametime > _root._currentframe) { _global.spinnum = _global.spinnum - _global.spininc; } } else { if (_global.frametime < _root._currentframe) { _global.spinnum = _global.spinnum + _global.spininc2; } if (_global.frametime > _root._currentframe) { _global.spinnum = _global.spinnum - _global.spininc2; } } if (_global.spinnum > 120) { _global.spinnum = _global.spinnum - 120; } if (_global.spinnum <= 0) { _global.spinnum = _global.spinnum + 120; } this._parent.gotoAndStop(_global.spinnum); _global.frametime = _root._currentframe;
Symbol 287 MovieClip Frame 2
gotoAndPlay (1);

Library Items

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

Instance Names

"g1"Frame 2Symbol 7 MovieClip
"g2"Frame 2Symbol 9 MovieClip
"darkness"Frame 21Symbol 47 MovieClip
"b1"Frame 22Symbol 66 Button
"b2"Frame 22Symbol 72 Button
"b3"Frame 22Symbol 82 Button
"back"Frame 22Symbol 84 Button
"b1"Frame 24Symbol 88 Button
"b2"Frame 24Symbol 92 Button
"back"Frame 24Symbol 93 Button
"b1"Frame 26Symbol 95 Button
"b2"Frame 26Symbol 99 Button
"b3"Frame 26Symbol 101 Button
"b4"Frame 26Symbol 105 Button
"b7"Frame 26Symbol 119 Button
"b5"Frame 26Symbol 123 Button
"b6"Frame 26Symbol 125 Button
"b8"Frame 26Symbol 127 Button
"b9"Frame 26Symbol 131 Button
"b10"Frame 26Symbol 135 Button
"b11"Frame 26Symbol 139 Button
"b12"Frame 26Symbol 141 Button
"spin"Frame 1379Symbol 288 MovieClip
"spin"Frame 1531Symbol 304 MovieClip
"spin"Frame 1642Symbol 304 MovieClip
"spin"Frame 2282Symbol 455 MovieClip
"bar"Symbol 44 MovieClip Frame 1Symbol 35 MovieClip
"b5"Symbol 169 MovieClip Frame 1Symbol 146 Button
"b7"Symbol 169 MovieClip Frame 1Symbol 150 Button
"b6"Symbol 169 MovieClip Frame 1Symbol 154 Button
"b3"Symbol 169 MovieClip Frame 1Symbol 158 Button
"b2"Symbol 169 MovieClip Frame 1Symbol 161 Button
"b1"Symbol 169 MovieClip Frame 1Symbol 163 Button
"b4"Symbol 169 MovieClip Frame 1Symbol 167 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 19Symbol 45 as "Mario Kart Wii Course Select"
ExportAssets (56)Timeline Frame 20Symbol 46 as "Mario Kart Wii Mode Select"

Labels

"Title"Frame 2
"Menu"Frame 21
"Menu 1"Frame 22
"Menu 2"Frame 24
"Menu 3"Frame 26
"VGDC"Frame 29
"Exit"Frame 332
"End"Frame 337
"Luigi's Funeral"Frame 338
"Buzzy Strikes"Frame 1379
"Exit"Frame 1705
"End 3"Frame 1783
"Pipe Dream"Frame 1784
"Bowser"Frame 2335
"Water Hazard"Frame 3166
"Race"Frame 3659
"In the Air"Frame 4161
"Pictures"Frame 4494
"Exit"Frame 4644
"TV"Frame 4835
"End 4"Frame 5444
"Mario's Funeral"Frame 5445
"Exit"Frame 6178
"End 5"Frame 6326
"Party"Frame 6327
"Exit"Frame 6411
"End 6"Frame 6644
"Peach's Revenge"Frame 6645
"Exit"Frame 6922
"End 7"Frame 7044
"Credits"Frame 7045
"Exit"Frame 7075
"loaded"Symbol 44 MovieClip Frame 3




http://swfchan.com/11/53977/info.shtml
Created: 22/4 -2019 02:32:41 Last modified: 22/4 -2019 02:32:41 Server time: 29/04 -2024 17:37:30