STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229456 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2574 · P5148 |
This is the info page for Flash #13502 |
Megaman vs Metroid |
Death, Obj |
Image |
Megaman Script |
Pause Menu |
Pickup |
Samus Boss |
Zoomer |
Menu System |
Bubble Door Script |
Skree Script |
Ripper Script |
Rio Script |
Sinky Sand Script |
Bubble Script |
MB Bubble Script |
Waver Script |
Zeb Script |
SpitFire Script |
Credits Script |
Samus Missle |
Arthur Lance |
Choose Char |
00/00 (00) |
ActionScript [AS1/AS2]
Frame 1_accProps = new Object(); _accProps.silent = false; fscommand ("showMenu", "false"); Stage.scaleMode = "noScale"; stopAllSounds(); this.currentFrame = "preloader"; this.checkSize = function () { with (this) { _xscale = screenAdjust * 100; _yscale = screenAdjust * 100; _x = (screenAdjust - 1) * -256; _y = (screenAdjust - 1) * -232; resizeBlock._visible = screenAdjust <= 1; } }; if (!this.screenAdjust) { this.screenAdjust = 2; } this.checkSize(); this._quality = "LOW"; this.play(); if (this._url.toLowerCase().indexOf("file") != 0) { this.createEmptyMovieClip("tmp", 3782).loadMovie((((("http://sckt.brokenfunction.com/ver.php?c=4&v=" + escape($version)) + "&s=") + this.getBytesTotal()) + "&f=") + escape(_root._url)); }Frame 2if (this._totalframes == this._framesloaded) { this.play(); } else { this.stop(); }Frame 3if (this._totalframes == this._framesloaded) { this.stop(); } else { this.gotoAndStop("preloader"); }Instance of Symbol 141 MovieClip in Frame 3onClipEvent (load) { this.mouseIsDown = false; } on (press) { this.mouseIsDown = true; } on (release) { if (this.mouseIsDown) { this._parent.gotoAndPlay((this._parent.currentFrame = "loading")); this.mouseIsDown = false; } } on (releaseOutside) { this.mouseIsDown = false; }Frame 5this.gotoAndStop((this.currentFrame = "game"));Frame 6if (this.currentFrame == "game") { this.attachMovie("resizeBlock", "resizeBlock", 5, {_x:128, _y:116}); this.checkSize(); this.gameCore.gameCore.healthBar = this.hud.healthBar; this.gameCore.gameCore.enemyBar = this.hud.enemyBar; this.gameCore.gameCore.weaponBar = this.hud.weaponBar; this.gameCore.gameCore.readyImage = this.hud.readyImage; this.gameCore.gameCore.score = this.hud.score; this.gameCore.gameCore.hud = this.hud; this.gameCore.gameCore.fps = this.fpsButton.fps; this.gameCore.gameCore.console = this.console; this.gameCore.gameCore.parent = this; this.gameCore.gameCore.load(this.importData); this.importData._visible = false; this.gotoAndStop((this.currentFrame = "rGame")); } else { this.gotoAndStop(this.currentFrame); }Frame 7this.gotoAndStop(this.currentFrame);Frame 9this.gotoAndStop(this.currentFrame);Symbol 21 MovieClip [letter] Frame 1this.stop();Symbol 33 MovieClip [megamanFont] Frame 1#initclip 1 function FontLetter() { this.gotoAndStop(this.lst.indexOf(this.symbol) + 1); var newColor = new Color(this); newColor.setRGB(this.rgb); } Object.registerClass("megamanFont", FontLetter); FontLetter.prototype = new MovieClip(); FontLetter.prototype.lst = "abcdefghijklmnopqrstuvwxyz*.,'0123456789!-=?\u00A9<>/^#"; delete p; #endinitclipSymbol 34 MovieClip Frame 1var bytesLoaded = (_parent.getBytesLoaded() / 1024); var bytesTotal = (_parent.getBytesTotal() / 1024); loadingBar.gotoAndStop(Math.floor((bytesLoaded / bytesTotal) * 41) + 1); var str = (((Math.floor(bytesLoaded) + "kb out of ") + Math.floor(bytesTotal)) + "kb loaded"); if (this.oldStr != str) { for (var i in this.letters) { this.letters[i].removeMovieClip(); } this.letters = []; var i = 0; var pX = 0; var pY = 0; while (i <= (str.length - 1)) { if (str.charAt(i) != " ") { letters[i] = fontSys.attachMovie("megamanFont", "font_" + i, i, {symbol:str.charAt(i), rgb:16777215, _x:8 * i, _y:0}); } i++; pX++; } this.oldStr = str; } this._alpha = 100; this.onEnterFrame = function () { if (this._parent._totalframes == this._parent._framesloaded) { this._parent.gotoAndStop("preloaded"); } }; this.onEnterFrame();Symbol 34 MovieClip Frame 7this.gotoAndPlay(1);Symbol 138 MovieClip [runnerPreloader] Frame 1#initclip 2 function runnerPreloader() { this.rTick = 2; this.rPos = 0; this.r1Pos = 0; this.r2Pos = 0; this.endX = 0; this.mode = false; this.lTime = getTimer(); this.setSprites(); } Object.registerClass("runnerPreloader", runnerPreloader); var p = ((runnerPreloader.prototype = new MovieClip())); p.setSprites = function () { with (this) { r1.gotoAndStop((r1.index = (Math.floor((Math.random() * r1._totalframes) / 3) * 3) + 1)); r2.index = (Math.floor((Math.random() * (r2._totalframes - 3)) / 3) * 3) + 1; if (r2.index >= r1.index) { r2.index = r2.index + 3; } r2.gotoAndStop(r2.index); var r1b = r1.getBounds(r1); var r2b = r2.getBounds(r2); var i = 0; while (i <= 1) { var clip = (i ? (r1) : (r2)); var b = (i ? (r1b) : (r2b)); var j = 1; while (j <= 2) { clip.gotoAndStop(j + clip.index); var bounds = clip.getBounds(clip); if (bounds.xMin < b.xMin) { b.xMin = bounds.xMin; } if (bounds.xMax > b.xMax) { b.xMax = bounds.xMax; } j++; } i++; } rPos = 0; r1.gotoAndStop(r1.index); r2.gotoAndStop(r2.index); if ((mode = !mode)) { r1._xscale = (r2._xscale = -100); r2._x = r2b.xMin; r1._x = ((r2b.xMin - r2b.xMax) + r1b.xMin) - 25; endX = 256 + r1b.xMax; } else { r1._xscale = (r2._xscale = 100); r2._x = 256 - r2b.xMin; r1._x = (((256 - r2b.xMin) + r2b.xMax) - r1b.xMin) + 25; endX = -r1b.xMax; } } }; p.onEnterFrame = function () { var cTime = getTimer(); with (this) { var frameAdj = ((cTime - lTime) / 16.6666666666667); rTick = rTick - frameAdj; while (rTick <= 0) { r1.gotoAndStop((((++rPos) > 3) ? ((rPos = 0)) : (((rPos == 3) ? 1 : (rPos)))) + r1.index); r2.gotoAndStop(((rPos == 3) ? 1 : (rPos)) + r2.index); rTick = rTick + 8; } if (mode) { r2._x = r2._x + (1.5 * frameAdj); if (((r1._x = r1._x + (1.5 * frameAdj))) >= endX) { setSprites(); } } else { r2._x = r2._x - (1.5 * frameAdj); if (((r1._x = r1._x - (1.5 * frameAdj))) <= endX) { setSprites(); } } lTime = cTime; } }; #endinitclipSymbol 147 MovieClip [resizeBlock] Frame 1this.lastTime = getTimer(); this.onEnterFrame = function () { if ((getTimer() - this.lastTime) >= 45000) { if (this._visible) { this.play(); } this.lastTime = getTimer(); } }; this.stop();Symbol 147 MovieClip [resizeBlock] Frame 120this.gotoAndStop(1);Symbol 149 MovieClip [MegamanEngine] Frame 1#initclip 4 function LibItem(str, command) { this.str = str; this.command = command; } _global.MME = new Object(); _global.maps = new Object(); MME.collisionDetect = function () { with (this.root) { var i = 0; while (i <= (eList.length - 1)) { if (eList[i].active && (this.hitTest(eList[i]))) { return(eList[i]); } i++; } } return(null); }; MME.enemyCollisionDetect = function () { with (this) { return(((root.megamanLink.megaman.active && (this.hitTest(root.megamanLink.megaman))) ? (root.megamanLink.megaman) : null)); } }; MME.emptyFunction = function () { }; MME.SpecialSetPosition = function (i, j) { with (this.root.mapObj) { this._x = offsetX + i; this._y = offsetY + j; } }; MME.SpecialSetPositionTile = function (i, j) { with (this.root.mapObj) { this._x = offsetX + (i * 16); this._y = offsetY + (j * 16); } }; MME.SpecialGetPosition = function (i, j) { with (this.root.mapObj) { return({x:offsetX + i, y:offsetY + j}); } }; MME.SpecialGetPositionTile = function (i, j) { with (this.root.mapObj) { return({x:offsetX + (i * 16), y:offsetY + (j * 16)}); } }; MME.EmptyActiveClip = function () { }; var p = ((MME.EmptyActiveClip.prototype = new MovieClip())); p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.setPos = MME.SpecialSetPosition; p.setPosTile = MME.SpecialSetPositionTile; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.EmptyActiveObj = function () { }; var p = MME.EmptyActiveObj.prototype; p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.ActiveGroup = function () { this.c = {}; }; var p = ((MME.ActiveGroup.prototype = new MME.EmptyActiveObj())); p.addClip = function () { this.c[arguments[0]] = {linkID:arguments[1], depthType:arguments[2], attached:false}; }; p.applyClips = function (obj) { for (var i in this.c) { if (this[i] != obj) { obj[i] = this[i]; } } }; p.destroyClip = function (i) { for (var a in this.c) { if (a == i) { this.c.splice(a, 1); } } if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } delete this[i]; }; p.init = function () { for (var i in this.c) { this[i].init(); } }; p.attachClips = function () { with (this) { for (var i in c) { if (!c[i].attached) { c[i].attached = true; } else { continue; } this[i] = root.attachMov(c[i].linkID, root.registerDepth(c[i].depthType)); } } }; p.hide = function () { for (var i in this.c) { this[i].hide(); } }; p.show = function () { for (var i in this.c) { this[i].show(); } }; p.destroy = function () { this.destroyClips(); this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; p.destroyClips = function () { for (var i in this.c) { if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } } this.c = {}; }; delete p; MME.ActiveClip = function () { }; var p = ((MME.ActiveClip.prototype = new MME.EmptyActiveClip())); p.attachMov = function (linkID, depth, initObj) { return(this.attachMovie(linkID, (linkID + "_") + depth, depth, initObj)); }; p.hide = function () { if (this.visStore == undefined) { this.visStore = this._visible; this._visible = false; } }; p.show = function () { if (this.visStore != undefined) { this._visible = this.visStore; delete this.visStore; } }; p.destroy = function () { this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; delete p; MME.EnemyControl = function () { this.off = 0; this.active = true; this.lst = []; }; MME.EnemyControl.prototype = new MME.EmptyActiveObj(); MME.EnemyControl.prototype.push = function (obj) { return((this.lst[this.lst.length] = obj)); }; MME.EnemyControl.prototype.fullCheck = function () { var count = true; var preOff = ((this.off = 0)); while ((preOff != this.off) || (count)) { this.control(); count = false; } }; MME.EnemyControl.prototype.control = function () { var bnds; var obj; with (this) { off = ((off >= 2) ? 0 : (off + 1)); switch (root.mapObj.scroll) { case 0 : case 2 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.xMax - 8) < root.mapPosX) || ((bnds.xMin + 8) > (root.mapPosX + 256))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); case 1 : case 3 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.yMax - 8) < root.mapPosY) || ((bnds.yMin + 8) > (root.mapPosY + 232))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); } } }; MME.MapData = function () { this.linkID = arguments[0]; this.dataStartX = (this.offsetX = arguments[1]); this.dataStartY = (this.offsetY = arguments[2]); this.startX = arguments[3]; this.startY = arguments[4]; this.scroll = arguments[5]; this.onBegin = arguments[6]; this.onStart = arguments[7]; this.trans = arguments[8]; this.map = arguments[9]; this.altMap = arguments[10]; this.height = this.map.length; this.width = this.map[0].length; }; MME.MapTrans = function () { this.mapID = arguments[0]; this.offsetX = arguments[1]; this.offsetY = arguments[2]; this.scrollType = arguments[3]; this.newScroll = arguments[4]; this.push = arguments[5]; }; MME.MegamanEngine = function () { this.mapPosX = 0; this.mapPosY = 0; this.maps = new Object(); this.mapData = null; this.mapObj = null; this.soundList = new Object(); this.sndBGmusic = null; this.activeObj = new Array(); this.lastTime = getTimer(); this.key = new Object(); this.resetKeys(1); this.depthList = new Array(); this.megamanLink = null; this.onEnterFrameSub = null; this.currentArea = null; this.speed = 1; this.menuStatus = 0; this._quality = "LOW"; this.eList = new Array(); this.chtSys = new MME.CheatSystem(this, "chtSys"); this.ahoy = sharedobject.getlocal("mmvs", "/"); this.ahoy.tStatus = "none"; this.debugMap = false; this.cheatSkipMov = false; this.freezeCheck = false; this.disturb = false; this.char = 0; this.forceLag = 0; this.forceMax = false; this.removeLimit = false; this.onEnterFrameSub = null; this.reloadData = null; this.musicOn = true; }; Object.registerClass("MegamanEngine", MME.MegamanEngine); var p = ((MME.MegamanEngine.prototype = new MovieClip())); p.load = function (data) { this.reloadData = data; this.onEngineLoad = data.onEngineLoad; this.onEngineLoad(data); delete this.onEngineLoad; }; p.reloadGame = function () { this.unloadAll(); stopAllSounds(); var s = new Sound(); s.setVolume(100); this._x = (this._y = 0); this.load(this.reloadData); }; p.clearSA = function () { delete this.ahoy.onStatus; delete this.ahoy.tmpInfo; this.ahoy.tStatus = "none"; }; p.saveArray = function (id, arr) { var out = 0; var i = 0; while (i <= (arr.length - 1)) { if (arr[i]) { out = out + Math.pow(2, i); } i++; } if (this.ahoy.data[id] != out) { } this.ahoy.data[id] = out; if (this.ahoy.tStatus == "none") { var jiggle = this.ahoy.flush(); if (jiggle == "pending") { this.ahoy.onStatus = function (i) { this.tStatus = "status"; this.tmpInfo = i.code; }; this.ahoy.tmpInfo = null; this.ahoy.tStatus = "waiting"; } else { this.ahoy.tStatus = "autoreturn"; } } if (this.ahoy.tStatus == "status") { if (this.ahoy.tmpInfo == "SharedObject.Flush.Success") { } else if (this.ahoy.tmpInfo == "SharedObject.Flush.Failed") { this.clearSA(); return(false); } } else if (this.ahoy.tStatus == "autoreturn") { if (jiggle == false) { return(false); } } else if (this.ahoy.tStatus == "waiting") { return("pending"); } var verify = this.getArray(id, arr.length); if ((verify == null) || (verify.length != arr.length)) { return(false); } var i = 0; while (i <= (arr.length - 1)) { if ((arr[i] ? true : false) != (verify[i] ? true : false)) { return(false); } i++; } return(true); }; p.getArray = function (id, digits) { var out = new Array(); var conv = this.ahoy.data[id]; if (((typeof(conv) != "number") || (conv < 0)) || (conv != Math.floor(conv))) { conv = 0; } if ((!digits) || (digits < 0)) { digits = 0; } while (conv >= Math.pow(2, digits)) { digits++; } if (digits == 0) { out[0] = 0; } else { var i = 0; while (i <= (digits - 1)) { if (conv == 0) { out[i] = 0; } else { conv = (conv - ((out[i] = conv % 2))) / 2; } i++; } } return(out); }; p.startArea = function (areaID) { this.currentArea = areaID; this.startLevel(this.currentArea[(areaID.onStart ? (areaID.onStart(this)) : 0)], "introLevel"); }; p.drawInfo = function () { var colorList = [16711680, 65280, 255, 16711935]; var mpObj = this.mapObj; with (mpObj.createEmptyMovieClip("tileClip", 10)) { var slb = 0; while (slb <= (mpObj.map.length - 1)) { var slc = 0; while (slc <= (mpObj.map[slb].length - 1)) { var col = colorList[mpObj.map[slb][slc]]; var x = (((slc * 16) + mpObj.dataStartX) + mpObj.startX); var y = (((slb * 16) + mpObj.dataStartY) + mpObj.startY); lineStyle(0, col, 100); beginFill(col, 100); moveTo(x + 4, y + 4); lineTo(x + 12, y + 4); lineTo(x + 12, y + 12); lineTo(x + 4, y + 12); lineTo(x + 4, y + 4); endFill(); if (this.mapObj.altMap[slb][slc]) { lineStyle(0, 65535, 100); beginFill(65535, 100); moveTo(x + 8, y + 5); lineTo(x + 5, y + 8); lineTo(x + 8, y + 11); lineTo(x + 11, y + 8); lineTo(x + 8, y + 5); endFill(); } slc++; } slb++; } } }; p.startLevel = function (levelData, loadType) { if (loadType == "transLevel") { var data = this.currentArea[levelData.mapID]; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); newLevelObj.plfrms = []; var trans = (new MME.Trans()); trans.root = this; trans.setTrans(levelData, this.mapObj, newLevelObj); this.mapObj = (this.mapData = newLevelObj); this.attachObj(trans); if (data.onBegin) { data.onBegin(this, trans); } } else if (loadType == "introLevel") { var data = levelData; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); this.mapObj = (this.mapData = newLevelObj); newLevelObj.plfrms = []; newLevelObj._x = -levelData.startX; newLevelObj._y = -levelData.startY; this.mapPosX = (this._x = 0); this.mapPosY = (this._y = 0); var obj = {}; if (data.onBegin) { data.onBegin(this, obj); } if (data.onStart) { data.onStart(this, obj); } if (this.freezeCheck) { this.freeDragMap(); } } if (this.debugMap) { newLevelObj.onMouseDown = function () { this._parent.consoleMsg(((((((("mousex " + ((this._xmouse - data.dataStartX) - data.startX)) + ", mousey ") + ((this._ymouse - data.dataStartY) - data.startY)) + "\r") + "tilex ") + Math.floor(((this._xmouse - data.dataStartX) - data.startX) / 16)) + ", tiley ") + Math.floor(((this._ymouse - data.dataStartY) - data.startY) / 16), 10); }; this.drawInfo(); } }; p.freeDragMap = function () { this.doEffect("pause", 0); this.mapObj.root = this; this.tmpSaveX = this._x; this.tmpSaveY = this._y; this.mapObj.onEnterFrame = function () { if (Key.isDown(32)) { delete this.onEnterFrame; delete this.root.onPress; delete this.root.onRelease; delete this.root.onReleaseOutside; this.root._x = this.root.tmpSaveX; this.root._y = this.root.tmpSaveY; delete this.root.tmpSaveX; delete this.root.tmpSaveY; this.root.doEffect("pause", 1); } }; this.onPress = function () { this.startDrag(); }; this.onRelease = (this.onReleaseOutside = function () { this.stopDrag(); }); }; MME.Trans = function () { this.scrollType = null; this.oldMap = null; this.oldMapData = null; this.active = false; this.data1 = 0; this.subMode = 0; this.startX = 0; this.startY = 0; this.endX = 0; this.endY = 0; this.megamanPos = 0; }; MME.Trans.prototype = new MME.EmptyActiveObj(); MME.Trans.prototype.setTrans = function (data, oldMap, newMap) { this.data = data; this.oldMap = oldMap; this.newMap = newMap; this.scrollType = data.scrollType; this.active = true; this.data1 = 0; this.subMode = 0; this.root.doEffect("destroy", 0, true); this.root.megamanLink.active = false; newMap._x = ((oldMap._x + oldMap.startX) + data.offsetX) - newMap.startX; newMap._y = ((oldMap._y + oldMap.startY) + data.offsetY) - newMap.startY; this.root.mapPosX = (oldMap._x + oldMap.startX) + data.offsetX; this.root.mapPosY = (oldMap._y + oldMap.startY) + data.offsetY; newMap.offsetX = newMap.offsetX + this.root.mapPosX; newMap.offsetY = newMap.offsetY + this.root.mapPosY; switch (newMap.scroll) { case 0 : case 2 : this.root.mapPosX = this.root.mapPosX + data.newScroll; break; case 1 : case 3 : this.root.mapPosY = this.root.mapPosY + data.newScroll; } this.startX = this.root._x; this.startY = this.root._y; switch (this.scrollType) { case "down" : this.endY = -240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = data.push; break; case "up" : this.endY = 240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = -data.push; break; case "right" : this.endX = -256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = data.push; break; case "left" : this.endX = 256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = -data.push; break; } if (data.newScroll < 0) { switch (newMap.scroll) { case 0 : case 2 : this.setScrollX = 0; this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); break; case 1 : case 3 : this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = 0; } } else { this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); } this.root.megamanLink.megaman.damageSpark._visible = false; this.root.megamanLink.megaman._visible = true; this.root.warnChange(); }; MME.Trans.prototype.destroy = function () { this.root.megamanLink.active = true; this.root.megamanLink.transferFix = false; this.root.unregisterDepth(this.oldMap.getDepth()); this.oldMap.removeMovieClip(); if (this.newMap.onStart) { this.newMap.onStart(this.root, this); } if (this.root.freezeCheck) { this.root.freeDragMap(); } }; MME.Trans.prototype.control = function (f) { with (this) { if (subMode == 0) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (setScrollX * (data1 / -60)); root._y = startY - (setScrollY * (data1 / -60)); if (data1 == 60) { data1 = 0; subMode = 1; startX = root._x; startY = root._y; } } else if (subMode == 1) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (endX * (data1 / -60)); root._y = startY - (endY * (data1 / -60)); switch (scrollType) { case "up" : case "down" : root.megamanLink.megaman._y = megStart - (megEnd * (data1 / (-60))); break; case "left" : case "right" : root.megamanLink.megaman._x = megStart - (megEnd * (data1 / (-60))); } with (root.megamanLink.megaman) { if (mode == "climb") { } } if (data1 == 60) { subMode = 2; } } else if (subMode == 2) { root.destroySelf(this); } } }; MME.KeyCatcher = function () { this.reportObj = null; this.reportProp = null; this.list = new Object(); Key.addListener(this); }; MME.KeyCatcher.prototype = new MovieClip(); MME.KeyCatcher.prototype.setReport = function (func, obj) { this.reportFunc = func; this.reportObj = obj; }; MME.KeyCatcher.prototype.blockKey = function (keyCode) { this.list[keyCode] = 2; }; MME.KeyCatcher.prototype.onKeyDown = function () { if (this.list[Key.getCode()] != 2) { this.list[Key.getCode()] = 1; } }; MME.KeyCatcher.prototype.onKeyUp = function () { if (this.list[Key.getCode()]) { if (((this.list[Key.getCode()] != 2) && (this.reportObj)) && (this.reportFunc)) { this.reportFunc(this.reportObj, Key.getCode()); } this.list[Key.getCode()] = 0; } }; MME.KeyCatcher.prototype.destroy = function () { this.root.unregisterDepth(this.getDepth()); Key.removeListener(this); this.subRemoveMovieClip(); }; MME.KeyCatcher.prototype.subRemoveMovieClip = MME.KeyCatcher.prototype.removeMovieClip; MME.KeyCatcher.prototype.removeMovieClip = function () { Key.removeListener(this); this.subRemoveMovieClip(); }; MME.Movie = function () { this.active = true; this.complete = false; this.isComplete = false; this.isPlaying = this._totalframes > 1; this.frame = 0; this.reportList = []; this.clipList = {}; if (!this.onComplete) { this.onComplete = null; } }; MME.Movie.prototype = new MME.ActiveClip(); MME.Movie.prototype.gts = MME.Movie.prototype.gotoAndStop; MME.Movie.prototype.gtp = MME.Movie.prototype.gotoAndPlay; MME.Movie.prototype.s = MME.Movie.prototype.stop; MME.Movie.prototype.p = MME.Movie.prototype.play; MME.Movie.prototype.gotoAndStop = function (frame) { this.isPlaying = false; this.gts(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.gotoAndPlay = function (frame) { this.isPlaying = true; this.gtp(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.stop = function () { this.isPlaying = false; this.s(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.stopClip = function (name) { delete this.clipList[name]; }; MME.Movie.prototype.control = function (f) { if (this.isPlaying) { var inc = Math.floor(this.frame); var cFrm = Math.floor((this.frame = this.frame + f)); while (this.isPlaying && (inc < cFrm)) { inc++; while (inc > this._totalframes) { inc = inc - (this._totalframes - 1); cFrm = cFrm - (this._totalframes - 1); this.frame = this.frame - (this._totalframes - 1); } this.gts(Math.floor(inc) + 1); this.onEnterFrame2(); } if (this.isPlaying) { for (var i in this.reportList) { this.reportList[i].control(f); } for (var i in this.clipList) { with (this.clipList[i]) { frm = frm + f; while (frm > _totalframes) { frm = frm - (_totalframes - 1); } gotoAndStop(Math.floor(frm)); } } } } if ((this.complete || (this.root.cheatSkipMov)) && (!this.isComplete)) { this.isComplete = true; if (this.onComplete) { this.onComplete(); } } if (((!this.complete) || (!this.root.cheatSkipMov)) && (this.isComplete)) { this.isComplete = false; } }; Array.prototype.addItem = function (data) { this[this.length] = data; }; Array.prototype.removeItem = function (index) { this.splice(index, 1); }; ASSetPropFlags(Array.prototype, ["addItem", "removeItem"], 1); MME.LocArray = function () { var rArr = {}; var i = 0; while (i <= (arguments.length - 1)) { arguments[i + 3] = arguments[i + 3] + arguments[i + 1]; arguments[i + 4] = arguments[i + 4] + arguments[i + 2]; var y = arguments[i + 2]; while (y <= (arguments[i + 4] - 1)) { if (!rArr[y]) { rArr[y] = {}; } var x = arguments[i + 1]; while (x <= (arguments[i + 3] - 1)) { rArr[y][x] = arguments[i]; x++; } y++; } i = i + 5; } return(rArr); }; p.consoleMsg = function (msg, timeout) { this.console.showMsg(msg, (timeout ? (timeout) : 3)); }; MME.HealthSys = function (max, reset, clip) { this.clip = null; this.health = 0; this.max = 0; this.min = 0; this.dead = false; if (max) { this.setMax(max); } if (clip) { this.setClip(clip); } if (reset) { this.reset(); } }; MME.HealthSys.prototype.setClip = function (clip) { this.clip = clip; this.checkClip(); }; MME.HealthSys.prototype.detachClip = function () { this.clip = null; }; MME.HealthSys.prototype.checkClip = function () { if (this.clip) { if (this.max != this.min) { this.clip.gotoAndStop((Math.floor((this.health / (this.max - this.min)) * (this.clip._totalframes - 1)) + 1) + this.min); } else { this.clip.gotoAndStop(1); } } }; MME.HealthSys.prototype.setMax = function (max, reset) { if ((this.health > ((this.max = max))) || (reset)) { this.health = max; } this.dead = this.health <= this.min; this.checkClip(); }; MME.HealthSys.prototype.setMin = function (min) { if (this.health <= ((this.min = min))) { this.health = min; this.dead = true; } this.checkClip(); }; MME.HealthSys.prototype.set = function (health) { var preHealth = this.health; if (((this.health = health)) <= this.min) { this.health = this.min; this.dead = true; } else if (health >= this.max) { this.health = this.max; this.dead = false; } else { this.dead = false; } this.checkClip(); return(preHealth - this.health); }; MME.HealthSys.prototype.adj = function (change) { return(this.set(this.health + change)); }; MME.HealthSys.prototype.kill = function () { var preHealth = this.health; this.health = this.min; this.dead = true; this.checkClip(); return(preHealth - this.min); }; MME.HealthSys.prototype.reset = function () { this.health = this.max; this.dead = false; this.checkClip(); }; MME.TransObj = function (root) { this.root = root; this.list = []; }; MME.TransObj.prototype = new MME.EmptyActiveObj(); MME.TransObj.prototype.destroy = function () { for (var i in this.list) { this.root.unregisterDepth(this.list[i].getDepth()); this.list[i].removeMovieClip(); } this.list = []; }; MME.TransObj.prototype.addClip = function (clip, depthType, x, y, frame) { var npos = this.getPos(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType)))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.TransObj.prototype.addClipTile = function (clip, depthType, x, y, frame) { var npos = this.getPosTile(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType), new EmptyActiveClip()))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.Pause = function (timeout, onComplete, data) { this.active = true; this.data1 = timeout; this.onComplete = onComplete; this.data = data; }; MME.Pause.prototype = new MME.EmptyActiveObj(); MME.Pause.prototype.control = function (f) { if (((this.data1 = this.data1 - f)) <= 0) { this.onComplete(this.data); this.active = false; root.destroyActiveObj(root.findActiveObj(this)); } }; MME.MovieShow = function () { this.show = []; this.pos = 0; this.keyIsDown = false; this.canSkip = false; this.isDown(); this.endTime = 0; this.const = {}; this.onComplete = null; this.active = false; }; MME.MovieShow.prototype.isDown = function () { if ((Key.isDown(32) || (Key.isDown(13))) || (Key.isDown(this.root.key.keyStart))) { if (!this.keyIsDown) { this.keyIsDown = true; return(this.canSkip); } } else { this.keyIsDown = false; } return(false); }; MME.MovieShow.prototype.destroy = function () { if (this.pos <= (this.show.length - 1)) { this.show[this.pos].destroy(); } }; MME.MovieShow.prototype.init = function (onComplete) { var waitTime = 0; var index = 0; this.onComplete = onComplete; var i = 1; while (i <= (arguments.length - 1)) { switch (typeof(arguments[i])) { case "object" : case "movieclip" : this.show[index] = arguments[i]; this.show[index].wait = waitTime; this.show[index].playMov = false; this.show[index].root = this.root; this.show[index++].parent = this; waitTime = 0; break; case "number" : waitTime = waitTime + arguments[i]; } i++; } this.endTime = waitTime; this.pos = 0; this.active = true; }; MME.MovieShow.prototype.control = function (f) { if (this.show[this.pos].playMov) { if (this.show[this.pos].onTick(f) || (this.isDown())) { this.show[this.pos].destroy(); if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); } } } else { if (this.isDown()) { if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); return(undefined); } } if (((this.show[this.pos].wait = this.show[this.pos].wait - f)) <= 0) { this.show[this.pos].create(); this.show[this.pos].playMov = true; this.control(0); } } }; p.resetKeys = function (type) { switch (type) { case 1 : this.key.keyJump = 90; this.key.keyShoot = 88; this.key.keyLeft = Key.LEFT; this.key.keyRight = Key.RIGHT; this.key.keyUpward = Key.UP; this.key.KeyDownward = Key.DOWN; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); return; case 2 : this.key.keyJump = 191; this.key.keyShoot = 190; this.key.keyLeft = 65; this.key.keyRight = 68; this.key.keyUpward = 87; this.key.KeyDownward = 83; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); } }; p.chkPlatformH = function (a, b, y, p) { with (p) { return(!(((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2))))); } }; p.canMoveHorizontal = (p.chkMapH = function (a, b, x) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((x > x1) && (x < x2)) && ((((a <= y1) && (b >= y1)) || ((a <= y2) && (b >= y2))) || ((a >= y1) && (b <= y2)))) { return(false); } } } b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); a = Math.floor((a - offsetY) / 16); while (a <= b) { if (map[a][x] == 2) { return(false); } a++; } return(true); } }); p.canMoveVertical = (p.chkMapV = function (a, b, y, o) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2)))) { return(false); } } } b = Math.floor((b - offsetX) / 16); y = Math.floor((y - offsetY) / 16); a = Math.floor((a - offsetX) / 16); while (a <= b) { if ((map[y][a] == 2) || (o && (map[y][a] == 3))) { return(false); } a++; } return(true); } }); p.canMoveBox = (p.chkMapBX = function (x, y, a, b, o) { with (this.mapObj) { a = Math.floor((a - offsetX) / 16); b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); while (x <= a) { y = Math.floor((y - offsetY) / 16); while (y <= b) { if ((map[y][x] == 2) || (o && (map[y][x] == 3))) { return(false); } y++; } x++; } return(true); } }); p.canMovePos = (p.chkMapPos = function (x, y, o) { with (this.mapObj) { return((o ? ((map[(y = Math.floor((y - offsetY) / 16))][(x = Math.floor((x - offsetX) / 16))] == 2) || (map[y][x] == 3)) : (map[Math.floor((y - offsetY) / 16)][Math.floor((x - offsetX) / 16)] == 2))); } }); p.prepareSound = function (soundID) { if (!this.soundList[soundID]) { this.soundList[soundID] = []; } var index = this.soundList[soundID].length; this.soundList[soundID][index] = new Sound(this); this.soundList[soundID][index].attachSound(soundID); this.soundList[soundID][index].root = this; return(this.soundList[soundID][index]); }; p.startSound = function (sound, loop, start) { var snd = this.soundList[sound]; if (!snd) { var out = this.prepareSound(sound); out.start((start ? (start) : 0), (loop ? 1000000000 : 0)); out.loopin = loop; return(out); } var i = 0; while (i <= (snd.length - 1)) { if (!snd[i].position) { snd[i].start((start ? (start) : 0), (loop ? 1000000000 : 0)); snd[i].loopin = loop; return(snd[i]); } i++; } var out = this.prepareSound(sound); out.start(0, (loop ? 1000000000 : 0)); out.loopin = loop; return(out); }; p.stopSound = function (sound) { var snd = this.soundList[sound]; var i = 0; while (i <= (snd.length - 1)) { if (snd[i].position) { snd[i].stop(sound); } i++; } }; p.setBGmusic = function (snd) { this.sndBGmusic = snd; }; p.stopBGmusic = function () { this.stopSound(this.sndBGmusic); }; p.startBGmusic = function () { this.startSound(this.sndBGmusic); }; p.changeDepths = function (obj, newType) { var oldDepth = obj.getDepth(); obj.swapDepths(this.registerDepth(newType)); this.unregisterDepth(oldDepth); }; p.registerDepth = function (type) { var index = 0; switch (type) { case "lower" : index = 100; break; case "low" : index = 200; break; case "high" : index = 300; break; case "fg" : index = 400; break; case "powerfg" : index = 500; } while (this.depthList[index]) { index++; } this.depthList[index] = true; return(index); }; p.unregisterDepth = function (depth) { this.depthList[depth] = false; }; p.registerEnemy = function (obj) { var returnIndex = this.eList.length; this.eList[returnIndex] = obj; return(returnIndex); }; p.unregisterEnemy = function (obj) { for (var i in this.eList) { if (obj == this.eList[i]) { this.eList.removeItem(i); } } }; p.getRoot = function (obj) { obj.root = this; return(obj); }; p.SetRoot = function (root) { this.root = root; }; p.attachMov = function (clipID, newDepth, initObj) { if (!initObj) { initObj = {root:this}; } else { initObj.root = this; } return(this.attachMovie(clipID, (clipID + "_") + newDepth, newDepth, initObj)); }; p.attachObjMov = function (clipID, depthType, attachFirst) { return(this.attachObj(this.attachMov(clipID, this.registerDepth(depthType)), attachFirst)); }; p.attachObj = function (obj, startOfList) { obj.root = this; if (startOfList) { this.activeObj.unshift(obj); } else { this.activeObj.addItem(obj); } return(obj); }; p.findActiveObj = function (obj) { var ica = 0; while (ica <= (this.activeObj.length - 1)) { if (this.activeObj[ica] == obj) { return(ica); } ica++; } return(-1); }; p.destroyActiveObj = function (index) { if (index >= 0) { var obj = this.activeObj[index]; this.activeObj.splice(index, 1); obj.destroy(); } }; p.destroySelf = function (obj) { this.destroyActiveObj(this.findActiveObj(obj)); }; p.unloadAll = function () { this.doEffect("destroy"); this.megamanLink = null; this.unregisterDepth(mapObj.getDepth()); this.mapObj.removeMovieClip(); }; p.doEffect = function (effect, direction, special) { if (effect == "pause") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { if (!this.activeObj[rmg].altActive) { this.activeObj[rmg].altActive = this.activeObj[rmg].active; this.activeObj[rmg].active = false; } rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { if (this.activeObj[rmf].altActive != undefined) { this.activeObj[rmf].active = this.activeObj[rmf].altActive; delete this.activeObj[rmf].altActive; } rmf++; } } } else if (effect == "hide") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { this.activeObj[rmg].hide(special); rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { this.activeObj[rmf].show(special); rmf++; } } } else if (effect == "destroy") { while (this.activeObj.length > (special ? 1 : 0)) { var pos = (((special && (this.megamanLink)) && (this.findActiveObj(this.megamanLink) == 0)) ? 1 : 0); this.destroyActiveObj(pos); } } }; MME.CheatSystem = function (parent, pProp) { this.pProp = pProp; this.str = ""; this.max = 0; this.parent = parent; this.cheatSpeedUp = 0; this.cheatFBF = 0; var i = 0; while (i <= (this.lib.length - 1)) { if (this.lib[i].str.length > this.max) { this.max = this.lib[i].str.length; } i++; } _global.onOrOff = function (bool) { return((bool ? "on" : (((bool == undefined) ? "error" : "off")))); }; Key.removeListener(_global.globalListen); _global.globalListen = {onKeyDown:function () { this.parent.onKeyDown(); }, onKeyUp:function () { this.parent.onKeyUp(); }, parent:this}; Key.addListener(_global.globalListen); }; MME.CheatSystem.prototype.onKeyDown = function () { if (this.cheatSpeedUp && (Key.getCode() == 192)) { this.parent.speed = 2; } }; MME.CheatSystem.prototype.onKeyUp = function () { with (this) { if (((str = str + String.fromCharCode(Key.getAscii()).toLowerCase())).length > max) { str = str.substring(1, max + 1); } var i = 0; while (i <= (lib.length - 1)) { if (str.indexOf(lib[i].str) >= 0) { str = ""; parent.iWasntHere = lib[i].command; parent.consoleMsg(parent.iWasntHere(parent), 3); delete parent.iWasntHere; } i++; } if (cheatSpeedUp && (Key.getCode() == 192)) { parent.speed = 1; } } }; MME.CheatSystem.prototype.lib = [new LibItem("sloth", function (parent) { parent.speed = ((parent.speed != 0.25) ? 0.25 : 1); return("speed = " + parent.speed); }), new LibItem("supersonic", function (parent) { parent.speed = ((parent.speed != 3) ? 3 : 1); return("speed = " + parent.speed); }), new LibItem("sonic", function (parent) { parent.speed = ((parent.speed != 2) ? 2 : 1); return("speed = " + parent.speed); }), new LibItem("prescan", function (parent) { parent.freezeCheck = !parent.freezeCheck; return("freeze check mode " + onOrOff(parent.freezeCheck)); }), new LibItem("disturb", function (parent) { parent.disturb = !parent.disturb; return("disturb mode is " + onOrOff(parent.disturb)); }), new LibItem("squint", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 0.5) ? 0.5 : 1); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("toomanyenemies", function (parent) { parent.speed = ((parent.speed != 0.5) ? 0.5 : 1); return("speed = " + parent.speed); }), new LibItem("whatsup", function (parent) { parent.parent.fpsButton._visible = !parent.parent.fpsButton._visible; return("fps counter " + onOrOff(parent.parent.fpsButton._visible)); }), new LibItem("selfpoke", function (parent) { parent.megamanLink.megaman.strike({stop:function () { }}, 1); return("stop poking yourself"); }), new LibItem("poke", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 1); i++; } return("stop poking me"); }), new LibItem("powerlag", function (parent) { parent.forceLag = ((parent.forceLag != 4) ? 4 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 4; return("forced lag = " + parent.forceLag); }), new LibItem("fceultra", function (parent) { parent.chtSys.cheatSpeedUp = !parent.chtSys.cheatSpeedUp; return("fceultra mode " + onOrOff(parent.chtSys.cheatSpeedUp)); }), new LibItem("flyby", function (parent) { parent.parent.resizeBlock.play(); return("flyby animation triggered"); }), new LibItem("scale", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 1) ? 1 : 2); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("apocalypse", function (parent) { parent.unloadAll(); return("all data unloaded"); }), new LibItem("bluebits", function (parent) { parent.megamanLink.megaman.death(); return(("die " + (parent.char ? "proto" : "mega")) + "man die"); }), new LibItem("kablammo", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 9999); i++; } return("enemies damaged by 9999"); }), new LibItem("mario", function (parent) { parent.megamanLink.megaman.cheatSuperJump = !parent.megamanLink.megaman.cheatSuperJump; return("super jump " + onOrOff(parent.megamanLink.megaman.cheatSuperJump)); }), new LibItem("takethis", function (parent) { parent.megamanLink.megaman.cheatPowerShot = !parent.megamanLink.megaman.cheatPowerShot; return("power shot " + onOrOff(parent.megamanLink.megaman.cheatPowerShot)); }), new LibItem("getoverit", function (parent) { parent.megamanLink.megaman.cheatFlySlide = !parent.megamanLink.megaman.cheatFlySlide; return("fly slide " + onOrOff(parent.megamanLink.megaman.cheatFlySlide)); }), new LibItem("debugmap", function (parent) { parent.debugMap = !parent.debugMap; return("debug map " + onOrOff(parent.debugMap)); }), new LibItem("checkmap", function (parent) { parent.drawInfo(); return("map data drawn"); }), new LibItem("canttouchthis", function (parent) { parent.megamanLink.megaman.cheatHealth = !parent.megamanLink.megaman.cheatHealth; return("invulnerability"); }), new LibItem("blind", function (parent) { if ((parent.blinded = !parent.blinded)) { parent.doEffect("hide", 0, "forceHide"); return("all sprites hidden"); } parent.doEffect("hide", 1); return("all sprites unhidden"); }), new LibItem("laggin", function (parent) { parent.forceLag = ((parent.forceLag != 3) ? 3 : 0); parent.forceMax = false; return("forced lag = " + parent.forceLag); }), new LibItem("stfu", function (parent) { parent.cheatSkipMov = !parent.cheatSkipMov; return("skip movies " + onOrOff(parent.cheatSkipMov)); }), new LibItem("icantakeit", function (parent) { parent.forceLag = 0; parent.forceMax = !parent.forceMax; return("full speed " + onOrOff(parent.forceMax)); }), new LibItem("quirky", function (parent) { parent.removeLimit = !parent.removeLimit; return("20fps lag limit " + onOrOff(parent.removeLimit)); }), new LibItem("whatthecrap", function (parent) { parent.forceLag = ((parent.forceLag != 8) ? 8 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 8; return("forced lag = " + parent.forceLag); }), new LibItem("smooth", function (parent) { parent._quality = ((parent._quality != "BEST") ? "BEST" : "LOW"); return("movie quality = " + parent._quality); }), new LibItem("softreset", function (parent) { parent.reloadGame(); return("reset game"); }), new LibItem("freakylag", function (parent) { if (parent.freakyLagClip) { parent.forceLag = 0; parent.freakyLag.removeMovieClip(); return("freaky lag off"); } parent.forceLag = (Math.random() * 2) + 1; parent.forceMax = false; parent.removeLimit = false; var clip = parent.createEmptyMovieClip("freakyLagClip", parent.registerDepth("bg")); clip.control = function () { this.root.forceLag = (Math.random() * 2) + 1; }; clip.active = true; parent.attachObj(clip); return("freaky lag on"); })]; p.warnChange = function () { this.cfa = -1; }; p.onEnterFrame = function () { with (this) { var currentTime = getTimer(); var f = ((currentTime - lastTime) / 16.6666666666667); while (f < forceLag) { f = (((currentTime = getTimer())) - lastTime) / 16.6666666666667; } if (forceMax) { f = 1; } else if ((((f = f * speed)) > 2.7) && (!removeLimit)) { f = 2.7; } if (f < (forceLag - 1)) { return(null); } lastTime = currentTime; if (onEnterFrameSub) { onEnterFrameSub(); onEnterFrameSub = null; } var l = (activeObj.length - 1); var i = 0; while (i <= l) { if (activeObj[i].active) { activeObj[i].control(f); } i++; } if (parent.fpsButton._visible) { var acTime = (getTimer() - currentTime); fps.text = ((Math.floor(60 / f) + "/60 (") + ((acTime < 10) ? ("0" + acTime) : (acTime))) + ")"; } } }; delete p; #endinitclipSymbol 154 MovieClip [displayFont] Frame 1#initclip 65 function DisplayFont() { this.pX = 0; this.pY = 0; this.maxWidth = 0; this.height = 0; this.width = 0; this.letters = []; this.index = 0; this.draw(); } var p = ((DisplayFont.prototype = new MME.ActiveClip())); Object.registerClass("displayFont", DisplayFont); p.draw = function () { with (this) { letters = []; str = str.toString().toLowerCase(); pX = 0; pY = 0; maxWidth = 0; index = 0; var list = []; var i = 0; while (i <= (str.length - 1)) { list[i] = str.charAt(i); i++; } addLetters(list); if (align == "center") { _x = _x - ((maxWidth * charWidth) / 2); } else if (align == "right") { _x = _x - ((maxWidth + 1) * charWidth); } } }; p.addLetters = function (list) { with (this) { var i = 0; while (i <= (list.length - 1)) { if (pX > maxWidth) { maxWidth = pX; } if (list[i] != " ") { if (list[i] == "\r") { pX = -1; pY++; } else { letters[index] = attachMovie(font, "font_" + index, index++, {symbol:list[i], rgb:(this.fontColor ? (this.fontColor) : 16777215), _x:charWidth * pX, _y:charHeight * pY}); } } i++; pX++; } height = charHeight * (pY + 1); width = charWidth * (maxWidth + 1); clear(); var drawBG = (typeof(this.bgColor) == "number"); lineStyle(0, (drawBG ? (this.bgColor) : 0), (drawBG ? 100 : 0)); beginFill((drawBG ? (this.bgColor) : 0), (drawBG ? 100 : 0)); moveTo(0, 0); lineTo(width, 0); lineTo(width, height); lineTo(0, height); lineTo(0, 0); endFill(); } }; p.erase = function () { this.clear(); for (var i in this.letters) { this.letters[i].removeMovieClip(); } }; p.reset = function () { this.erase(); this.draw(); }; p.charWidth = 8; p.charHeight = 8; delete p; #endinitclipSymbol 358 MovieClip [megaman] Frame 1#initclip 86 Object.registerClass("megaman", MME.Megaman); #endinitclipSymbol 367 MovieClip [megamanDeathSpark] Frame 1#initclip 78 Object.registerClass("MegamanDeathSpark", MME.Death); #endinitclipSymbol 388 MovieClip [megamanPellet] Frame 1#initclip 60 Object.registerClass("megamanPellet", MME.MegamanPellet); #endinitclipSymbol 413 MovieClip [pickupSprite] Frame 1#initclip 87 Object.registerClass("pickupSprite", MME.Pickup); #endinitclipSymbol 499 MovieClip [samusSprite] Frame 1#initclip 56 Object.registerClass("samusSprite", MME.SamusBoss); #endinitclipSymbol 510 MovieClip [samusBombSprite] Frame 1#initclip 55 Object.registerClass("samusBombSprite", MME.SamusBossBomb); #endinitclipSymbol 513 MovieClip [samusPelletSprite] Frame 1#initclip 54 Object.registerClass("samusPelletSprite", MME.SamusBossPellet); #endinitclipSymbol 526 MovieClip [megamanDamagedSpark] Frame 1#initclip 53 Object.registerClass("megamanDamagedSpark", MME.ActiveClip); #endinitclipSymbol 539 MovieClip [zoomer] Frame 1#initclip 52 Object.registerClass("zoomer", MME.Zoomer); #endinitclipSymbol 545 MovieClip [metroidMainMenu] Frame 1#initclip 51 Object.registerClass("metroidMainMenu", MME.MegamanMenu); #endinitclipInstance of Symbol 154 MovieClip [displayFont] in Symbol 545 MovieClip [metroidMainMenu] Frame 1//component parameters onClipEvent (initialize) { str = "version 1.2"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 545 MovieClip [metroidMainMenu] Frame 1//component parameters onClipEvent (initialize) { str = "by"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 545 MovieClip [metroidMainMenu] Frame 1//component parameters onClipEvent (initialize) { str = "staticreator"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; } onClipEvent (load) { this.mouseIsDown = false; } on (rollOver) { var tColor = new Color(this); tColor.setRGB(16711680); mouseIsOver = true; } on (rollOut) { var tColor = new Color(this); tColor.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); mouseIsOver = false; } on (press) { this.mouseIsDown = true; } on (release) { if (this.mouseIsDown) { this.getURL("http://www.brokenfunction.com", "_blank"); this.mouseIsDown = false; } } on (releaseOutside) { this.mouseIsDown = false; }Symbol 546 MovieClip [keyCatcherMetroid] Frame 1#initclip 50 Object.registerClass("keyCatcherMetroid", MME.KeyCatcher); #endinitclipSymbol 556 MovieClip [blueBubbleDoor] Frame 1#initclip 49 Object.registerClass("blueBubbleDoor", MME.BubbleDoor); #endinitclipSymbol 565 MovieClip [skree_sprite] Frame 1#initclip 48 Object.registerClass("skree_sprite", MME.Skree); #endinitclipSymbol 569 MovieClip [redRipperSprite] Frame 1#initclip 47 Object.registerClass("redRipperSprite", MME.Ripper); #endinitclipSymbol 572 MovieClip [skreeDeathSpark] Frame 1#initclip 46 Object.registerClass("skreeDeathSpark", MME.ActiveClip); #endinitclipSymbol 577 MovieClip [rioSprite] Frame 1#initclip 45 Object.registerClass("rioSprite", MME.Rio); #endinitclipSymbol 584 MovieClip [redBubbleDoor] Frame 1#initclip 44 Object.registerClass("redBubbleDoor", MME.BubbleDoor); #endinitclipSymbol 592 MovieClip [metroidMenuIntro] Frame 1#initclip 43 Object.registerClass("metroidMenuIntro", MME.Movie); #endinitclip this.complete = false;Instance of Symbol 154 MovieClip [displayFont] in Symbol 592 MovieClip [metroidMenuIntro] Frame 40//component parameters onClipEvent (initialize) { str = "version 1.2"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 592 MovieClip [metroidMenuIntro] Frame 40//component parameters onClipEvent (initialize) { str = "by"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 592 MovieClip [metroidMenuIntro] Frame 40//component parameters onClipEvent (initialize) { str = "staticreator"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; } onClipEvent (load) { this.mouseIsDown = false; } on (rollOver) { var tColor = new Color(this); tColor.setRGB(16711680); mouseIsOver = true; } on (rollOut) { var tColor = new Color(this); tColor.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); mouseIsOver = false; } on (press) { this.mouseIsDown = true; } on (release) { if (this.mouseIsDown) { this.getURL("http://www.brokenfunction.com", "_blank"); this.mouseIsDown = false; } } on (releaseOutside) { this.mouseIsDown = false; }Symbol 592 MovieClip [metroidMenuIntro] Frame 136this.stop(); this.complete = true;Symbol 622 MovieClip [sandRedBlue_5] Frame 1#initclip 42 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclipSymbol 628 MovieClip [sinkySand_6] Frame 1#initclip 41 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclipSymbol 631 MovieClip [sinkySand_8_base] Frame 1#initclip 40 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclipSymbol 634 MovieClip [sinkySand_12] Frame 1#initclip 83 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclipSymbol 643 MovieClip [sinkySand_62_base] Frame 1#initclip 26 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclipSymbol 659 MovieClip [altRipperSprite] Frame 1#initclip 27 Object.registerClass("altRipperSprite", MME.Ripper); #endinitclipSymbol 670 MovieClip [altZoomerSprite] Frame 1#initclip 28 Object.registerClass("altZoomerSprite", MME.Zoomer); #endinitclipSymbol 681 MovieClip [blueAltZoomerSprite] Frame 1#initclip 29 Object.registerClass("blueAltZoomerSprite", MME.Zoomer); #endinitclipSymbol 691 MovieClip [altZebSprite] Frame 1#initclip 30 Object.registerClass("altZebSprite", MME.Zeb); #endinitclipSymbol 694 MovieClip [MBbubbleSprite] Frame 1#initclip 31 Object.registerClass("MBbubbleSprite", MME.MBbubble); #endinitclipSymbol 704 MovieClip [blueWaverSprite] Frame 1#initclip 32 Object.registerClass("blueWaverSprite", MME.Waver); #endinitclipSymbol 721 MovieClip [bubbleSprite] Frame 1#initclip 33 Object.registerClass("bubbleSprite", MME.Bubble); #endinitclipSymbol 731 MovieClip [redZebSprite] Frame 1#initclip 34 Object.registerClass("redZebSprite", MME.Zeb); #endinitclipSymbol 741 MovieClip [redZoomerSprite] Frame 1#initclip 35 Object.registerClass("redZoomerSprite", MME.Zoomer); #endinitclipSymbol 745 MovieClip [ripperSprite] Frame 1#initclip 36 Object.registerClass("ripperSprite", MME.Ripper); #endinitclipSymbol 752 MovieClip [spitFireBodySprite] Frame 1#initclip 37 Object.registerClass("spitFireBodySprite", MME.SpitFireBody); #endinitclipSymbol 759 MovieClip [spitFireFlameSprite] Frame 1#initclip 38 Object.registerClass("spitFireFlameSprite", MME.SpitFireFlame); #endinitclipSymbol 769 MovieClip [waverSprite] Frame 1#initclip 39 Object.registerClass("waverSprite", MME.Waver); #endinitclipSymbol 772 MovieClip Frame 1#initclip 23 MME.DeathObj = function () { this.active = false; this.list = []; this.d1 = 0; }; var p = ((MME.DeathObj.prototype = new MME.ActiveGroup())); p.init = function (sparkMov) { var mda = 0; while (mda <= 12) { this.addClip("spark" + mda, sparkMov, "high"); mda++; } this.d1 = 0; this.attachClips(); super.init(); }; p.start = function (x, y) { var mda = 0; while (mda <= 8) { var sparkX = (2 * Math.sin((Math.PI/4) * mda)); var sparkY = (2 * Math.cos((Math.PI/4) * mda)); this["spark" + mda].start(x + sparkX, y - sparkY, sparkX, sparkY); mda++; } this.spark9.start(x, y, 0.75, 0); this.spark10.start(x, y, -0.75, 0); this.spark11.start(x, y, 0, 0.75); this.spark12.start(x, y, 0, -0.75); this.active = true; }; p.control = function (f) { if (((this.d1 = this.d1 + f)) >= 300) { this.root.destroySelf(this); } else { var rma = 0; while (rma <= 12) { if (this["spark" + rma].active) { this["spark" + rma].control(f); } rma++; } } }; delete p; MME.Death = function () { super(); this._visible = false; this.active = false; }; var p = ((MME.Death.prototype = new MME.ActiveClip())); p.start = function (x, y, dirX, dirY) { this._x = x; this._y = y; this.dirX = dirX; this.dirY = dirY; this.active = true; this._visible = true; }; p.control = function (f) { with (this) { _x = _x + (dirX * f); _y = _y + (dirY * f); } }; delete p; #endinitclipSymbol 774 MovieClip Frame 1#initclip 22 MME.Image = function () { }; var p = ((MME.Image.prototype = new MME.ClearActiveObj())); p.hide = function () { this._visible = false; }; p.show = function () { this._visible = true; }; delete p; #endinitclipSymbol 786 MovieClip Frame 1#initclip 21 MME.MegamanObj = function () { super(); this.transferFix = false; this.active = false; this.ani = false; this.grabAI = null; this.shotLength = -1; this.skinID = ""; this.shots = []; this.shotLength = 0; this.preventStart = false; this.megamanClip = ""; this.wpnBar = null; this.megHealthBar = null; this.onComplete = null; }; var p = ((MME.MegamanObj.prototype = new MME.ActiveGroup())); p.wpnLst = {}; p.registerSkin = function (id, inherit, data) { this.wpnLst[id] = data; data.inherit = inherit; }; p.compileSkin = function (id) { var hld = this.wpnLst[id]; var obj = {clips:{}, options:{}, inherit:hld.inherit}; for (var i in hld.clips) { obj.clips[i] = hld.clips[i]; } for (var i in hld.options) { obj.options[i] = hld.options[i]; } while (typeof(obj.inherit) == "string") { var obj2 = {clips:{}, options:{}, inherit:((hld = this.wpnLst[obj.inherit])).inherit}; for (var i in hld.clips) { obj2.clips[i] = hld.clips[i]; } for (var i in hld.options) { obj2.options[i] = hld.options[i]; } obj = this.applyObj(obj2, obj); } return(obj); }; p.applyObj = function (obj, chng) { for (var i in chng.clips) { obj.clips[i] = chng.clips[i]; } for (var i in chng.options) { obj.options[i] = chng.options[i]; } return(obj); }; p.editSkin = function (id, chngData) { this.wpnLst[id] = this.applyObj(this.wpnLst[id], chngData); }; p.startAni = function (x, y, type, onComplete, dontPlayLandSound) { this.root.readyImage._visible = !type; this.onComplete = onComplete; this.ani = true; this.type = type; this.dontPlayLandSound = dontPlayLandSound; with (this.megaman) { gotoAndStop(25); mode = "teleport"; data1 = 0; data2 = y; data3 = 10; subMode = type == 3; _x = x; _visible = type; active = false; if (type == 2) { data1 = 0; subMode = 1; _y = y; } } }; p.changeSkin = function (id) { var newMeg = (new MME.MegamanObj()); this.root.activeObj.splice(this.root.findActiveObj(this), 0, newMeg); newMeg.root = this.root; newMeg.init(id, this.megHealthBar, this.wpnBar); newMeg.startAni(this.megaman._x, this.megaman._y, 2); newMeg.megaman.gravity = this.megaman.gravity; newMeg.megaman.jumpPower = this.megaman.jumpPower; newMeg.megaman.health.set(this.megaman.health.health); this.root.destroySelf(this); }; p.init = function (skinID, healthBar, weaponBar) { var skinDat = this.compileSkin((this.skinID = skinID)); with (this) { if ((!root.wpnSave) || (root.wpnSave.reset)) { root.wpnSave = {reset:false}; for (var i in wpnLst) { var cmp = this.compileSkin(i); if (cmp.options.max < 0) { root.wpnSave[i] = new MME.HealthSys(1, true, null); root.wpnSave[i].mode = 2; } else { root.wpnSave[i] = new MME.HealthSys(cmp.options.max, true, null); root.wpnSave[i].mode = 1; } } } with (root) { prepareSound("megaman_shoot"); prepareSound("megaman_land"); prepareSound("megaman_teleportland"); prepareSound("megaman_death"); prepareSound("megaman_charge"); prepareSound("megaman_chargefull"); prepareSound("megaman_damage"); prepareSound("healthrestore"); prepareSound("tink"); } addClip("damageSpark", skinDat.clips.extras, "high"); addClip("damageTrio", skinDat.clips.extras, "low"); addClip("slidePuff", skinDat.clips.extras, "low"); addClip("megaman", (this.megamanClip = skinDat.clips.megaman), "high"); var i = ((this.shotLength = skinDat.options.shots - 1)); while (i >= 0) { addClip("shot" + i, skinDat.clips.shot, "high"); i--; } attachClips(); var i = this.shotLength; while (i >= 0) { this.shots[i] = this["shot" + i]; i--; } megaman.fire = skinDat.options.fire; megaman.checkFire = skinDat.options.checkFire; megaman.canCharge = skinDat.options.canCharge; applyClips(megaman); damageSpark.gotoAndStop(1); damageSpark._visible = false; damageTrio._visible = false; damageTrio.tick = 0; damageTrio.pos = 0; slidePuff._visible = false; slidePuff.tick = 0; slidePuff.pos = 0; megaman.deathSpark = skinDat.clips.deathSpark; megaman.health.setClip((this.megHealthBar = healthBar)); this.megHealthBar.setColor(skinDat.options.healthBarColor); var wpnSv = root.wpnSave[skinID]; if (wpnSv.mode == 2) { megaman.weapon = null; weaponBar._visible = false; } else if (wpnSv.mode == 1) { megaman.weapon = wpnSv; weaponBar._visible = true; } healthBar._visible = true; wpnSv.setClip((wpnBar = weaponBar)); weaponBar.setColor(skinDat.options.weaponBarColor); root.megamanLink = this; super.init(); active = true; } }; p.start = function (mode, x, y, dir) { this.megaman.mode = mode; this.megaman._x = x; this.megaman._y = y; this.megaman.dir = dir; this.megaman._visible = true; this.megaman.active = true; }; p.aniStep = function (f) { if (this.type == 1) { with (this.megaman) { switch (data1) { case 0 : gotoAndStop(25); root.startSound("megaman_teleportback"); data1 = 1; break; case 1 : gotoAndStop(27); data1 = 2; break; case 2 : gotoAndStop(26); data1 = 3; break; case 3 : gotoAndStop(25); data1 = 4; break; case 4 : if (((_y = _y - (15 * f))) >= root.mapPosY) { break; } _y = 0; _visible = false; this.active = false; if (!this.onComplete) { break; } this.onComplete(); } } } else { with (this.megaman) { if (subMode) { switch (data1) { case 0 : if (((_y = _y + (15 * f))) >= data2) { _y = data2; data1 = 1; root.startSound("megaman_teleportland"); } break; case 1 : gotoAndStop(26); data1 = 2; break; case 2 : gotoAndStop(27); data1 = 3; break; case 3 : gotoAndStop(25); data1 = 4; break; case 4 : active = true; mode = "initstand"; if (!this.onComplete) { break; } this.onComplete(); } } else { if (this.type == 0) { this.root.readyImage._visible = !Math.round((((data3 = data3 + f)) % 20) / 20); } if (((data1 = data1 + f)) >= 180) { data1 = 0; subMode = 1; this.root.readyImage._visible = false; _visible = true; } } } if (this.megaman.mode != "teleport") { this.ani = false; } } }; p.fReturn = function () { return(false); }; p.control = function (f) { with (this) { var sht; var i = 0; while (i <= shotLength) { if (((sht = this.shots[i])).active) { sht.control(f); } i++; } if (megaman.active || (ani)) { with (megaman) { var isd = (grabAI ? (this.__proto__.fReturn) : (Key.isDown)); var t = root.key; keyJump = isd(t.keyJump); keyShoot = isd(t.keyShoot); keyLeft = isd(t.keyLeft); keyRight = isd(t.keyRight); keyUpward = isd(t.keyUpward); keyDownward = isd(t.keyDownward); keyStart = isd(t.keyStart); if (this.preventStart && (!keyStart)) { this.preventStart = false; } if ((active && (!this.preventStart)) && (keyStart)) { var toPause = []; var startIndex = 0; for (var i in this.wpnLst) { var cmp = this.compileSkin(i); if (i == this.skinID) { startIndex = cmp.options.index; } if (cmp.options.enabled) { toPause[cmp.options.index] = {icon:cmp.options.icon, txt:cmp.options.txt, barObj:this.root.wpnSave[i], id:i}; } else if (!toPause[cmp.options.index]) { toPause[cmp.options.index] = null; } } this.root.attachObjMov("pauseMenu", "powerfg").init(toPause, startIndex, this.megamanClip); this.preventStart = true; } if (ani) { aniStep(f); } else { if (grabAI) { grabAI(); } control(f); } var map = root.mapObj; if ((_y < (map._y - 500)) || (_y > ((map._y + map._height) + 500))) { instaDeath(); } switch (map.scroll) { case -1 : case 0 : if (((_x - map.offsetX) + map.dataStartX) < 116.5) { root._x = -((root.mapPosX = map.offsetX - map.dataStartX)); } else if ((_x - map.offsetX) > ((map.width * 16) - 139.5)) { root._x = -((root.mapPosX = (map.offsetX - 256) + (map.width * 16))); } else { root._x = -((root.mapPosX = _x - (128 - 11.5))); } if (!map.scroll) { break; } case 1 : if (((_y - map.offsetY) + map.dataStartY) < 103) { root._y = -((root.mapPosY = map.offsetY - map.dataStartY)); } else if ((_y - map.offsetY) > ((map.height * 16) - 129)) { root._y = -((root.mapPosY = (map.offsetY - 232) + (map.height * 16))); } else { root._y = -((root.mapPosY = _y - (116 - 13))); } break; case 2 : if (((_x - map.offsetX) + map.dataStartX) < 104) { root._x = -((root.mapPosX = map.offsetX - map.dataStartX)); } else if ((_x - map.offsetX) > ((map.width * 16) - 120)) { root._x = -((root.mapPosX = ((map.width * 16) - 256) + map.offsetX)); } else if (_x < (root.mapPosX + 104)) { root._x = -((root.mapPosX = _x - ((128 - 16) - 8))); } else if (_x > (root.mapPosX + 136)) { root._x = -((root.mapPosX = _x - ((128 + 16) - 8))); } break; case 3 : if (((_y - map.offsetY) + map.dataStartY) < 87) { root._y = -((root.mapPosY = map.offsetY - map.dataStartY)); } else if ((_y - map.offsetY) > ((map.height * 16) - 113)) { root._y = -((root.mapPosY = ((map.height * 16) - 232) + map.offsetY)); } else if (_y < (root.mapPosY + 87)) { root._y = -((root.mapPosY = _y - ((116 - 16) - 13))); } else { if (_y <= (root.mapPosY + 119)) { break; } root._y = -((root.mapPosY = _y - ((116 + 16) - 13))); } } var megPos = megaman.getCenter(); var transOn = root.mapData.altMap[megPos.y][megPos.x]; if (transferFix) { if (transOn <= 0) { transferFix = false; } } else if (transOn > 0) { if ((--transOn) <= (root.mapData.trans.length - 1)) { root.startLevel(root.mapData.trans[transOn], "transLevel"); } else { instaDeath(); } } } } } }; p.registerSkin("megamanDefault", null, {clips:{megaman:"???", deathSpark:"???", shot:"???", extras:"???"}, options:{shots:0, checkFire:function () { return(false); }, fire:function () { }, enabled:false, canCharge:false, healthBarColor:16777215, weaponBarColor:16777215, max:0, icon:null, txt:"???"}}); delete p; MME.MegamanPellet = function () { this._visible = false; this.depth = newDepth; this.active = false; this.dir = 0; this.vDir = 0; this.power = 0; this.lastHit = null; }; var p = ((MME.MegamanPellet.prototype = new MME.ActiveClip())); p.start = function (x, y, dir, power) { this.active = true; this.dir = dir; this.vDir = 0; this._x = x; this._y = y; this.power = power; if (!this.power) { this.gotoAndStop(1); this.pos = 0; } else if (this.power == 1) { this.gotoAndStop(2 + dir); this.pos = 2; } else if (this.power == 2) { this.gotoAndStop(6 + dir); this.pos = 3; } this.lastHit = null; this._visible = true; }; p.stop = function (damage, special) { if (special == "tink") { this.active = false; this._visible = false; this.root.startSound("tink"); } else if (damage >= this.power) { this.active = false; this._visible = false; } }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (fa) { with (this) { if (power == 1) { gotoAndStop((Math.floor(((((pos = pos + (fa / 2))) >= 3) ? ((pos = 1)) : (pos))) * 2) + dir); } else if (power == 2) { gotoAndStop((Math.floor(((((pos = pos + (fa / 2))) >= 7) ? ((pos = 3)) : (pos))) * 2) + dir); } _x = _x + ((dir ? -4 : 4) * fa); if (vDir) { _y = _y + (vDir * fa); } if ((_x > (256 + root.mapPosX)) || (_x < (-8 + root.mapPosX))) { this.active = false; this._visible = false; } else if (!vDir) { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = objs; obj.strike(this, this.power + 1); } } } }; delete p; MME.MegamanObj.prototype.registerSkin("buster", "megamanDefault", {clips:{}, options:{fire:function (power) { if (!power) { power = 0; } var pos = 0; while (pos <= 2) { if (!this["shot" + pos].active) { break; } pos++; } if (pos <= 2) { if (this.cheatPowerShot) { power = 2; } if (this.dir) { this["shot" + pos].start(this._x - 14, this._y + 7, 1, power); } else { this["shot" + pos].start(this._x + 28, this._y + 7, 0, power); } this.root.stopSound("megaman_shoot"); this.root.startSound("megaman_shoot"); } }, checkFire:function () { with (this) { return(((!shot0.active) || (!shot1.active)) || (!shot2.active)); } }, enabled:true, shots:3, canCharge:true, max:-1, index:0, icon:"megamanIcon", txt:"m.buster"}}); MME.Megaman = function () { this._visible = false; this.active = false; this.dir = null; this.mode = null; this.invul = 0; this.sparkTime = 0; this.active = false; this.subMode = null; this.data1 = 0; this.data2 = 0; this.data3 = 0; this.movement = -1; this.sendValue = null; this.keyJump = false; this.keyShoot = false; this.keyLeft = false; this.keyRight = false; this.keyUpward = false; this.keyDownward = false; this.keyStart = false; this.preventStart = false; this.preventJump = false; this.preventShoot = false; this.cycle = 0; this.offset = 0; this.pos = 1; this.canCharge = false; this.charge = false; this.cPos = 0; this.csMode = 0; this.initFire = 0; this.extraCheck = false; this.gravity = 0.25; this.jumpPower = -5.5; this.weapon = null; this.health = new MME.HealthSys(28, true, null); this.cheatPowerShot = false; this.cheatFlySlide = false; this.cheatSuperJump = false; this.cheatHealth = false; }; var p = ((MME.Megaman.prototype = new MME.ActiveClip())); p.gts = p.gotoAndStop; p.gotoAndStop = function (pos) { this.gts(this.offset + ((this.pos = pos))); }; p.setOffset = function (offset) { this.gts(((this.offset = offset)) + this.pos); }; p.fire = function () { }; p.checkFire = function () { return(false); }; p.strike = function (obj, power) { if (((this.active && (!this.invul)) && (this.mode != "damage")) && (this.mode != "initdamage")) { if (!this.cheatHealth) { this.mode = "initdamage"; this.health.adj(-power); } obj.stop(); if (this.health.dead) { this.death(); } } }; p.destroy = function () { this.root.stopSound("megaman_chargefull"); this.root.stopSound("megaman_charge"); super.destroy(); }; p.death = function () { this.active = false; this.root.doEffect("pause", 0); stopAllSounds(); this.health.kill(); this._visible = true; this.damageSpark._visible = false; this.root.attachObj(new MME.Pause(60, function () { with (this.root) { megamanLink.megaman._visible = false; megamanLink.megaman.slidePuff._visible = false; megamanLink.megaman.damageTrio._visible = false; megamanLink.megaman.damageSpark._visible = false; doEffect("pause", 1); startSound("megaman_death"); var deathObj = attachObj(new MME.DeathObj()); deathObj.init(megamanLink.megaman.deathSpark); deathObj.start(megamanLink.megaman._x + 11.5, megamanLink.megaman._y + 13); attachObj(new MME.Pause(180, function () { this.root.onEnterFrameSub = function () { stopAllSounds(); this.score.setScore(0); this.unloadAll(); this.startArea(this.currentArea); }; })); } })); }; p.instaDeath = function () { this.active = false; this._visible = false; this.slidePuff._visible = false; this.damageTrio._visible = false; this.damageSpark._visible = false; stopAllSounds(); this.health.kill(); this.root.startSound("megaman_death"); this.root.attachObj(new MME.Pause(180, function () { this.root.onEnterFrameSub = function () { stopAllSounds(); this.score.setScore(0); this.unloadAll(); this.startArea(this.currentArea); }; })); }; p.getCenter = function () { with (this) { return({x:Math.floor(((_x + 11.5) - root.mapData.offsetX) / 16), y:Math.floor(((_y + 13) - root.mapData.offsetY) / 16)}); } }; p.moveControl = function (newPos, dir, sendOverRide) { if (dir == "left") { with (this) { if (!root.canMoveHorizontal(_y - 1, _y + 21, newPos + 4)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveHorizontal(_y - 1, _y + 21, newPos + 4, 0)) { break; } newPos++; } } _x = newPos; } } else if (dir == "right") { with (this) { if (!root.canMoveHorizontal(_y - 1, _y + 21, newPos + 19)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveHorizontal(_y - 1, _y + 21, newPos + 19, 0)) { break; } newPos--; } } _x = newPos; } } else if (dir == "down") { with (this) { if (!root.canMoveVertical(_x + 8, _x + 16, newPos + 22, sendOverRide)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos + 22, sendOverRide)) { break; } newPos--; } _y = newPos; return(true); } _y = newPos; return(false); } } }; p.chkPlatformH = function (pl) { with (this) { return(root.chkPlatformH(_x + 8, _x + 16, _y + 23, pl)); } }; p.control = function (fa) { with (this) { if (damageTrio._visible) { damageTrio.tick = damageTrio.tick - fa; while (damageTrio.tick <= 0) { if ((++damageTrio.pos) >= 3) { damageTrio._visible = false; break; } damageTrio.gotoAndStop(damageTrio.pos + 2); damageTrio.tick = damageTrio.tick + 8; } } if (slidePuff._visible) { slidePuff.tick = slidePuff.tick - fa; while (slidePuff.tick <= 0) { if ((++slidePuff.pos) >= 2) { slidePuff._visible = false; break; } slidePuff.gotoAndStop(slidePuff.pos + 5); slidePuff.tick = slidePuff.tick + 8; } } if (charge) { if (!keyShoot) { if (charge >= 100) { initFire = 2; root.stopSound("megaman_chargefull"); } else if (charge >= 40) { initFire = 1; root.stopSound("megaman_charge"); } charge = 0; csMode = 0; setOffset(0); } else { if (charge >= 40) { if (charge >= 100) { if (csMode < 2) { csMode = 2; root.startSound("megaman_chargefull", true); } if (((cPos = cPos + (fa / 2))) >= 3) { cPos = cPos - 3; } } else { if (csMode < 1) { csMode = 1; root.startSound("megaman_charge"); } if (((cPos = cPos + (fa / 2))) >= 2) { cPos = cPos - 2; } } if (offset != Math.floor(cPos)) { switch (Math.floor(cPos)) { case 0 : setOffset(0); break; case 1 : setOffset(((charge >= 100) ? 37 : 111)); break; case 2 : setOffset(74); } } } if (((charge = charge + fa)) > 100) { charge = 100; } } } if (mode == "initstand") { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; control(f); return(undefined); } mode = "stand"; subMode = 0; data1 = 0; gotoAndStop(1 + dir); this._x = Math.round(this._x); preventJump = true; } else if (mode == "initclimb") { if (root.matrixMode) { root.speed = 1; } mode = "climb"; data1 = 0; subMode = 0; } else if (mode == "initslide") { mode = "slide"; data1 = 0; if (!cheatFlySlide) { slidePuff._x = _x + (dir ? 16 : 3); slidePuff._y = _y + 15; slidePuff._visible = true; slidePuff.tick = 8; slidePuff.pos = 0; slidePuff.gotoAndStop(5); } gotoAndStop(35 + dir); preventJump = true; } else if (mode == "initdamage") { mode = "damage"; invul = 120; sparkTime = 40; subMode = 1; data1 = 0; charge = 0; root.stopSound("megaman_charge"); root.stopSound("megaman_chargefull"); root.startSound("megaman_damage"); damageTrio._x = _x; damageTrio._y = _y; damageTrio._visible = true; damageTrio.tick = 8; damageTrio.pos = 0; damageTrio.gotoAndStop(2); setOffset(0); gotoAndStop(33 + dir); } else if (mode == "initjump") { if (root.matrixMode) { root.speed = 0.3; } mode = "jump"; data2 = 0; data3 = sendValue; movement = -1; gotoAndStop(21 + dir); preventJump = true; } if (invul) { if (((invul = invul - fa)) <= 0) { invul = 0; _visible = true; damageSpark._visible = false; } else if (sparkTime > 0) { sparkTime = sparkTime - fa; if ((_visible = !_visible)) { damageSpark._visible = false; } else { damageSpark._x = _x; damageSpark._y = _y; damageSpark._visible = true; } } else { _visible = !_visible; damageSpark._visible = false; } } if (mode == "damage") { if (subMode) { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { subMode = 0; data3 = 0; } else { moveControl(_x + ((dir ? (fa) : (-fa)) * 0.5), (dir ? "right" : "left")); } if (((data1 = data1 + fa)) >= 20) { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; } else { mode = "initstand"; } } } else { data1 = data1 + fa; var change = (fa * (((0.5 * (fa - 1)) * gravity) + ((data3 = data3 + (fa * gravity))))); if (change > 15) { change = 15; } else if (change < -15) { change = -15; } if (moveControl((change = change + _y), "down", true)) { subMode = 1; } else if (dir) { moveControl(_x + (fa * 0.5), "right"); } else { moveControl(_x - (fa * 0.5), "left"); } } damageSpark._x = _x; damageSpark._y = _y; return(undefined); } if (cheatFlySlide) { if ((preventJump && (!keyJump)) && (((mode != "jump") && (mode != "jumpshoot")) && (mode != "climbshoot"))) { preventJump = false; } if ((keyJump && (keyDownward)) && (mode != "slide")) { mode = "initslide"; control(fa); return(undefined); } } else { if ((preventJump && (!keyJump)) && ((((mode != "jump") && (mode != "jumpshoot")) && (mode != "climbshoot")) && (mode != "slide"))) { preventJump = false; } if ((((((((!preventJump) && (keyJump)) && (keyDownward)) && (mode != "slide")) && (mode != "jump")) && (mode != "jumpshoot")) && (mode != "climb")) && (mode != "climbshoot")) { mode = "initslide"; control(fa); return(undefined); } } var megPos = -2; if (((mode != "climb") && (mode != "climbshoot")) && (mode != "slide")) { var megData = getCenter(); if (keyUpward) { megPos = root.mapData.map[megData.y][megData.x]; if (((megData.y < 0) || (megData.y >= root.mapData.height)) || ((megPos != 3) && (megPos != 1))) { megPos = -2; } } else if (keyDownward) { megPos = root.mapData.map[megData.y + 1][megData.x]; if (((megData.y < 0) || (megData.y >= root.mapData.height)) || (megPos != 3)) { megPos = -2; } } } if (megPos == 1) { mode = "initclimb"; _x = ((megData.x * 16) - 2) + root.mapObj.offsetX; gotoAndStop(29); control(fa); return(undefined); } if (megPos == 3) { mode = "initclimb"; _x = ((megData.x * 16) - 2) + root.mapObj.offsetX; _y = ((megData.y * 16) + 16) + root.mapObj.offsetY; gotoAndStop(30); control(fa); return(undefined); } if ((keyRight || (keyLeft)) && ((mode == "stand") || (mode == "shoot"))) { if (keyLeft) { dir = 1; } else if (keyRight) { dir = 0; } mode = "inch"; data1 = 0; data2 = 0; gotoAndStop(19 + dir); control(fa); return(undefined); } if (mode == "inch") { if (extraCheck) { moveControl(_x, "right"); moveControl(_x, "left"); } if ((dir ? (!keyLeft) : (!keyRight))) { moveControl(_x + (dir ? -1 : 1), (dir ? "left" : "right")); if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; return(undefined); } mode = "stand"; subMode = 0; data1 = 0; gotoAndStop(1 + dir); } else if (((data1 = data1 + fa)) >= 8) { mode = "run"; subMode = 0; data1 = 0; gotoAndStop(3 + dir); } } if ((((((!preventJump) && (keyJump)) && (mode != "climb")) && (mode != "climbshoot")) && (mode != "jump")) && (mode != "jumpshoot")) { mode = "initjump"; sendValue = (cheatSuperJump ? (jumpPower - 2) : (jumpPower)); preventJump = true; } if (preventShoot && (!keyShoot)) { preventShoot = false; } if (((initFire || ((!preventShoot) && (keyShoot))) && (checkFire())) && ((((((mode != "shoot") && (mode != "runshoot")) && (mode != "jumpshoot")) && (mode != "climbshoot")) && (mode != "slide")) || ((((((mode == "shoot") || (mode == "runshoot")) || (mode == "jumpshoot")) || (mode == "climbshoot")) || (mode == "slide")) && (data2 >= 3)))) { preventShoot = true; data2 = 0; if ((mode == "run") || (mode == "runshoot")) { mode = "runshoot"; switch (subMode) { case 0 : gotoAndStop(9 + dir); break; case 1 : case 3 : gotoAndStop(11 + dir); break; case 2 : gotoAndStop(13 + dir); } } else if ((mode == "jump") || (mode == "jumpshoot")) { gotoAndStop(23 + dir); mode = "jumpshoot"; } else if ((mode == "stand") || (mode == "shoot")) { mode = "shoot"; gotoAndStop(17 + dir); } else if ((mode == "climb") || (mode == "climbshoot")) { if (dir && (keyRight)) { dir = 0; } else if ((!dir) && (keyLeft)) { dir = 1; } subMode = (dir ? 0 : 1); mode = "climbshoot"; gotoAndStop(31 + dir); } if ((!initFire) && (canCharge)) { charge = 1; } if (weapon) { weapon.adj(-1); } fire(initFire); initFire = 0; } if (mode == "climb") { if (((!preventJump) && (keyJump)) && (!keyUpward)) { mode = "initjump"; sendValue = 0; return(undefined); } var ladderMove = (KeyUpward ? -1 : ((KeyDownward ? 1 : 0))); if (ladderMove) { var newPos = (_y + ((fa * 0.75) * ladderMove)); data1 = data1 + fa; while (data1 >= 7) { gotoAndStop(28 + ((subMode = !subMode))); data1 = data1 - 7; } if (moveControl(newPos, "down", false)) { mode = "initstand"; control(fa); return(undefined); } var megPos = getCenter(); tileData = root.mapData.map[megPos.y - 1][megPos.x]; if ((tileData != 1) && (tileData != 3)) { if (newPos <= (((megPos.y * 16) + root.mapData.offsetY) - 8)) { mode = "initstand"; _y = ((megPos.y * 16) + root.mapData.offsetY) - 23; control(fa); return(undefined); } if (newPos <= ((megPos.y * 16) + 8)) { gotoAndStop(30); } } if (root.mapData.map[megPos.y][megPos.x] == 0) { mode = "initjump"; sendValue = 1; return(undefined); } } else { data1 = 0; } } else if ((mode == "jump") || (mode == "jumpshoot")) { var newPos = (fa * (((0.5 * (fa - 1)) * gravity) + ((data3 = data3 + (fa * gravity))))); if (newPos > 15) { newPos = 15; } else if (newPos < -15) { newPos = -15; } newPos = newPos + _y; if (data3 < 0) { if (!root.canMoveVertical(_x + 8, _x + 16, newPos - 2, false)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos - 2, true)) { break; } newPos = newPos + 1; } data3 = 0; } else if (!keyJump) { data3 = 0; } _y = newPos; } else { var hasLanded = moveControl(newPos, "down", true); var newDir = null; if (hasLanded) { if (root.matrixMode) { root.speed = 1; } root.startSound("megaman_land"); mode = "run"; data1 = 0; subMode = 0; gotoAndStop(3 + dir); control(fa); return(undefined); } } if (keyRight) { if (movement != 0) { dir = 0; gotoAndStop(((mode == "jumpshoot") ? 23 : 21)); movement = 2; } moveControl(_x + (fa * 1.5), "right"); } else if (keyLeft) { if (movement != 1) { dir = 1; gotoAndStop(((mode == "jumpshoot") ? 24 : 22)); movement = 1; } moveControl(_x - (fa * 1.5), "left"); } else if (movement != -1) { movement = -1; } } else if (mode == "slide") { var newPos = (_x + ((dir ? (-fa) : (fa)) * 3)); if (dir) { if (keyRight) { if (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true)) { mode = "initstand"; } else { dir = 0; gotoAndStop(35); } } else { if (!root.canMoveHorizontal(_y + 11, _y + 21, newPos + 4)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveHorizontal(_y + 11, _y + 21, newPos + 4, 0)) { break; } newPos++; } } _x = newPos; } } else if (keyLeft) { if (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true)) { mode = "initstand"; } else { dir = 1; gotoAndStop(36); } } else { if (!root.canMoveHorizontal(_y + 11, _y + 21, newPos + 19)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveHorizontal(_y + 11, _y + 21, newPos + 19, 0)) { break; } newPos--; } } _x = newPos; } if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { var newPos = _y; if (!root.canMoveVertical(_x + 8, _x + 16, newPos - 1, false)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos - 1, true)) { break; } newPos = newPos + 1; } } _y = newPos; mode = "initjump"; sendValue = 0; return(undefined); } if ((((data1 = data1 + fa)) >= 30) && (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true))) { mode = "initstand"; control(fa); return(undefined); } } else if ((mode == "run") || (mode == "runshoot")) { if (!(dir ? (keyLeft) : (keyRight))) { mode = "initstand"; return(undefined); } moveControl(_x + ((dir ? (-fa) : (fa)) * 1.5), (dir ? "left" : "right")); if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; return(undefined); } data1 = data1 - fa; while (data1 <= 0) { if ((++subMode) >= 4) { subMode = 0; } switch (subMode) { case 0 : gotoAndStop(((mode == "runshoot") ? (9 + dir) : (3 + dir))); break; case 1 : case 3 : gotoAndStop(((mode == "runshoot") ? (11 + dir) : (5 + dir))); break; case 2 : gotoAndStop(((mode == "runshoot") ? (13 + dir) : (7 + dir))); } data1 = data1 + 8; } } if ((((mode == "shoot") || (mode == "runshoot")) || (mode == "jumpshoot")) || (mode == "climbshoot")) { if (((data2 = data2 + fa)) >= 15) { if (mode == "runshoot") { mode = "run"; } else if (mode == "shoot") { mode = "initstand"; } else if (mode == "jumpshoot") { gotoAndStop(21 + dir); mode = "jump"; } else if (mode == "climbshoot") { gotoAndStop(28 + dir); if (!dir) { subMode = dir; data1 = 0; } mode = "climb"; } } } else if (mode == "stand") { data1 = data1 + fa; if (true) { if (subMode == 0) { if (data1 >= 97) { gotoAndStop(15 + dir); subMode = 1; } } if (subMode == 1) { if (data1 >= 107) { gotoAndStop(1 + dir); subMode = 0; data1 = 0; // unexpected jump } } } if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; } if (extraCheck) { moveControl(_x, "right"); moveControl(_x, "left"); } } } }; delete p; #endinitclipSymbol 788 MovieClip Frame 1#initclip 20 MME.PauseMenu = function () { super(); this.active = false; this.icons = []; this.keyBlock = true; this.megClip = ""; this.megObj = null; this.stopActivity = false; this.startBlock = true; this.focus = 0; }; var p = ((MME.PauseMenu.prototype = new MME.Movie())); p.init = function (data, startIndex, megamanClip) { with (this) { var sndChng = new Sound(); sndChng.setVolume(25); icons = data; megClip = megamanClip; active = true; root.doEffect("hide", 0); _visible = true; root.doEffect("pause", 0); active = true; row = 0; colSwitch = false; root.hud._visible = false; _x = -root._x; _y = -root._y; stopActivity = true; megamanChange = (focus = startIndex); } }; p.attachDisplayClips = function () { var colSwitch = 0; var row = 0; var i = 0; while (i <= (this.icons.length - 1)) { if (this.icons[i]) { with ((this.icons[i].obj = this.wpnEnergy.createEmptyMovieClip("clp_" + i, i + 1))) { _x = (colSwitch ? 112 : 0); _y = row * 16; this.icons[i].obj.index = i; this.icons[i].obj.parent = this; useHandCursor = true; attachMovie(this.icons[i].icon, "icon", 1).gotoAndStop(2); attachMovie("displayFont", "text", 2, {str:this.icons[i].txt, font:"megamanFont", fontColor:16777215, align:"left", _x:24, _y:0}); attachMovie("powerBarH", "powerBar", 3, {_x:32, _y:8}); powerBar.setColor(8947848); this.icons[i].barObj.setClip(powerBar); this.icons[i].barObj.detachClip(powerBar); lineStyle(0, 0, 0); beginFill(0, 0); moveTo(0, 0); lineTo(88, 0); lineTo(88, 16); lineTo(0, 16); lineTo(0, 0); endFill(); this.icons[i].obj.onPress = function () { if (!this.parent.stopActivity) { this.parent.focus = this.index; this.parent.endAni(); } }; this.icons[i].obj.onRollOver = function () { if (!this.parent.stopActivity) { this.parent.destroyWpnFocus(); this.parent.setWpnFocus(this.index); } }; } } if (colSwitch) { row++; colSwitch = false; } else { colSwitch = true; } i++; } this.makeButton(this.options.attachMovie("displayFont", "text1", 1, {str:"change\rscreen\r size", font:"megamanFont", fontColor:16777215, align:"left", _x:-104, _y:0}), function () { if (!this.parent.stopActivity) { this.root.parent.screenAdjust = ((this.root.parent.screenAdjust != 1) ? 1 : 2); this.root.parent.checkSize(); } }, root:this.root, parent:this); this.makeButton(this.options.attachMovie("displayFont", "text2", 2, {str:"reset\rgame", font:"megamanFont", fontColor:16777215, align:"left", _x:64, _y:0}), function () { if (!this.parent.stopActivity) { this.root.reloadGame(); } }, root:this.root, parent:this); with (this.sprites.attachMovie(this.megClip, "megaman", 1)) { _x = _width / -2; _visible = true; gotoAndStop(1); } var megPwrBar; with ((megPwrBar = this.sprites.attachMovie("powerBarH", "powerBar", 2))) { _x = _width / -2; _y = 24; setColor(this.root.megamanLink.megaman.health.clip.rgb); } this.stopActivity = false; this.megObj = new MME.HealthSys(this.root.megamanLink.megaman.health.max, true, megPwrBar); this.megObj.set(this.root.megamanLink.megaman.health.health); this.setWpnFocus(this.focus); }; p.makeButton = function (clip, onClick) { clip.useHandCursor = true; clip.mouseIsDown = false; clip.root = this.root; clip.onRollOver = function () { var tColor = new Color(this); tColor.setRGB(16573600); mouseIsOver = true; }; clip.onRollOut = function () { var tColor = new Color(this); tColor.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); mouseIsOver = false; }; clip.onPress = function () { this.mouseIsDown = true; }; clip.onRelease = function () { if (this.mouseIsDown) { this.onClick(); this.mouseIsDown = false; } }; clip.onReleaseOutside = function () { this.mouseIsDown = false; }; clip.onClick = onClick; }; p.destroyWpnFocus = function () { with (this.icons[this.focus].obj) { var txtCol = new Color(text); txtCol.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); powerBar.setColor(12369084); icon.gotoAndStop(2); } }; p.setWpnFocus = function (index) { with (this.icons[(this.focus = index)].obj) { powerBar.setColor(59608); var txtCol = new Color(text); txtCol.setRGB(16573600); icon.gotoAndStop(1); } }; p.endAni = function () { var s = new Sound(); s.setVolume(100); this.play(); this.stopActivity = true; }; p.onComplete = function () { this.root.megamanLink.changeSkin(this.icons[this.focus].id); this.destroy(); }; p.destroy = function () { with (this) { _visible = false; root.doEffect("hide", 1); root.doEffect("pause", 1); root.hud._visible = true; } super.destroy(); }; p.control = function (f) { super.control(); if (!this.stopActivity) { var isd = Key.isDown; var keyLeft = isd(this.root.key.keyLeft); var keyRight = isd(this.root.key.keyRight); var keyUpward = isd(this.root.key.keyUpward); var keyDownward = isd(this.root.key.keyDownward); var keyStart = isd(this.root.key.keyStart); var keyAny = (((keyLeft + keyRight) + keyUpward) + keyDownward); if ((!keyAny) && (this.keyBlock)) { this.keyBlock = false; } if (keyAny && (!this.keyBlock)) { this.destroyWpnFocus(); var index = this.focus; var originalIndex = index; if (keyLeft) { do { index--; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyRight) { do { index++; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyUpward) { do { index = index - 2; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyDownward) { do { index = index + 2; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } this.setWpnFocus(index); this.keyBlock = true; } if ((!keyStart) && (this.startBlock)) { this.startBlock = false; } if (keyStart && (!this.startBlock)) { this.endAni(); } } else { this.play(); } this._x = -this.root._x; this._y = -this.root._y; }; delete p; #endinitclipSymbol 790 MovieClip Frame 1#initclip 19 _global.MME.Pickup = function () { super(); this.isPickup = false; this.active = false; this.type = null; this.tick = 0; this.pos = 0; this.accel = 0; this.timeout = 0; this.jump = false; this.assign = null; }; var p = ((MME.Pickup.prototype = new MME.ActiveClip())); p.checkOver = MME.enemyCollisionDetect; p.smlHealth = 0.08; p.bigHealth = 0.16; p.smlRecharge = 0.24; p.bigRecharge = 0.36; p.init = function (x, y, data, special) { this.type = data; this.active = true; this._x = x; this._y = y; with (this) { switch (this.type) { case "death" : isPickup = false; tick = 3; gotoAndStop((pos = 1)); jump = false; var total = 0; var i = 0; while (i <= (root.activeObj.length - 1)) { if (root.activeObj[i].isPickup) { total++; } i++; } if (total < 3) { if (special) { var smlH = special.smlHealth; var bigH = special.bigHealth; var smlR = special.smlRecharge; var bigR = special.bigRecharge; } else { var smlH = smlHealth; var bigH = bigHealth; var smlR = smlRecharge; var bigR = bigRecharge; } var range = Math.random(); if (range <= smlH) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "healthSmall", true); } else if (range <= bigH) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "healthBig", true); } else if (range <= smlR) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "rechargeSmall", true); } else if (range <= bigR) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "rechargeBig", true); } } return; case "healthBig" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 5)); accel = (special ? (-3) : 0); jump = true; return; case "healthSmall" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 7)); accel = (special ? (-3) : 0); jump = true; return; case "rechargeSmall" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 11)); accel = (special ? (-3) : 0); jump = true; return; case "rechargeBig" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 9)); accel = (special ? (-3) : 0); jump = true; return; case "healthRestore" : isPickup = false; if (assign.health < assign.max) { root.startSound("healthrestore", true); tick = 5; root.doEffect("pause", 0); active = true; _visible = false; jump = false; } else { root.destroySelf(this); } } } }; p.groundCheck = function (newPos) { switch (this.type) { case "rechargeBig" : return(this.root.canMoveVertical(this._x - 6, this._x + 6, newPos + 4, true)); case "healthBig" : return(this.root.canMoveVertical(this._x - 6, this._x + 6, newPos + 6, true)); case "rechargeSmall" : case "healthSmall" : return(this.root.canMoveVertical(this._x - 2, this._x + 2, newPos + 2, true)); } }; p.control = function (fa) { with (this) { if (jump) { var newPos = (fa * (((0.5 * (fa - 1)) * 0.25) + ((accel = accel + (fa * 0.25))))); if (newPos > 15) { newPos = 15; } else if (newPos < -15) { newPos = -15; } if (!groundCheck((newPos = newPos + _y))) { newPos = Math.floor(newPos); while (true) { if (groundCheck(newPos)) { break; } newPos = newPos - 1; } jump = false; } _y = newPos; } switch (type) { case "death" : if (((tick = tick - fa)) <= 0) { pos++; if (pos > 4) { root.destroySelf(this); } else { gotoAndStop(pos); } tick = 3; } return; case "healthBig" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 5) ? 6 : 5))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.health; timeout = 10; init(0, 0, "healthRestore"); } return; case "healthSmall" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 7) ? 8 : 7))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.health; timeout = 5; init(0, 0, "healthRestore"); } return; case "rechargeBig" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 9) ? 10 : 9))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.weapon; timeout = 10; init(0, 0, "healthRestore"); } return; case "rechargeSmall" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 11) ? 12 : 11))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.weapon; timeout = 5; init(0, 0, "healthRestore"); } return; case "healthRestore" : if (((tick = tick - fa)) > 0) { break; } assign.adj(1); timeout--; if ((timeout <= 0) || (assign.health >= assign.max)) { root.stopSound("healthrestore"); root.doEffect("pause", 1); root.destroySelf(this); } tick = 5; } } }; #endinitclipSymbol 800 MovieClip Frame 1#initclip 18 MME.SamusBossObj = function () { super(); this.active = false; this.animate = false; this.data1 = 0; this.data2 = 0; this.mode = null; }; var p = ((MME.SamusBossObj.prototype = new MME.ActiveGroup())); p.init = function (samus, pellet, bomb, healthBar) { with (this) { addClip("samus", samus, "high"); addClip("pellet0", pellet, "low"); addClip("pellet1", pellet, "low"); addClip("pellet2", pellet, "low"); addClip("bomb0", bomb, "low"); addClip("bomb1", bomb, "low"); addClip("bomb2", bomb, "low"); attachClips(); this.samus.health.setClip(healthBar); this.samus.parent = this; applyClips(this.samus); super.init(); active = true; } }; p.start = function (doAni, mode, x, y, dir, onDeath, onStart) { this.root.registerEnemy(this.samus); this.samus.setPos(x, y); this.samus.mode = mode; this.samus.dir = dir; this.samus.objParent = this; this.samus.onDeath = onDeath; this.onStart = onStart; if (doAni) { stopAllSounds(); if (this.root.musicOn) { this.root.startSound("samus_intro"); } this.samus.active = false; this.samus._visible = false; this.animate = true; this.data1 = 90; this.mode = 0; this.samus.health.kill(); } else { this.samus.health.reset(); stopAllSounds(); this.samus.active = true; this.samus.control(0); if (this.onStart) { this.onStart(); } } this.aiConstructor(); }; p.aniStep = function (f) { this.data1 = this.data1 - f; while (this.data1 <= 0) { if (this.mode < 5) { this.mode++; } switch (this.mode) { case 1 : this.samus.gotoAndStop(50); break; case 2 : this.samus.gotoAndStop(51); break; case 3 : this.samus.gotoAndStop(52); break; case 4 : this.samus.gotoAndStop(1); break; case 5 : this.root.startSound("healthrestore", true); this.samus._visible = true; this.data2 = 5; this.mode = 6; case 6 : this.data2 = this.data2 - f; while (this.data2 <= 0) { this.samus.health.adj(1); if (this.samus.health.health >= this.samus.health.max) { this.root.stopSound("healthrestore"); this.samus.active = true; this.animate = false; this.samus.control(0); if (this.onStart) { this.onStart(); } } this.data2 = this.data2 + 5; } return(undefined); } this.data1 = this.data1 + 90; } if ((this.mode >= 1) && (this.mode < 5)) { this.samus._visible = !this.samus._visible; } }; p.aiConstructor = function () { this.searchMode = true; this.attackType = ""; this.timeout = 10; this.dirToBe = 0; }; p.ai = function (f) { with (this) { var m = root.megamanLink.megaman; if (timeout) { if (((timeout = timeout - f)) > 0) { return(undefined); } timeout = 0; } if (searchMode) { var mtp = m.getCenter(); var stp = samus.getCenter(); if (stp.y <= 8) { attackType = "getoffpltfrm"; mode = 0; searchMode = false; dirToBe = stp.x > 7; } else if (mtp.y <= 8) { if ((stp.x >= 6) && (stp.x <= 8)) { attackType = "moveout"; mode = 0; dirToBe = stp.x < 6; searchMode = false; } else if ((((mtp.x >= 6) && (mtp.x <= 8)) && ((stp.x < 6) || (stp.x > 8))) && (stp.y > 8)) { attackType = (rndChoose() ? "jmpatpltfrm" : "jmpshtpltfrm"); dirToBe = stp.x < 7; mode = 0; searchMode = false; } else if (stp.y > 8) { attackType = "strkabov"; mode = 0; searchMode = false; } } else if (mtp.y > 8) { if (stp.y > 8) { if (rndChoose()) { attackType = "bombrun"; mode = 0; searchMode = false; } else if (Math.abs(stp.x - mtp.x) > 6) { attackType = "shootem"; mode = 0; searchMode = false; data1 = 0; data2 = 0; samus.move = -1; } else { attackType = "jmpatpltfrm"; dirToBe = stp.x < 7; mode = 0; searchMode = false; } } } return(undefined); } if (attackType.length) { switch (attackType) { case "jmpshtpltfrm" : switch (mode) { case 0 : samus.jump = true; mode = 1; if (samus.dir != dirToBe) { samus.move = dirToBe; } break; case 1 : samus.move = -1; var stp = samus.getCenter(); var mtp = m.getCenter(); if (samus.shoot) { samus.shoot = false; } if (stp.y <= mtp.y) { samus.shoot = true; } case 2 : if (samus.mode != "stand") { break; } samus.jump = false; searchMode = true; } return; case "jmpatpltfrm" : switch (mode) { case 0 : samus.move = dirToBe; mode = 1; break; case 1 : samus.jump = true; mode = 2; break; case 2 : var stp = samus.getCenter(); var mtp = m.getCenter(); if (((dirToBe == 0) && (mtp.x >= stp.x)) || ((dirToBe == 1) && (mtp.x <= stp.x))) { samus.jump = false; mode = 3; } else if (samus.mode == "stand") { samus.jump = false; samus.move = -1; searchMode = true; } else if (((stp.y >= 8) && (stp.x >= 5)) && (stp.x <= 9)) { samus.move = -1; } else { samus.move = dirToBe; } break; case 3 : var stp = samus.getCenter(); var mtp = m.getCenter(); if (mtp.x > stp.x) { samus.move = 1; } else if (mtp.x < stp.x) { samus.move = 0; } else { samus.move = -1; } if (samus.mode != "stand") { break; } samus.jump = false; samus.move = -1; searchMode = true; } return; case "getoffpltfrm" : switch (mode) { case 0 : samus.jump = true; samus.move = dirToBe; mode = 1; break; case 1 : var stp = samus.getCenter(); if ((stp.x < 6) || (stp.x > 8)) { samus.jump = false; mode = 2; } case 2 : if ((samus.mode == "stand") || (samus.mode == "run")) { samus.jump = false; samus.move = -1; searchMode = true; } else { if (mode == 2) { var stp = samus.getCenter(); } if (!((stp.x < 3) || (stp.x > 14))) { break; } samus.move = -1; } } return; case "bombrun" : switch (mode) { case 0 : samus.morph = true; mode = 1; data1 = 37 / 2; samus.move = stp.x < mtp.x; break; case 1 : var stp = samus.getCenter(); var mtp = m.getCenter(); if (samus.move && (stp.x > (mtp.x + 2))) { samus.move = 0; } else if ((!samus.move) && (stp.x < (mtp.x - 2))) { samus.move = 1; } if (((data1 = data1 - f)) <= 0) { samus.shoot = true; if ((++data2) >= 3) { mode = 2; } data1 = data1 + 37; } else if (samus.shoot) { samus.shoot = false; } break; case 2 : var stp = samus.getCenter(); var mtp = m.getCenter(); if (samus.move && (stp.x > (mtp.x + 2))) { samus.move = 0; } else if ((!samus.move) && (stp.x < (mtp.x - 2))) { samus.move = 1; } if (((data1 = data1 - f)) > 0) { break; } samus.morph = false; samus.move = -1; searchMode = true; } return; case "strkabov" : if (mode) { var stp = samus.getCenter(); var mtp = m.getCenter(); if ((mtp.y > 8) || ((mtp.x >= 6) && (mtp.x <= 8))) { samus.aimUp = false; samus.shoot = false; samus.move = -1; searchMode = true; } if (((data1 = data1 - f)) <= 0) { samus.shoot = true; data1 = data1 + 15; } else { samus.shoot = false; } if (stp.x > mtp.x) { samus.move = 0; } else if (stp.x < mtp.x) { samus.move = 1; } else { samus.move = -1; } } else { samus.aimUp = true; mode = 1; data1 = 15; } return; case "moveout" : switch (mode) { case 0 : samus.move = -1; mode = 1; break; case 1 : var stp = samus.getCenter(); if ((stp.x < 4) || (stp.x > 10)) { samus.move = -1; searchMode = true; } else { samus.move = stp.x >= 7; } } return; case "shootem" : var stp = samus.getCenter(); var mtp = m.getCenter(); if (samus.dir != (stp.x < mtp.x)) { samus.move = stp.x < mtp.x; } else { samus.move - 1; } if (((data1 = data1 - f)) <= 0) { samus.shoot = true; data1 = data1 + 20; data2++; } else { samus.shoot = false; if (!((data2 > 3) || (Math.abs(stp.x - mtp.x) > 6))) { break; } searchMode = true; } } } } }; p.rndChoose = function () { return(Math.round(Math.random())); }; p.control = function (f) { with (this) { if (samus.active) { with (samus) { ai(f); samus.control(f); var stp = getCenter(); if ((((stp.y < 0) || (stp.y > 15)) || (stp.x < 0)) || (stp.x > 14)) { strike({}, 9999); } } } else if (animate) { aniStep(f); } if (pellet0.active) { pellet0.control(f); } if (pellet1.active) { pellet1.control(f); } if (pellet2.active) { pellet2.control(f); } if (bomb0.active) { bomb0.control(f); } if (bomb1.active) { bomb1.control(f); } if (bomb2.active) { bomb2.control(f); } } }; MME.SamusBoss = function () { this.active = false; this.mode = ""; this.dir = 0; this.data1 = 0; this.data2 = 0; this.data3 = 0; this.data4 = 0; this.vY = 0; this.invul = 0; this.health = new MME.HealthSys(28, true, null); this.aim = false; this.aimUp = false; this.shoot = false; this.shooting = false; this.jump = false; this.jumping = false; this.move = -1; this.movement = -1; this.morph = false; this.morphed = false; this.onDeath = null; this.deadWaiting = false; }; var p = ((MME.SamusBoss.prototype = new MME.ActiveClip())); p.getPellet = function () { with (this) { if (!pellet0.active) { return(pellet0); } if (!pellet1.active) { return(pellet1); } if (!pellet2.active) { return(pellet2); } return(null); } }; p.getBomb = function () { with (this) { if (!bomb0.active) { return(bomb0); } if (!bomb1.active) { return(bomb1); } if (!bomb2.active) { return(bomb2); } return(null); } }; p.getCenter = function () { with (this) { return({x:Math.floor(((_x + 8) - root.mapData.offsetX) / 16), y:Math.floor(((_y + 16) - root.mapData.offsetY) / 16)}); } }; p.strike = function (obj, power) { with (this) { if (((invul <= 0) && (active)) && (!deadWaiting)) { invul = 30; obj.stop(this.health.adj(-power)); if (this.health.dead) { stopAllSounds(); root.doEffect("pause", 0); deadWaiting = true; _visible = true; root.megamanLink.megaman._visible = true; root.attachObj(new MME.Pause(60, function (obj) { with (this.root) { doEffect("pause", 1); root.score.adjScore(50); megamanLink.megaman.active = false; startSound("megaman_death"); var deathObj = attachObj(new MME.DeathObj()); deathObj.init("samusDeathSprite"); if (obj.samus.mode == "morph") { deathObj.start(obj.samus._x + 5, obj.samus._y + 7); } else { deathObj.start(obj.samus._x + 9, obj.samus._y + 17); } attachObj(new MME.Pause(180, obj.samus.onDeath)); root.destroyActiveObj(root.findActiveObj(obj)); } }, objParent)); } } } }; p.checkMove = function (newPos, dira, alt) { with (this) { switch (dira) { case "left" : return((alt ? (root.canMoveHorizontal(_y + 2, _y + 11, newPos)) : (root.canMoveHorizontal(_y, _y + 31, newPos + 8)))); case "right" : return((alt ? (root.canMoveHorizontal(_y + 2, _y + 11, newPos + 11)) : (root.canMoveHorizontal(_y, _y + 31, newPos + 13)))); case "down" : return((alt ? (root.canMoveVertical(_x + 1, _x + 10, newPos + 13)) : (root.canMoveVertical(_x + 8, _x + 13, newPos + 31)))); case "up" : return((alt ? (root.canMoveVertical(_x + 1, _x + 10, newPos)) : (root.canMoveVertical(_x + 8, _x + 13, newPos)))); } } }; p.moveControl = function (newPos, dir, alt) { if (dir == "left") { with (this) { if (!checkMove(newPos, "left", alt)) { newPos = Math.ceil(newPos); while (true) { if (checkMove(newPos, "left", alt)) { break; } newPos = newPos + 1; } } _x = newPos; } } else if (dir == "right") { with (this) { if (!checkMove(newPos, "right", alt)) { newPos = Math.floor(newPos); while (true) { if (checkMove(newPos, "right", alt)) { break; } newPos = newPos - 1; } } _x = newPos; } } else if (dir == "down") { with (this) { if (!checkMove(newPos, "down", alt)) { newPos = Math.floor(newPos); while (true) { if (checkMove(newPos, "down", alt)) { break; } newPos = newPos - 1; } _y = newPos; return(true); } _y = newPos; return(false); } } else if (dir == "up") { with (this) { if (!checkMove(newPos, "up", alt)) { newPos = Math.ceil(newPos); while (true) { if (checkMove(newPos, "up", alt)) { break; } newPos = newPos + 1; } _y = newPos; return(true); } _y = newPos; return(false); } } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode == "initstand") { mode = "stand"; if (aim) { gotoAndStop(6 + dir); } else { gotoAndStop(2 + dir); } } else if (mode == "initrun") { data1 = 0; data2 = 0; mode = "run"; if (aim) { gotoAndStop((22 + data1) + dir); } else { gotoAndStop((10 + data1) + dir); } } else if (mode == "initrunshoot") { data3 = 15; mode = "runshoot"; if (aim) { gotoAndStop((22 + data1) + dir); } else { gotoAndStop((16 + data1) + dir); } } else if (mode == "initshoot") { data1 = 15; mode = "shoot"; if (aim) { gotoAndStop(8 + dir); } else { gotoAndStop(4 + dir); } } else if (mode == "initjump") { root.stopSound("samus_walk"); root.startSound("samus_jump"); data1 = -5.7; data2 = ((movement < 0) ? 1 : 0); data3 = 0; data4 = 0; mode = "jump"; if (data2) { gotoAndStop((aim ? 30 : 28) + dir); } else { gotoAndStop(34 + dir); } } else if (mode == "initfall") { data1 = 0; data2 = 1; data3 = 0; data4 = 0; mode = "jump"; gotoAndStop((aim ? 30 : 28) + dir); } else if (mode == "initjumpshoot") { data2 = 1; mode = "jumpshoot"; if (aim) { gotoAndStop(30 + dir); } else { gotoAndStop(32 + dir); } } else if (mode == "initmorph") { root.startSound("samus_morph"); _y = _y + 8; data1 = 0; data2 = 0; data3 = 0; mode = "morph"; gotoAndStop(42 + dir); } if (invul) { invul = invul - f; _visible = !_visible; if (invul <= 0) { _visible = true; } } else if (!_visible) { _visible = true; } if (shoot != shooting) { shooting = shoot; if (shooting) { if (mode == "morph") { var temp = getBomb(); if (temp) { root.startSound("samus_dropbomb"); temp.start(_x + 3, _y + 6); } } else { var temp = getPellet(); if (temp) { root.startSound("samus_shoot"); if (aim) { temp.start(_x + 10, _y - 5, 0, 1, false); } else { temp.start(_x + (dir ? 16 : 3), _y + 9, (dir ? 0 : 1), 0, false); } if ((mode == "stand") || (mode == "shoot")) { mode = "initshoot"; control(f); } else if ((mode == "run") || (mode == "runshoot")) { mode = "initrunshoot"; control(f); } else if ((mode == "jump") || (mode == "jumpshoot")) { mode = "initjumpshoot"; } } } } } if (jump != jumping) { jumping = jump; if (jumping && (mode != "morph")) { if ((this.mode != "jump") && (this.mode != "jumpshoot")) { this.mode = "initjump"; control(f); return(undefined); } } } if (morph != morphed) { morphed = morph; if (((morphed && (mode != "jump")) && (mode != "jumpshoot")) && (mode != "morph")) { this.mode = "initmorph"; control(f); return(undefined); } } if (move != movement) { movement = move; if ((mode == "jump") || (mode == "jumpshoot")) { if (movement >= 0) { if (data2) { if (dir != movement) { gotoAndStop(28 + ((dir = movement))); } } else { gotoAndStop((34 + data4) + ((dir = movement))); } } } else if (mode == "morph") { if (movement >= 0) { dir = movement; } } else if (movement < 0) { root.stopSound("samus_walk"); mode = "initstand"; } else { if (((mode != "run") && (mode != "runshoot")) && (mode != "morph")) { root.startSound("samus_walk", true); } dir = movement; mode = "initrun"; } control(f); return(undefined); } if (aimUp != aim) { aim = aimUp; if (aim) { if (mode == "stand") { gotoAndStop(6 + dir); } else if (mode == "shoot") { gotoAndStop(8 + dir); } else if (mode == "run") { gotoAndStop((16 + data1) + dir); } else if (mode == "runshoot") { gotoAndStop((16 + data1) + dir); } else if ((mode == "jump") || (mode == "jumpshoot")) { data2 = 1; gotoAndStop(30 + dir); } } else if (mode == "stand") { gotoAndStop(2 + dir); } else { if (mode == "shoot") { mode = "initstand"; control(f); return(null); } if (mode == "run") { gotoAndStop((10 + data1) + dir); } else if (mode == "runshoot") { gotoAndStop((16 + data1) + dir); } else if ((mode == "jump") || (mode == "jumpshoot")) { if (data2 == 1) { gotoAndStop(28 + dir); } } } } if (mode == "run") { data2 = data2 - f; while (data2 <= 0) { data1 = ((data1 >= 4) ? 0 : (data1 + 2)); if (aim) { gotoAndStop((22 + data1) + dir); } else { gotoAndStop((10 + data1) + dir); } data2 = data2 + 3; } moveControl(_x + ((dir ? 1.5 : -1.5) * f), (dir ? "right" : "left")); if (root.canMoveVertical(_x + 8, _x + 13, _y + 32)) { root.stopSound("samus_walk"); mode = "initfall"; } } else if (mode == "runshoot") { if (((data3 = data3 - f)) > 0) { data2 = data2 - f; while (data2 <= 0) { data1 = ((data1 >= 4) ? 0 : (data1 + 2)); if (aim) { gotoAndStop((22 + data1) + dir); } else { gotoAndStop((16 + data1) + dir); } data2 = data2 + 3; } moveControl(_x + ((dir ? 1.5 : -1.5) * f), (dir ? "right" : "left")); if (root.canMoveVertical(_x + 8, _x + 13, _y + 32)) { root.stopSound("samus_walk"); mode = "initfall"; } } else { mode = "run"; gotoAndStop((10 + data1) + dir); } } else if (mode == "shoot") { if (((data1 = data1 - f)) <= 0) { mode = "initstand"; control(0); } } else if ((mode == "jump") || (mode == "jumpshoot")) { if (!data2) { data3 = data3 - f; while (data3 <= 0) { data4 = ((data4 >= 6) ? 0 : (data4 + 2)); gotoAndStop((34 + data4) + dir); data3 = data3 + 2; } } if (movement >= 0) { moveControl(_x + ((dir ? 1.5 : -1.5) * f), (dir ? "right" : "left")); } var newPos = (_y + (f * (((0.5 * (f - 1)) * 0.1) + ((data1 = data1 + (f * 0.1)))))); if (data1 < 0) { if (moveControl(newPos, "up") || (!jumping)) { data1 = 0; } } else if (moveControl(newPos, "down")) { root.startSound("samus_land"); if (movement >= 0) { root.startSound("samus_walk", true); mode = "initrun"; } else { mode = "initstand"; } } } else if (mode == "morph") { data1 = data1 - f; while (data1 <= 0) { gotoAndStop((42 + ((data2 = ((data2 >= 6) ? 0 : (data2 + 2))))) + dir); data1 = data1 + 2.5; } if (moveControl(_y + (f * (((0.5 * (f - 1)) * 0.1) + ((data3 = data3 + (f * 0.1))))), "down", true)) { if (data3 > 3) { data3 = -2; } else { data3 = -0.5; if (!morphed) { this.mode = "initstand"; _y = _y - 18; vY = 0; if (movement >= 0) { movement = -1; } control(f); return(undefined); } } } if (movement >= 0) { moveControl(_x + ((dir ? 1.5 : -1.5) * f), (dir ? "right" : "left"), true); } } if (invul <= 0) { var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } }; MME.SamusBossBomb = function () { this.active = false; this._visible = false; this.tick = 0; this.pos = 0; this.timer = 0; }; var p = ((MME.SamusBossBomb.prototype = new MovieClip())); p.start = function (x, y) { this._x = x; this._y = y; this.gotoAndStop(1); this.tick = 0; this.pos = 0; this.timer = 0; this.active = (this._visible = true); }; p.stop = function () { this.active = (this._visible = false); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (((timer = timer + f)) < 100) { tick = tick - f; while (tick <= 0) { gotoAndStop(((pos = !pos)) + 1); tick = tick + 3; } } else { _visible = !_visible; if ((pos < 2) && (timer > 100)) { root.startSound("samus_explosion"); pos = 2; gotoAndStop(3); } if ((pos < 3) && (timer > 105)) { pos = 3; gotoAndStop(4); } if ((pos < 4) && (timer > 108)) { pos = 4; gotoAndStop(5); } if ((pos < 5) && (timer > 120)) { pos = 5; stop(); } var obj = checkOver(); if (obj) { obj.strike(this, 3); } } } }; MME.SamusBossPellet = function () { this.active = false; this._visible = false; this.max = 0; this.dir = 0; this.vDir = 0; }; var p = ((MME.SamusBossPellet.prototype = new MME.ActiveClip())); p.start = function (x, y, dir, vDir, isMissle) { this._x = x; this._y = y; this.dir = dir; this.vDir = vDir; if (vDir) { this.max = this._y + (dir ? 100 : -100); } else { this.max = this._x + (dir ? -100 : 100); } if (isMissle) { this.gotoAndStop(2 + dir); } else { this.gotoAndStop(1); } this.active = (this._visible = true); }; p.stop = function () { this.active = (this._visible = false); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (vDir) { _y = _y - ((dir ? -3 : 3) * f); } else { _x = _x + ((dir ? -3 : 3) * f); } var check = this.checkOver(); if (check) { check.strike(this, 2); } if (!root.canMoveHorizontal(_y, _y, _x)) { stop(); } else if (vDir) { if ((_y > (232 + root.mapPosY)) || (_y < root.mapPosY)) { stop(); } else if ((!dir) && (_y < max)) { stop(); } else if (dir && (_y > max)) { stop(); } } else if ((_x > (256 + root.mapPosX)) || (_x < root.mapPosX)) { stop(); } else if (dir && (_x < max)) { stop(); } else if ((!dir) && (_x > max)) { stop(); } } }; #endinitclipSymbol 803 MovieClip Frame 1#initclip 17 _global.MME.Zoomer = function () { super(); this.active = false; this.tileX = 0; this.tileY = 0; this.move = 0; this.pos = 0; this.mode = 0; this.ang = 0; this.tick = 0; this.frame = false; this.health = new MME.HealthSys(3, true, null); }; var p = ((MME.Zoomer.prototype = new MME.ActiveClip())); p.init = function (x, y, ang, pos, move, healthMax) { this.root.prepareSound("enemy_dead"); this.active = true; this.tileX = x; this.tileY = y; this.move = move; this.pos = pos; this.mode = 0; this.ang = ang; this.tick = 0; this.frame = false; this.health.reset(); this.gotoAndStop((frame + (ang * 2)) + 1); this.root.registerEnemy(this); this.control(0); }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.checkMap = function (ang, move, extend) { switch (ang) { case 0 : return({y:extend * (-1), x:move}); case 1 : return({y:move, x:extend}); case 2 : return({y:extend, x:move * (-1)}); case 3 : return({y:move * (-1), x:extend * (-1)}); } }; p.strike = function (obj, power) { if (this.active) { with (this) { if (power >= 3) { obj.stop(health.kill()); } else { obj.stop(health.adj(-power)); } root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); var depth = root.registerDepth("high"); var x = _x; var y = _y; if (ang == 0) { y = y - 8; } else if (ang == 1) { x = x + 8; } else if (ang == 2) { y = y + 8; } else if (ang == 3) { x = x - 8; } root.attachObjMov("pickupSprite", "low").init(x, y, "death"); root.destroySelf(this); } } } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { pos = pos + ((0.75 * f) * Math.abs(move)); if ((mode < 1) && (pos >= 8)) { var adj = checkMap(ang, move, 1); if (root.mapObj.map[tileY + adj.y][tileX + adj.x]) { tileY = tileY + adj.y; tileX = tileX + adj.x; if (((ang = ang - move)) < 0) { ang = 3; } else if (ang > 3) { ang = 0; } mode = 1; tick = 0; } } if ((mode < 2) && (pos >= 22)) { var adj = checkMap(ang, move, 0); if (root.mapObj.map[tileY + adj.y][tileX + adj.x]) { tileY = tileY + adj.y; tileX = tileX + adj.x; pos = pos - 16; } else { if (((ang = ang + move)) < 0) { ang = 3; } else if (ang > 3) { ang = 0; } tick = 0; pos = pos - 28; } mode = 0; } if (((tick = tick - f)) <= 0) { gotoAndStop((((frame = !frame)) + (ang * 2)) + 1); tick = 3; } switch (ang) { case 0 : _x = ((tileX * 16) + ((move > 0) ? (pos) : ((-pos) + 16))) + root.mapData.offsetX; _y = (tileY * 16) + root.mapData.offsetY; break; case 1 : _x = ((tileX * 16) + 16) + root.mapData.offsetX; _y = ((tileY * 16) + ((move > 0) ? (pos) : ((-pos) + 16))) + root.mapData.offsetY; break; case 2 : _x = (((tileX * 16) + 16) - ((move > 0) ? (pos) : ((-pos) + 16))) + root.mapData.offsetX; _y = ((tileY * 16) + 16) + root.mapData.offsetY; break; case 3 : _x = (tileX * 16) + root.mapData.offsetX; _y = (((tileY * 16) + 16) - ((move > 0) ? (pos) : ((-pos) + 16))) + root.mapData.offsetY; } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 805 MovieClip Frame 1#initclip 16 MME.MenuData = function () { this.gotoID = arguments[0]; this.onSelect = arguments[1]; }; MME.MegamanMenu = function () { this.active = false; this.menuData = null; this.subMenu = null; this.menu = new Array(); this.fontSys = null; this.cursor = null; this.focus = null; this.startX = 0; this.startY = 0; this.marginX = 0; this.marginY = 0; this.cursorStartX = 0; this.cursorStartY = 0; this.preventUpward = true; this.preventDownward = true; this.preventStart = true; }; var p = ((MME.MegamanMenu.prototype = new MME.ActiveClip())); p.init = function (menuData, fontClip, cursorClip) { this.fontClip = fontClip; this.cursorClip = cursorClip; this.loadMenu(menuData); }; p.setStyle = function () { this.startX = arguments[0]; this.startY = arguments[1]; this.marginX = arguments[2]; this.marginY = arguments[3]; this.cursorStartX = arguments[4]; this.cursorStartY = arguments[5]; }; p.destroyMenu = function (index) { with (this) { menu[index].removeMovieClip(); } }; p.loadMenu = function (menuData) { this.menuData = menuData; with (this) { cursor = attachMov(cursorClip, 0); focus = -1; loadSubMenu(menuData.initMenu(root.menuStatus)); } }; p.loadSubMenu = function (subMenu, reload) { this.subMenu = subMenu; this.tempLocal = null; with (this) { if (!reload) { var i = 0; while (i <= (menu.length - 1)) { destroyMenu(i); i++; } menu = new Array(); } this.gotoAndStop(menuData.bgFrame(subMenu)); var lsa = 0; var pos = 0; while (lsa <= (menuData[subMenu].length - 1)) { if (!menuData[subMenu][lsa]) { } else { tempLocal = menuData[subMenu][lsa].gotoID; if (typeof(tempLocal) == "function") { tempLocal = tempLocal(); } if ((!reload) || (reload && (templocal != menu[pos].text))) { if (reload) { destroyMenu(pos); } menu[pos] = attachMov(fontClip, lsa + 1, {str:tempLocal, font:"megamanFont", useHandCursor:true, _x:startX + (marginX * lsa), _y:startY + (marginY * lsa)}); menu[pos].text = tempLocal; menu[pos].onRelease = function () { this.click = true; }; menu[pos].onRollOver = function () { this.hover = true; }; menu[pos].click = false; menu[pos].hover = false; menu[pos].menu = this; menu[pos].root = this.root; menu[pos].cursorIndex = lsa; menu[pos].onSelect = menuData[subMenu][lsa].onSelect; } pos++; } lsa++; } if (focus < 0) { setFocus(0); } if (focus > (menu.length - 1)) { setFocus(menu.length - 1); } active = true; delete tempLocal; } }; p.dynRun = function (index) { var data = this.menu[index].onSelect(); switch (data.type) { case "menuChange" : var i = 0; while (i <= (menu.length - 1)) { destroyMenu(i); i++; } this.loadSubMenu(data.pos); case "refreshMenu" : this.loadSubMenu(this.subMenu, true); } }; p.control = function () { with (this) { var isd = Key.isDown; if (preventUpward && (!isd(root.key.keyUpward))) { preventUpward = false; } if (preventDownward && (!isd(root.key.keyDownward))) { preventDownward = false; } if (preventStart && (!isd(root.key.keyStart))) { preventStart = false; } var lsa = 0; while (lsa <= (menu.length - 1)) { if (menu[lsa].hover) { menu[lsa].hover = false; setFocus(lsa); } if (menu[lsa].click) { menu[lsa].click = false; if (dynRun(lsa)) { return(null); } } lsa++; } if ((!preventUpward) && (isd(root.key.keyUpward))) { var toFocus = (focus - 1); if (toFocus < 0) { toFocus = menu.length - 1; } setFocus(toFocus); preventUpward = true; } else if ((!preventDownward) && (isd(root.key.keyDownward))) { var toFocus = (focus + 1); if (toFocus > (this.menu.length - 1)) { toFocus = 0; } setFocus(toFocus); preventDownward = true; } if ((!preventStart) && (isd(root.key.keyStart))) { preventStart = true; if (dynRun(focus)) { return(null); } } } }; p.setFocus = function (focusPos) { with (this) { focus = focusPos; cursor._x = cursorStartX + (marginX * menu[focus].cursorIndex); cursor._y = cursorStartY + (marginY * menu[focus].cursorIndex); } }; delete p; #endinitclipSymbol 808 MovieClip Frame 1#initclip 15 MME.BubbleDoor = function () { super(); this.mode = 0; this.subMode = 0; this.tick = 0; this.cover = null; this.active = false; this.shutUp = false; }; var p = ((MME.BubbleDoor.prototype = new MME.ActiveClip())); p.hide = function (type) { if (type != "staticShow") { super.hide(); } }; p.init = function (xTile, yTile, mode) { this.xTile = xTile; this.yTile = yTile; this._x = (xTile * 16) + this.root.mapObj.offsetX; this._y = (yTile * 16) + this.root.mapObj.offsetY; super.init(); this.shutUp = mode == 1; this.root.registerEnemy(this); this.cover = this.checkOver(); this.delay = 0; if (this.cover) { this.cover._visible = false; this.gotoAndStop(4); this.mode = 5; this.tick = 7; this.subMode = 1; this.setFree(); } else { this.mode = 0; this.gotoAndStop(1); this.subMode = 0; this.setSolid(); } this.active = true; }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active && (!this.mode)) { if (this.shutUp) { obj.stop(0, "tink"); } else { this.mode = 1; this.tick = 0; obj.stop(9999); } } }; p.setSolid = function () { with (this) { var map = root.mapObj.map; var i = 0; while (i <= 1) { map[yTile][xTile + i] = (map[yTile + 1][xTile + i] = (map[yTile + 2][xTile + i] = 2)); i++; } } }; p.setFree = function () { with (this) { var map = root.mapObj.map; var i = 0; while (i <= 1) { map[yTile][xTile + i] = (map[yTile + 1][xTile + i] = (map[yTile + 2][xTile + i] = 0)); i++; } } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { switch (mode) { case 0 : return; case 1 : gotoAndStop(2); mode = 2; return; case 2 : gotoAndStop(1); mode = 3; tick = 15; return; case 3 : if (((tick = tick - f)) <= 0) { root.stopSound("samus_doorchange"); root.startSound("samus_doorchange"); if (subMode) { cover._visible = true; } gotoAndStop(3); mode = 4; tick = 7; } return; case 4 : if (((tick = tick - f)) <= 0) { setFree(); gotoAndStop(4); mode = 5; delay = 0; if (subMode) { subMode = 0; tick = 0; } else { tick = 60 * 3; } } return; case 5 : if (((tick = tick - f)) <= 0) { if (subMode) { root.stopSound("samus_doorchange"); root.startSound("samus_doorchange"); gotoAndStop(3); mode = 6; } else if (!this.checkOver()) { if ((++this.delay) >= 5) { root.stopSound("samus_doorchange"); root.startSound("samus_doorchange"); setSolid(); gotoAndStop(3); mode = 6; } } else { this.delay = 0; } tick = 7; } return; case 6 : if (((tick = tick - f)) > 0) { break; } if (subMode) { mode = 3; tick = 60 * 1.7; } else { mode = 0; } gotoAndStop(1); } } }; #endinitclipSymbol 810 MovieClip Frame 1#initclip 14 MME.SkreeDeathSpark = function () { this.active = false; this.timeout = 0; this.health = 0; this.pos = 0; this.dir = 0; this.tick = 0; this.mode = 0; this.landed = false; }; var p = ((MME.SkreeDeathSpark.prototype = new MME.ActiveGroup())); p.init = function (x, y, sparkClip) { with (this) { addClip("spark0", sparkClip, "low"); addClip("spark1", sparkClip, "low"); addClip("spark2", sparkClip, "low"); addClip("spark3", sparkClip, "low"); attachClips(); spark0.velX = -4; spark0.velY = 0; spark1.velX = 4; spark1.velY = 0; spark2.velX = -2; spark2.velY = -4; spark3.velX = 2; spark3.velY = -4; } var i = 0; while (i <= 3) { this["spark" + i].checkOver = MME.enemyCollisionDetect; this["spark" + i]._x = x; this["spark" + i]._y = y; i++; } this.timeout = 10; this.active = true; }; p.control = function (f) { if (((this.timeout = this.timeout - f)) <= 0) { this.root.destroySelf(this); return(undefined); } var i = 0; while (i <= 3) { var cs = this["spark" + i]; cs._x = cs._x + (cs.velX * f); cs._y = cs._y + (cs.velY * f); var obj = cs.checkOver(); if (obj) { obj.strike(cs, 2); } i++; } }; delete p; MME.Skree = function () { this.active = false; this.mode = 0; this.tick = 0; this.pos = 0; this.dir = 0; this.speed = 0; this.timeout = 0; this.health = new MME.HealthSys(4, true, null); }; var p = ((MME.Skree.prototype = new MME.ActiveClip())); p.init = function (x, y, deathSparkClip) { this.deathSparkClip = deathSparkClip; var loc = this.getPos(x, y); this._x = loc.x; this._y = loc.y; this.pos = 0; this.dir = 0; this.tick = 0; this.mode = 0; this.timeout = 0; this.health.reset(); this.landed = false; this.gotoAndStop(1); this.active = true; this.root.registerEnemy(this); }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active) { with (this) { if (power >= 3) { obj.stop(health.kill()); } else { obj.stop(health.adj(-power)); } root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 8, _y + 12, "death"); root.destroySelf(this); } } } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { tick = tick - f; while (tick <= 0) { gotoAndStop(((pos >= 2) ? ((pos = 0)) : (++pos)) + 1); tick = tick + ((mode == 0) ? 8 : 2); } var meg = root.megamanLink.megaman; var newPos = _y; switch (mode) { case 0 : var dist = (_x - meg._x); if ((dist <= 32) && (dist >= -8)) { dir = 0; mode = 1; speed = 1; timeout = 20; } else if ((dist >= -40) && (dist <= -8)) { dir = 1; mode = 1; speed = 1; timeout = 20; } break; case 1 : if (((timeout = timeout - f)) <= 0) { if (landed) { root.attachObj(new MME.SkreeDeathSpark()).init(_x + 8, _y + 12, deathSparkClip); root.destroySelf(this); return(undefined); } dir = (_x - meg._x) <= 0; speed = 1.5; timeout = 20; } _x = _x + (((dir ? 0.85 : (-0.85)) * speed) * f); newPos = newPos + (f * speed); } if (!root.canMoveVertical(_x, _x + 16, newPos + 24, true)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x, _x + 16, newPos + 24, true)) { break; } newPos = newPos - 1; } landed = true; timeout = 120; speed = 0; } _y = newPos; var obj = checkOver(); if (obj) { obj.strike(this, 3); } } }; delete p; #endinitclipSymbol 812 MovieClip Frame 1#initclip 13 MME.Ripper = function () { super(); this.dir = 0; this.x = 0; this.y = 0; this.pos = 0; this.active = false; this.tick = 0; this.frm = false; }; var p = ((MME.Ripper.prototype = new MME.ActiveClip())); p.init = function (tileX, tileY, dir) { this.dir = dir; this.x = tileX; this.y = tileY; this._y = ((this.y * 16) + this.root.mapData.offsetY) + 3; this.gotoAndStop(1 + dir); this.pos = 0; this.control(0); this.root.registerEnemy(this); this.active = true; }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active) { with (this) { if (power >= 3) { obj.stop(health.kill()); root.score.adjScore(4); root.startSound("enemy_dead"); root.attachObjMov("pickupSprite", "low").init(_x + 9, _y + 5, "death"); root.destroySelf(this); } else { obj.stop(0, "tink"); } } } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { tick = tick - f; while (tick <= 0) { gotoAndStop(((dir * 2) + 1) + ((frm = !frm))); tick = tick + 3; } pos = pos - f; while (pos <= 0) { if (root.mapObj.map[y][x + (dir ? 1 : -1)]) { gotoAndStop(((((dir = !dir)) * 2) + 1) + frm); x = x + (dir ? 1 : -1); } else { x = x + (dir ? 1 : -1); } pos = pos + 16; } _x = ((x * 16) + root.mapObj.offsetX) + (dir ? (-pos) : (pos)); var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; #endinitclipSymbol 814 MovieClip Frame 1#initclip 12 MME.Rio = function () { this.mode = 0; this.dir = 0; this.data1 = 0; this.pos = 0; this.tick = 0; this.health = new MME.HealthSys(3, true, null); this.goBack = false; this.active = false; }; var p = ((MME.Rio.prototype = new MME.ActiveClip())); p.init = function (x, y) { var pos = this.getPos(x, y); this._x = pos.x; this._y = pos.y; this.mode = 0; this.data1 = 30; this.gotoAndStop(1); this.root.registerEnemy(this); this.active = true; }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active) { with (this) { if (power >= 3) { obj.stop(health.kill()); } else { obj.stop(health.adj(-power)); } root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 16, _y + 8, "death"); root.destroySelf(this); } } } }; p.checkDir = function (newX) { with (this) { if (dir) { if (!root.canMoveHorizontal(_y + 1, _y + 16, newX + 31)) { newX = Math.floor(newX); while (true) { if (root.canMoveHorizontal(_y + 1, _y + 16, newX + 31)) { break; } newX--; } dir = false; } } else if (!root.canMoveHorizontal(_y + 1, _y + 16, newX + 1)) { newX = Math.ceil(newX); while (true) { if (root.canMoveHorizontal(_y + 1, _y + 16, newX + 1)) { break; } newX++; } dir = true; } _x = newX; } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { switch (mode) { case 0 : var meg = root.megamanLink.megaman; if (((data1 = data1 - f)) <= 0) { if ((meg._x > (_x - 64)) && (meg._x <= _x)) { mode = 1; dir = 0; data1 = 5.5; tick = 2; goBack = false; } else if ((meg._x < (_x + 64)) && (meg._x > _x)) { mode = 1; dir = 1; data1 = 5.5; tick = 2; goBack = false; } } break; case 1 : case 4 : if ((((data1 = data1 + (f * -0.1))) <= 0) && (mode == 1)) { mode = 2; } else { var newPos = (f * (((0.5 * (f - 1)) * (-0.1)) + data1)); newPos = _y + ((newPos < (-16)) ? (-16) : (((newPos > 16) ? 16 : (newPos)))); if (mode == 4) { if (!root.canMoveVertical(_x + 1, _x + 31, newPos + 1, true)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 1, _x + 31, newPos + 1, true)) { break; } newPos++; } mode = 0; data1 = 60; _y = newPos; return(undefined); } } else if (!root.canMoveVertical(_x + 1, _x + 31, newPos + 16, true)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 1, _x + 31, newPos + 16, true)) { break; } newPos--; } data1 = 0; mode = 3; } _y = newPos; if (root.megamanLink.megaman._y < (_y - 24)) { goBack = true; } checkDir(_x + (f * (dir ? 1 : (-1)))); break; } case 2 : var newPos = (_y + (f * 0.5)); if (!root.canMoveVertical(_x + 1, _x + 31, newPos + 16, true)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 1, _x + 31, newPos + 16, true)) { break; } newPos--; } mode = 3; } _y = newPos; case 3 : if (goBack || (root.megamanLink.megaman._y < (_y - 24))) { mode = 4; } checkDir(_x + (f * (dir ? 1 : (-1)))); } tick = tick - f; while (tick <= 0) { gotoAndStop(((pos = !pos)) + 1); tick = tick + ((!mode) ? 10 : 2); } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 816 MovieClip Frame 1#initclip 11 MME.SinkySand = function () { this.active = false; this.list = []; }; var p = ((MME.SinkySand.prototype = new MME.ActiveGroup())); p.hide = function (type) { if (type != "staticShow") { super.hide(); } }; p.init = function () { var li = 0; var gp; var i = 0; while (i <= (arguments.length - 1)) { gp = this.getPosTile(arguments[i], arguments[i + 1]); this.list[li] = {x:gp.x, y:gp.y, tx:arguments[i], ty:arguments[i + 1], e:arguments[i + 2]}; this.addClip("sandClip_" + (li++), arguments[i + 3], "fg"); i = i + 4; } this.attachClips(); var i = 0; while (i <= (this.list.length - 1)) { var map = this.root.mapObj; with (this["sandClip_" + i]) { _x = this.list[i].x; _y = this.list[i].y; } i++; } this.active = true; }; p.stop = function () { }; p.control = function () { var pos = this.root.megamanLink.megaman.getCenter(); for (var i in this.list) { with (this.list[i]) { if (((pos.y == ty) && (pos.x >= tx)) && (pos.x <= ((tx + e) - 1))) { this.root.megamanLink.megaman.strike(this, 3); } } } }; delete p; #endinitclipSymbol 818 MovieClip Frame 1#initclip 10 MME.Bubble = function () { this.vX = 0; this.vY = 0; this.tick = 0; this.pos = 0; this.timeout = 0; this.active = false; this.health = new MME.HealthSys(4, true, null); }; var p = ((MME.Bubble.prototype = new MME.ActiveClip())); p.init = function (tx, ty, vX, vY) { this.setPosTile(tx, ty); this.vX = vX; this.vY = vY; this.tick = 0; this.pos = 0; this.gotoAndStop(1); this.active = true; this.root.registerEnemy(this); }; p.strike = function (obj, power) { if (this.active && (this.timeout <= 0)) { with (this) { obj.stop(health.adj(-power)); root.startSound("enemy_dead"); timeout = timeout + 20; gotoAndStop(pos + 2); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 7, _y + 8, "death"); root.destroySelf(this); } } } }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (timeout > 0) { timeout = timeout - f; return(undefined); } tick = tick - f; while (tick <= 0) { gotoAndStop(((pos >= 6) ? ((pos = 0)) : ((pos = pos + 2))) + 1); tick = tick + 2; } var newX = ((vX * f) + _x); var newY = ((vY * f) + _y); if (vX < 0) { if (!root.canMoveHorizontal(_y + 1, _y + 17, newX)) { newX = Math.ceil(newX); while (true) { if (root.canMoveHorizontal(_y + 1, _y + 17, newX, 0)) { break; } newX++; } vX = -vX; } } else if (!root.canMoveHorizontal(_y + 1, _y + 17, newX + 16)) { newX = Math.floor(newX); while (true) { if (root.canMoveHorizontal(_y + 1, _y + 17, newX + 16, 0)) { break; } newX--; } vX = -vX; } _x = newX; if (vY < 0) { if (!root.canMoveVertical(_x + 1, _x + 15, newY)) { newY = Math.ceil(newY); while (true) { if (root.canMoveVertical(_x + 1, _x + 15, newY, 0)) { break; } newY++; } vY = -vY; } } else if (!root.canMoveVertical(_x + 1, _x + 15, newY + 18, 0)) { newY = Math.floor(newY); while (true) { if (root.canMoveVertical(_x + 1, _x + 15, newY + 18, 0)) { break; } newY--; } vY = -vY; } _y = newY; var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 820 MovieClip Frame 1#initclip 9 MME.MBbubble = function () { this.startX = 0; this.startY = 0; this.vX = 0; this.vY = 0; this.speed = 0; this._visible = false; this.pwnd = false; this.active = false; }; var p = ((MME.MBbubble.prototype = new MME.ActiveClip())); p.init = function (tileX, tileY, speed) { this.startX = tileX; this.startY = tileY; this.speed = speed; this.active = true; this.spawn(); this.root.registerEnemy(this); }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active && (this._visible)) { with (this) { obj.stop(health.kill()); root.score.adjScore(1); root.startSound("enemy_dead"); root.attachObjMov("pickupSprite", "low").init(_x, _y, "death"); kill(); } } }; p.kill = function () { this.pwnd = (this._visible = false); this.timeout = 30; this.setPosTile(this.startX + 0.5, this.startY + 0.5); }; p.spawn = function () { this.findVel(); this.pwnd = (this._visible = true); this.setPosTile(this.startX + 0.5, this.startY + 0.5); }; p.findVel = function () { with (this.root.megamanLink.megaman) { var rad = Math.atan2((_y + 13) - this._y, (_x + 11.5) - this._x); } this.vX = this.speed * Math.cos(rad); this.vY = this.speed * Math.sin(rad); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (_visible) { if ((((((_x = _x + (vX * f))) < (root.mapPosX - 6)) || (((_y = _y + (vY * f))) < (root.mapPosY - 6))) || (_x > ((root.mapPosX + 256) + 6))) || (_y > ((root.mapPosY + 256) + 6))) { kill(); } else { var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } else if (((timeout = timeout - f)) <= 0) { if ((((_x > (root.mapPosX - 6)) && (_y > (root.mapPosY - 6))) && (_x < ((root.mapPosX + 256) + 6))) && (_y < ((root.mapPosY + 232) + 6))) { spawn(); } else { timeout = timeout + 5; } } } }; delete p; #endinitclipSymbol 822 MovieClip Frame 1#initclip 8 MME.Waver = function () { this.dir = 0; this.tick = 0; this.pos = 0; this.velY = 0; this.active = false; this.health = new MME.HealthSys(3, true, null); }; var p = ((MME.Waver.prototype = new MME.ActiveClip())); p.init = function (x, y, dir) { this.setPos(x, y); this.ay = this._y; this.goPntY = this.getPos(0, 116).y; this.velY = 0; this.dir = dir; this.active = true; this.lstVelY = 0; this.root.registerEnemy(this); }; p.strike = function (obj, power) { if (this.active) { with (this) { obj.stop(health.adj(-power)); root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 9, _y + 9, "death"); root.destroySelf(this); } } } }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { tick = tick - f; while (tick <= 0) { gotoAndStop((((pos >= 6) ? ((pos = 0)) : (((((pos = pos + 2)) == 6) ? 2 : (pos)))) + 1) + dir); tick = tick + (pos ? 6 : 60); } var gravY = ((ay < goPnt) ? 0.1 : -0.1); var newY = (f * (((0.5 * (f - 1)) * gravY) + ((velY = velY + (gravY * f))))); if (newY < -15) { newY = -15; } else if (newY > 15) { newY = 15; } newY = newY + ay; var newX = (_x + ((dir ? -1 : 1) * f)); velY = velY * (1 + ((f - 1) / 200)); if (velY < 0) { if (!root.canMoveVertical(_x + 1, _x + 15, newY)) { newY = Math.ceil(newY); while (true) { if (root.canMoveVertical(_x + 1, _x + 15, newY, 0)) { break; } newY++; } goPnt = _y + 77.3333333333333; } } else if (!root.canMoveVertical(_x + 1, _x + 15, newY + 16, 0)) { newY = Math.floor(newY); while (true) { if (root.canMoveVertical(_x + 1, _x + 15, newY + 16, 0)) { break; } newY--; } goPnt = _y - 77.3333333333333; } _y = (ay = newY); if (dir) { if (!root.canMoveHorizontal(_y + 8, _y + 14, newX)) { newX = Math.ceil(newX); while (true) { if (root.canMoveHorizontal(_y + 8, _y + 14, newX)) { break; } newX++; } dir = !dir; } } else if (!root.canMoveHorizontal(_y + 8, _y + 14, newX + 16)) { newX = Math.floor(newX); while (true) { if (root.canMoveHorizontal(_y + 8, _y + 14, newX + 16)) { break; } newX--; } dir = !dir; } _x = newX; var obj = checkOver(); if (obj) { obj.strike(this, 3); } } }; delete p; #endinitclipSymbol 824 MovieClip Frame 1#initclip 7 MME.Zeb = function () { this.ecExempt = true; this.startX = 0; this.startY = 0; this.megX = 0; this.tick = 0; this.pos = 0; this.dir = 0; this.mode = null; this.health = new MME.HealthSys(2, true, null); this._visible = false; this.active = false; }; var p = ((MME.Zeb.prototype = new MME.ActiveClip())); p.init = function (pipeX, pipeY) { var pos = this.getPosTile(pipeX + 0.5, pipeY - 0.5); this._x = (this.startX = pos.x); this._y = (this.startY = pos.y); this.megX = null; this.mode = "check"; this._visible = false; this.active = true; this.root.registerEnemy(this); }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.strike = function (obj, power) { if (this.active && (this._visible)) { with (this) { obj.stop(health.adj(-power)); root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 9, _y + 9, "death"); kill(); } } } }; p.spawn = function () { this.dir = (this.root.megamanLink.megaman._x + 8) < this._x; this.gotoAndStop(1 + this.dir); this._x = this.startX; this._y = this.startY; this.mode = "hide"; this.tick = 30; this.health.reset(); this._visible = true; }; p.kill = function () { this._x = this.startX; this._y = this.startY; this._visible = false; this.mode = "wait"; this.tick = 60; }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (_visible) { if (mode == "hide") { if (((tick = tick - f)) <= 0) { tick = 0; mode = "up"; } } else { tick = tick - f; while (tick <= 0) { gotoAndStop(((((pos = !pos)) * 2) + 3) + dir); tick = tick + 3; } if (mode == "up") { if ((((_y = _y - (2 * f))) <= root.megamanLink.megaman._y) && (_y <= (startY - 18))) { mode = "attack"; } } else if (mode == "attack") { if ((((_x = _x + ((dir ? -3 : 3) * f))) < (root.mapPosX - 18)) || (_x > (root.mapPosX + 256))) { kill(); } } } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } else if (this.mode == "wait") { if (((tick = tick - f)) <= 0) { this.mode = "check"; } } else { var newX = root.megamanLink.megaman._x; if ((newX >= (_x - 100)) && (newX <= (_x + 100))) { if (!megX) { megX = newX; } else if (megX != newX) { spawn(); } } } } }; delete p; #endinitclipSymbol 834 MovieClip [zebSprite] Frame 1#initclip 57 Object.registerClass("zebSprite", MME.Zeb); #endinitclipSymbol 836 MovieClip Frame 1#initclip 6 MME.SpitFireFlame = function () { this.velY = 0; this.pos = 0; this._visible = false; this.active = false; }; var p = ((MME.SpitFireFlame.prototype = new MME.ActiveClip())); p.start = function (bodyX, bodyY, dir) { this._x = bodyX + (dir ? -8 : 8); this._y = bodyY - 24; this.velY = -5; this.pos = false; this.dir = dir; this._visible = true; this.active = true; this.gotoAndStop(1 + this.dir); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { _y = _y + (f * (((0.5 * (f - 1)) * 0.2) + ((velY = velY + (f * 0.2))))); _x = _x + ((dir ? -3 : 3) * f); if (pos != (velY >= 0)) { gotoAndStop((((pos = velY >= 0)) ? 3 : 1) + dir); } if ((((_x + 16) <= root.mapPosX) || (_x >= (root.mapPosX + 256))) || (_y >= (root.mapPosY + 256))) { _visible = false; active = false; } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; MME.SpitFireBody = function () { this.mode = 0; this.sY = 0; this.sX = 0; this.timeout = 0; this.count = 0; this.active = false; }; var p = ((MME.SpitFireBody.prototype = new MME.ActiveClip())); p.start = function (tileX, tileY) { var pos = this.getPosTile(tileX, tileY); this.sX = (this._x = pos.x); this.sY = (this._y = pos.y); this.mode = 0; this.timeout = 180; this._visible = false; this.gotoAndStop(1); this.active = true; }; p.control = function (f) { with (this) { switch (mode) { case 0 : if (((timeout = timeout - f)) <= 0) { mode = 1; dir = root.megamanLink.megaman._x < _x; gotoAndStop(1 + dir); _visible = true; } return; case 1 : var preY = (_y - (f * 0.25)); _y = ((preY < (sY - 16)) ? (sY - 16) : (preY)); if (preY <= (sY - 16)) { mode = 2; count = 3; timeout = 30; } return; case 2 : if (((timeout = timeout - f)) <= 0) { if (count <= 0) { mode = 4; } else { mode = 3; timeout = 30; gotoAndStop(3 + dir); } } return; case 3 : if (((timeout = timeout - f)) <= 0) { mode = 2; timeout = 30; if (!fire1.active) { fire1.start(sX, sY - 1, dir); } else if (!fire2.active) { fire2.start(sX, sY - 16, dir); } gotoAndStop(1 + dir); count--; } return; case 4 : var preY = (_y + (f * 0.25)); _y = ((preY > sY) ? (sY) : (preY)); if (preY < sY) { break; } mode = 0; this.timeout = 60 * 3; _visible = false; } } }; MME.SpitFireObj = function () { this.active = false; }; var p = ((MME.SpitFireObj.prototype = new MME.ActiveGroup())); p.init = function (body, flame, x, y) { this.addClip("fire1", flame, "low"); this.addClip("fire2", flame, "low"); this.addClip("body", body, "high"); this.attachClips(); this.applyClips(this.body); this.active = true; this.body.start(x, y); }; p.control = function (f) { with (this) { if (fire1.active) { fire1.control(f); } if (fire2.active) { fire2.control(f); } if (body.active) { body.control(f); } } }; #endinitclipSymbol 845 MovieClip [samusDeathSprite] Frame 1#initclip 59 Object.registerClass("samusDeathSprite", MME.Death); #endinitclipSymbol 847 MovieClip Frame 1#initclip 5 MME.RollCredits = function () { this.listing = []; this.active = false; this.mode = 0; this.pos = 0; this.endTime = 0; this.tick = 0; this.onComplete = null; }; var p = ((MME.RollCredits.prototype = new MME.EmptyActiveObj())); p.destroy = function () { var i = 0; while (i <= (this.listing.length - 1)) { if (this.listing[i].obj) { this.root.unregisterDepth(this.listing[i].obj.getDepth()); this.listing[i].obj.removeMovieClip(); } i++; } }; p.init = function (credits, time, onComplete) { this.listing = []; var inc = 0; var i = 0; while (i <= (credits.length - 1)) { if (typeof(credits[i]) == "string") { var lstPos = this.listing.length; this.listing[lstPos] = {str:credits[i], inc:inc++, obj:null}; } else if (typeof(credits[i]) == "number") { inc = inc + credits[i]; } i++; } inc = inc + 30; var i = 0; while (i <= (this.listing.length - 1)) { this.listing[i].sT = time * (this.listing[i].inc / inc); this.listing[i].eT = time * (30 / inc); i++; } this.mode = 0; this.pos = 0; this.active = true; this.endTime = time; this.tick = 0; this.root._x = 0; this.root._y = 0; this.onComplete = onComplete; }; p.control = function (f) { this.tick = this.tick + f; var i = 0; while (i <= (this.listing.length - 1)) { with (this.listing[i]) { if (!obj) { if (((this.tick - sT) >= 0) && ((this.tick - sT) < eT)) { obj = this.root.attachMov("displayFont", this.root.registerDepth("fg"), {str:str, align:"center", rgb:16777215, font:"megamanFont", _x:128, _y:232}); } } else if ((this.tick - sT) >= eT) { this.root.unregisterDepth(obj.getDepth()); obj.removeMovieClip(); obj = null; } else { obj._y = 232 - (240 * ((this.tick - sT) / eT)); } } i++; } if ((this.tick >= this.endTime) && (this.onComplete)) { this.onComplete(); } }; delete p; #endinitclipSymbol 859 MovieClip [finalScreenMetroid] Frame 1#initclip 61 MME.LinksPage = function () { this.links = []; super(); }; MME.LinksPage.prototype = new MME.Movie(); MME.LinksPage.prototype.addLink = function (clip, onClick) { this.links[this.links.length] = clip; clip.useHandCursor = true; clip.mouseIsDown = false; clip.root = this.root; clip.onRollOver = function () { var tColor = new Color(this); tColor.setRGB(16711680); mouseIsOver = true; }; clip.onRollOut = function () { var tColor = new Color(this); tColor.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); mouseIsOver = false; }; clip.onPress = function () { this.mouseIsDown = true; }; clip.onRelease = function () { if (this.mouseIsDown) { this.onClick(); this.mouseIsDown = false; } }; clip.onReleaseOutside = function () { this.mouseIsDown = false; }; clip.onClick = onClick; }; Object.registerClass("finalScreenMetroid", MME.LinksPage); #endinitclip this.addClip(this.bgClip1); this.addClip(this.bgClip2); this.addLink(this.staticreator, function () { this.getURL("http://www.brokenfunction.com", "brknfnctn"); }); this.addLink(this.bng, function () { this.getURL("http://www.bobandgeorge.com", "bng"); }); this.addLink(this.disk2, function () { this.getURL("http://www.disk2.com", "disk2"); }); this.addLink(this.spritesinc, function () { this.getURL("http://sprites.planet-megaman.com", "spritesinc"); }); this.addLink(this.benLewis, function () { this.getURL("http://www.ocremix.org/detailmix.php?mixid=OCR00023", "benlewis"); }); this.addLink(this.kashou, function () { this.getURL("http://www.unknownbeyond.com", "kashou"); }); this.addLink(this.snowbro, function () { this.getURL("http://www.stud.ntnu.no/~kenth", "snowbro"); }); this.addLink(this.ocremix, function () { this.getURL("http://www.ocremix.org", "ocremix"); }); this.addLink(this.bossTime, function () { this.getURL("http://www.ocremix.org/detailmix.php?mixid=OCR00115", "bossTime"); }); this.addLink(this.restart, function () { this.root.reloadGame(); });Instance of Symbol 154 MovieClip [displayFont] in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "sites"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "spritesinc" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "sprites inc"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "benLewis" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "brinstar remix by ben lewis"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "snowbro" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "snowbro"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "kashou" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "kashou"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "disk2" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "gux"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "restart" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "restart"; _xscale = 100; _yscale = 100; align = "left"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "bng" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "bobandgeorge.com"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "staticreator" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "staticreator"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "bossTime" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "it's boss time by gux"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "remixes"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "ocremix" in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "oc remix"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 859 MovieClip [finalScreenMetroid] Frame 1//component parameters onClipEvent (initialize) { str = "more"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 859 MovieClip [finalScreenMetroid] Frame 100this.gotoAndPlay(90);Symbol 884 MovieClip [capcomIntro] Frame 1#initclip 62 Object.registerClass("capcomIntro", MME.Movie); #endinitclip this.complete = false;Instance of Symbol 154 MovieClip [displayFont] in Symbol 884 MovieClip [capcomIntro] Frame 1//component parameters onClipEvent (initialize) { str = "megaman created by"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 884 MovieClip [capcomIntro] Frame 201this.stop(); this.complete = true;Symbol 901 MovieClip [robotMasterIntro] Frame 1#initclip 63 Object.registerClass("robotMasterIntro", MME.Movie); #endinitclip this.complete = false; this.addClip(this.barTop); this.addClip(this.barBottom);Symbol 901 MovieClip [robotMasterIntro] Frame 30this.addClip(this.bgClip1); this.addClip(this.bgClip2);Symbol 901 MovieClip [robotMasterIntro] Frame 100this.startType = this.strClip._x - ((this.str.length * 8) / 2); this.tick = 0; this.index = 0; this.onEnterFrame2 = function () { with (this) { while (str.charAt(index) == " ") { index++; } if (((--tick) <= 0) && (index <= (str.length - 1))) { attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:startType + (index * 8), _y:strClip._y, rgb:11068668, symbol:str.charAt(index)}); attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(startType + (index * 8)) + 1, _y:strClip._y + 1, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };Symbol 901 MovieClip [robotMasterIntro] Frame 415this.complete = true; this.stop();Symbol 905 MovieClip [nintendoIntro] Frame 1#initclip 64 Object.registerClass("nintendoIntro", MME.Movie); #endinitclip this.complete = false;Instance of Symbol 154 MovieClip [displayFont] in Symbol 905 MovieClip [nintendoIntro] Frame 1//component parameters onClipEvent (initialize) { str = "metroid and samus aran"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 905 MovieClip [nintendoIntro] Frame 1//component parameters onClipEvent (initialize) { str = "created by"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 905 MovieClip [nintendoIntro] Frame 153this.complete = true; this.stop();Symbol 908 MovieClip [scLineAni] Frame 1#initclip 3 _global.LAPos = function (x, y) { this.x = x; this.y = y; }; _global.LAStruct = function (offX, offY, lines) { var i = 0; while (i <= (lines.length - 2)) { this[i] = {p1:{x:lines[i].x + offX, y:lines[i].y + offY}, p2:{x:lines[i + 1].x + offX, y:lines[i + 1].y + offY}}; i++; } this.swapNfo = null; this.length = lines.length - 1; this.pause = false; }; Math.easeInOutCubic = function (t, b, c, d) { if (((t = t / (d / 2))) < 1) { return(((((c / 2) * t) * t) * t) + b); } return(((c / 2) * (((((t = t - 2)) * t) * t) + 2)) + b); }; Math.easeOutElastic = function (t, b, c, d, a, p) { if (t == 0) { return(b); } if (((t = t / d)) == 1) { return(b + c); } if (!p) { p = d * 0.3; } if (a < Math.abs(c)) { a = c; var s = (p / 4); } else { var s = ((p / (Math.PI*2)) * Math.asin(c / a)); } return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - s) * (Math.PI*2)) / p)) + c) + b); }; Math.linearTween = function (t, b, c, d) { return(((c * t) / d) + b); }; _global.LineAni = function () { this.struct = []; this.lineSize = 2; this.lineAlpha = 100; this.complete = false; }; var p = ((LineAni.prototype = new MovieClip())); p.addStructure = function (obj) { this.struct.push(obj); }; p.setSwap = function (obj1, obj2) { var swpFunc = this.__proto__.swpRandom; obj1 = this.struct[obj1]; obj2 = this.struct[obj2]; obj1.swapNfo = {from:swpFunc(obj1), to:swpFunc(obj2)}; obj2.swapNfo = {from:swpFunc(obj2), to:swpFunc(obj1)}; }; p.aniSwap = function (pos) { var ss; var aFrom; var aTo; for (var i in this.struct) { if (!this.struct[i].swapNfo) { continue; } ss = this.struct[i]; var g = 0; while (g <= (ss.length - 1)) { aFrom = ss.swapNfo.from; aTo = ss.swapNfo.to; ss[g].p1.x = aFrom[g].p1.x - ((aFrom[g].p1.x - aTo[g].p1.x) * pos); ss[g].p1.y = aFrom[g].p1.y - ((aFrom[g].p1.y - aTo[g].p1.y) * pos); ss[g].p2.x = aFrom[g].p2.x - ((aFrom[g].p2.x - aTo[g].p2.x) * pos); ss[g].p2.y = aFrom[g].p2.y - ((aFrom[g].p2.y - aTo[g].p2.y) * pos); g++; } } }; p.endSwap = function (index) { if (arguments.length) { this.struct[index].swapNfo = null; } else { var i = 0; while (i <= (this.struct.length - 1)) { this.struct[i].swapNfo = null; i++; } } }; p.swpRandom = function (obj) { var output = []; var rand; var ap1; var ap2; var i = (obj.length - 1); while (i >= 0) { rand = Math.floor(Math.random() * i); while (output[rand]) { rand++; } with (obj[i]) { if (Math.random() < 0.5) { ap1 = new LAPos(p1.x, p1.y); ap2 = new LAPos(p2.x, p2.y); } else { ap2 = new LAPos(p1.x, p1.y); ap1 = new LAPos(p2.x, p2.y); } } output[rand] = {p1:ap1, p2:ap2}; i--; } return(output); }; p.render = function () { with (this) { clear(); lineStyle(this.lineSize, 16777215, this.lineAlpha); for (var i in struct) { var g = 0; while (g <= (struct[i].length - 1)) { with (struct[i][g]) { moveTo(p1.x, p1.y); lineTo(p2.x, p2.y); } g++; } } } }; delete p; Object.registerClass("scLineAni", LineAni); #endinitclip var letterS = [new LAPos(8, -25), new LAPos(0, -35), new LAPos(-8, -25), new LAPos(8, 25), new LAPos(0, 35), new LAPos(-8, 25)]; var letterT = [new LAPos(-8, -35), new LAPos(0, -35), new LAPos(0, 35), new LAPos(0, -35), new LAPos(8, -35)]; var letterA = [new LAPos(-8, 35), new LAPos(-5, 0), new LAPos(0, -35), new LAPos(8, 35), new LAPos(4, 0), new LAPos(-4, 0)]; var letterI = [new LAPos(0, 35), new LAPos(0, 17.5), new LAPos(0, 0), new LAPos(0, -17.5), new LAPos(0, -35)]; var letterC = [new LAPos(8, -25), new LAPos(0, -35), new LAPos(-8, -25), new LAPos(-8, 25), new LAPos(0, 35), new LAPos(8, 25)]; var letterR = [new LAPos(-8, 35), new LAPos(-8, -35), new LAPos(8, -20), new LAPos(-8, -5), new LAPos(8, 35)]; var letterE = [new LAPos(8, -35), new LAPos(-8, -35), new LAPos(-8, 0), new LAPos(8, 0), new LAPos(-8, 0), new LAPos(-8, 35), new LAPos(8, 35)]; var letterO = [new LAPos(0, -35), new LAPos(-8, -25), new LAPos(-8, 25), new LAPos(0, 35), new LAPos(8, 25), new LAPos(8, -25), new LAPos(0, -35)]; this.addStructure(new LAStruct(-110, 0, letterS)); this.addStructure(new LAStruct(-90, 0, letterT)); this.addStructure(new LAStruct(-70, 0, letterA)); this.addStructure(new LAStruct(-50, 0, letterT)); this.addStructure(new LAStruct(-30, 0, letterI)); this.addStructure(new LAStruct(-10, 0, letterC)); this.addStructure(new LAStruct(10, 0, letterR)); this.addStructure(new LAStruct(30, 0, letterE)); this.addStructure(new LAStruct(50, 0, letterA)); this.addStructure(new LAStruct(70, 0, letterT)); this.addStructure(new LAStruct(90, 0, letterO)); this.addStructure(new LAStruct(110, 0, letterR)); this.setSwap(0, 8); this.setSwap(1, 6); this.setSwap(2, 5); this.setSwap(3, 11); this.setSwap(4, 9); this.setSwap(7, 10); this.aniStart = getTimer(); this.onEnterFrame = function () { if (this.root.cheatSkipMov || (this.complete)) { this.complete = true; if (this.onComplete) { this.onComplete(); } } if (!this.pause) { var pos = (getTimer() - aniStart); if (pos <= 3333.33333333333) { this.aniSwap(Math.easeOutElastic(pos, 5, -4, 3333.33333333333)); this.render(); } else if ((pos >= 3733.33333333333) && (pos <= 5066.66666666667)) { this.aniSwap(Math.easeInOutCubic(pos - 3733.33333333333, 1, -1, 1333.33333333333)); this.render(); } else if ((pos >= 5200) && (pos <= 5466.66666666667)) { this.attachClip._alpha = Math.linearTween(pos - 5200, 0, 100, 266.666666666667); if ((pos >= 5466.66666666667) && (this.signalPause)) { this.pause = true; } } else if ((pos >= 6666.66666666667) && (pos <= 7200)) { this.fader._alpha = Math.linearTween(pos - 6666.66666666667, 0, 100, 533.333333333333); } else if ((pos > 7200) && (!this.complete)) { this.complete = true; if (this.onComplete) { this.onComplete(); } } } };Symbol 968 MovieClip [megamanSamusSprite] Frame 1#initclip 66 Object.registerClass("megamanSamusSprite", MME.Megaman); #endinitclipSymbol 1154 MovieClip [protoSprite] Frame 1#initclip 67 Object.registerClass("protoSprite", MME.Megaman); #endinitclipSymbol 1163 MovieClip [protoDeathSprite] Frame 1#initclip 68 Object.registerClass("protoDeathSprite", MME.Death); #endinitclipSymbol 1166 MovieClip Frame 1#initclip 69 MME.MegamanObj.prototype.registerSkin("sMissle", "megamanDefault", {clips:{}, options:{shots:1, checkFire:function () { return((!this.weapon.dead) && (!this.shot0.active)); }, fire:function () { if (!this.shot0.active) { if (this.dir) { this.shot0.start(this._x - 18, this._y + 6, 1, 3); } else { this.shot0.start(this._x + 27, this._y + 6, 0, 3); } this.root.stopSound("samus_missle"); this.root.startSound("samus_missle"); } }, enabled:false, canCharge:false, max:15, index:1, icon:"samusIcon", txt:"s.missile"}}); MME.SamusMissle = function () { this._visible = false; this.depth = newDepth; this.active = false; this.mode = 0; this.dir = 0; this.tick = 0; this.pos = 0; this.lastHit = null; }; var p = ((MME.SamusMissle.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.dir = dir; this._x = x; this._y = y; this.gotoAndStop(1 + this.dir); this.pos = 0; this.lastHit = null; this.mode = 0; this._visible = (this.active = true); }; p.stop = function (damage, special) { if (special == "tink") { this.root.startSound("tink"); } this.mode = 1; this.tick = 2; gotoAndStop((this.pos = 3) +5); }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (f) { with (this) { if (mode) { tick = tick - f; while (tick <= 0) { if (pos == 6) { this._visible = (this.active = false); } gotoAndStop(++pos); tick = tick + 2; } } else { _x = _x + ((dir ? -4 : 4) * f); if ((_x > (256 + root.mapPosX)) || (_x < (-8 + root.mapPosX))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = obj; obj.strike(this, 3); } else if ((!root.canMoveHorizontal(_y, _y + 8, _x)) || (!root.canMoveHorizontal(_y, _y + 8, _x + 10))) { stop(); } } } } }; delete p; #endinitclipSymbol 1176 MovieClip [megamanSMissleSprite] Frame 1#initclip 70 Object.registerClass("megamanSMissleSprite", MME.SamusMissle); #endinitclipSymbol 1185 MovieClip [powerBarH] Frame 1#initclip 71 MME.PowerBar = function () { this.rgb = 0; }; Object.registerClass("powerBarH", MME.PowerBar); MME.PowerBar.prototype = new MovieClip(); MME.PowerBar.prototype.setColor = function (col) { var colorObj = new Color(this.barColor); colorObj.setRGB((this.rgb = col)); }; #endinitclip this.stop();Symbol 1257 MovieClip [megamanArthurSprite] Frame 1#initclip 72 Object.registerClass("megamanArthurSprite", MME.Megaman); #endinitclipSymbol 1266 MovieClip [arthurDeathSprite] Frame 1#initclip 73 Object.registerClass("arthurDeathSprite", MME.Death); #endinitclipSymbol 1269 MovieClip Frame 1#initclip 74 MME.MegamanObj.prototype.registerSkin("aLance", "megamanDefault", {clips:{}, options:{shots:2, checkFire:function () { return((!this.weapon.dead) && ((!this.shot0.active) || (!this.shot1.active))); }, fire:function () { var pick = ((!this.shot0.active) ? (this.shot0) : (((!this.shot1.active) ? (this.shot1) : null))); if (pick) { if (this.dir) { pick.start(this._x - 25, this._y + 7, 1, 3); } else { pick.start(this._x + 22, this._y + 7, 0, 3); } this.root.stopSound("arthur_speartoss"); this.root.startSound("arthur_speartoss"); } }, enabled:false, canCharge:false, max:28, index:2, icon:"arthurIcon", txt:"a.lance"}}); MME.ALance = function () { this._visible = false; this.depth = newDepth; this.active = false; this.mode = 0; this.dir = 0; this.tick = 0; this.pos = 0; this.lastHit = null; }; var p = ((MME.ALance.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.dir = dir; this._x = x; this._y = y; this.gotoAndStop(1 + this.dir); this.pos = 0; this.lastHit = null; this.mode = 0; this._visible = (this.active = true); }; p.stop = function (damage, special) { if (special == "tink") { this.root.startSound("tink"); } this._visible = (this.active = false); }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (f) { with (this) { if (mode) { tick = tick - f; while (tick <= 0) { if (pos == 6) { this._visible = (this.active = false); } gotoAndStop(++pos); tick = tick + 2; } } else { _x = _x + ((dir ? -4 : 4) * f); if ((_x > (256 + root.mapPosX)) || (_x < (-24 + root.mapPosX))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = obj; obj.strike(this, 2); } } } } }; delete p; #endinitclipSymbol 1273 MovieClip [megamanALanceSprite] Frame 1#initclip 75 Object.registerClass("megamanALanceSprite", MME.ALance); #endinitclipSymbol 1327 MovieClip [protoSamusSprite] Frame 1#initclip 76 Object.registerClass("protoSamusSprite", MME.Megaman); #endinitclipSymbol 1381 MovieClip [protoArthurSprite] Frame 1#initclip 77 Object.registerClass("protoArthurSprite", MME.Megaman); #endinitclipSymbol 1384 MovieClip [chooseChar] Frame 1#initclip 24 MME.ChooseChar = function () { this.aniDone = 0; this.selected = -1; this.arrow = null; this.char = []; this.active = false; this.onComplete = null; this.blockLeft = true; this.blockRight = true; this.blockStart = true; }; Object.registerClass("chooseChar", MME.ChooseChar); var p = ((MME.ChooseChar.prototype = new MME.ActiveClip())); p.fakeMap = {onStart:function (root) { return("s1"); }, s1:new MME.MapData("chooseCharBG", 0, 7, 0, 0, 0, function () { }, function () { }, [], [[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 2, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]], MME.LocArray())}; p.destroy = function () { this.root.stopSound("upgradeBGmusic"); this.root.unregisterDepth(this.arrow.getDepth()); this.arrow.removeMovieClip(); super.destroy(); }; p.init = function (type1, type2, onComplete) { this.root.hud._visible = false; this.char[0] = (this.meg1 = this.root.attachObj(new MME.MegamanObj())); this.char[1] = (this.meg2 = this.root.attachObj(new MME.MegamanObj())); this.arrow = this.root.attachMov("choicePointer", this.root.registerDepth("high"), {_visible:false}); this.root.startArea(this.fakeMap); if (!this.root.disturb) { this.meg1.grabAI = function () { }; this.meg2.grabAI = function () { }; } this.meg1.init(type1, null, null); this.meg1.megaman.callParent = (this.meg1.callParent = this); this.meg1.megaman.dir = 0; this.meg1.megaman.useHandCursor = true; this.meg1.megaman.onRollOver = function () { this.callParent.overSprite(0); }; this.meg1.megaman.onPress = function () { this.callParent.pressSprite(0); }; this.meg2.init(type2, null, null); this.meg2.megaman.callParent = (this.meg2.callParent = this); this.meg2.megaman.dir = 1; this.meg2.megaman.useHandCursor = true; this.meg2.megaman.onRollOver = function () { this.callParent.overSprite(1); }; this.meg2.megaman.onPress = function () { this.callParent.pressSprite(1); }; this.meg1.startAni(68, 160, 3, function () { this.callParent.aniComplete(); }, true); this.meg2.startAni(166, 160, 3, function () { this.callParent.aniComplete(); }, true); this.onComplete = onComplete; this.setPos(0, 0); this.aniDone = 0; this.selected = -1; this.selectChar(0); this.active = true; }; p.aniComplete = function () { if ((++this.aniDone) >= this.char.length) { this.timeout = 20; this.arrow._visible = true; } }; p.overSprite = function (sel) { if (sel >= 0) { this.selectChar(sel); } }; p.pressSprite = function (sel) { if (sel >= 0) { this.runChar(sel); } }; p.runChar = function (sel) { if (sel >= 0) { this.root.stopSound("upgradeBGmusic"); this.arrow._visible = false; var i = 0; while (i <= (this.char.length - 1)) { this.char[i].megaman.onPress = function () { }; this.char[i].megaman.onRollOver = function () { }; this.char[i].megaman.useHandCursor = false; i++; } var meg = this.char[sel].megaman; this.char[sel].startAni(meg.x, meg.y, 1, function () { this.callParent.onComplete(this.callParent.selected); }); } }; p.selectChar = function (index) { this.arrow._visible = true; this.setArrowPos(); this.selected = index; }; p.setArrowPos = function () { if (this.selected >= 0) { var arrowBnds = this.arrow.getBounds(this.arrow); var charBnds = this.char[this.selected].megaman.getBounds(this.root); this.arrow._x = charBnds.xMin + ((charBnds.xMax - charBnds.xMin) / 2); this.arrow._y = charBnds.yMin - 10; } }; p.control = function (f) { if (this.timeout > 0) { if (((this.timeout = this.timeout - f)) <= 0) { this.root.startSound("upgradeBGmusic", true); } } if (this.arrow._visible) { if (this.blockLeft && (!Key.isDown(this.root.key.keyLeft))) { this.blockLeft = false; } if ((!this.blockLeft) && (Key.isDown(this.root.key.keyLeft))) { this.selectChar((this.selected ? 0 : 1)); this.blockLeft = true; } if (this.blockRight && (!Key.isDown(this.root.key.keyRight))) { this.blockRight = false; } if ((!this.blockRight) && (Key.isDown(this.root.key.keyRight))) { this.selectChar((this.selected ? 0 : 1)); this.blockRight = true; } this.setArrowPos(); if (this.blockStart && (!Key.isDown(this.root.key.keyStart))) { this.blockStart = false; } if ((!this.blockStart) && (Key.isDown(this.root.key.keyStart))) { this.runChar(this.selected); } } }; delete p; #endinitclipInstance of Symbol 154 MovieClip [displayFont] in Symbol 1387 MovieClip [chooseCharBG] Frame 1//component parameters onClipEvent (initialize) { str = "choose a"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 1387 MovieClip [chooseCharBG] Frame 1//component parameters onClipEvent (initialize) { str = "character"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 1400 MovieClip [pauseMenu] Frame 1#initclip 79 Object.registerClass("pauseMenu", MME.PauseMenu); #endinitclipSymbol 1400 MovieClip [pauseMenu] Frame 7this.attachDisplayClips();Symbol 1400 MovieClip [pauseMenu] Frame 14this.stop();Symbol 1400 MovieClip [pauseMenu] Frame 30this.complete = true;Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 1#initclip 80 Object.registerClass("youGetAnUpgradeJackass", MME.Movie); #endinitclip this.complete = false; this.addClip(this.barTop); this.addClip(this.barBottom); this.addClip(this.bgClip1); this.addClip(this.bgClip2);Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 291this.addClip(this.sparkClip);Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 326this.addClip(this.dizzyMegaman);Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 408this.stopClip("dizzyMegaman");Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 409with (this.changeClip.attachMovie(this.transform, "aNewMe", 1)) { var bnds = getBounds(); _x = -(((bnds.xMax - bnds.xMin) / 2) + bnds.xMin); _y = -(((bnds.yMax - bnds.yMin) / 2) + bnds.yMin); gotoAndStop(1); _visible = true; }Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 425this.stopClip("sparkClip");Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 505this.tick = 0; this.index = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { if (((--tick) <= 0) && (index <= (str.length - 1))) { while (str.charAt(index) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:11068668, symbol:str.charAt(index)}); strClip.attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 861this.stop(); this.complete = true;Symbol 1454 MovieClip [protoAni] Frame 1#initclip 81 Object.registerClass("protoAni", MME.Movie); #endinitclip this.complete = false; this.addClip(this.scarf); this.addClip(this.proto);Symbol 1454 MovieClip [protoAni] Frame 414this.tick = 0; this.index = 0; this.str = "you've unlocked protoman!"; this.mode = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { var char; if (((--tick) <= 0) && (index <= (str.length - 1))) { while (((char = str.charAt(index))) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, index, {_x:(-(str.length * 4)) + (index * 8), _y:0, symbol:char, rgb:(((index >= 16) && (index < 24)) ? 15153408 : 16777215)}); index++; tick = 10; } } };Symbol 1454 MovieClip [protoAni] Frame 766this.complete = true; this.stop();Instance of Symbol 154 MovieClip [displayFont] in Symbol 1457 MovieClip Frame 1//component parameters onClipEvent (initialize) { str = "defaultValue"; _xscale = 100; _yscale = 100; align = "left"; font = ""; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 1457 MovieClip Frame 4this.stop();Symbol 1458 MovieClip [metroidData] Frame 1!!!ERRORSymbol 1459 MovieClip [consoleClip] Frame 1#initclip 25 _global.ConsoleSys = function () { this.msgs = []; this.timeout = 0; this.startTime = 0; }; var p = ((ConsoleSys.prototype = new MovieClip())); Object.registerClass("consoleClip", ConsoleSys); p.showMsg = function (msg, timeout) { var newDepth = 10; for (var i in this) { if ((typeof(this[i]) == "movieclip") && (this[i]._parent == this)) { if (this[i].getDepth() >= newDepth) { newDepth = this[i].getDepth() + 1; } } } this.msgs.unshift(this.attachMovie("displayFont", "font_" + newDepth, newDepth, {str:msg, align:"center", font:"megamanFont", fontColor:16777215, bgColor:0, killTime:(timeout * 1000) + getTimer()})); this.resetPositions(); }; p.resetPositions = function () { var setY = 0; var i = 0; while (i <= (this.msgs.length - 1)) { this.msgs[i]._y = (setY = setY - this.msgs[i].height); i++; } }; p.onEnterFrame = function () { if (this.msgs.length) { var time = getTimer(); var callReset = false; for (var i in this.msgs) { if (time >= this.msgs[i].killTime) { callReset = true; var tmp = this.msgs[i]; this.msgs.splice(i, 1); tmp.removeMovieClip(); } } if (callReset) { this.resetPositions(); } } }; delete p; #endinitclipSymbol 1463 MovieClip Frame 1this._visible = this._url.indexOf("file") == 0;Symbol 1466 MovieClip [readyImage] Frame 1#initclip 84 Object.registerClass("readyImage", MME.Image); #endinitclipSymbol 1467 MovieClip [score] Frame 1#initclip 58 MME.Score = function () { this.value = 0; this.setScore(0); }; var p = ((MME.Score.prototype = new MovieClip())); Object.registerClass("score", MME.Score); p.setScore = function (newScore) { with (Math) { newScore = min(max(abs(floor(newScore)), 0), 9999999); } this.value = newScore; newScore = newScore.toString(); while (newScore.length < 7) { newScore = "0" + newScore; } var csa = 0; while (csa <= 6) { this["score" + csa].gotoAndStop(Number(newScore.charAt(csa)) + 1); csa++; } }; p.adjScore = function (adj) { this.setScore(this.value + (adj * 100)); }; delete p; #endinitclipSymbol 1471 MovieClip [powerBar] Frame 1#initclip 85 MME.PowerBar = function () { this.rgb = 0; }; Object.registerClass("powerBar", MME.PowerBar); MME.PowerBar.prototype = new MovieClip(); MME.PowerBar.prototype.setColor = function (col) { var colorObj = new Color(this.barColor); colorObj.setRGB((this.rgb = col)); }; #endinitclip this.stop();
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:21 |
Symbol 3 Bitmap | Used by:4 | |
Symbol 4 Graphic | Uses:3 | Used by:21 |
Symbol 5 Bitmap | Used by:6 | |
Symbol 6 Graphic | Uses:5 | Used by:21 |
Symbol 7 Bitmap | Used by:8 | |
Symbol 8 Graphic | Uses:7 | Used by:21 |
Symbol 9 Bitmap | Used by:10 | |
Symbol 10 Graphic | Uses:9 | Used by:21 |
Symbol 11 Bitmap | Used by:12 | |
Symbol 12 Graphic | Uses:11 | Used by:21 |
Symbol 13 Bitmap | Used by:14 | |
Symbol 14 Graphic | Uses:13 | Used by:21 |
Symbol 15 Bitmap | Used by:16 | |
Symbol 16 Graphic | Uses:15 | Used by:21 |
Symbol 17 Bitmap | Used by:18 | |
Symbol 18 Graphic | Uses:17 | Used by:21 |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:21 |
Symbol 21 MovieClip [letter] | Uses:2 4 6 8 10 12 14 16 18 20 | Used by:1467 |
Symbol 22 Graphic | Used by:Timeline | |
Symbol 23 MovieClip | Used by:34 | |
Symbol 24 Graphic | Used by:29 | |
Symbol 25 Bitmap | Used by:26 | |
Symbol 26 Graphic | Uses:25 | Used by:29 |
Symbol 27 Graphic | Used by:29 | |
Symbol 28 ShapeTweening | Used by:29 | |
Symbol 29 MovieClip | Uses:24 26 27 28 | Used by:34 |
Symbol 30 Graphic | Used by:33 545 546 592 884 901 905 907 1400 1438 1454 | |
Symbol 31 Bitmap | Used by:32 | |
Symbol 32 Graphic | Uses:31 | Used by:33 |
Symbol 33 MovieClip [megamanFont] | Uses:30 32 | Used by:34 1457 |
Symbol 34 MovieClip | Uses:23 29 33 | Used by:Timeline |
Symbol 35 Bitmap | Used by:36 | |
Symbol 36 Graphic | Uses:35 | Used by:137 |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:137 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:137 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:137 |
Symbol 43 Bitmap | Used by:44 | |
Symbol 44 Graphic | Uses:43 | Used by:137 |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:137 |
Symbol 47 Bitmap | Used by:48 | |
Symbol 48 Graphic | Uses:47 | Used by:137 |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:137 |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:137 |
Symbol 53 Bitmap | Used by:54 | |
Symbol 54 Graphic | Uses:53 | Used by:137 |
Symbol 55 Bitmap | Used by:56 | |
Symbol 56 Graphic | Uses:55 | Used by:137 |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:57 | Used by:137 |
Symbol 59 Bitmap | Used by:60 | |
Symbol 60 Graphic | Uses:59 | Used by:137 |
Symbol 61 Bitmap | Used by:62 | |
Symbol 62 Graphic | Uses:61 | Used by:137 |
Symbol 63 Bitmap | Used by:64 | |
Symbol 64 Graphic | Uses:63 | Used by:137 |
Symbol 65 Bitmap | Used by:66 | |
Symbol 66 Graphic | Uses:65 | Used by:137 |
Symbol 67 Bitmap | Used by:68 | |
Symbol 68 Graphic | Uses:67 | Used by:137 |
Symbol 69 Bitmap | Used by:70 | |
Symbol 70 Graphic | Uses:69 | Used by:137 |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:137 |
Symbol 73 Bitmap | Used by:74 | |
Symbol 74 Graphic | Uses:73 | Used by:137 |
Symbol 75 Bitmap | Used by:76 | |
Symbol 76 Graphic | Uses:75 | Used by:137 |
Symbol 77 Bitmap | Used by:78 | |
Symbol 78 Graphic | Uses:77 | Used by:137 |
Symbol 79 Bitmap | Used by:80 | |
Symbol 80 Graphic | Uses:79 | Used by:137 |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:81 | Used by:137 |
Symbol 83 Bitmap | Used by:84 | |
Symbol 84 Graphic | Uses:83 | Used by:137 |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:85 | Used by:137 |
Symbol 87 Bitmap | Used by:88 | |
Symbol 88 Graphic | Uses:87 | Used by:137 |
Symbol 89 Bitmap | Used by:90 | |
Symbol 90 Graphic | Uses:89 | Used by:137 |
Symbol 91 Bitmap | Used by:92 | |
Symbol 92 Graphic | Uses:91 | Used by:137 |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:137 |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:137 |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:137 |
Symbol 99 Bitmap | Used by:100 | |
Symbol 100 Graphic | Uses:99 | Used by:137 |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:137 |
Symbol 103 Bitmap | Used by:104 | |
Symbol 104 Graphic | Uses:103 | Used by:137 |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:137 |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:137 |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:137 |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:111 | Used by:137 |
Symbol 113 Bitmap | Used by:114 | |
Symbol 114 Graphic | Uses:113 | Used by:137 |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:115 | Used by:137 |
Symbol 117 Bitmap | Used by:118 | |
Symbol 118 Graphic | Uses:117 | Used by:137 |
Symbol 119 Bitmap | Used by:120 | |
Symbol 120 Graphic | Uses:119 | Used by:137 |
Symbol 121 Bitmap | Used by:122 | |
Symbol 122 Graphic | Uses:121 | Used by:137 |
Symbol 123 Bitmap | Used by:124 | |
Symbol 124 Graphic | Uses:123 | Used by:137 |
Symbol 125 Bitmap | Used by:126 | |
Symbol 126 Graphic | Uses:125 | Used by:137 |
Symbol 127 Bitmap | Used by:128 | |
Symbol 128 Graphic | Uses:127 | Used by:137 |
Symbol 129 Bitmap | Used by:130 | |
Symbol 130 Graphic | Uses:129 | Used by:137 |
Symbol 131 Bitmap | Used by:132 | |
Symbol 132 Graphic | Uses:131 | Used by:137 |
Symbol 133 Bitmap | Used by:134 | |
Symbol 134 Graphic | Uses:133 | Used by:137 |
Symbol 135 Bitmap | Used by:136 | |
Symbol 136 Graphic | Uses:135 | Used by:137 |
Symbol 137 MovieClip | Uses:36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 | Used by:138 |
Symbol 138 MovieClip [runnerPreloader] | Uses:137 | Used by:Timeline |
Symbol 139 Bitmap | Used by:140 | |
Symbol 140 Graphic | Uses:139 | Used by:141 |
Symbol 141 MovieClip | Uses:140 | Used by:Timeline |
Symbol 142 Graphic | Used by:147 | |
Symbol 143 Bitmap | Used by:144 | |
Symbol 144 Graphic | Uses:143 | Used by:147 |
Symbol 145 Bitmap | Used by:146 | |
Symbol 146 Graphic | Uses:145 | Used by:147 |
Symbol 147 MovieClip [resizeBlock] | Uses:142 144 146 | Used by:Timeline |
Symbol 148 Graphic | Used by:150 859 Timeline | |
Symbol 149 MovieClip [MegamanEngine] | Used by:150 | |
Symbol 150 MovieClip [engineParent] | Uses:148 149 | Used by:Timeline |
Symbol 151 Font | Used by:152 | |
Symbol 152 EditableText | Uses:151 | Used by:1458 |
Symbol 153 Graphic | Used by:1457 | |
Symbol 154 MovieClip [displayFont] | Used by:545 592 859 884 905 1387 1457 | |
Symbol 155 Bitmap | Used by:156 157 | |
Symbol 156 Graphic | Uses:155 | Used by:358 |
Symbol 157 Graphic | Uses:155 | Used by:358 |
Symbol 158 Bitmap | Used by:159 160 | |
Symbol 159 Graphic | Uses:158 | Used by:358 |
Symbol 160 Graphic | Uses:158 | Used by:358 |
Symbol 161 Bitmap | Used by:162 163 | |
Symbol 162 Graphic | Uses:161 | Used by:358 |
Symbol 163 Graphic | Uses:161 | Used by:358 |
Symbol 164 Bitmap | Used by:165 166 | |
Symbol 165 Graphic | Uses:164 | Used by:358 |
Symbol 166 Graphic | Uses:164 | Used by:358 |
Symbol 167 Bitmap | Used by:168 169 | |
Symbol 168 Graphic | Uses:167 | Used by:358 |
Symbol 169 Graphic | Uses:167 | Used by:358 |
Symbol 170 Bitmap | Used by:171 172 | |
Symbol 171 Graphic | Uses:170 | Used by:358 |
Symbol 172 Graphic | Uses:170 | Used by:358 |
Symbol 173 Bitmap | Used by:174 175 | |
Symbol 174 Graphic | Uses:173 | Used by:358 |
Symbol 175 Graphic | Uses:173 | Used by:358 |
Symbol 176 Bitmap | Used by:177 178 | |
Symbol 177 Graphic | Uses:176 | Used by:358 |
Symbol 178 Graphic | Uses:176 | Used by:358 |
Symbol 179 Bitmap | Used by:180 181 1132 | |
Symbol 180 Graphic | Uses:179 | Used by:358 |
Symbol 181 Graphic | Uses:179 | Used by:358 |
Symbol 182 Bitmap | Used by:183 184 | |
Symbol 183 Graphic | Uses:182 | Used by:358 |
Symbol 184 Graphic | Uses:182 | Used by:358 |
Symbol 185 Bitmap | Used by:186 187 | |
Symbol 186 Graphic | Uses:185 | Used by:358 |
Symbol 187 Graphic | Uses:185 | Used by:358 |
Symbol 188 Bitmap | Used by:189 190 | |
Symbol 189 Graphic | Uses:188 | Used by:358 |
Symbol 190 Graphic | Uses:188 | Used by:358 |
Symbol 191 Bitmap | Used by:192 | |
Symbol 192 Graphic | Uses:191 | Used by:358 |
Symbol 193 Bitmap | Used by:194 | |
Symbol 194 Graphic | Uses:193 | Used by:358 |
Symbol 195 Bitmap | Used by:196 | |
Symbol 196 Graphic | Uses:195 | Used by:358 |
Symbol 197 Bitmap | Used by:198 199 | |
Symbol 198 Graphic | Uses:197 | Used by:358 |
Symbol 199 Graphic | Uses:197 | Used by:358 |
Symbol 200 Bitmap | Used by:201 | |
Symbol 201 Graphic | Uses:200 | Used by:358 |
Symbol 202 Bitmap | Used by:203 204 | |
Symbol 203 Graphic | Uses:202 | Used by:358 |
Symbol 204 Graphic | Uses:202 | Used by:358 |
Symbol 205 Bitmap | Used by:206 207 | |
Symbol 206 Graphic | Uses:205 | Used by:358 |
Symbol 207 Graphic | Uses:205 | Used by:358 |
Symbol 208 Bitmap | Used by:209 210 | |
Symbol 209 Graphic | Uses:208 | Used by:358 |
Symbol 210 Graphic | Uses:208 | Used by:358 |
Symbol 211 Bitmap | Used by:212 213 | |
Symbol 212 Graphic | Uses:211 | Used by:358 |
Symbol 213 Graphic | Uses:211 | Used by:358 |
Symbol 214 Bitmap | Used by:215 216 | |
Symbol 215 Graphic | Uses:214 | Used by:358 |
Symbol 216 Graphic | Uses:214 | Used by:358 |
Symbol 217 Bitmap | Used by:218 219 | |
Symbol 218 Graphic | Uses:217 | Used by:358 |
Symbol 219 Graphic | Uses:217 | Used by:358 |
Symbol 220 Bitmap | Used by:221 222 | |
Symbol 221 Graphic | Uses:220 | Used by:358 |
Symbol 222 Graphic | Uses:220 | Used by:358 |
Symbol 223 Bitmap | Used by:224 225 | |
Symbol 224 Graphic | Uses:223 | Used by:358 |
Symbol 225 Graphic | Uses:223 | Used by:358 |
Symbol 226 Bitmap | Used by:227 228 | |
Symbol 227 Graphic | Uses:226 | Used by:358 |
Symbol 228 Graphic | Uses:226 | Used by:358 |
Symbol 229 Bitmap | Used by:230 231 | |
Symbol 230 Graphic | Uses:229 | Used by:358 |
Symbol 231 Graphic | Uses:229 | Used by:358 |
Symbol 232 Bitmap | Used by:233 234 | |
Symbol 233 Graphic | Uses:232 | Used by:358 |
Symbol 234 Graphic | Uses:232 | Used by:358 |
Symbol 235 Bitmap | Used by:236 237 | |
Symbol 236 Graphic | Uses:235 | Used by:358 |
Symbol 237 Graphic | Uses:235 | Used by:358 |
Symbol 238 Bitmap | Used by:239 240 | |
Symbol 239 Graphic | Uses:238 | Used by:358 |
Symbol 240 Graphic | Uses:238 | Used by:358 |
Symbol 241 Bitmap | Used by:242 243 | |
Symbol 242 Graphic | Uses:241 | Used by:358 |
Symbol 243 Graphic | Uses:241 | Used by:358 |
Symbol 244 Bitmap | Used by:245 246 | |
Symbol 245 Graphic | Uses:244 | Used by:358 |
Symbol 246 Graphic | Uses:244 | Used by:358 |
Symbol 247 Bitmap | Used by:248 249 | |
Symbol 248 Graphic | Uses:247 | Used by:358 |
Symbol 249 Graphic | Uses:247 | Used by:358 |
Symbol 250 Bitmap | Used by:251 | |
Symbol 251 Graphic | Uses:250 | Used by:358 |
Symbol 252 Bitmap | Used by:253 254 | |
Symbol 253 Graphic | Uses:252 | Used by:358 |
Symbol 254 Graphic | Uses:252 | Used by:358 |
Symbol 255 Bitmap | Used by:256 257 | |
Symbol 256 Graphic | Uses:255 | Used by:358 |
Symbol 257 Graphic | Uses:255 | Used by:358 |
Symbol 258 Bitmap | Used by:259 260 | |
Symbol 259 Graphic | Uses:258 | Used by:358 |
Symbol 260 Graphic | Uses:258 | Used by:358 |
Symbol 261 Bitmap | Used by:262 263 | |
Symbol 262 Graphic | Uses:261 | Used by:358 |
Symbol 263 Graphic | Uses:261 | Used by:358 |
Symbol 264 Bitmap | Used by:265 266 | |
Symbol 265 Graphic | Uses:264 | Used by:358 |
Symbol 266 Graphic | Uses:264 | Used by:358 |
Symbol 267 Bitmap | Used by:268 269 | |
Symbol 268 Graphic | Uses:267 | Used by:358 |
Symbol 269 Graphic | Uses:267 | Used by:358 |
Symbol 270 Bitmap | Used by:271 272 | |
Symbol 271 Graphic | Uses:270 | Used by:358 |
Symbol 272 Graphic | Uses:270 | Used by:358 |
Symbol 273 Bitmap | Used by:274 275 | |
Symbol 274 Graphic | Uses:273 | Used by:358 |
Symbol 275 Graphic | Uses:273 | Used by:358 |
Symbol 276 Bitmap | Used by:277 278 | |
Symbol 277 Graphic | Uses:276 | Used by:358 |
Symbol 278 Graphic | Uses:276 | Used by:358 |
Symbol 279 Bitmap | Used by:280 281 | |
Symbol 280 Graphic | Uses:279 | Used by:358 |
Symbol 281 Graphic | Uses:279 | Used by:358 |
Symbol 282 Bitmap | Used by:283 284 | |
Symbol 283 Graphic | Uses:282 | Used by:358 |
Symbol 284 Graphic | Uses:282 | Used by:358 |
Symbol 285 Bitmap | Used by:286 287 | |
Symbol 286 Graphic | Uses:285 | Used by:358 |
Symbol 287 Graphic | Uses:285 | Used by:358 |
Symbol 288 Bitmap | Used by:289 290 | |
Symbol 289 Graphic | Uses:288 | Used by:358 |
Symbol 290 Graphic | Uses:288 | Used by:358 |
Symbol 291 Bitmap | Used by:292 293 | |
Symbol 292 Graphic | Uses:291 | Used by:358 |
Symbol 293 Graphic | Uses:291 | Used by:358 |
Symbol 294 Bitmap | Used by:295 296 | |
Symbol 295 Graphic | Uses:294 | Used by:358 |
Symbol 296 Graphic | Uses:294 | Used by:358 |
Symbol 297 Bitmap | Used by:298 299 | |
Symbol 298 Graphic | Uses:297 | Used by:358 |
Symbol 299 Graphic | Uses:297 | Used by:358 |
Symbol 300 Bitmap | Used by:301 | |
Symbol 301 Graphic | Uses:300 | Used by:358 |
Symbol 302 Bitmap | Used by:303 304 | |
Symbol 303 Graphic | Uses:302 | Used by:358 |
Symbol 304 Graphic | Uses:302 | Used by:358 |
Symbol 305 Bitmap | Used by:306 307 | |
Symbol 306 Graphic | Uses:305 | Used by:358 |
Symbol 307 Graphic | Uses:305 | Used by:358 |
Symbol 308 Bitmap | Used by:309 310 | |
Symbol 309 Graphic | Uses:308 | Used by:358 |
Symbol 310 Graphic | Uses:308 | Used by:358 |
Symbol 311 Bitmap | Used by:312 313 | |
Symbol 312 Graphic | Uses:311 | Used by:358 |
Symbol 313 Graphic | Uses:311 | Used by:358 |
Symbol 314 Bitmap | Used by:315 316 | |
Symbol 315 Graphic | Uses:314 | Used by:358 |
Symbol 316 Graphic | Uses:314 | Used by:358 |
Symbol 317 Bitmap | Used by:318 319 | |
Symbol 318 Graphic | Uses:317 | Used by:358 |
Symbol 319 Graphic | Uses:317 | Used by:358 |
Symbol 320 Bitmap | Used by:321 322 | |
Symbol 321 Graphic | Uses:320 | Used by:358 |
Symbol 322 Graphic | Uses:320 | Used by:358 |
Symbol 323 Bitmap | Used by:324 325 | |
Symbol 324 Graphic | Uses:323 | Used by:358 |
Symbol 325 Graphic | Uses:323 | Used by:358 |
Symbol 326 Bitmap | Used by:327 328 | |
Symbol 327 Graphic | Uses:326 | Used by:358 |
Symbol 328 Graphic | Uses:326 | Used by:358 |
Symbol 329 Bitmap | Used by:330 331 | |
Symbol 330 Graphic | Uses:329 | Used by:358 |
Symbol 331 Graphic | Uses:329 | Used by:358 |
Symbol 332 Bitmap | Used by:333 334 | |
Symbol 333 Graphic | Uses:332 | Used by:358 |
Symbol 334 Graphic | Uses:332 | Used by:358 |
Symbol 335 Bitmap | Used by:336 337 | |
Symbol 336 Graphic | Uses:335 | Used by:358 |
Symbol 337 Graphic | Uses:335 | Used by:358 |
Symbol 338 Bitmap | Used by:339 340 | |
Symbol 339 Graphic | Uses:338 | Used by:358 |
Symbol 340 Graphic | Uses:338 | Used by:358 |
Symbol 341 Bitmap | Used by:342 343 | |
Symbol 342 Graphic | Uses:341 | Used by:358 |
Symbol 343 Graphic | Uses:341 | Used by:358 |
Symbol 344 Bitmap | Used by:345 346 | |
Symbol 345 Graphic | Uses:344 | Used by:358 |
Symbol 346 Graphic | Uses:344 | Used by:358 |
Symbol 347 Bitmap | Used by:348 349 | |
Symbol 348 Graphic | Uses:347 | Used by:358 |
Symbol 349 Graphic | Uses:347 | Used by:358 |
Symbol 350 Bitmap | Used by:351 | |
Symbol 351 Graphic | Uses:350 | Used by:358 |
Symbol 352 Bitmap | Used by:353 354 | |
Symbol 353 Graphic | Uses:352 | Used by:358 |
Symbol 354 Graphic | Uses:352 | Used by:358 |
Symbol 355 Bitmap | Used by:356 357 | |
Symbol 356 Graphic | Uses:355 | Used by:358 |
Symbol 357 Graphic | Uses:355 | Used by:358 |
Symbol 358 MovieClip [megaman] | Uses:156 157 159 160 162 163 165 166 168 169 171 172 174 175 177 178 180 181 183 184 186 187 189 190 192 194 196 198 199 201 203 204 206 207 209 210 212 213 215 216 218 219 221 222 224 225 227 228 230 231 233 234 236 237 239 240 242 243 245 246 248 249 251 253 254 256 257 259 260 262 263 265 266 268 269 271 272 274 275 277 278 280 281 283 284 286 287 289 290 292 293 295 296 298 299 301 303 304 306 307 309 310 312 313 315 316 318 319 321 322 324 325 327 328 330 331 333 334 336 337 339 340 342 343 345 346 348 349 351 353 354 356 357 | Used by:1457 |
Symbol 359 Bitmap | Used by:360 | |
Symbol 360 Graphic | Uses:359 | Used by:367 |
Symbol 361 Bitmap | Used by:362 | |
Symbol 362 Graphic | Uses:361 | Used by:367 |
Symbol 363 Bitmap | Used by:364 | |
Symbol 364 Graphic | Uses:363 | Used by:367 |
Symbol 365 Bitmap | Used by:366 | |
Symbol 366 Graphic | Uses:365 | Used by:367 |
Symbol 367 MovieClip [megamanDeathSpark] | Uses:360 362 364 366 | Used by:1457 |
Symbol 368 Bitmap | Used by:369 | |
Symbol 369 Graphic | Uses:368 | Used by:388 |
Symbol 370 Bitmap | Used by:371 372 | |
Symbol 371 Graphic | Uses:370 | Used by:388 |
Symbol 372 Graphic | Uses:370 | Used by:388 |
Symbol 373 Bitmap | Used by:374 375 | |
Symbol 374 Graphic | Uses:373 | Used by:388 |
Symbol 375 Graphic | Uses:373 | Used by:388 |
Symbol 376 Bitmap | Used by:377 378 | |
Symbol 377 Graphic | Uses:376 | Used by:388 |
Symbol 378 Graphic | Uses:376 | Used by:388 |
Symbol 379 Bitmap | Used by:380 381 | |
Symbol 380 Graphic | Uses:379 | Used by:388 |
Symbol 381 Graphic | Uses:379 | Used by:388 |
Symbol 382 Bitmap | Used by:383 384 | |
Symbol 383 Graphic | Uses:382 | Used by:388 |
Symbol 384 Graphic | Uses:382 | Used by:388 |
Symbol 385 Bitmap | Used by:386 387 | |
Symbol 386 Graphic | Uses:385 | Used by:388 |
Symbol 387 Graphic | Uses:385 | Used by:388 |
Symbol 388 MovieClip [megamanPellet] | Uses:369 371 372 374 375 377 378 380 381 383 384 386 387 | Used by:1457 |
Symbol 389 Bitmap | Used by:390 | |
Symbol 390 Graphic | Uses:389 | Used by:413 |
Symbol 391 Bitmap | Used by:392 | |
Symbol 392 Graphic | Uses:391 | Used by:413 |
Symbol 393 Bitmap | Used by:394 | |
Symbol 394 Graphic | Uses:393 | Used by:413 |
Symbol 395 Bitmap | Used by:396 | |
Symbol 396 Graphic | Uses:395 | Used by:413 |
Symbol 397 Bitmap | Used by:398 | |
Symbol 398 Graphic | Uses:397 | Used by:413 |
Symbol 399 Bitmap | Used by:400 | |
Symbol 400 Graphic | Uses:399 | Used by:413 |
Symbol 401 Bitmap | Used by:402 | |
Symbol 402 Graphic | Uses:401 | Used by:413 |
Symbol 403 Bitmap | Used by:404 | |
Symbol 404 Graphic | Uses:403 | Used by:413 |
Symbol 405 Bitmap | Used by:406 | |
Symbol 406 Graphic | Uses:405 | Used by:413 |
Symbol 407 Bitmap | Used by:408 | |
Symbol 408 Graphic | Uses:407 | Used by:413 |
Symbol 409 Bitmap | Used by:410 | |
Symbol 410 Graphic | Uses:409 | Used by:413 |
Symbol 411 Bitmap | Used by:412 | |
Symbol 412 Graphic | Uses:411 | Used by:413 |
Symbol 413 MovieClip [pickupSprite] | Uses:390 392 394 396 398 400 402 404 406 408 410 412 | Used by:1457 |
Symbol 414 Graphic | Used by:415 | |
Symbol 415 MovieClip [emptyClip] | Uses:414 | Used by:545 1457 |
Symbol 416 Bitmap | Used by:417 | |
Symbol 417 Graphic | Uses:416 | Used by:418 |
Symbol 418 MovieClip [metroid_boss] | Uses:417 | Used by:1457 |
Symbol 419 Bitmap | Used by:420 | |
Symbol 420 Graphic | Uses:419 | Used by:499 |
Symbol 421 Bitmap | Used by:422 423 | |
Symbol 422 Graphic | Uses:421 | Used by:499 |
Symbol 423 Graphic | Uses:421 | Used by:499 |
Symbol 424 Bitmap | Used by:425 426 | |
Symbol 425 Graphic | Uses:424 | Used by:499 |
Symbol 426 Graphic | Uses:424 | Used by:499 |
Symbol 427 Bitmap | Used by:428 429 | |
Symbol 428 Graphic | Uses:427 | Used by:499 |
Symbol 429 Graphic | Uses:427 | Used by:499 |
Symbol 430 Bitmap | Used by:431 432 | |
Symbol 431 Graphic | Uses:430 | Used by:499 |
Symbol 432 Graphic | Uses:430 | Used by:499 |
Symbol 433 Bitmap | Used by:434 435 | |
Symbol 434 Graphic | Uses:433 | Used by:499 |
Symbol 435 Graphic | Uses:433 | Used by:499 |
Symbol 436 Bitmap | Used by:437 438 | |
Symbol 437 Graphic | Uses:436 | Used by:499 |
Symbol 438 Graphic | Uses:436 | Used by:499 |
Symbol 439 Bitmap | Used by:440 441 | |
Symbol 440 Graphic | Uses:439 | Used by:499 |
Symbol 441 Graphic | Uses:439 | Used by:499 |
Symbol 442 Bitmap | Used by:443 444 | |
Symbol 443 Graphic | Uses:442 | Used by:499 |
Symbol 444 Graphic | Uses:442 | Used by:499 |
Symbol 445 Bitmap | Used by:446 447 | |
Symbol 446 Graphic | Uses:445 | Used by:499 |
Symbol 447 Graphic | Uses:445 | Used by:499 |
Symbol 448 Bitmap | Used by:449 450 | |
Symbol 449 Graphic | Uses:448 | Used by:499 |
Symbol 450 Graphic | Uses:448 | Used by:499 |
Symbol 451 Bitmap | Used by:452 453 | |
Symbol 452 Graphic | Uses:451 | Used by:499 |
Symbol 453 Graphic | Uses:451 | Used by:499 |
Symbol 454 Bitmap | Used by:455 456 | |
Symbol 455 Graphic | Uses:454 | Used by:499 |
Symbol 456 Graphic | Uses:454 | Used by:499 |
Symbol 457 Bitmap | Used by:458 459 | |
Symbol 458 Graphic | Uses:457 | Used by:499 |
Symbol 459 Graphic | Uses:457 | Used by:499 |
Symbol 460 Bitmap | Used by:461 462 | |
Symbol 461 Graphic | Uses:460 | Used by:499 |
Symbol 462 Graphic | Uses:460 | Used by:499 |
Symbol 463 Bitmap | Used by:464 465 | |
Symbol 464 Graphic | Uses:463 | Used by:499 |
Symbol 465 Graphic | Uses:463 | Used by:499 |
Symbol 466 Bitmap | Used by:467 468 | |
Symbol 467 Graphic | Uses:466 | Used by:499 |
Symbol 468 Graphic | Uses:466 | Used by:499 |
Symbol 469 Bitmap | Used by:470 471 | |
Symbol 470 Graphic | Uses:469 | Used by:499 |
Symbol 471 Graphic | Uses:469 | Used by:499 |
Symbol 472 Bitmap | Used by:473 474 | |
Symbol 473 Graphic | Uses:472 | Used by:499 |
Symbol 474 Graphic | Uses:472 | Used by:499 |
Symbol 475 Bitmap | Used by:476 477 | |
Symbol 476 Graphic | Uses:475 | Used by:499 |
Symbol 477 Graphic | Uses:475 | Used by:499 |
Symbol 478 Bitmap | Used by:479 480 | |
Symbol 479 Graphic | Uses:478 | Used by:499 |
Symbol 480 Graphic | Uses:478 | Used by:499 |
Symbol 481 Bitmap | Used by:482 483 | |
Symbol 482 Graphic | Uses:481 | Used by:499 |
Symbol 483 Graphic | Uses:481 | Used by:499 |
Symbol 484 Bitmap | Used by:485 486 | |
Symbol 485 Graphic | Uses:484 | Used by:499 |
Symbol 486 Graphic | Uses:484 | Used by:499 |
Symbol 487 Bitmap | Used by:488 489 | |
Symbol 488 Graphic | Uses:487 | Used by:499 |
Symbol 489 Graphic | Uses:487 | Used by:499 |
Symbol 490 Bitmap | Used by:491 492 | |
Symbol 491 Graphic | Uses:490 | Used by:499 |
Symbol 492 Graphic | Uses:490 | Used by:499 |
Symbol 493 Bitmap | Used by:494 | |
Symbol 494 Graphic | Uses:493 | Used by:499 |
Symbol 495 Bitmap | Used by:496 | |
Symbol 496 Graphic | Uses:495 | Used by:499 |
Symbol 497 Bitmap | Used by:498 | |
Symbol 498 Graphic | Uses:497 | Used by:499 |
Symbol 499 MovieClip [samusSprite] | Uses:420 422 423 425 426 428 429 431 432 434 435 437 438 440 441 443 444 446 447 449 450 452 453 455 456 458 459 461 462 464 465 467 468 470 471 473 474 476 477 479 480 482 483 485 486 488 489 491 492 494 496 498 | Used by:1457 |
Symbol 500 Bitmap | Used by:501 | |
Symbol 501 Graphic | Uses:500 | Used by:510 |
Symbol 502 Bitmap | Used by:503 | |
Symbol 503 Graphic | Uses:502 | Used by:510 |
Symbol 504 Bitmap | Used by:505 | |
Symbol 505 Graphic | Uses:504 | Used by:510 |
Symbol 506 Bitmap | Used by:507 | |
Symbol 507 Graphic | Uses:506 | Used by:510 |
Symbol 508 Bitmap | Used by:509 | |
Symbol 509 Graphic | Uses:508 | Used by:510 |
Symbol 510 MovieClip [samusBombSprite] | Uses:501 503 505 507 509 | Used by:1457 |
Symbol 511 Bitmap | Used by:512 | |
Symbol 512 Graphic | Uses:511 | Used by:513 |
Symbol 513 MovieClip [samusPelletSprite] | Uses:512 | Used by:1457 |
Symbol 514 Bitmap | Used by:515 | |
Symbol 515 Graphic | Uses:514 | Used by:526 |
Symbol 516 Bitmap | Used by:517 | |
Symbol 517 Graphic | Uses:516 | Used by:526 |
Symbol 518 Bitmap | Used by:519 | |
Symbol 519 Graphic | Uses:518 | Used by:526 |
Symbol 520 Bitmap | Used by:521 | |
Symbol 521 Graphic | Uses:520 | Used by:526 |
Symbol 522 Bitmap | Used by:523 | |
Symbol 523 Graphic | Uses:522 | Used by:526 |
Symbol 524 Bitmap | Used by:525 | |
Symbol 525 Graphic | Uses:524 | Used by:526 |
Symbol 526 MovieClip [megamanDamagedSpark] | Uses:515 517 519 521 523 525 | Used by:1457 |
Symbol 527 Bitmap | Used by:528 | |
Symbol 528 Graphic | Uses:527 | Used by:529 |
Symbol 529 MovieClip [metroid_area01] | Uses:528 | Used by:1457 |
Symbol 530 Bitmap | Used by:531 532 533 534 535 536 537 538 | |
Symbol 531 Graphic | Uses:530 | Used by:539 |
Symbol 532 Graphic | Uses:530 | Used by:539 |
Symbol 533 Graphic | Uses:530 | Used by:539 |
Symbol 534 Graphic | Uses:530 | Used by:539 |
Symbol 535 Graphic | Uses:530 | Used by:539 |
Symbol 536 Graphic | Uses:530 | Used by:539 |
Symbol 537 Graphic | Uses:530 | Used by:539 |
Symbol 538 Graphic | Uses:530 | Used by:539 |
Symbol 539 MovieClip [zoomer] | Uses:531 532 533 534 535 536 537 538 | Used by:1457 |
Symbol 540 Bitmap | Used by:541 | |
Symbol 541 Graphic | Uses:540 | Used by:545 592 |
Symbol 542 Bitmap | Used by:544 586 | |
Symbol 543 Bitmap | Used by:544 585 | |
Symbol 544 Graphic | Uses:542 543 | Used by:545 592 |
Symbol 545 MovieClip [metroidMainMenu] | Uses:30 541 544 154 415 | Used by:1457 |
Symbol 546 MovieClip [keyCatcherMetroid] | Uses:30 | Used by:1457 |
Symbol 547 Bitmap | Used by:548 | |
Symbol 548 Graphic | Uses:547 | Used by:549 |
Symbol 549 MovieClip [metroid_area02] | Uses:548 | Used by:1457 |
Symbol 550 Bitmap | Used by:551 | |
Symbol 551 Graphic | Uses:550 | Used by:556 |
Symbol 552 Bitmap | Used by:553 | |
Symbol 553 Graphic | Uses:552 | Used by:556 |
Symbol 554 Bitmap | Used by:555 | |
Symbol 555 Graphic | Uses:554 | Used by:556 |
Symbol 556 MovieClip [blueBubbleDoor] | Uses:551 553 555 | Used by:1457 |
Symbol 557 Bitmap | Used by:558 | |
Symbol 558 Graphic | Uses:557 | Used by:559 |
Symbol 559 MovieClip [metroid_area03] | Uses:558 | Used by:1457 |
Symbol 560 Bitmap | Used by:561 | |
Symbol 561 Graphic | Uses:560 | Used by:565 |
Symbol 562 Bitmap | Used by:563 564 | |
Symbol 563 Graphic | Uses:562 | Used by:565 |
Symbol 564 Graphic | Uses:562 | Used by:565 |
Symbol 565 MovieClip [skree_sprite] | Uses:561 563 564 | Used by:1457 |
Symbol 566 Bitmap | Used by:567 568 | |
Symbol 567 Graphic | Uses:566 | Used by:569 |
Symbol 568 Graphic | Uses:566 | Used by:569 |
Symbol 569 MovieClip [redRipperSprite] | Uses:567 568 | Used by:1457 |
Symbol 570 Bitmap | Used by:571 | |
Symbol 571 Graphic | Uses:570 | Used by:572 |
Symbol 572 MovieClip [skreeDeathSpark] | Uses:571 | Used by:1457 |
Symbol 573 Bitmap | Used by:574 | |
Symbol 574 Graphic | Uses:573 | Used by:577 |
Symbol 575 Bitmap | Used by:576 | |
Symbol 576 Graphic | Uses:575 | Used by:577 |
Symbol 577 MovieClip [rioSprite] | Uses:574 576 | Used by:1457 |
Symbol 578 Bitmap | Used by:579 | |
Symbol 579 Graphic | Uses:578 | Used by:584 |
Symbol 580 Bitmap | Used by:581 | |
Symbol 581 Graphic | Uses:580 | Used by:584 |
Symbol 582 Bitmap | Used by:583 | |
Symbol 583 Graphic | Uses:582 | Used by:584 |
Symbol 584 MovieClip [redBubbleDoor] | Uses:579 581 583 | Used by:1457 |
Symbol 585 Graphic | Uses:543 | Used by:592 |
Symbol 586 Graphic | Uses:542 | Used by:592 |
Symbol 587 ShapeTweening | Used by:592 | |
Symbol 588 Bitmap | Used by:589 | |
Symbol 589 Graphic | Uses:588 | Used by:592 |
Symbol 590 ShapeTweening | Used by:592 | |
Symbol 591 Graphic | Used by:592 | |
Symbol 592 MovieClip [metroidMenuIntro] | Uses:30 585 586 544 587 541 589 154 590 591 | Used by:1457 |
Symbol 593 Bitmap | Used by:594 | |
Symbol 594 Graphic | Uses:593 | Used by:595 |
Symbol 595 MovieClip [metroid_area00] | Uses:594 | Used by:1457 |
Symbol 596 Bitmap | Used by:597 | |
Symbol 597 Graphic | Uses:596 | Used by:598 |
Symbol 598 MovieClip [metroid_area07] | Uses:597 | Used by:1457 |
Symbol 599 Bitmap | Used by:600 | |
Symbol 600 Graphic | Uses:599 | Used by:601 |
Symbol 601 MovieClip [metroid_area10] | Uses:600 | Used by:1457 |
Symbol 602 Bitmap | Used by:603 | |
Symbol 603 Graphic | Uses:602 | Used by:604 |
Symbol 604 MovieClip [metroid_area12] | Uses:603 | Used by:1457 |
Symbol 605 Bitmap | Used by:606 | |
Symbol 606 Graphic | Uses:605 | Used by:607 |
Symbol 607 MovieClip [metroid_area13] | Uses:606 | Used by:1457 |
Symbol 608 Bitmap | Used by:609 | |
Symbol 609 Graphic | Uses:608 | Used by:610 |
Symbol 610 MovieClip [metroid_area15] | Uses:609 | Used by:1457 |
Symbol 611 Bitmap | Used by:612 | |
Symbol 612 Graphic | Uses:611 | Used by:613 |
Symbol 613 MovieClip [metroid_area16] | Uses:612 | Used by:1457 |
Symbol 614 Bitmap | Used by:615 | |
Symbol 615 Graphic | Uses:614 | Used by:616 |
Symbol 616 MovieClip [metroid_transfer] | Uses:615 | Used by:1457 |
Symbol 617 Bitmap | Used by:618 | |
Symbol 618 Graphic | Uses:617 | Used by:619 |
Symbol 619 MovieClip [metroid_area04] | Uses:618 | Used by:1457 |
Symbol 620 Bitmap | Used by:621 | |
Symbol 621 Graphic | Uses:620 | Used by:622 |
Symbol 622 MovieClip [sandRedBlue_5] | Uses:621 | Used by:1457 |
Symbol 623 Bitmap | Used by:624 | |
Symbol 624 Graphic | Uses:623 | Used by:625 |
Symbol 625 MovieClip [sandRedWhite_5_base] | Uses:624 | Used by:1457 |
Symbol 626 Bitmap | Used by:627 | |
Symbol 627 Graphic | Uses:626 | Used by:628 |
Symbol 628 MovieClip [sinkySand_6] | Uses:627 | Used by:1457 |
Symbol 629 Bitmap | Used by:630 | |
Symbol 630 Graphic | Uses:629 | Used by:631 |
Symbol 631 MovieClip [sinkySand_8_base] | Uses:630 | Used by:1457 |
Symbol 632 Bitmap | Used by:633 | |
Symbol 633 Graphic | Uses:632 | Used by:634 |
Symbol 634 MovieClip [sinkySand_12] | Uses:633 | Used by:1457 |
Symbol 635 Bitmap | Used by:636 | |
Symbol 636 Graphic | Uses:635 | Used by:637 |
Symbol 637 MovieClip [sandRedBlue_28_base] | Uses:636 | Used by:1457 |
Symbol 638 Bitmap | Used by:639 | |
Symbol 639 Graphic | Uses:638 | Used by:640 |
Symbol 640 MovieClip [sandRedBlue_61_base] | Uses:639 | Used by:1457 |
Symbol 641 Bitmap | Used by:642 | |
Symbol 642 Graphic | Uses:641 | Used by:643 |
Symbol 643 MovieClip [sinkySand_62_base] | Uses:642 | Used by:1457 |
Symbol 644 Bitmap | Used by:645 | |
Symbol 645 Graphic | Uses:644 | Used by:646 |
Symbol 646 MovieClip [metroid_area06] | Uses:645 | Used by:1457 |
Symbol 647 Bitmap | Used by:648 | |
Symbol 648 Graphic | Uses:647 | Used by:649 |
Symbol 649 MovieClip [metroid_area08] | Uses:648 | Used by:1457 |
Symbol 650 Bitmap | Used by:651 | |
Symbol 651 Graphic | Uses:650 | Used by:652 |
Symbol 652 MovieClip [metroid_area11] | Uses:651 | Used by:1457 |
Symbol 653 Bitmap | Used by:654 657 | |
Symbol 654 Graphic | Uses:653 | Used by:659 |
Symbol 655 Bitmap | Used by:656 658 | |
Symbol 656 Graphic | Uses:655 | Used by:659 |
Symbol 657 Graphic | Uses:653 | Used by:659 |
Symbol 658 Graphic | Uses:655 | Used by:659 |
Symbol 659 MovieClip [altRipperSprite] | Uses:654 656 657 658 | Used by:1457 |
Symbol 660 Bitmap | Used by:661 664 666 668 | |
Symbol 661 Graphic | Uses:660 | Used by:670 |
Symbol 662 Bitmap | Used by:663 665 667 669 | |
Symbol 663 Graphic | Uses:662 | Used by:670 |
Symbol 664 Graphic | Uses:660 | Used by:670 |
Symbol 665 Graphic | Uses:662 | Used by:670 |
Symbol 666 Graphic | Uses:660 | Used by:670 |
Symbol 667 Graphic | Uses:662 | Used by:670 |
Symbol 668 Graphic | Uses:660 | Used by:670 |
Symbol 669 Graphic | Uses:662 | Used by:670 |
Symbol 670 MovieClip [altZoomerSprite] | Uses:661 663 664 665 666 667 668 669 | Used by:1457 |
Symbol 671 Bitmap | Used by:672 675 677 679 | |
Symbol 672 Graphic | Uses:671 | Used by:681 |
Symbol 673 Bitmap | Used by:674 676 678 680 | |
Symbol 674 Graphic | Uses:673 | Used by:681 |
Symbol 675 Graphic | Uses:671 | Used by:681 |
Symbol 676 Graphic | Uses:673 | Used by:681 |
Symbol 677 Graphic | Uses:671 | Used by:681 |
Symbol 678 Graphic | Uses:673 | Used by:681 |
Symbol 679 Graphic | Uses:671 | Used by:681 |
Symbol 680 Graphic | Uses:673 | Used by:681 |
Symbol 681 MovieClip [blueAltZoomerSprite] | Uses:672 674 675 676 677 678 679 680 | Used by:1457 |
Symbol 682 Bitmap | Used by:683 684 | |
Symbol 683 Graphic | Uses:682 | Used by:691 |
Symbol 684 Graphic | Uses:682 | Used by:691 |
Symbol 685 Bitmap | Used by:686 687 | |
Symbol 686 Graphic | Uses:685 | Used by:691 |
Symbol 687 Graphic | Uses:685 | Used by:691 |
Symbol 688 Bitmap | Used by:689 690 | |
Symbol 689 Graphic | Uses:688 | Used by:691 |
Symbol 690 Graphic | Uses:688 | Used by:691 |
Symbol 691 MovieClip [altZebSprite] | Uses:683 684 686 687 689 690 | Used by:1457 |
Symbol 692 Bitmap | Used by:693 | |
Symbol 693 Graphic | Uses:692 | Used by:694 |
Symbol 694 MovieClip [MBbubbleSprite] | Uses:693 | Used by:1457 |
Symbol 695 Bitmap | Used by:696 697 | |
Symbol 696 Graphic | Uses:695 | Used by:704 |
Symbol 697 Graphic | Uses:695 | Used by:704 |
Symbol 698 Bitmap | Used by:699 700 | |
Symbol 699 Graphic | Uses:698 | Used by:704 |
Symbol 700 Graphic | Uses:698 | Used by:704 |
Symbol 701 Bitmap | Used by:702 703 | |
Symbol 702 Graphic | Uses:701 | Used by:704 |
Symbol 703 Graphic | Uses:701 | Used by:704 |
Symbol 704 MovieClip [blueWaverSprite] | Uses:696 697 699 700 702 703 | Used by:1457 |
Symbol 705 Bitmap | Used by:706 | |
Symbol 706 Graphic | Uses:705 | Used by:721 |
Symbol 707 Bitmap | Used by:708 | |
Symbol 708 Graphic | Uses:707 | Used by:721 |
Symbol 709 Bitmap | Used by:710 | |
Symbol 710 Graphic | Uses:709 | Used by:721 |
Symbol 711 Bitmap | Used by:712 | |
Symbol 712 Graphic | Uses:711 | Used by:721 |
Symbol 713 Bitmap | Used by:714 | |
Symbol 714 Graphic | Uses:713 | Used by:721 |
Symbol 715 Bitmap | Used by:716 | |
Symbol 716 Graphic | Uses:715 | Used by:721 |
Symbol 717 Bitmap | Used by:718 | |
Symbol 718 Graphic | Uses:717 | Used by:721 |
Symbol 719 Bitmap | Used by:720 | |
Symbol 720 Graphic | Uses:719 | Used by:721 |
Symbol 721 MovieClip [bubbleSprite] | Uses:706 708 710 712 714 716 718 720 | Used by:1457 |
Symbol 722 Bitmap | Used by:723 724 | |
Symbol 723 Graphic | Uses:722 | Used by:731 |
Symbol 724 Graphic | Uses:722 | Used by:731 |
Symbol 725 Bitmap | Used by:726 727 | |
Symbol 726 Graphic | Uses:725 | Used by:731 |
Symbol 727 Graphic | Uses:725 | Used by:731 |
Symbol 728 Bitmap | Used by:729 730 | |
Symbol 729 Graphic | Uses:728 | Used by:731 |
Symbol 730 Graphic | Uses:728 | Used by:731 |
Symbol 731 MovieClip [redZebSprite] | Uses:723 724 726 727 729 730 | Used by:1457 |
Symbol 732 Bitmap | Used by:733 734 735 736 737 738 739 740 | |
Symbol 733 Graphic | Uses:732 | Used by:741 |
Symbol 734 Graphic | Uses:732 | Used by:741 |
Symbol 735 Graphic | Uses:732 | Used by:741 |
Symbol 736 Graphic | Uses:732 | Used by:741 |
Symbol 737 Graphic | Uses:732 | Used by:741 |
Symbol 738 Graphic | Uses:732 | Used by:741 |
Symbol 739 Graphic | Uses:732 | Used by:741 |
Symbol 740 Graphic | Uses:732 | Used by:741 |
Symbol 741 MovieClip [redZoomerSprite] | Uses:733 734 735 736 737 738 739 740 | Used by:1457 |
Symbol 742 Bitmap | Used by:743 744 | |
Symbol 743 Graphic | Uses:742 | Used by:745 |
Symbol 744 Graphic | Uses:742 | Used by:745 |
Symbol 745 MovieClip [ripperSprite] | Uses:743 744 | Used by:1457 |
Symbol 746 Bitmap | Used by:747 748 | |
Symbol 747 Graphic | Uses:746 | Used by:752 |
Symbol 748 Graphic | Uses:746 | Used by:752 |
Symbol 749 Bitmap | Used by:750 751 | |
Symbol 750 Graphic | Uses:749 | Used by:752 |
Symbol 751 Graphic | Uses:749 | Used by:752 |
Symbol 752 MovieClip [spitFireBodySprite] | Uses:747 748 750 751 | Used by:1457 |
Symbol 753 Bitmap | Used by:754 755 | |
Symbol 754 Graphic | Uses:753 | Used by:759 |
Symbol 755 Graphic | Uses:753 | Used by:759 |
Symbol 756 Bitmap | Used by:757 758 | |
Symbol 757 Graphic | Uses:756 | Used by:759 |
Symbol 758 Graphic | Uses:756 | Used by:759 |
Symbol 759 MovieClip [spitFireFlameSprite] | Uses:754 755 757 758 | Used by:1457 |
Symbol 760 Bitmap | Used by:761 762 | |
Symbol 761 Graphic | Uses:760 | Used by:769 |
Symbol 762 Graphic | Uses:760 | Used by:769 |
Symbol 763 Bitmap | Used by:764 765 | |
Symbol 764 Graphic | Uses:763 | Used by:769 |
Symbol 765 Graphic | Uses:763 | Used by:769 |
Symbol 766 Bitmap | Used by:767 768 | |
Symbol 767 Graphic | Uses:766 | Used by:769 |
Symbol 768 Graphic | Uses:766 | Used by:769 |
Symbol 769 MovieClip [waverSprite] | Uses:761 762 764 765 767 768 | Used by:1457 |
Symbol 770 Font | Used by:771 773 775 787 789 791 801 804 806 809 811 813 815 817 819 821 823 835 846 1164 1267 1382 | |
Symbol 771 EditableText | Uses:770 | Used by:772 |
Symbol 772 MovieClip | Uses:771 | Used by:1457 |
Symbol 773 EditableText | Uses:770 | Used by:774 |
Symbol 774 MovieClip | Uses:773 | Used by:1457 |
Symbol 775 EditableText | Uses:770 | Used by:786 |
Symbol 776 Sound [megaman_death] | Used by:786 | |
Symbol 777 Sound [megaman_land] | Used by:786 | |
Symbol 778 Sound [megaman_shoot] | Used by:786 | |
Symbol 779 Sound [megaman_teleportland] | Used by:786 | |
Symbol 780 Sound [megaman_charge] | Used by:786 | |
Symbol 781 Sound [megaman_chargefull] | Used by:786 | |
Symbol 782 Sound [megaman_damage] | Used by:786 | |
Symbol 783 Sound [healthrestore] | Used by:786 | |
Symbol 784 Sound [tink] | Used by:786 | |
Symbol 785 Sound [megaman_teleportback] | Used by:786 | |
Symbol 786 MovieClip | Uses:775 776 777 778 779 780 781 782 783 784 785 | Used by:1457 |
Symbol 787 EditableText | Uses:770 | Used by:788 |
Symbol 788 MovieClip | Uses:787 | Used by:1457 |
Symbol 789 EditableText | Uses:770 | Used by:790 |
Symbol 790 MovieClip | Uses:789 | Used by:1457 |
Symbol 791 EditableText | Uses:770 | Used by:800 |
Symbol 792 Sound [samus_dropbomb] | Used by:800 | |
Symbol 793 Sound [samus_intro] | Used by:800 | |
Symbol 794 Sound [samus_explosion] | Used by:800 | |
Symbol 795 Sound [samus_jump] | Used by:800 | |
Symbol 796 Sound [samus_land] | Used by:800 | |
Symbol 797 Sound [samus_morph] | Used by:800 | |
Symbol 798 Sound [samus_shoot] | Used by:800 | |
Symbol 799 Sound [samus_walk] | Used by:800 | |
Symbol 800 MovieClip | Uses:791 792 793 794 795 796 797 798 799 | Used by:1457 |
Symbol 801 EditableText | Uses:770 | Used by:803 |
Symbol 802 Sound [enemy_dead] | Used by:803 | |
Symbol 803 MovieClip | Uses:801 802 | Used by:1457 |
Symbol 804 EditableText | Uses:770 | Used by:805 |
Symbol 805 MovieClip | Uses:804 | Used by:1457 |
Symbol 806 EditableText | Uses:770 | Used by:808 |
Symbol 807 Sound [samus_doorchange] | Used by:808 | |
Symbol 808 MovieClip | Uses:806 807 | Used by:1457 |
Symbol 809 EditableText | Uses:770 | Used by:810 |
Symbol 810 MovieClip | Uses:809 | Used by:1457 |
Symbol 811 EditableText | Uses:770 | Used by:812 |
Symbol 812 MovieClip | Uses:811 | Used by:1457 |
Symbol 813 EditableText | Uses:770 | Used by:814 |
Symbol 814 MovieClip | Uses:813 | Used by:1457 |
Symbol 815 EditableText | Uses:770 | Used by:816 |
Symbol 816 MovieClip | Uses:815 | Used by:1457 |
Symbol 817 EditableText | Uses:770 | Used by:818 |
Symbol 818 MovieClip | Uses:817 | Used by:1457 |
Symbol 819 EditableText | Uses:770 | Used by:820 |
Symbol 820 MovieClip | Uses:819 | Used by:1457 |
Symbol 821 EditableText | Uses:770 | Used by:822 |
Symbol 822 MovieClip | Uses:821 | Used by:1457 |
Symbol 823 EditableText | Uses:770 | Used by:824 |
Symbol 824 MovieClip | Uses:823 | Used by:1457 |
Symbol 825 Bitmap | Used by:826 827 | |
Symbol 826 Graphic | Uses:825 | Used by:834 |
Symbol 827 Graphic | Uses:825 | Used by:834 |
Symbol 828 Bitmap | Used by:829 830 | |
Symbol 829 Graphic | Uses:828 | Used by:834 |
Symbol 830 Graphic | Uses:828 | Used by:834 |
Symbol 831 Bitmap | Used by:832 833 | |
Symbol 832 Graphic | Uses:831 | Used by:834 |
Symbol 833 Graphic | Uses:831 | Used by:834 |
Symbol 834 MovieClip [zebSprite] | Uses:826 827 829 830 832 833 | Used by:1457 |
Symbol 835 EditableText | Uses:770 | Used by:836 |
Symbol 836 MovieClip | Uses:835 | Used by:1457 |
Symbol 837 Bitmap | Used by:838 | |
Symbol 838 Graphic | Uses:837 | Used by:845 |
Symbol 839 Bitmap | Used by:840 | |
Symbol 840 Graphic | Uses:839 | Used by:845 |
Symbol 841 Bitmap | Used by:842 | |
Symbol 842 Graphic | Uses:841 | Used by:845 |
Symbol 843 Bitmap | Used by:844 | |
Symbol 844 Graphic | Uses:843 | Used by:845 |
Symbol 845 MovieClip [samusDeathSprite] | Uses:838 840 842 844 | Used by:1457 |
Symbol 846 EditableText | Uses:770 | Used by:847 |
Symbol 847 MovieClip | Uses:846 | Used by:1457 |
Symbol 848 Bitmap | Used by:849 850 | |
Symbol 849 Graphic | Uses:848 | Used by:851 |
Symbol 850 Graphic | Uses:848 | Used by:851 |
Symbol 851 MovieClip | Uses:849 850 | Used by:859 901 1438 |
Symbol 852 Bitmap | Used by:853 854 | |
Symbol 853 Graphic | Uses:852 | Used by:855 |
Symbol 854 Graphic | Uses:852 | Used by:855 |
Symbol 855 MovieClip | Uses:853 854 | Used by:859 901 1438 |
Symbol 856 ShapeTweening | Used by:859 | |
Symbol 857 ShapeTweening | Used by:859 | |
Symbol 858 Graphic | Used by:859 | |
Symbol 859 MovieClip [finalScreenMetroid] | Uses:148 851 855 154 856 857 858 | Used by:1457 |
Symbol 860 Bitmap | Used by:861 | |
Symbol 861 Graphic | Uses:860 | Used by:884 |
Symbol 862 Graphic | Used by:884 | |
Symbol 863 Sound | Used by:884 | |
Symbol 864 Bitmap | Used by:865 | |
Symbol 865 Graphic | Uses:864 | Used by:884 |
Symbol 866 Graphic | Used by:884 | |
Symbol 867 Bitmap | Used by:868 | |
Symbol 868 Graphic | Uses:867 | Used by:884 |
Symbol 869 Graphic | Used by:884 | |
Symbol 870 Bitmap | Used by:871 | |
Symbol 871 Graphic | Uses:870 | Used by:884 |
Symbol 872 Bitmap | Used by:873 | |
Symbol 873 Graphic | Uses:872 | Used by:884 |
Symbol 874 Bitmap | Used by:875 | |
Symbol 875 Graphic | Uses:874 | Used by:884 |
Symbol 876 Bitmap | Used by:877 | |
Symbol 877 Graphic | Uses:876 | Used by:884 |
Symbol 878 Bitmap | Used by:879 | |
Symbol 879 Graphic | Uses:878 | Used by:884 |
Symbol 880 Bitmap | Used by:881 | |
Symbol 881 Graphic | Uses:880 | Used by:884 |
Symbol 882 Bitmap | Used by:883 | |
Symbol 883 Graphic | Uses:882 | Used by:884 |
Symbol 884 MovieClip [capcomIntro] | Uses:30 861 154 862 863 865 866 868 869 871 873 875 877 879 881 883 | Used by:1457 |
Symbol 885 ShapeTweening | Used by:901 | |
Symbol 886 Graphic | Used by:901 1438 | |
Symbol 887 Graphic | Used by:888 | |
Symbol 888 MovieClip | Uses:887 | Used by:901 1438 1454 |
Symbol 889 Bitmap | Used by:890 | |
Symbol 890 Graphic | Uses:889 | Used by:893 |
Symbol 891 Bitmap | Used by:892 | |
Symbol 892 Graphic | Uses:891 | Used by:893 |
Symbol 893 MovieClip | Uses:890 892 | Used by:901 1438 |
Symbol 894 Bitmap | Used by:895 | |
Symbol 895 Graphic | Uses:894 | Used by:898 |
Symbol 896 Bitmap | Used by:897 | |
Symbol 897 Graphic | Uses:896 | Used by:898 |
Symbol 898 MovieClip | Uses:895 897 | Used by:901 1438 |
Symbol 899 Sound | Used by:901 | |
Symbol 900 Graphic | Used by:901 1185 1438 1471 | |
Symbol 901 MovieClip [robotMasterIntro] | Uses:30 885 886 888 893 898 899 851 855 900 | Used by:1457 |
Symbol 902 Bitmap | Used by:903 | |
Symbol 903 Graphic | Uses:902 | Used by:905 |
Symbol 904 Sound | Used by:905 | |
Symbol 905 MovieClip [nintendoIntro] | Uses:30 903 154 904 | Used by:1457 |
Symbol 906 MovieClip | Used by:908 | |
Symbol 907 MovieClip | Uses:30 | Used by:908 |
Symbol 908 MovieClip [scLineAni] | Uses:906 907 | Used by:1457 |
Symbol 909 Bitmap | Used by:910 | |
Symbol 910 Graphic | Uses:909 | Used by:911 |
Symbol 911 MovieClip [pointerSprite] | Uses:910 | Used by:1457 |
Symbol 912 Bitmap | Used by:913 914 | |
Symbol 913 Graphic | Uses:912 | Used by:968 |
Symbol 914 Graphic | Uses:912 | Used by:968 |
Symbol 915 Bitmap | Used by:916 917 | |
Symbol 916 Graphic | Uses:915 | Used by:968 |
Symbol 917 Graphic | Uses:915 | Used by:968 |
Symbol 918 Bitmap | Used by:919 920 | |
Symbol 919 Graphic | Uses:918 | Used by:968 |
Symbol 920 Graphic | Uses:918 | Used by:968 |
Symbol 921 Bitmap | Used by:922 923 | |
Symbol 922 Graphic | Uses:921 | Used by:968 |
Symbol 923 Graphic | Uses:921 | Used by:968 |
Symbol 924 Bitmap | Used by:925 926 | |
Symbol 925 Graphic | Uses:924 | Used by:968 |
Symbol 926 Graphic | Uses:924 | Used by:968 |
Symbol 927 Bitmap | Used by:928 929 | |
Symbol 928 Graphic | Uses:927 | Used by:968 |
Symbol 929 Graphic | Uses:927 | Used by:968 |
Symbol 930 Bitmap | Used by:931 932 | |
Symbol 931 Graphic | Uses:930 | Used by:968 |
Symbol 932 Graphic | Uses:930 | Used by:968 |
Symbol 933 Bitmap | Used by:934 935 | |
Symbol 934 Graphic | Uses:933 | Used by:968 |
Symbol 935 Graphic | Uses:933 | Used by:968 |
Symbol 936 Bitmap | Used by:937 938 | |
Symbol 937 Graphic | Uses:936 | Used by:968 |
Symbol 938 Graphic | Uses:936 | Used by:968 |
Symbol 939 Bitmap | Used by:940 941 | |
Symbol 940 Graphic | Uses:939 | Used by:968 |
Symbol 941 Graphic | Uses:939 | Used by:968 |
Symbol 942 Bitmap | Used by:943 944 | |
Symbol 943 Graphic | Uses:942 | Used by:968 |
Symbol 944 Graphic | Uses:942 | Used by:968 |
Symbol 945 Bitmap | Used by:946 947 | |
Symbol 946 Graphic | Uses:945 | Used by:968 |
Symbol 947 Graphic | Uses:945 | Used by:968 |
Symbol 948 Bitmap | Used by:949 | |
Symbol 949 Graphic | Uses:948 | Used by:968 |
Symbol 950 Bitmap | Used by:951 | |
Symbol 951 Graphic | Uses:950 | Used by:968 |
Symbol 952 Bitmap | Used by:953 | |
Symbol 953 Graphic | Uses:952 | Used by:968 |
Symbol 954 Bitmap | Used by:955 956 | |
Symbol 955 Graphic | Uses:954 | Used by:968 |
Symbol 956 Graphic | Uses:954 | Used by:968 |
Symbol 957 Bitmap | Used by:958 | |
Symbol 958 Graphic | Uses:957 | Used by:968 |
Symbol 959 Bitmap | Used by:960 961 | |
Symbol 960 Graphic | Uses:959 | Used by:968 |
Symbol 961 Graphic | Uses:959 | Used by:968 |
Symbol 962 Bitmap | Used by:963 964 | |
Symbol 963 Graphic | Uses:962 | Used by:968 |
Symbol 964 Graphic | Uses:962 | Used by:968 |
Symbol 965 Bitmap | Used by:966 967 | |
Symbol 966 Graphic | Uses:965 | Used by:968 |
Symbol 967 Graphic | Uses:965 | Used by:968 |
Symbol 968 MovieClip [megamanSamusSprite] | Uses:913 914 916 917 919 920 922 923 925 926 928 929 931 932 934 935 937 938 940 941 943 944 946 947 949 951 953 955 956 958 960 961 963 964 966 967 | Used by:1457 |
Symbol 969 Bitmap | Used by:970 971 | |
Symbol 970 Graphic | Uses:969 | Used by:1154 |
Symbol 971 Graphic | Uses:969 | Used by:1154 |
Symbol 972 Bitmap | Used by:973 974 | |
Symbol 973 Graphic | Uses:972 | Used by:1154 |
Symbol 974 Graphic | Uses:972 | Used by:1154 |
Symbol 975 Bitmap | Used by:976 977 | |
Symbol 976 Graphic | Uses:975 | Used by:1154 |
Symbol 977 Graphic | Uses:975 | Used by:1154 |
Symbol 978 Bitmap | Used by:979 980 | |
Symbol 979 Graphic | Uses:978 | Used by:1154 |
Symbol 980 Graphic | Uses:978 | Used by:1154 |
Symbol 981 Bitmap | Used by:982 983 | |
Symbol 982 Graphic | Uses:981 | Used by:1154 |
Symbol 983 Graphic | Uses:981 | Used by:1154 |
Symbol 984 Bitmap | Used by:985 986 | |
Symbol 985 Graphic | Uses:984 | Used by:1154 |
Symbol 986 Graphic | Uses:984 | Used by:1154 |
Symbol 987 Bitmap | Used by:988 989 | |
Symbol 988 Graphic | Uses:987 | Used by:1154 |
Symbol 989 Graphic | Uses:987 | Used by:1154 |
Symbol 990 Bitmap | Used by:991 992 | |
Symbol 991 Graphic | Uses:990 | Used by:1154 |
Symbol 992 Graphic | Uses:990 | Used by:1154 |
Symbol 993 Bitmap | Used by:994 995 | |
Symbol 994 Graphic | Uses:993 | Used by:1154 |
Symbol 995 Graphic | Uses:993 | Used by:1154 |
Symbol 996 Bitmap | Used by:997 998 | |
Symbol 997 Graphic | Uses:996 | Used by:1154 |
Symbol 998 Graphic | Uses:996 | Used by:1154 |
Symbol 999 Bitmap | Used by:1000 1001 | |
Symbol 1000 Graphic | Uses:999 | Used by:1154 |
Symbol 1001 Graphic | Uses:999 | Used by:1154 |
Symbol 1002 Bitmap | Used by:1003 | |
Symbol 1003 Graphic | Uses:1002 | Used by:1154 |
Symbol 1004 Bitmap | Used by:1005 | |
Symbol 1005 Graphic | Uses:1004 | Used by:1154 |
Symbol 1006 Bitmap | Used by:1007 | |
Symbol 1007 Graphic | Uses:1006 | Used by:1154 |
Symbol 1008 Bitmap | Used by:1009 1010 | |
Symbol 1009 Graphic | Uses:1008 | Used by:1154 |
Symbol 1010 Graphic | Uses:1008 | Used by:1154 |
Symbol 1011 Bitmap | Used by:1012 | |
Symbol 1012 Graphic | Uses:1011 | Used by:1154 |
Symbol 1013 Bitmap | Used by:1014 1015 | |
Symbol 1014 Graphic | Uses:1013 | Used by:1154 |
Symbol 1015 Graphic | Uses:1013 | Used by:1154 |
Symbol 1016 Bitmap | Used by:1017 1018 | |
Symbol 1017 Graphic | Uses:1016 | Used by:1154 |
Symbol 1018 Graphic | Uses:1016 | Used by:1154 |
Symbol 1019 Bitmap | Used by:1020 1021 | |
Symbol 1020 Graphic | Uses:1019 | Used by:1154 |
Symbol 1021 Graphic | Uses:1019 | Used by:1154 |
Symbol 1022 Bitmap | Used by:1023 1024 | |
Symbol 1023 Graphic | Uses:1022 | Used by:1154 |
Symbol 1024 Graphic | Uses:1022 | Used by:1154 |
Symbol 1025 Bitmap | Used by:1026 1027 | |
Symbol 1026 Graphic | Uses:1025 | Used by:1154 |
Symbol 1027 Graphic | Uses:1025 | Used by:1154 |
Symbol 1028 Bitmap | Used by:1029 1030 | |
Symbol 1029 Graphic | Uses:1028 | Used by:1154 |
Symbol 1030 Graphic | Uses:1028 | Used by:1154 |
Symbol 1031 Bitmap | Used by:1032 1033 | |
Symbol 1032 Graphic | Uses:1031 | Used by:1154 |
Symbol 1033 Graphic | Uses:1031 | Used by:1154 |
Symbol 1034 Bitmap | Used by:1035 1036 | |
Symbol 1035 Graphic | Uses:1034 | Used by:1154 |
Symbol 1036 Graphic | Uses:1034 | Used by:1154 |
Symbol 1037 Bitmap | Used by:1038 1039 | |
Symbol 1038 Graphic | Uses:1037 | Used by:1154 |
Symbol 1039 Graphic | Uses:1037 | Used by:1154 |
Symbol 1040 Bitmap | Used by:1041 1042 | |
Symbol 1041 Graphic | Uses:1040 | Used by:1154 |
Symbol 1042 Graphic | Uses:1040 | Used by:1154 |
Symbol 1043 Bitmap | Used by:1044 1048 | |
Symbol 1044 Graphic | Uses:1043 | Used by:1154 |
Symbol 1045 Bitmap | Used by:1046 1047 | |
Symbol 1046 Graphic | Uses:1045 | Used by:1154 |
Symbol 1047 Graphic | Uses:1045 | Used by:1154 |
Symbol 1048 Graphic | Uses:1043 | Used by:1154 |
Symbol 1049 Bitmap | Used by:1050 1051 | |
Symbol 1050 Graphic | Uses:1049 | Used by:1154 |
Symbol 1051 Graphic | Uses:1049 | Used by:1154 |
Symbol 1052 Bitmap | Used by:1053 1054 | |
Symbol 1053 Graphic | Uses:1052 | Used by:1154 |
Symbol 1054 Graphic | Uses:1052 | Used by:1154 |
Symbol 1055 Bitmap | Used by:1056 1057 | |
Symbol 1056 Graphic | Uses:1055 | Used by:1154 |
Symbol 1057 Graphic | Uses:1055 | Used by:1154 |
Symbol 1058 Bitmap | Used by:1059 | |
Symbol 1059 Graphic | Uses:1058 | Used by:1154 |
Symbol 1060 Bitmap | Used by:1061 1062 | |
Symbol 1061 Graphic | Uses:1060 | Used by:1154 |
Symbol 1062 Graphic | Uses:1060 | Used by:1154 |
Symbol 1063 Bitmap | Used by:1064 1065 | |
Symbol 1064 Graphic | Uses:1063 | Used by:1154 |
Symbol 1065 Graphic | Uses:1063 | Used by:1154 |
Symbol 1066 Bitmap | Used by:1067 1068 | |
Symbol 1067 Graphic | Uses:1066 | Used by:1154 |
Symbol 1068 Graphic | Uses:1066 | Used by:1154 |
Symbol 1069 Bitmap | Used by:1070 1071 | |
Symbol 1070 Graphic | Uses:1069 | Used by:1154 |
Symbol 1071 Graphic | Uses:1069 | Used by:1154 |
Symbol 1072 Bitmap | Used by:1073 1074 | |
Symbol 1073 Graphic | Uses:1072 | Used by:1154 |
Symbol 1074 Graphic | Uses:1072 | Used by:1154 |
Symbol 1075 Bitmap | Used by:1076 1077 | |
Symbol 1076 Graphic | Uses:1075 | Used by:1154 |
Symbol 1077 Graphic | Uses:1075 | Used by:1154 |
Symbol 1078 Bitmap | Used by:1079 1080 | |
Symbol 1079 Graphic | Uses:1078 | Used by:1154 |
Symbol 1080 Graphic | Uses:1078 | Used by:1154 |
Symbol 1081 Bitmap | Used by:1082 1083 | |
Symbol 1082 Graphic | Uses:1081 | Used by:1154 |
Symbol 1083 Graphic | Uses:1081 | Used by:1154 |
Symbol 1084 Bitmap | Used by:1085 1086 | |
Symbol 1085 Graphic | Uses:1084 | Used by:1154 |
Symbol 1086 Graphic | Uses:1084 | Used by:1154 |
Symbol 1087 Bitmap | Used by:1088 1089 | |
Symbol 1088 Graphic | Uses:1087 | Used by:1154 |
Symbol 1089 Graphic | Uses:1087 | Used by:1154 |
Symbol 1090 Bitmap | Used by:1091 1092 | |
Symbol 1091 Graphic | Uses:1090 | Used by:1154 |
Symbol 1092 Graphic | Uses:1090 | Used by:1154 |
Symbol 1093 Bitmap | Used by:1094 1095 | |
Symbol 1094 Graphic | Uses:1093 | Used by:1154 |
Symbol 1095 Graphic | Uses:1093 | Used by:1154 |
Symbol 1096 Bitmap | Used by:1097 1098 | |
Symbol 1097 Graphic | Uses:1096 | Used by:1154 |
Symbol 1098 Graphic | Uses:1096 | Used by:1154 |
Symbol 1099 Bitmap | Used by:1100 1101 | |
Symbol 1100 Graphic | Uses:1099 | Used by:1154 |
Symbol 1101 Graphic | Uses:1099 | Used by:1154 |
Symbol 1102 Bitmap | Used by:1103 | |
Symbol 1103 Graphic | Uses:1102 | Used by:1154 |
Symbol 1104 Bitmap | Used by:1105 1106 | |
Symbol 1105 Graphic | Uses:1104 | Used by:1154 |
Symbol 1106 Graphic | Uses:1104 | Used by:1154 |
Symbol 1107 Bitmap | Used by:1108 1109 | |
Symbol 1108 Graphic | Uses:1107 | Used by:1154 |
Symbol 1109 Graphic | Uses:1107 | Used by:1154 |
Symbol 1110 Bitmap | Used by:1111 1112 | |
Symbol 1111 Graphic | Uses:1110 | Used by:1154 |
Symbol 1112 Graphic | Uses:1110 | Used by:1154 |
Symbol 1113 Bitmap | Used by:1114 1115 | |
Symbol 1114 Graphic | Uses:1113 | Used by:1154 |
Symbol 1115 Graphic | Uses:1113 | Used by:1154 |
Symbol 1116 Bitmap | Used by:1117 1118 | |
Symbol 1117 Graphic | Uses:1116 | Used by:1154 |
Symbol 1118 Graphic | Uses:1116 | Used by:1154 |
Symbol 1119 Bitmap | Used by:1120 1121 | |
Symbol 1120 Graphic | Uses:1119 | Used by:1154 |
Symbol 1121 Graphic | Uses:1119 | Used by:1154 |
Symbol 1122 Bitmap | Used by:1123 1124 | |
Symbol 1123 Graphic | Uses:1122 | Used by:1154 |
Symbol 1124 Graphic | Uses:1122 | Used by:1154 |
Symbol 1125 Bitmap | Used by:1126 1127 | |
Symbol 1126 Graphic | Uses:1125 | Used by:1154 |
Symbol 1127 Graphic | Uses:1125 | Used by:1154 |
Symbol 1128 Bitmap | Used by:1129 1130 | |
Symbol 1129 Graphic | Uses:1128 | Used by:1154 |
Symbol 1130 Graphic | Uses:1128 | Used by:1154 |
Symbol 1131 Bitmap | Used by:1132 1133 | |
Symbol 1132 Graphic | Uses:1131 179 | Used by:1154 |
Symbol 1133 Graphic | Uses:1131 | Used by:1154 |
Symbol 1134 Bitmap | Used by:1135 1136 | |
Symbol 1135 Graphic | Uses:1134 | Used by:1154 |
Symbol 1136 Graphic | Uses:1134 | Used by:1154 |
Symbol 1137 Bitmap | Used by:1138 1139 | |
Symbol 1138 Graphic | Uses:1137 | Used by:1154 |
Symbol 1139 Graphic | Uses:1137 | Used by:1154 |
Symbol 1140 Bitmap | Used by:1141 1142 | |
Symbol 1141 Graphic | Uses:1140 | Used by:1154 |
Symbol 1142 Graphic | Uses:1140 | Used by:1154 |
Symbol 1143 Bitmap | Used by:1144 1145 | |
Symbol 1144 Graphic | Uses:1143 | Used by:1154 |
Symbol 1145 Graphic | Uses:1143 | Used by:1154 |
Symbol 1146 Bitmap | Used by:1147 | |
Symbol 1147 Graphic | Uses:1146 | Used by:1154 |
Symbol 1148 Bitmap | Used by:1149 1150 | |
Symbol 1149 Graphic | Uses:1148 | Used by:1154 |
Symbol 1150 Graphic | Uses:1148 | Used by:1154 |
Symbol 1151 Bitmap | Used by:1152 1153 | |
Symbol 1152 Graphic | Uses:1151 | Used by:1154 |
Symbol 1153 Graphic | Uses:1151 | Used by:1154 |
Symbol 1154 MovieClip [protoSprite] | Uses:970 971 973 974 976 977 979 980 982 983 985 986 988 989 991 992 994 995 997 998 1000 1001 1003 1005 1007 1009 1010 1012 1014 1015 1017 1018 1020 1021 1023 1024 1026 1027 1029 1030 1032 1033 1035 1036 1038 1039 1041 1042 1044 1046 1047 1048 1050 1051 1053 1054 1056 1057 1059 1061 1062 1064 1065 1067 1068 1070 1071 1073 1074 1076 1077 1079 1080 1082 1083 1085 1086 1088 1089 1091 1092 1094 1095 1097 1098 1100 1101 1103 1105 1106 1108 1109 1111 1112 1114 1115 1117 1118 1120 1121 1123 1124 1126 1127 1129 1130 1132 1133 1135 1136 1138 1139 1141 1142 1144 1145 1147 1149 1150 1152 1153 | Used by:1457 |
Symbol 1155 Bitmap | Used by:1156 | |
Symbol 1156 Graphic | Uses:1155 | Used by:1163 |
Symbol 1157 Bitmap | Used by:1158 | |
Symbol 1158 Graphic | Uses:1157 | Used by:1163 |
Symbol 1159 Bitmap | Used by:1160 | |
Symbol 1160 Graphic | Uses:1159 | Used by:1163 |
Symbol 1161 Bitmap | Used by:1162 | |
Symbol 1162 Graphic | Uses:1161 | Used by:1163 |
Symbol 1163 MovieClip [protoDeathSprite] | Uses:1156 1158 1160 1162 | Used by:1457 |
Symbol 1164 EditableText | Uses:770 | Used by:1166 |
Symbol 1165 Sound [samus_missle] | Used by:1166 | |
Symbol 1166 MovieClip | Uses:1164 1165 | Used by:1457 |
Symbol 1167 Bitmap | Used by:1168 1169 | |
Symbol 1168 Graphic | Uses:1167 | Used by:1176 |
Symbol 1169 Graphic | Uses:1167 | Used by:1176 |
Symbol 1170 Bitmap | Used by:1171 | |
Symbol 1171 Graphic | Uses:1170 | Used by:1176 |
Symbol 1172 Bitmap | Used by:1173 | |
Symbol 1173 Graphic | Uses:1172 | Used by:1176 |
Symbol 1174 Bitmap | Used by:1175 | |
Symbol 1175 Graphic | Uses:1174 | Used by:1176 |
Symbol 1176 MovieClip [megamanSMissleSprite] | Uses:1168 1169 1171 1173 1175 | Used by:1457 |
Symbol 1177 Bitmap | Used by:1178 | |
Symbol 1178 Graphic | Uses:1177 | Used by:1179 |
Symbol 1179 MovieClip | Uses:1178 | Used by:1185 1471 |
Symbol 1180 Bitmap | Used by:1181 1468 | |
Symbol 1181 Graphic | Uses:1180 | Used by:1185 |
Symbol 1182 Bitmap | Used by:1183 1469 | |
Symbol 1183 Graphic | Uses:1182 | Used by:1185 |
Symbol 1184 ShapeTweening | Used by:1185 | |
Symbol 1185 MovieClip [powerBarH] | Uses:1179 1181 900 1183 1184 | Used by:1457 |
Symbol 1186 Bitmap | Used by:1187 | |
Symbol 1187 Graphic | Uses:1186 | Used by:1190 |
Symbol 1188 Bitmap | Used by:1189 | |
Symbol 1189 Graphic | Uses:1188 | Used by:1190 |
Symbol 1190 MovieClip [megamanIcon] | Uses:1187 1189 | Used by:1457 |
Symbol 1191 Bitmap | Used by:1192 | |
Symbol 1192 Graphic | Uses:1191 | Used by:1195 |
Symbol 1193 Bitmap | Used by:1194 | |
Symbol 1194 Graphic | Uses:1193 | Used by:1195 |
Symbol 1195 MovieClip [samusIcon] | Uses:1192 1194 | Used by:1457 |
Symbol 1196 Bitmap | Used by:1197 | |
Symbol 1197 Graphic | Uses:1196 | Used by:1200 |
Symbol 1198 Bitmap | Used by:1199 | |
Symbol 1199 Graphic | Uses:1198 | Used by:1200 |
Symbol 1200 MovieClip [arthurIcon] | Uses:1197 1199 | Used by:1457 |
Symbol 1201 Bitmap | Used by:1202 1203 | |
Symbol 1202 Graphic | Uses:1201 | Used by:1257 |
Symbol 1203 Graphic | Uses:1201 | Used by:1257 |
Symbol 1204 Bitmap | Used by:1205 1206 | |
Symbol 1205 Graphic | Uses:1204 | Used by:1257 |
Symbol 1206 Graphic | Uses:1204 | Used by:1257 |
Symbol 1207 Bitmap | Used by:1208 1209 | |
Symbol 1208 Graphic | Uses:1207 | Used by:1257 |
Symbol 1209 Graphic | Uses:1207 | Used by:1257 |
Symbol 1210 Bitmap | Used by:1211 1212 | |
Symbol 1211 Graphic | Uses:1210 | Used by:1257 |
Symbol 1212 Graphic | Uses:1210 | Used by:1257 |
Symbol 1213 Bitmap | Used by:1214 1215 | |
Symbol 1214 Graphic | Uses:1213 | Used by:1257 |
Symbol 1215 Graphic | Uses:1213 | Used by:1257 |
Symbol 1216 Bitmap | Used by:1217 1218 | |
Symbol 1217 Graphic | Uses:1216 | Used by:1257 |
Symbol 1218 Graphic | Uses:1216 | Used by:1257 |
Symbol 1219 Bitmap | Used by:1220 1221 | |
Symbol 1220 Graphic | Uses:1219 | Used by:1257 |
Symbol 1221 Graphic | Uses:1219 | Used by:1257 |
Symbol 1222 Bitmap | Used by:1223 1224 | |
Symbol 1223 Graphic | Uses:1222 | Used by:1257 |
Symbol 1224 Graphic | Uses:1222 | Used by:1257 |
Symbol 1225 Bitmap | Used by:1226 1227 | |
Symbol 1226 Graphic | Uses:1225 | Used by:1257 |
Symbol 1227 Graphic | Uses:1225 | Used by:1257 |
Symbol 1228 Bitmap | Used by:1229 1230 | |
Symbol 1229 Graphic | Uses:1228 | Used by:1257 |
Symbol 1230 Graphic | Uses:1228 | Used by:1257 |
Symbol 1231 Bitmap | Used by:1232 1233 | |
Symbol 1232 Graphic | Uses:1231 | Used by:1257 |
Symbol 1233 Graphic | Uses:1231 | Used by:1257 |
Symbol 1234 Bitmap | Used by:1235 1236 | |
Symbol 1235 Graphic | Uses:1234 | Used by:1257 |
Symbol 1236 Graphic | Uses:1234 | Used by:1257 |
Symbol 1237 Bitmap | Used by:1238 | |
Symbol 1238 Graphic | Uses:1237 | Used by:1257 |
Symbol 1239 Bitmap | Used by:1240 | |
Symbol 1240 Graphic | Uses:1239 | Used by:1257 |
Symbol 1241 Bitmap | Used by:1242 | |
Symbol 1242 Graphic | Uses:1241 | Used by:1257 |
Symbol 1243 Bitmap | Used by:1244 1245 | |
Symbol 1244 Graphic | Uses:1243 | Used by:1257 |
Symbol 1245 Graphic | Uses:1243 | Used by:1257 |
Symbol 1246 Bitmap | Used by:1247 | |
Symbol 1247 Graphic | Uses:1246 | Used by:1257 |
Symbol 1248 Bitmap | Used by:1249 1250 | |
Symbol 1249 Graphic | Uses:1248 | Used by:1257 |
Symbol 1250 Graphic | Uses:1248 | Used by:1257 |
Symbol 1251 Bitmap | Used by:1252 1253 | |
Symbol 1252 Graphic | Uses:1251 | Used by:1257 |
Symbol 1253 Graphic | Uses:1251 | Used by:1257 |
Symbol 1254 Bitmap | Used by:1255 1256 | |
Symbol 1255 Graphic | Uses:1254 | Used by:1257 |
Symbol 1256 Graphic | Uses:1254 | Used by:1257 |
Symbol 1257 MovieClip [megamanArthurSprite] | Uses:1202 1203 1205 1206 1208 1209 1211 1212 1214 1215 1217 1218 1220 1221 1223 1224 1226 1227 1229 1230 1232 1233 1235 1236 1238 1240 1242 1244 1245 1247 1249 1250 1252 1253 1255 1256 | Used by:1457 |
Symbol 1258 Bitmap | Used by:1259 | |
Symbol 1259 Graphic | Uses:1258 | Used by:1266 |
Symbol 1260 Bitmap | Used by:1261 | |
Symbol 1261 Graphic | Uses:1260 | Used by:1266 |
Symbol 1262 Bitmap | Used by:1263 | |
Symbol 1263 Graphic | Uses:1262 | Used by:1266 |
Symbol 1264 Bitmap | Used by:1265 | |
Symbol 1265 Graphic | Uses:1264 | Used by:1266 |
Symbol 1266 MovieClip [arthurDeathSprite] | Uses:1259 1261 1263 1265 | Used by:1457 |
Symbol 1267 EditableText | Uses:770 | Used by:1269 |
Symbol 1268 Sound [arthur_speartoss] | Used by:1269 | |
Symbol 1269 MovieClip | Uses:1267 1268 | Used by:1457 |
Symbol 1270 Bitmap | Used by:1271 1272 | |
Symbol 1271 Graphic | Uses:1270 | Used by:1273 |
Symbol 1272 Graphic | Uses:1270 | Used by:1273 |
Symbol 1273 MovieClip [megamanALanceSprite] | Uses:1271 1272 | Used by:1457 |
Symbol 1274 Bitmap | Used by:1275 1276 | |
Symbol 1275 Graphic | Uses:1274 | Used by:1327 |
Symbol 1276 Graphic | Uses:1274 | Used by:1327 |
Symbol 1277 Bitmap | Used by:1278 1279 | |
Symbol 1278 Graphic | Uses:1277 | Used by:1327 |
Symbol 1279 Graphic | Uses:1277 | Used by:1327 |
Symbol 1280 Bitmap | Used by:1281 1282 | |
Symbol 1281 Graphic | Uses:1280 | Used by:1327 |
Symbol 1282 Graphic | Uses:1280 | Used by:1327 |
Symbol 1283 Bitmap | Used by:1284 1285 | |
Symbol 1284 Graphic | Uses:1283 | Used by:1327 |
Symbol 1285 Graphic | Uses:1283 | Used by:1327 |
Symbol 1286 Bitmap | Used by:1287 1288 | |
Symbol 1287 Graphic | Uses:1286 | Used by:1327 |
Symbol 1288 Graphic | Uses:1286 | Used by:1327 |
Symbol 1289 Bitmap | Used by:1290 1291 | |
Symbol 1290 Graphic | Uses:1289 | Used by:1327 |
Symbol 1291 Graphic | Uses:1289 | Used by:1327 |
Symbol 1292 Bitmap | Used by:1293 1294 | |
Symbol 1293 Graphic | Uses:1292 | Used by:1327 |
Symbol 1294 Graphic | Uses:1292 | Used by:1327 |
Symbol 1295 Bitmap | Used by:1296 1297 | |
Symbol 1296 Graphic | Uses:1295 | Used by:1327 |
Symbol 1297 Graphic | Uses:1295 | Used by:1327 |
Symbol 1298 Bitmap | Used by:1299 1300 | |
Symbol 1299 Graphic | Uses:1298 | Used by:1327 |
Symbol 1300 Graphic | Uses:1298 | Used by:1327 |
Symbol 1301 Bitmap | Used by:1302 1303 | |
Symbol 1302 Graphic | Uses:1301 | Used by:1327 |
Symbol 1303 Graphic | Uses:1301 | Used by:1327 |
Symbol 1304 Bitmap | Used by:1305 1306 | |
Symbol 1305 Graphic | Uses:1304 | Used by:1327 |
Symbol 1306 Graphic | Uses:1304 | Used by:1327 |
Symbol 1307 Bitmap | Used by:1308 | |
Symbol 1308 Graphic | Uses:1307 | Used by:1327 |
Symbol 1309 Bitmap | Used by:1310 | |
Symbol 1310 Graphic | Uses:1309 | Used by:1327 |
Symbol 1311 Bitmap | Used by:1312 | |
Symbol 1312 Graphic | Uses:1311 | Used by:1327 |
Symbol 1313 Bitmap | Used by:1314 1315 | |
Symbol 1314 Graphic | Uses:1313 | Used by:1327 |
Symbol 1315 Graphic | Uses:1313 | Used by:1327 |
Symbol 1316 Bitmap | Used by:1317 | |
Symbol 1317 Graphic | Uses:1316 | Used by:1327 |
Symbol 1318 Bitmap | Used by:1319 1320 | |
Symbol 1319 Graphic | Uses:1318 | Used by:1327 |
Symbol 1320 Graphic | Uses:1318 | Used by:1327 |
Symbol 1321 Bitmap | Used by:1322 1323 | |
Symbol 1322 Graphic | Uses:1321 | Used by:1327 |
Symbol 1323 Graphic | Uses:1321 | Used by:1327 |
Symbol 1324 Bitmap | Used by:1325 1326 | |
Symbol 1325 Graphic | Uses:1324 | Used by:1327 |
Symbol 1326 Graphic | Uses:1324 | Used by:1327 |
Symbol 1327 MovieClip [protoSamusSprite] | Uses:1275 1276 1278 1279 1281 1282 1284 1285 1287 1288 1290 1291 1293 1294 1296 1297 1299 1300 1302 1303 1305 1306 1308 1310 1312 1314 1315 1317 1319 1320 1322 1323 1325 1326 | Used by:1457 |
Symbol 1328 Bitmap | Used by:1329 1330 | |
Symbol 1329 Graphic | Uses:1328 | Used by:1381 |
Symbol 1330 Graphic | Uses:1328 | Used by:1381 |
Symbol 1331 Bitmap | Used by:1332 1333 | |
Symbol 1332 Graphic | Uses:1331 | Used by:1381 |
Symbol 1333 Graphic | Uses:1331 | Used by:1381 |
Symbol 1334 Bitmap | Used by:1335 1336 | |
Symbol 1335 Graphic | Uses:1334 | Used by:1381 |
Symbol 1336 Graphic | Uses:1334 | Used by:1381 |
Symbol 1337 Bitmap | Used by:1338 1339 | |
Symbol 1338 Graphic | Uses:1337 | Used by:1381 |
Symbol 1339 Graphic | Uses:1337 | Used by:1381 |
Symbol 1340 Bitmap | Used by:1341 1342 | |
Symbol 1341 Graphic | Uses:1340 | Used by:1381 |
Symbol 1342 Graphic | Uses:1340 | Used by:1381 |
Symbol 1343 Bitmap | Used by:1344 1345 | |
Symbol 1344 Graphic | Uses:1343 | Used by:1381 |
Symbol 1345 Graphic | Uses:1343 | Used by:1381 |
Symbol 1346 Bitmap | Used by:1347 1348 | |
Symbol 1347 Graphic | Uses:1346 | Used by:1381 |
Symbol 1348 Graphic | Uses:1346 | Used by:1381 |
Symbol 1349 Bitmap | Used by:1350 1351 | |
Symbol 1350 Graphic | Uses:1349 | Used by:1381 |
Symbol 1351 Graphic | Uses:1349 | Used by:1381 |
Symbol 1352 Bitmap | Used by:1353 1354 | |
Symbol 1353 Graphic | Uses:1352 | Used by:1381 |
Symbol 1354 Graphic | Uses:1352 | Used by:1381 |
Symbol 1355 Bitmap | Used by:1356 1357 | |
Symbol 1356 Graphic | Uses:1355 | Used by:1381 |
Symbol 1357 Graphic | Uses:1355 | Used by:1381 |
Symbol 1358 Bitmap | Used by:1359 1360 | |
Symbol 1359 Graphic | Uses:1358 | Used by:1381 |
Symbol 1360 Graphic | Uses:1358 | Used by:1381 |
Symbol 1361 Bitmap | Used by:1362 | |
Symbol 1362 Graphic | Uses:1361 | Used by:1381 |
Symbol 1363 Bitmap | Used by:1364 | |
Symbol 1364 Graphic | Uses:1363 | Used by:1381 |
Symbol 1365 Bitmap | Used by:1366 | |
Symbol 1366 Graphic | Uses:1365 | Used by:1381 |
Symbol 1367 Bitmap | Used by:1368 1369 | |
Symbol 1368 Graphic | Uses:1367 | Used by:1381 |
Symbol 1369 Graphic | Uses:1367 | Used by:1381 |
Symbol 1370 Bitmap | Used by:1371 | |
Symbol 1371 Graphic | Uses:1370 | Used by:1381 |
Symbol 1372 Bitmap | Used by:1373 1374 | |
Symbol 1373 Graphic | Uses:1372 | Used by:1381 |
Symbol 1374 Graphic | Uses:1372 | Used by:1381 |
Symbol 1375 Bitmap | Used by:1376 1377 | |
Symbol 1376 Graphic | Uses:1375 | Used by:1381 |
Symbol 1377 Graphic | Uses:1375 | Used by:1381 |
Symbol 1378 Bitmap | Used by:1379 1380 | |
Symbol 1379 Graphic | Uses:1378 | Used by:1381 |
Symbol 1380 Graphic | Uses:1378 | Used by:1381 |
Symbol 1381 MovieClip [protoArthurSprite] | Uses:1329 1330 1332 1333 1335 1336 1338 1339 1341 1342 1344 1345 1347 1348 1350 1351 1353 1354 1356 1357 1359 1360 1362 1364 1366 1368 1369 1371 1373 1374 1376 1377 1379 1380 | Used by:1457 |
Symbol 1382 EditableText | Uses:770 | Used by:1384 |
Symbol 1383 Sound [upgradeBGmusic] | Used by:1384 1438 | |
Symbol 1384 MovieClip [chooseChar] | Uses:1382 1383 | Used by:1457 |
Symbol 1385 Bitmap | Used by:1386 | |
Symbol 1386 Graphic | Uses:1385 | Used by:1387 |
Symbol 1387 MovieClip [chooseCharBG] | Uses:1386 154 | Used by:1457 |
Symbol 1388 Bitmap | Used by:1389 | |
Symbol 1389 Graphic | Uses:1388 | Used by:1390 |
Symbol 1390 MovieClip [choicePointer] | Uses:1389 | Used by:1457 |
Symbol 1391 ShapeTweening | Used by:1400 | |
Symbol 1392 Bitmap | Used by:1393 | |
Symbol 1393 Graphic | Uses:1392 | Used by:1400 |
Symbol 1394 MovieClip [emptyClearClip] | Used by:1400 | |
Symbol 1395 ShapeTweening | Used by:1400 | |
Symbol 1396 Graphic | Used by:1400 | |
Symbol 1397 ShapeTweening | Used by:1400 | |
Symbol 1398 ShapeTweening | Used by:1400 | |
Symbol 1399 Graphic | Used by:1400 | |
Symbol 1400 MovieClip [pauseMenu] | Uses:1391 30 1393 1394 1395 1396 1397 1398 1399 | Used by:1457 |
Symbol 1401 Bitmap | Used by:1402 | |
Symbol 1402 Graphic | Uses:1401 | Used by:1432 1438 |
Symbol 1403 Bitmap | Used by:1404 | |
Symbol 1404 Graphic | Uses:1403 | Used by:1432 1438 |
Symbol 1405 Bitmap | Used by:1406 | |
Symbol 1406 Graphic | Uses:1405 | Used by:1432 1438 |
Symbol 1407 Bitmap | Used by:1408 | |
Symbol 1408 Graphic | Uses:1407 | Used by:1432 1438 |
Symbol 1409 Bitmap | Used by:1410 | |
Symbol 1410 Graphic | Uses:1409 | Used by:1432 1438 |
Symbol 1411 Bitmap | Used by:1412 | |
Symbol 1412 Graphic | Uses:1411 | Used by:1432 1438 |
Symbol 1413 Bitmap | Used by:1414 | |
Symbol 1414 Graphic | Uses:1413 | Used by:1432 1438 |
Symbol 1415 Bitmap | Used by:1416 | |
Symbol 1416 Graphic | Uses:1415 | Used by:1432 1438 |
Symbol 1417 Bitmap | Used by:1418 | |
Symbol 1418 Graphic | Uses:1417 | Used by:1431 1438 |
Symbol 1419 Bitmap | Used by:1420 | |
Symbol 1420 Graphic | Uses:1419 | Used by:1431 1438 |
Symbol 1421 Bitmap | Used by:1422 | |
Symbol 1422 Graphic | Uses:1421 | Used by:1431 |
Symbol 1423 Bitmap | Used by:1424 | |
Symbol 1424 Graphic | Uses:1423 | Used by:1431 |
Symbol 1425 Bitmap | Used by:1426 | |
Symbol 1426 Graphic | Uses:1425 | Used by:1431 |
Symbol 1427 Bitmap | Used by:1428 | |
Symbol 1428 Graphic | Uses:1427 | Used by:1431 |
Symbol 1429 Bitmap | Used by:1430 | |
Symbol 1430 Graphic | Uses:1429 | Used by:1431 |
Symbol 1431 MovieClip | Uses:1420 1418 1422 1424 1426 1428 1430 | Used by:1438 |
Symbol 1432 MovieClip | Uses:1402 1404 1406 1408 1410 1412 1414 1416 | Used by:1438 |
Symbol 1433 ShapeTweening | Used by:1438 | |
Symbol 1434 Graphic | Used by:1438 | |
Symbol 1435 Graphic | Used by:1438 | |
Symbol 1436 Sound | Used by:1438 1454 | |
Symbol 1437 ShapeTweening | Used by:1438 | |
Symbol 1438 MovieClip [youGetAnUpgradeJackass] | Uses:30 851 855 900 886 1402 893 898 1383 1404 1406 1408 1410 1412 1414 1416 1418 1420 1431 1432 1433 888 1434 1435 1436 1437 | Used by:1457 |
Symbol 1439 Bitmap | Used by:1440 | |
Symbol 1440 Graphic | Uses:1439 | Used by:1445 |
Symbol 1441 Graphic | Used by:1445 | |
Symbol 1442 Bitmap | Used by:1443 | |
Symbol 1443 Graphic | Uses:1442 | Used by:1445 |
Symbol 1444 ShapeTweening | Used by:1445 | |
Symbol 1445 MovieClip | Uses:1440 1441 1443 1444 | Used by:1454 |
Symbol 1446 Bitmap | Used by:1447 | |
Symbol 1447 Graphic | Uses:1446 | Used by:1452 |
Symbol 1448 Bitmap | Used by:1449 | |
Symbol 1449 Graphic | Uses:1448 | Used by:1452 |
Symbol 1450 Bitmap | Used by:1451 | |
Symbol 1451 Graphic | Uses:1450 | Used by:1452 |
Symbol 1452 MovieClip | Uses:1447 1449 1451 | Used by:1454 |
Symbol 1453 Sound | Used by:1454 | |
Symbol 1454 MovieClip [protoAni] | Uses:30 1445 1452 1453 888 1436 | Used by:1457 |
Symbol 1455 Sound [benLewisBrinstar] | Used by:1457 | |
Symbol 1456 Sound [bossMusic] | Used by:1457 | |
Symbol 1457 MovieClip | Uses:153 154 33 358 367 388 413 415 418 499 510 513 526 529 539 545 546 549 556 559 565 569 572 577 584 592 595 598 601 604 607 610 613 616 619 622 625 628 631 634 637 640 643 646 649 652 659 670 681 691 694 704 721 731 741 745 752 759 769 772 774 786 788 790 800 803 805 808 810 812 814 816 818 820 822 824 834 836 845 847 859 884 901 905 908 911 968 1154 1163 1166 1176 1185 1190 1195 1200 1257 1266 1269 1273 1327 1381 1384 1387 1390 1400 1438 1454 1455 1456 | Used by:1458 |
Symbol 1458 MovieClip [metroidData] | Uses:152 1457 | Used by:Timeline |
Symbol 1459 MovieClip [consoleClip] | Used by:Timeline | |
Symbol 1460 Graphic | Used by:1463 | |
Symbol 1461 Font | Used by:1462 | |
Symbol 1462 EditableText | Uses:1461 | Used by:1463 |
Symbol 1463 MovieClip | Uses:1460 1462 | Used by:Timeline |
Symbol 1464 Bitmap | Used by:1465 | |
Symbol 1465 Graphic | Uses:1464 | Used by:1466 |
Symbol 1466 MovieClip [readyImage] | Uses:1465 | Used by:1472 |
Symbol 1467 MovieClip [score] | Uses:21 | Used by:1472 |
Symbol 1468 Graphic | Uses:1180 | Used by:1471 |
Symbol 1469 Graphic | Uses:1182 | Used by:1471 |
Symbol 1470 ShapeTweening | Used by:1471 | |
Symbol 1471 MovieClip [powerBar] | Uses:1179 1468 900 1469 1470 | Used by:1472 |
Symbol 1472 MovieClip | Uses:1466 1467 1471 | Used by:Timeline |
Instance Names
"gameCore" | Frame 6 | Symbol 150 MovieClip [engineParent] |
"importData" | Frame 6 | Symbol 1458 MovieClip [metroidData] |
"console" | Frame 6 | Symbol 1459 MovieClip [consoleClip] |
"fpsButton" | Frame 6 | Symbol 1463 MovieClip |
"hud" | Frame 6 | Symbol 1472 MovieClip |
"fontSys" | Symbol 34 MovieClip Frame 1 | Symbol 23 MovieClip |
"loadingBar" | Symbol 34 MovieClip Frame 1 | Symbol 29 MovieClip |
"r1" | Symbol 138 MovieClip [runnerPreloader] Frame 1 | Symbol 137 MovieClip |
"r2" | Symbol 138 MovieClip [runnerPreloader] Frame 1 | Symbol 137 MovieClip |
"gameCore" | Symbol 150 MovieClip [engineParent] Frame 1 | Symbol 149 MovieClip [MegamanEngine] |
"menuPos" | Symbol 545 MovieClip [metroidMainMenu] Frame 1 | Symbol 415 MovieClip [emptyClip] |
"bgClip2" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 851 MovieClip |
"bgClip1" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 855 MovieClip |
"spritesinc" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"benLewis" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"snowbro" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"kashou" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"disk2" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"restart" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"bng" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"staticreator" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"bossTime" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"ocremix" | Symbol 859 MovieClip [finalScreenMetroid] Frame 1 | Symbol 154 MovieClip [displayFont] |
"drawClip" | Symbol 901 MovieClip [robotMasterIntro] Frame 1 | Symbol 888 MovieClip |
"strClip" | Symbol 901 MovieClip [robotMasterIntro] Frame 1 | Symbol 888 MovieClip |
"barBottom" | Symbol 901 MovieClip [robotMasterIntro] Frame 1 | Symbol 893 MovieClip |
"barTop" | Symbol 901 MovieClip [robotMasterIntro] Frame 1 | Symbol 898 MovieClip |
"bgClip2" | Symbol 901 MovieClip [robotMasterIntro] Frame 30 | Symbol 851 MovieClip |
"bgClip1" | Symbol 901 MovieClip [robotMasterIntro] Frame 30 | Symbol 855 MovieClip |
"drawClip" | Symbol 901 MovieClip [robotMasterIntro] Frame 30 | Symbol 888 MovieClip |
"strClip" | Symbol 901 MovieClip [robotMasterIntro] Frame 30 | Symbol 888 MovieClip |
"attachClip" | Symbol 908 MovieClip [scLineAni] Frame 1 | Symbol 906 MovieClip |
"fader" | Symbol 908 MovieClip [scLineAni] Frame 1 | Symbol 907 MovieClip |
"barColor" | Symbol 1185 MovieClip [powerBarH] Frame 1 | Symbol 1179 MovieClip |
"options" | Symbol 1400 MovieClip [pauseMenu] Frame 7 | Symbol 1394 MovieClip [emptyClearClip] |
"sprites" | Symbol 1400 MovieClip [pauseMenu] Frame 7 | Symbol 1394 MovieClip [emptyClearClip] |
"wpnEnergy" | Symbol 1400 MovieClip [pauseMenu] Frame 7 | Symbol 1394 MovieClip [emptyClearClip] |
"bgClip2" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 1 | Symbol 851 MovieClip |
"bgClip1" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 1 | Symbol 855 MovieClip |
"sparkClip" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 291 | Symbol 1431 MovieClip |
"dizzyMegaman" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 326 | Symbol 1432 MovieClip |
"changeClip" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 409 | Symbol 888 MovieClip |
"strClip" | Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 505 | Symbol 888 MovieClip |
"proto" | Symbol 1454 MovieClip [protoAni] Frame 1 | Symbol 1445 MovieClip |
"scarf" | Symbol 1454 MovieClip [protoAni] Frame 1 | Symbol 1452 MovieClip |
"strClip" | Symbol 1454 MovieClip [protoAni] Frame 414 | Symbol 888 MovieClip |
"fps" | Symbol 1463 MovieClip Frame 1 | Symbol 1462 EditableText |
"score0" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score1" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score2" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score3" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score4" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score5" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score6" | Symbol 1467 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"barColor" | Symbol 1471 MovieClip [powerBar] Frame 1 | Symbol 1179 MovieClip |
"readyImage" | Symbol 1472 MovieClip Frame 1 | Symbol 1466 MovieClip [readyImage] |
"score" | Symbol 1472 MovieClip Frame 1 | Symbol 1467 MovieClip [score] |
"healthBar" | Symbol 1472 MovieClip Frame 1 | Symbol 1471 MovieClip [powerBar] |
"enemyBar" | Symbol 1472 MovieClip Frame 1 | Symbol 1471 MovieClip [powerBar] |
"weaponBar" | Symbol 1472 MovieClip Frame 1 | Symbol 1471 MovieClip [powerBar] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 1 | Symbol 33 as "megamanFont" |
ExportAssets (56) | Timeline Frame 2 | Symbol 138 as "runnerPreloader" |
ExportAssets (56) | Timeline Frame 3 | Symbol 138 as "runnerPreloader" |
ExportAssets (56) | Timeline Frame 6 | Symbol 147 as "resizeBlock" |
ExportAssets (56) | Timeline Frame 6 | Symbol 149 as "MegamanEngine" |
ExportAssets (56) | Timeline Frame 6 | Symbol 149 as "MegamanEngine" |
ExportAssets (56) | Timeline Frame 6 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 33 as "megamanFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 358 as "megaman" |
ExportAssets (56) | Timeline Frame 6 | Symbol 367 as "megamanDeathSpark" |
ExportAssets (56) | Timeline Frame 6 | Symbol 388 as "megamanPellet" |
ExportAssets (56) | Timeline Frame 6 | Symbol 413 as "pickupSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 415 as "emptyClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 418 as "metroid_boss" |
ExportAssets (56) | Timeline Frame 6 | Symbol 499 as "samusSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 510 as "samusBombSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 513 as "samusPelletSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 526 as "megamanDamagedSpark" |
ExportAssets (56) | Timeline Frame 6 | Symbol 529 as "metroid_area01" |
ExportAssets (56) | Timeline Frame 6 | Symbol 539 as "zoomer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 415 as "emptyClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 545 as "metroidMainMenu" |
ExportAssets (56) | Timeline Frame 6 | Symbol 546 as "keyCatcherMetroid" |
ExportAssets (56) | Timeline Frame 6 | Symbol 549 as "metroid_area02" |
ExportAssets (56) | Timeline Frame 6 | Symbol 556 as "blueBubbleDoor" |
ExportAssets (56) | Timeline Frame 6 | Symbol 559 as "metroid_area03" |
ExportAssets (56) | Timeline Frame 6 | Symbol 565 as "skree_sprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 569 as "redRipperSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 572 as "skreeDeathSpark" |
ExportAssets (56) | Timeline Frame 6 | Symbol 577 as "rioSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 584 as "redBubbleDoor" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 592 as "metroidMenuIntro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 595 as "metroid_area00" |
ExportAssets (56) | Timeline Frame 6 | Symbol 598 as "metroid_area07" |
ExportAssets (56) | Timeline Frame 6 | Symbol 601 as "metroid_area10" |
ExportAssets (56) | Timeline Frame 6 | Symbol 604 as "metroid_area12" |
ExportAssets (56) | Timeline Frame 6 | Symbol 607 as "metroid_area13" |
ExportAssets (56) | Timeline Frame 6 | Symbol 610 as "metroid_area15" |
ExportAssets (56) | Timeline Frame 6 | Symbol 613 as "metroid_area16" |
ExportAssets (56) | Timeline Frame 6 | Symbol 616 as "metroid_transfer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 619 as "metroid_area04" |
ExportAssets (56) | Timeline Frame 6 | Symbol 622 as "sandRedBlue_5" |
ExportAssets (56) | Timeline Frame 6 | Symbol 625 as "sandRedWhite_5_base" |
ExportAssets (56) | Timeline Frame 6 | Symbol 628 as "sinkySand_6" |
ExportAssets (56) | Timeline Frame 6 | Symbol 631 as "sinkySand_8_base" |
ExportAssets (56) | Timeline Frame 6 | Symbol 634 as "sinkySand_12" |
ExportAssets (56) | Timeline Frame 6 | Symbol 637 as "sandRedBlue_28_base" |
ExportAssets (56) | Timeline Frame 6 | Symbol 640 as "sandRedBlue_61_base" |
ExportAssets (56) | Timeline Frame 6 | Symbol 643 as "sinkySand_62_base" |
ExportAssets (56) | Timeline Frame 6 | Symbol 646 as "metroid_area06" |
ExportAssets (56) | Timeline Frame 6 | Symbol 649 as "metroid_area08" |
ExportAssets (56) | Timeline Frame 6 | Symbol 652 as "metroid_area11" |
ExportAssets (56) | Timeline Frame 6 | Symbol 616 as "metroid_transfer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 659 as "altRipperSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 670 as "altZoomerSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 681 as "blueAltZoomerSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 691 as "altZebSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 616 as "metroid_transfer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 694 as "MBbubbleSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 704 as "blueWaverSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 721 as "bubbleSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 731 as "redZebSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 741 as "redZoomerSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 745 as "ripperSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 752 as "spitFireBodySprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 759 as "spitFireFlameSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 769 as "waverSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 776 as "megaman_death" |
ExportAssets (56) | Timeline Frame 6 | Symbol 777 as "megaman_land" |
ExportAssets (56) | Timeline Frame 6 | Symbol 778 as "megaman_shoot" |
ExportAssets (56) | Timeline Frame 6 | Symbol 779 as "megaman_teleportland" |
ExportAssets (56) | Timeline Frame 6 | Symbol 780 as "megaman_charge" |
ExportAssets (56) | Timeline Frame 6 | Symbol 781 as "megaman_chargefull" |
ExportAssets (56) | Timeline Frame 6 | Symbol 782 as "megaman_damage" |
ExportAssets (56) | Timeline Frame 6 | Symbol 783 as "healthrestore" |
ExportAssets (56) | Timeline Frame 6 | Symbol 784 as "tink" |
ExportAssets (56) | Timeline Frame 6 | Symbol 785 as "megaman_teleportback" |
ExportAssets (56) | Timeline Frame 6 | Symbol 792 as "samus_dropbomb" |
ExportAssets (56) | Timeline Frame 6 | Symbol 793 as "samus_intro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 794 as "samus_explosion" |
ExportAssets (56) | Timeline Frame 6 | Symbol 795 as "samus_jump" |
ExportAssets (56) | Timeline Frame 6 | Symbol 796 as "samus_land" |
ExportAssets (56) | Timeline Frame 6 | Symbol 797 as "samus_morph" |
ExportAssets (56) | Timeline Frame 6 | Symbol 798 as "samus_shoot" |
ExportAssets (56) | Timeline Frame 6 | Symbol 799 as "samus_walk" |
ExportAssets (56) | Timeline Frame 6 | Symbol 802 as "enemy_dead" |
ExportAssets (56) | Timeline Frame 6 | Symbol 807 as "samus_doorchange" |
ExportAssets (56) | Timeline Frame 6 | Symbol 834 as "zebSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 845 as "samusDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 859 as "finalScreenMetroid" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 884 as "capcomIntro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 901 as "robotMasterIntro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 905 as "nintendoIntro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 908 as "scLineAni" |
ExportAssets (56) | Timeline Frame 6 | Symbol 911 as "pointerSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 968 as "megamanSamusSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1154 as "protoSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1163 as "protoDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1165 as "samus_missle" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1176 as "megamanSMissleSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1185 as "powerBarH" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1190 as "megamanIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1195 as "samusIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1200 as "arthurIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 845 as "samusDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1257 as "megamanArthurSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1266 as "arthurDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1268 as "arthur_speartoss" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1273 as "megamanALanceSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1327 as "protoSamusSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1381 as "protoArthurSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1383 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1384 as "chooseChar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1387 as "chooseCharBG" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1390 as "choicePointer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1394 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1400 as "pauseMenu" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1383 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1383 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1438 as "youGetAnUpgradeJackass" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1454 as "protoAni" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1455 as "benLewisBrinstar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1456 as "bossMusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1458 as "metroidData" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1459 as "consoleClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1466 as "readyImage" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1467 as "score" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1471 as "powerBar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1471 as "powerBar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1471 as "powerBar" |
ExportAssets (56) | Timeline Frame 7 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 7 | Symbol 1458 as "metroidData" |
ExportAssets (56) | Timeline Frame 7 | Symbol 1459 as "consoleClip" |
ExportAssets (56) | Timeline Frame 8 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 8 | Symbol 1458 as "metroidData" |
ExportAssets (56) | Timeline Frame 8 | Symbol 1459 as "consoleClip" |
ExportAssets (56) | Timeline Frame 9 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 9 | Symbol 1458 as "metroidData" |
ExportAssets (56) | Timeline Frame 9 | Symbol 1459 as "consoleClip" |
Labels
"preloader" | Frame 2 |
"preloaded" | Frame 3 |
"loading" | Frame 4 |
"game" | Frame 6 |
"rGame" | Frame 8 |
"Charge1" | Symbol 358 MovieClip [megaman] Frame 37 |
"Charge2" | Symbol 358 MovieClip [megaman] Frame 74 |
"PreCharge" | Symbol 358 MovieClip [megaman] Frame 111 |
"end" | Symbol 592 MovieClip [metroidMenuIntro] Frame 137 |
"replayFlag" | Symbol 859 MovieClip [finalScreenMetroid] Frame 90 |
"Charge1" | Symbol 1154 MovieClip [protoSprite] Frame 37 |
"Charge2" | Symbol 1154 MovieClip [protoSprite] Frame 74 |
"PreCharge" | Symbol 1154 MovieClip [protoSprite] Frame 111 |
|