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