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

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

SMB - Prelude to Terror 1.swf

This is the info page for
Flash #65266

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


Text
Play

Scenes

Credits

Uh... Bros. Items?

Menu

The Ultimate
Killer

Nervous

Awakening

Awaken, Metal Mario! I am your master, your
creator.  I am the only one in your data banks
that you would bow down to.

I am a god of destruction.  However, a
universal villain such as me can only be in one
place at a time.

That’s why I have created you, the strongest
mechanical warrior ever pieced together.  I
want you to go to the Mushroom Kingdom.

Conquer it.  That is your life’s goal; your
prime ambition.  Go now, in the space pod
located to your left.

It's raining...

But this isn't an ordinary storm.

Toadsworth told me that you wanted to see
me.  Is there anything wrong?

No...  No...  I'm just lonesome.  It's a dark
and stormy day, and I gave all of my guards

a day off.  But this storm...  It doesn't feel
right.  I feel like something awful is going to

happen.  Do you feel it too?

I do.  It's an awful feeling.  To be honest, I
think I'd be scared if I was alone right now.

MASTER MARIO!!!!!!!!!!

It's Bowser!  He never quits!

No!  Mario, come back!

This isn't good...  I have a feeling Mario is in
great danger!

I'd better call the Mushroom Guards
immediately!

Toadsworth!  Alright, I want to know who did
this!  Show yourself or-

Wait a minute...  It stopped raining out...

Very observant.

Is this Mushroom Castle?

Y- Yes.

Are you Mario?

Good.  I'm Metal Mario.  I'm here to destroy
you.

He's the strongest man in the kingdom?  If so, this
will be FAR too easy.

This doesn't look good...  I
haven't even hit him yet...

He's picking me apart...  I think I
can pull off one last move...

Are you done mumbling to
yourself?  You can't win.

As entertaining as this has
been...

It's time to kill you.

You don't mind if I end this
quick, do you?

That attack you just used really
caught my interest.

I think I'd like to try it out!

To be continued

I think I'd like to try it out!

Credits:

ROGULTGOT

Mystical Forest Zone

Press SPACE to continue

Mario-Galaxy

A.J. Nitro

Ken

Metal Mario edited by me

^^Click to return to menu

AND YOU!

AND YOU!

ActionScript [AS3]

Section 1
//camera_28 (SuperMarioBros3Part1DONETIMESTHREE_fla.camera_28) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class camera_28 extends MovieClip { public var sH:Number; public var rp:Point; public var sW:Number; public var myBitmapData:BitmapData; public var bounds_obj:Object; public var camH:Number; public var camW:Number; public var bmp:Bitmap; public var oldScaleMode:String; public function camera_28(){ addFrameScript(0, frame1); } public function set scaleX2(_arg1:Number):void{ setProperty2("scaleX", _arg1); } function frame1(){ visible = false; oldScaleMode = stage.scaleMode; stage.scaleMode = "exactFit"; sW = stage.stageWidth; sH = stage.stageHeight; stage.scaleMode = oldScaleMode; bounds_obj = this.getBounds(this); camH = bounds_obj.height; camW = bounds_obj.width; rp = new Point(x, y); addEventListener(Event.ENTER_FRAME, camControl); addEventListener(Event.REMOVED_FROM_STAGE, reset); myBitmapData = new BitmapData(sW, sH, true, 0); bmp = new Bitmap(myBitmapData); camControl(); stage.addChild(bmp); } public function set x2(_arg1:Number):void{ var _local2:Point; _local2 = parent.parent.globalToLocal(parent.localToGlobal(rp)); parent.x = (parent.x + (_arg1 - _local2.x)); } public function get rotation2():Number{ return (parent.rotation); } public function camControl(... _args):void{ var _local2:Number; var _local3:Number; var _local4:Number; var _local5:Number; parent.visible = true; rp.x = x; rp.y = y; _local2 = (camH * scaleY); _local3 = (camW * scaleX); _local4 = (sH / _local2); _local5 = (sW / _local3); x2 = ((_local3 / 2) * _local5); y2 = ((_local2 / 2) * _local4); scaleX2 = _local5; scaleY2 = _local4; rotation2 = -(rotation); myBitmapData.lock(); myBitmapData.fillRect(myBitmapData.rect, 0); myBitmapData.unlock(); myBitmapData.draw(stage); bmp.filters = this.filters; bmp.transform.colorTransform = this.transform.colorTransform; parent.visible = false; } public function set scaleY2(_arg1:Number):void{ setProperty2("scaleY", _arg1); } public function get scaleX2():Number{ return (parent.scaleX); } public function get x2():Number{ var _local1:Point; _local1 = parent.parent.globalToLocal(parent.localToGlobal(rp)); return (_local1.x); } public function setProperty2(_arg1:String, _arg2:Number):void{ var _local3:Point; var _local4:Point; _local3 = parent.parent.globalToLocal(parent.localToGlobal(rp)); parent[_arg1] = _arg2; _local4 = parent.parent.globalToLocal(parent.localToGlobal(rp)); parent.x = (parent.x - (_local4.x - _local3.x)); parent.y = (parent.y - (_local4.y - _local3.y)); } public function set y2(_arg1:Number):void{ var _local2:Point; _local2 = parent.parent.globalToLocal(parent.localToGlobal(rp)); parent.y = (parent.y + (_arg1 - _local2.y)); } public function reset(_arg1:Event):void{ removeEventListener(Event.ENTER_FRAME, camControl); removeEventListener(Event.REMOVED_FROM_STAGE, reset); stage.removeChild(bmp); myBitmapData.dispose(); bmp = null; parent.scaleX = 1; parent.scaleY = 1; parent.x = 0; parent.y = 0; parent.rotation = 0; parent.visible = true; } public function get scaleY2():Number{ return (parent.scaleY); } public function get y2():Number{ var _local1:Point; _local1 = parent.parent.globalToLocal(parent.localToGlobal(rp)); return (_local1.y); } public function set rotation2(_arg1:Number):void{ setProperty2("rotation", _arg1); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 2
//Explosioncopy_81 (SuperMarioBros3Part1DONETIMESTHREE_fla.Explosioncopy_81) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class Explosioncopy_81 extends MovieClip { public function Explosioncopy_81(){ addFrameScript(22, frame23); } function frame23(){ stop(); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 3
//HitEffect1_71 (SuperMarioBros3Part1DONETIMESTHREE_fla.HitEffect1_71) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class HitEffect1_71 extends MovieClip { public function HitEffect1_71(){ addFrameScript(6, frame7); } function frame7(){ stop(); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 4
//MainTimeline (SuperMarioBros3Part1DONETIMESTHREE_fla.MainTimeline) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class MainTimeline extends MovieClip { public var intro_btn:SimpleButton; public var castlebutton:SimpleButton; public var ib3:SimpleButton; public var button11:SimpleButton; public var spooky:SimpleButton; public var intro_btn2:SimpleButton; public var mmenu:SimpleButton; public var scene1b:SimpleButton; public function MainTimeline(){ addFrameScript(1, frame2, 2, frame3, 3, frame4, 4, frame5, 5, frame6, 6, frame7, 7, frame8, 8, frame9, 688, frame689, 689, frame690, 690, frame691, 691, frame692, 852, frame853, 853, frame854, 928, frame929, 929, frame930, 930, frame931, 931, frame932, 932, frame933, 933, frame934, 934, frame935, 943, frame944, 944, frame945, 945, frame946, 1173, frame1174, 1174, frame1175, 1175, frame1176, 1188, frame1189, 1420, frame1421, 1461, frame1462, 1462, frame1463, 1463, frame1464, 1975, frame1976, 1979, frame1980, 1980, frame1981, 1994, frame1995, 2286, frame2287, 2287, frame2288, 2288, frame2289, 2289, frame2290, 2290, frame2291, 2545, frame2546, 2546, frame2547, 2547, frame2548, 2548, frame2549); } function frame1176(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey26); } function frame1980(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey33); } function frame1189(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey27); } function frame1981(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey34); } function frame2287(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey36); } function frame2288(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey37); } function frame2289(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey38); } function frame1995(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey35); } function frame2290(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey39); } function frame2291(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey40); } public function ettjrdfhr(_arg1:MouseEvent):void{ gotoAndPlay(400, "Scene3"); } function frame854(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey12); } public function hearKey87(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame853(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey11); } function frame2(){ stop(); intro_btn.addEventListener(MouseEvent.CLICK, onIntroClick); stop(); intro_btn2.addEventListener(MouseEvent.CLICK, efsdgsdgsdg); stop(); ib3.addEventListener(MouseEvent.CLICK, oic2); } function frame3(){ stop(); scene1b.addEventListener(MouseEvent.CLICK, gjhgjkhkl); stop(); castlebutton.addEventListener(MouseEvent.CLICK, shsed); stop(); spooky.addEventListener(MouseEvent.CLICK, ettjrdfhr); stop(); mmenu.addEventListener(MouseEvent.CLICK, dhsha); } function frame4(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey); } function frame5(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey2); } function frame6(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey3); } function frame7(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey4); } function frame8(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey5); } public function hearKey97(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame9(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey6); } public function efsdgsdgsdg(_arg1:MouseEvent):void{ gotoAndStop(3); } public function yykbnu(_arg1:MouseEvent):void{ gotoAndStop(2, "Menu"); } function frame1421(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey28); } public function hearKey2(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey3(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey4(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey5(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey6(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey7(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey107(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame2547(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey42); } function frame2549(){ stop(); button11.addEventListener(MouseEvent.CLICK, yykbnu); } function frame2546(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey41); } public function gjhgjkhkl(_arg1:MouseEvent):void{ gotoAndPlay(1, "Scene1"); } function frame1463(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey30); } function frame1464(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey31); } function frame1462(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey29); } function frame689(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey7); } function frame2548(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey43); } function frame692(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey107); } function frame690(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey87); } function frame691(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey97); } public function hearKey11(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey12(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey13(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function oic2(_arg1:MouseEvent):void{ gotoAndStop(1773, "Scene3"); } public function hearKey20(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey21(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey23(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey24(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearkey15(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearkey17(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearkey18(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearkey19(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey26(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearkey16(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey28(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey29(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey22(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function dhsha(_arg1:MouseEvent):void{ gotoAndStop(2, "Menu"); } public function hearkey14(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey31(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey32(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey33(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey34(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey35(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey36(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey30(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey25(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey39(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function onIntroClick(_arg1:MouseEvent):void{ gotoAndPlay(1, "Scene1"); } public function hearKey37(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey38(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame929(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey13); } public function hearKey27(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame930(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey14); } function frame931(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey15); } function frame933(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey17); stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey18); } public function hearKey40(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey41(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey42(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } public function hearKey43(_arg1:KeyboardEvent):void{ if (_arg1.keyCode == 32){ play(); }; } function frame932(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey16); } function frame934(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearkey19); } function frame935(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey20); } public function shsed(_arg1:MouseEvent):void{ gotoAndPlay(1, "Scene3"); } function frame1175(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey25); } function frame945(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey22); } function frame946(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey23); } function frame1174(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey24); } function frame944(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey21); } function frame1976(){ stop(); stage.addEventListener(KeyboardEvent.KEY_DOWN, hearKey32); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 5
//specialatkthingy_70 (SuperMarioBros3Part1DONETIMESTHREE_fla.specialatkthingy_70) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class specialatkthingy_70 extends MovieClip { public function specialatkthingy_70(){ addFrameScript(13, frame14); } function frame14(){ stop(); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 6
//Timeline_1 (SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class Timeline_1 extends MovieClip { public const FRAME_RATE_ADJUST:Boolean = true; public const LOADER_FRAME_RATE:Number = 30; public const AUTO_PLAY:Boolean = false; public var bar:MovieClip; public var ngButton:SimpleButton; public var playButton:SimpleButton; public var movieFrameRate:Number; public var loadingComplete:Boolean; public var tankLogo:MovieClip; public var initialized:Boolean; public function Timeline_1(){ addFrameScript(0, frame1, 50, frame51); } public function init():void{ if (initialized){ return; }; movieFrameRate = 0; if (((FRAME_RATE_ADJUST) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; initialized = true; stop(); if (((root) && ((root is MovieClip)))){ MovieClip(root).stop(); }; loadingComplete = false; ngButton.addEventListener(MouseEvent.CLICK, ngButtonClickHandler, false, 0, true); addEventListener(Event.ENTER_FRAME, enterFrameHandler, false, 0, true); if (meetsVersion([9, 0, 28, 0])){ addEventListener(Event.REMOVED_FROM_STAGE, cleanup, false, 0, true); }; enterFrameHandler(); } public function enterFrameHandler(_arg1:Event=null):void{ var _local2:Number; if (((((!(movieFrameRate)) && (FRAME_RATE_ADJUST))) && (stage))){ movieFrameRate = stage.frameRate; stage.frameRate = LOADER_FRAME_RATE; }; if (!loadingComplete){ _local2 = 0; if (loaderInfo){ _local2 = (loaderInfo.bytesLoaded / loaderInfo.bytesTotal); }; if (bar){ bar.scaleX = _local2; }; if (_local2 == 1){ loadingComplete = true; if (AUTO_PLAY){ startMovie(); } else { gotoAndPlay("loaded"); }; }; }; } public function meetsVersion(_arg1:Array):Boolean{ var _local2:Array; var _local3:uint; _local2 = String(Capabilities.version.split(" ")[1]).split(","); _local3 = 0; while (_local3 < _arg1.length) { if (uint(_local2[_local3]) > _arg1[_local3]){ return (true); }; if (uint(_local2[_local3]) < _arg1[_local3]){ return (false); }; _local3++; }; return (true); } public function playButtonClickHandler(_arg1:Event=null):void{ startMovie(); } function frame1(){ initialized = false; init(); } public function ngButtonClickHandler(_arg1:Event):void{ navigateToURL(new URLRequest("http://www.newgrounds.com"), "_blank"); } public function cleanup(_arg1:Event=null){ if (initialized){ ngButton.removeEventListener(MouseEvent.CLICK, ngButtonClickHandler); removeEventListener(Event.ENTER_FRAME, enterFrameHandler); if (meetsVersion([9, 0, 28, 0])){ removeEventListener(Event.REMOVED_FROM_STAGE, cleanup); }; if (movieFrameRate){ stage.frameRate = movieFrameRate; movieFrameRate = 0; }; }; initialized = false; } function frame51(){ stop(); if (((playButton) && (!(playButton.hasEventListener(MouseEvent.CLICK))))){ playButton.addEventListener(MouseEvent.CLICK, playButtonClickHandler, false, 0, true); }; } public function startMovie():void{ cleanup(); if (((root) && ((root is MovieClip)))){ MovieClip(root).play(); }; dispatchEvent(new Event(Event.COMPLETE)); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla
Section 7
//Timeline_16 (SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_16) package SuperMarioBros3Part1DONETIMESTHREE_fla { import flash.events.*; import flash.display.*; import flash.geom.*; import flash.accessibility.*; import flash.errors.*; import flash.filters.*; import flash.media.*; import flash.net.*; import flash.system.*; import flash.text.*; import flash.ui.*; import flash.utils.*; public dynamic class Timeline_16 extends MovieClip { public function Timeline_16(){ addFrameScript(39, frame40); } function frame40(){ stop(); } } }//package SuperMarioBros3Part1DONETIMESTHREE_fla

Library Items

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

Instance Names

"ib3"Frame 2Symbol 83 Button
"intro_btn2"Frame 2Symbol 83 Button
"intro_btn"Frame 2Symbol 83 Button
"mmenu"Frame 3Symbol 90 Button
"spooky"Frame 3Symbol 95 Button
"castlebutton"Frame 3Symbol 99 Button
"scene1b"Frame 3Symbol 104 Button
"button11"Frame 2549Symbol 533 Button
"bar"Symbol 74 MovieClip {SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1} Frame 1Symbol 4 MovieClip
"tankLogo"Symbol 74 MovieClip {SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1} Frame 1Symbol 21 MovieClip
"ngButton"Symbol 74 MovieClip {SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1} Frame 1Symbol 45 Button
"playButton"Symbol 74 MovieClip {SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1} Frame 47Symbol 73 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS3.

Labels

"Scene1"Frame 4
"Part1"Frame 5
"loaded"Symbol 74 MovieClip {SuperMarioBros3Part1DONETIMESTHREE_fla.Timeline_1} Frame 2




http://swfchan.com/14/65266/info.shtml
Created: 12/4 -2019 16:20:35 Last modified: 12/4 -2019 16:20:35 Server time: 14/05 -2024 23:43:22