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

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

Megaman Vs. Metroid.swf

This is the info page for
Flash #42987

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


Text
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
swInterface.init(); _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 2
if (this._totalframes == this._framesloaded) { this.play(); } else { this.stop(); }
Frame 3
if (this._totalframes == this._framesloaded) { this.stop(); } else { this.gotoAndStop("preloader"); }
Instance of Symbol 141 MovieClip in Frame 3
onClipEvent (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 5
this.gotoAndStop((this.currentFrame = "game"));
Frame 6
if (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 7
this.gotoAndStop(this.currentFrame);
Frame 9
this.gotoAndStop(this.currentFrame);
Symbol 21 MovieClip [letter] Frame 1
this.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; #endinitclip
Symbol 34 MovieClip Frame 1
var 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 7
this.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; } }; #endinitclip
Symbol 147 MovieClip [resizeBlock] Frame 1
this.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 120
this.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; #endinitclip
Symbol 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; #endinitclip
Symbol 358 MovieClip [megaman] Frame 1
#initclip 86 Object.registerClass("megaman", MME.Megaman); #endinitclip
Symbol 367 MovieClip [megamanDeathSpark] Frame 1
#initclip 78 Object.registerClass("MegamanDeathSpark", MME.Death); #endinitclip
Symbol 388 MovieClip [megamanPellet] Frame 1
#initclip 60 Object.registerClass("megamanPellet", MME.MegamanPellet); #endinitclip
Symbol 413 MovieClip [pickupSprite] Frame 1
#initclip 87 Object.registerClass("pickupSprite", MME.Pickup); #endinitclip
Symbol 499 MovieClip [samusSprite] Frame 1
#initclip 56 Object.registerClass("samusSprite", MME.SamusBoss); #endinitclip
Symbol 510 MovieClip [samusBombSprite] Frame 1
#initclip 55 Object.registerClass("samusBombSprite", MME.SamusBossBomb); #endinitclip
Symbol 513 MovieClip [samusPelletSprite] Frame 1
#initclip 54 Object.registerClass("samusPelletSprite", MME.SamusBossPellet); #endinitclip
Symbol 526 MovieClip [megamanDamagedSpark] Frame 1
#initclip 53 Object.registerClass("megamanDamagedSpark", MME.ActiveClip); #endinitclip
Symbol 539 MovieClip [zoomer] Frame 1
#initclip 52 Object.registerClass("zoomer", MME.Zoomer); #endinitclip
Symbol 545 MovieClip [metroidMainMenu] Frame 1
#initclip 51 Object.registerClass("metroidMainMenu", MME.MegamanMenu); #endinitclip
Instance 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); #endinitclip
Symbol 556 MovieClip [blueBubbleDoor] Frame 1
#initclip 49 Object.registerClass("blueBubbleDoor", MME.BubbleDoor); #endinitclip
Symbol 565 MovieClip [skree_sprite] Frame 1
#initclip 48 Object.registerClass("skree_sprite", MME.Skree); #endinitclip
Symbol 569 MovieClip [redRipperSprite] Frame 1
#initclip 47 Object.registerClass("redRipperSprite", MME.Ripper); #endinitclip
Symbol 572 MovieClip [skreeDeathSpark] Frame 1
#initclip 46 Object.registerClass("skreeDeathSpark", MME.ActiveClip); #endinitclip
Symbol 577 MovieClip [rioSprite] Frame 1
#initclip 45 Object.registerClass("rioSprite", MME.Rio); #endinitclip
Symbol 584 MovieClip [redBubbleDoor] Frame 1
#initclip 44 Object.registerClass("redBubbleDoor", MME.BubbleDoor); #endinitclip
Symbol 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 136
this.stop(); this.complete = true;
Symbol 622 MovieClip [sandRedBlue_5] Frame 1
#initclip 42 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclip
Symbol 628 MovieClip [sinkySand_6] Frame 1
#initclip 41 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclip
Symbol 631 MovieClip [sinkySand_8_base] Frame 1
#initclip 40 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclip
Symbol 634 MovieClip [sinkySand_12] Frame 1
#initclip 83 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclip
Symbol 643 MovieClip [sinkySand_62_base] Frame 1
#initclip 26 Object.registerClass("sinkySandSprite", MME.ActiveClip); #endinitclip
Symbol 659 MovieClip [altRipperSprite] Frame 1
#initclip 27 Object.registerClass("altRipperSprite", MME.Ripper); #endinitclip
Symbol 670 MovieClip [altZoomerSprite] Frame 1
#initclip 28 Object.registerClass("altZoomerSprite", MME.Zoomer); #endinitclip
Symbol 681 MovieClip [blueAltZoomerSprite] Frame 1
#initclip 29 Object.registerClass("blueAltZoomerSprite", MME.Zoomer); #endinitclip
Symbol 691 MovieClip [altZebSprite] Frame 1
#initclip 30 Object.registerClass("altZebSprite", MME.Zeb); #endinitclip
Symbol 694 MovieClip [MBbubbleSprite] Frame 1
#initclip 31 Object.registerClass("MBbubbleSprite", MME.MBbubble); #endinitclip
Symbol 704 MovieClip [blueWaverSprite] Frame 1
#initclip 32 Object.registerClass("blueWaverSprite", MME.Waver); #endinitclip
Symbol 721 MovieClip [bubbleSprite] Frame 1
#initclip 33 Object.registerClass("bubbleSprite", MME.Bubble); #endinitclip
Symbol 731 MovieClip [redZebSprite] Frame 1
#initclip 34 Object.registerClass("redZebSprite", MME.Zeb); #endinitclip
Symbol 741 MovieClip [redZoomerSprite] Frame 1
#initclip 35 Object.registerClass("redZoomerSprite", MME.Zoomer); #endinitclip
Symbol 745 MovieClip [ripperSprite] Frame 1
#initclip 36 Object.registerClass("ripperSprite", MME.Ripper); #endinitclip
Symbol 752 MovieClip [spitFireBodySprite] Frame 1
#initclip 37 Object.registerClass("spitFireBodySprite", MME.SpitFireBody); #endinitclip
Symbol 759 MovieClip [spitFireFlameSprite] Frame 1
#initclip 38 Object.registerClass("spitFireFlameSprite", MME.SpitFireFlame); #endinitclip
Symbol 769 MovieClip [waverSprite] Frame 1
#initclip 39 Object.registerClass("waverSprite", MME.Waver); #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; } } }; #endinitclip
Symbol 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(); } } }; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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); } } }; #endinitclip
Symbol 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; #endinitclip
Symbol 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); } } }; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 834 MovieClip [zebSprite] Frame 1
#initclip 57 Object.registerClass("zebSprite", MME.Zeb); #endinitclip
Symbol 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); } } }; #endinitclip
Symbol 845 MovieClip [samusDeathSprite] Frame 1
#initclip 59 Object.registerClass("samusDeathSprite", MME.Death); #endinitclip
Symbol 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; #endinitclip
Symbol 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 100
this.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 201
this.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 30
this.addClip(this.bgClip1); this.addClip(this.bgClip2);
Symbol 901 MovieClip [robotMasterIntro] Frame 100
this.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 415
this.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 153
this.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); #endinitclip
Symbol 1154 MovieClip [protoSprite] Frame 1
#initclip 67 Object.registerClass("protoSprite", MME.Megaman); #endinitclip
Symbol 1163 MovieClip [protoDeathSprite] Frame 1
#initclip 68 Object.registerClass("protoDeathSprite", MME.Death); #endinitclip
Symbol 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; #endinitclip
Symbol 1176 MovieClip [megamanSMissleSprite] Frame 1
#initclip 70 Object.registerClass("megamanSMissleSprite", MME.SamusMissle); #endinitclip
Symbol 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); #endinitclip
Symbol 1266 MovieClip [arthurDeathSprite] Frame 1
#initclip 73 Object.registerClass("arthurDeathSprite", MME.Death); #endinitclip
Symbol 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; #endinitclip
Symbol 1273 MovieClip [megamanALanceSprite] Frame 1
#initclip 75 Object.registerClass("megamanALanceSprite", MME.ALance); #endinitclip
Symbol 1327 MovieClip [protoSamusSprite] Frame 1
#initclip 76 Object.registerClass("protoSamusSprite", MME.Megaman); #endinitclip
Symbol 1381 MovieClip [protoArthurSprite] Frame 1
#initclip 77 Object.registerClass("protoArthurSprite", MME.Megaman); #endinitclip
Symbol 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; #endinitclip
Instance 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); #endinitclip
Symbol 1400 MovieClip [pauseMenu] Frame 7
this.attachDisplayClips();
Symbol 1400 MovieClip [pauseMenu] Frame 14
this.stop();
Symbol 1400 MovieClip [pauseMenu] Frame 30
this.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 291
this.addClip(this.sparkClip);
Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 326
this.addClip(this.dizzyMegaman);
Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 408
this.stopClip("dizzyMegaman");
Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 409
with (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 425
this.stopClip("sparkClip");
Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 505
this.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 861
this.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 414
this.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 766
this.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 4
this.stop();
Symbol 1458 MovieClip [metroidData] Frame 1
!!!ERROR
Symbol 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; #endinitclip
Symbol 1463 MovieClip Frame 1
this._visible = this._url.indexOf("file") == 0;
Symbol 1466 MovieClip [readyImage] Frame 1
#initclip 84 Object.registerClass("readyImage", MME.Image); #endinitclip
Symbol 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; #endinitclip
Symbol 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 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:21
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:21
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:21
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:21
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:21
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:21
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:21
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:21
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:21
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClip [letter]Uses:2 4 6 8 10 12 14 16 18 20Used by:1467
Symbol 22 GraphicUsed by:Timeline
Symbol 23 MovieClipUsed by:34
Symbol 24 GraphicUsed by:29
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:29
Symbol 27 GraphicUsed by:29
Symbol 28 ShapeTweeningUsed by:29
Symbol 29 MovieClipUses:24 26 27 28Used by:34
Symbol 30 GraphicUsed by:33 545 546 592 884 901 905 907 1400 1438 1454
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClip [megamanFont]Uses:30 32Used by:34 1457
Symbol 34 MovieClipUses:23 29 33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:137
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:137
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:137
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:137
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:137
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:137
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:137
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:137
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:137
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:137
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:137
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:137
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:137
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:137
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:137
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:137
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:137
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:137
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:137
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:137
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:137
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:137
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:137
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:137
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:137
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:137
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:137
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:137
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:137
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:137
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:137
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:137
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:137
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:137
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:137
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:137
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:137
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:137
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:137
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:137
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:137
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:137
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:137
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:137
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:137
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:137
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:137
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:137
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:137
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:137
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClipUses: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 136Used by:138
Symbol 138 MovieClip [runnerPreloader]Uses:137Used by:Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:147
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:147
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147
Symbol 147 MovieClip [resizeBlock]Uses:142 144 146Used by:Timeline
Symbol 148 GraphicUsed by:150 859  Timeline
Symbol 149 MovieClip [MegamanEngine]Used by:150
Symbol 150 MovieClip [engineParent]Uses:148 149Used by:Timeline
Symbol 151 FontUsed by:152
Symbol 152 EditableTextUses:151Used by:1458
Symbol 153 GraphicUsed by:1457
Symbol 154 MovieClip [displayFont]Used by:545 592 859 884 905 1387 1457
Symbol 155 BitmapUsed by:156 157
Symbol 156 GraphicUses:155Used by:358
Symbol 157 GraphicUses:155Used by:358
Symbol 158 BitmapUsed by:159 160
Symbol 159 GraphicUses:158Used by:358
Symbol 160 GraphicUses:158Used by:358
Symbol 161 BitmapUsed by:162 163
Symbol 162 GraphicUses:161Used by:358
Symbol 163 GraphicUses:161Used by:358
Symbol 164 BitmapUsed by:165 166
Symbol 165 GraphicUses:164Used by:358
Symbol 166 GraphicUses:164Used by:358
Symbol 167 BitmapUsed by:168 169
Symbol 168 GraphicUses:167Used by:358
Symbol 169 GraphicUses:167Used by:358
Symbol 170 BitmapUsed by:171 172
Symbol 171 GraphicUses:170Used by:358
Symbol 172 GraphicUses:170Used by:358
Symbol 173 BitmapUsed by:174 175
Symbol 174 GraphicUses:173Used by:358
Symbol 175 GraphicUses:173Used by:358
Symbol 176 BitmapUsed by:177 178
Symbol 177 GraphicUses:176Used by:358
Symbol 178 GraphicUses:176Used by:358
Symbol 179 BitmapUsed by:180 181 1132
Symbol 180 GraphicUses:179Used by:358
Symbol 181 GraphicUses:179Used by:358
Symbol 182 BitmapUsed by:183 184
Symbol 183 GraphicUses:182Used by:358
Symbol 184 GraphicUses:182Used by:358
Symbol 185 BitmapUsed by:186 187
Symbol 186 GraphicUses:185Used by:358
Symbol 187 GraphicUses:185Used by:358
Symbol 188 BitmapUsed by:189 190
Symbol 189 GraphicUses:188Used by:358
Symbol 190 GraphicUses:188Used by:358
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:358
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:358
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:358
Symbol 197 BitmapUsed by:198 199
Symbol 198 GraphicUses:197Used by:358
Symbol 199 GraphicUses:197Used by:358
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:358
Symbol 202 BitmapUsed by:203 204
Symbol 203 GraphicUses:202Used by:358
Symbol 204 GraphicUses:202Used by:358
Symbol 205 BitmapUsed by:206 207
Symbol 206 GraphicUses:205Used by:358
Symbol 207 GraphicUses:205Used by:358
Symbol 208 BitmapUsed by:209 210
Symbol 209 GraphicUses:208Used by:358
Symbol 210 GraphicUses:208Used by:358
Symbol 211 BitmapUsed by:212 213
Symbol 212 GraphicUses:211Used by:358
Symbol 213 GraphicUses:211Used by:358
Symbol 214 BitmapUsed by:215 216
Symbol 215 GraphicUses:214Used by:358
Symbol 216 GraphicUses:214Used by:358
Symbol 217 BitmapUsed by:218 219
Symbol 218 GraphicUses:217Used by:358
Symbol 219 GraphicUses:217Used by:358
Symbol 220 BitmapUsed by:221 222
Symbol 221 GraphicUses:220Used by:358
Symbol 222 GraphicUses:220Used by:358
Symbol 223 BitmapUsed by:224 225
Symbol 224 GraphicUses:223Used by:358
Symbol 225 GraphicUses:223Used by:358
Symbol 226 BitmapUsed by:227 228
Symbol 227 GraphicUses:226Used by:358
Symbol 228 GraphicUses:226Used by:358
Symbol 229 BitmapUsed by:230 231
Symbol 230 GraphicUses:229Used by:358
Symbol 231 GraphicUses:229Used by:358
Symbol 232 BitmapUsed by:233 234
Symbol 233 GraphicUses:232Used by:358
Symbol 234 GraphicUses:232Used by:358
Symbol 235 BitmapUsed by:236 237
Symbol 236 GraphicUses:235Used by:358
Symbol 237 GraphicUses:235Used by:358
Symbol 238 BitmapUsed by:239 240
Symbol 239 GraphicUses:238Used by:358
Symbol 240 GraphicUses:238Used by:358
Symbol 241 BitmapUsed by:242 243
Symbol 242 GraphicUses:241Used by:358
Symbol 243 GraphicUses:241Used by:358
Symbol 244 BitmapUsed by:245 246
Symbol 245 GraphicUses:244Used by:358
Symbol 246 GraphicUses:244Used by:358
Symbol 247 BitmapUsed by:248 249
Symbol 248 GraphicUses:247Used by:358
Symbol 249 GraphicUses:247Used by:358
Symbol 250 BitmapUsed by:251
Symbol 251 GraphicUses:250Used by:358
Symbol 252 BitmapUsed by:253 254
Symbol 253 GraphicUses:252Used by:358
Symbol 254 GraphicUses:252Used by:358
Symbol 255 BitmapUsed by:256 257
Symbol 256 GraphicUses:255Used by:358
Symbol 257 GraphicUses:255Used by:358
Symbol 258 BitmapUsed by:259 260
Symbol 259 GraphicUses:258Used by:358
Symbol 260 GraphicUses:258Used by:358
Symbol 261 BitmapUsed by:262 263
Symbol 262 GraphicUses:261Used by:358
Symbol 263 GraphicUses:261Used by:358
Symbol 264 BitmapUsed by:265 266
Symbol 265 GraphicUses:264Used by:358
Symbol 266 GraphicUses:264Used by:358
Symbol 267 BitmapUsed by:268 269
Symbol 268 GraphicUses:267Used by:358
Symbol 269 GraphicUses:267Used by:358
Symbol 270 BitmapUsed by:271 272
Symbol 271 GraphicUses:270Used by:358
Symbol 272 GraphicUses:270Used by:358
Symbol 273 BitmapUsed by:274 275
Symbol 274 GraphicUses:273Used by:358
Symbol 275 GraphicUses:273Used by:358
Symbol 276 BitmapUsed by:277 278
Symbol 277 GraphicUses:276Used by:358
Symbol 278 GraphicUses:276Used by:358
Symbol 279 BitmapUsed by:280 281
Symbol 280 GraphicUses:279Used by:358
Symbol 281 GraphicUses:279Used by:358
Symbol 282 BitmapUsed by:283 284
Symbol 283 GraphicUses:282Used by:358
Symbol 284 GraphicUses:282Used by:358
Symbol 285 BitmapUsed by:286 287
Symbol 286 GraphicUses:285Used by:358
Symbol 287 GraphicUses:285Used by:358
Symbol 288 BitmapUsed by:289 290
Symbol 289 GraphicUses:288Used by:358
Symbol 290 GraphicUses:288Used by:358
Symbol 291 BitmapUsed by:292 293
Symbol 292 GraphicUses:291Used by:358
Symbol 293 GraphicUses:291Used by:358
Symbol 294 BitmapUsed by:295 296
Symbol 295 GraphicUses:294Used by:358
Symbol 296 GraphicUses:294Used by:358
Symbol 297 BitmapUsed by:298 299
Symbol 298 GraphicUses:297Used by:358
Symbol 299 GraphicUses:297Used by:358
Symbol 300 BitmapUsed by:301
Symbol 301 GraphicUses:300Used by:358
Symbol 302 BitmapUsed by:303 304
Symbol 303 GraphicUses:302Used by:358
Symbol 304 GraphicUses:302Used by:358
Symbol 305 BitmapUsed by:306 307
Symbol 306 GraphicUses:305Used by:358
Symbol 307 GraphicUses:305Used by:358
Symbol 308 BitmapUsed by:309 310
Symbol 309 GraphicUses:308Used by:358
Symbol 310 GraphicUses:308Used by:358
Symbol 311 BitmapUsed by:312 313
Symbol 312 GraphicUses:311Used by:358
Symbol 313 GraphicUses:311Used by:358
Symbol 314 BitmapUsed by:315 316
Symbol 315 GraphicUses:314Used by:358
Symbol 316 GraphicUses:314Used by:358
Symbol 317 BitmapUsed by:318 319
Symbol 318 GraphicUses:317Used by:358
Symbol 319 GraphicUses:317Used by:358
Symbol 320 BitmapUsed by:321 322
Symbol 321 GraphicUses:320Used by:358
Symbol 322 GraphicUses:320Used by:358
Symbol 323 BitmapUsed by:324 325
Symbol 324 GraphicUses:323Used by:358
Symbol 325 GraphicUses:323Used by:358
Symbol 326 BitmapUsed by:327 328
Symbol 327 GraphicUses:326Used by:358
Symbol 328 GraphicUses:326Used by:358
Symbol 329 BitmapUsed by:330 331
Symbol 330 GraphicUses:329Used by:358
Symbol 331 GraphicUses:329Used by:358
Symbol 332 BitmapUsed by:333 334
Symbol 333 GraphicUses:332Used by:358
Symbol 334 GraphicUses:332Used by:358
Symbol 335 BitmapUsed by:336 337
Symbol 336 GraphicUses:335Used by:358
Symbol 337 GraphicUses:335Used by:358
Symbol 338 BitmapUsed by:339 340
Symbol 339 GraphicUses:338Used by:358
Symbol 340 GraphicUses:338Used by:358
Symbol 341 BitmapUsed by:342 343
Symbol 342 GraphicUses:341Used by:358
Symbol 343 GraphicUses:341Used by:358
Symbol 344 BitmapUsed by:345 346
Symbol 345 GraphicUses:344Used by:358
Symbol 346 GraphicUses:344Used by:358
Symbol 347 BitmapUsed by:348 349
Symbol 348 GraphicUses:347Used by:358
Symbol 349 GraphicUses:347Used by:358
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:358
Symbol 352 BitmapUsed by:353 354
Symbol 353 GraphicUses:352Used by:358
Symbol 354 GraphicUses:352Used by:358
Symbol 355 BitmapUsed by:356 357
Symbol 356 GraphicUses:355Used by:358
Symbol 357 GraphicUses:355Used 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 357Used by:1457
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:367
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:367
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:367
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:367
Symbol 367 MovieClip [megamanDeathSpark]Uses:360 362 364 366Used by:1457
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:388
Symbol 370 BitmapUsed by:371 372
Symbol 371 GraphicUses:370Used by:388
Symbol 372 GraphicUses:370Used by:388
Symbol 373 BitmapUsed by:374 375
Symbol 374 GraphicUses:373Used by:388
Symbol 375 GraphicUses:373Used by:388
Symbol 376 BitmapUsed by:377 378
Symbol 377 GraphicUses:376Used by:388
Symbol 378 GraphicUses:376Used by:388
Symbol 379 BitmapUsed by:380 381
Symbol 380 GraphicUses:379Used by:388
Symbol 381 GraphicUses:379Used by:388
Symbol 382 BitmapUsed by:383 384
Symbol 383 GraphicUses:382Used by:388
Symbol 384 GraphicUses:382Used by:388
Symbol 385 BitmapUsed by:386 387
Symbol 386 GraphicUses:385Used by:388
Symbol 387 GraphicUses:385Used by:388
Symbol 388 MovieClip [megamanPellet]Uses:369 371 372 374 375 377 378 380 381 383 384 386 387Used by:1457
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:413
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:413
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:413
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:413
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:413
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:413
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:413
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:413
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:413
Symbol 407 BitmapUsed by:408
Symbol 408 GraphicUses:407Used by:413
Symbol 409 BitmapUsed by:410
Symbol 410 GraphicUses:409Used by:413
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:413
Symbol 413 MovieClip [pickupSprite]Uses:390 392 394 396 398 400 402 404 406 408 410 412Used by:1457
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClip [emptyClip]Uses:414Used by:545 1457
Symbol 416 BitmapUsed by:417
Symbol 417 GraphicUses:416Used by:418
Symbol 418 MovieClip [metroid_boss]Uses:417Used by:1457
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:499
Symbol 421 BitmapUsed by:422 423
Symbol 422 GraphicUses:421Used by:499
Symbol 423 GraphicUses:421Used by:499
Symbol 424 BitmapUsed by:425 426
Symbol 425 GraphicUses:424Used by:499
Symbol 426 GraphicUses:424Used by:499
Symbol 427 BitmapUsed by:428 429
Symbol 428 GraphicUses:427Used by:499
Symbol 429 GraphicUses:427Used by:499
Symbol 430 BitmapUsed by:431 432
Symbol 431 GraphicUses:430Used by:499
Symbol 432 GraphicUses:430Used by:499
Symbol 433 BitmapUsed by:434 435
Symbol 434 GraphicUses:433Used by:499
Symbol 435 GraphicUses:433Used by:499
Symbol 436 BitmapUsed by:437 438
Symbol 437 GraphicUses:436Used by:499
Symbol 438 GraphicUses:436Used by:499
Symbol 439 BitmapUsed by:440 441
Symbol 440 GraphicUses:439Used by:499
Symbol 441 GraphicUses:439Used by:499
Symbol 442 BitmapUsed by:443 444
Symbol 443 GraphicUses:442Used by:499
Symbol 444 GraphicUses:442Used by:499
Symbol 445 BitmapUsed by:446 447
Symbol 446 GraphicUses:445Used by:499
Symbol 447 GraphicUses:445Used by:499
Symbol 448 BitmapUsed by:449 450
Symbol 449 GraphicUses:448Used by:499
Symbol 450 GraphicUses:448Used by:499
Symbol 451 BitmapUsed by:452 453
Symbol 452 GraphicUses:451Used by:499
Symbol 453 GraphicUses:451Used by:499
Symbol 454 BitmapUsed by:455 456
Symbol 455 GraphicUses:454Used by:499
Symbol 456 GraphicUses:454Used by:499
Symbol 457 BitmapUsed by:458 459
Symbol 458 GraphicUses:457Used by:499
Symbol 459 GraphicUses:457Used by:499
Symbol 460 BitmapUsed by:461 462
Symbol 461 GraphicUses:460Used by:499
Symbol 462 GraphicUses:460Used by:499
Symbol 463 BitmapUsed by:464 465
Symbol 464 GraphicUses:463Used by:499
Symbol 465 GraphicUses:463Used by:499
Symbol 466 BitmapUsed by:467 468
Symbol 467 GraphicUses:466Used by:499
Symbol 468 GraphicUses:466Used by:499
Symbol 469 BitmapUsed by:470 471
Symbol 470 GraphicUses:469Used by:499
Symbol 471 GraphicUses:469Used by:499
Symbol 472 BitmapUsed by:473 474
Symbol 473 GraphicUses:472Used by:499
Symbol 474 GraphicUses:472Used by:499
Symbol 475 BitmapUsed by:476 477
Symbol 476 GraphicUses:475Used by:499
Symbol 477 GraphicUses:475Used by:499
Symbol 478 BitmapUsed by:479 480
Symbol 479 GraphicUses:478Used by:499
Symbol 480 GraphicUses:478Used by:499
Symbol 481 BitmapUsed by:482 483
Symbol 482 GraphicUses:481Used by:499
Symbol 483 GraphicUses:481Used by:499
Symbol 484 BitmapUsed by:485 486
Symbol 485 GraphicUses:484Used by:499
Symbol 486 GraphicUses:484Used by:499
Symbol 487 BitmapUsed by:488 489
Symbol 488 GraphicUses:487Used by:499
Symbol 489 GraphicUses:487Used by:499
Symbol 490 BitmapUsed by:491 492
Symbol 491 GraphicUses:490Used by:499
Symbol 492 GraphicUses:490Used by:499
Symbol 493 BitmapUsed by:494
Symbol 494 GraphicUses:493Used by:499
Symbol 495 BitmapUsed by:496
Symbol 496 GraphicUses:495Used by:499
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used 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 498Used by:1457
Symbol 500 BitmapUsed by:501
Symbol 501 GraphicUses:500Used by:510
Symbol 502 BitmapUsed by:503
Symbol 503 GraphicUses:502Used by:510
Symbol 504 BitmapUsed by:505
Symbol 505 GraphicUses:504Used by:510
Symbol 506 BitmapUsed by:507
Symbol 507 GraphicUses:506Used by:510
Symbol 508 BitmapUsed by:509
Symbol 509 GraphicUses:508Used by:510
Symbol 510 MovieClip [samusBombSprite]Uses:501 503 505 507 509Used by:1457
Symbol 511 BitmapUsed by:512
Symbol 512 GraphicUses:511Used by:513
Symbol 513 MovieClip [samusPelletSprite]Uses:512Used by:1457
Symbol 514 BitmapUsed by:515
Symbol 515 GraphicUses:514Used by:526
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:526
Symbol 518 BitmapUsed by:519
Symbol 519 GraphicUses:518Used by:526
Symbol 520 BitmapUsed by:521
Symbol 521 GraphicUses:520Used by:526
Symbol 522 BitmapUsed by:523
Symbol 523 GraphicUses:522Used by:526
Symbol 524 BitmapUsed by:525
Symbol 525 GraphicUses:524Used by:526
Symbol 526 MovieClip [megamanDamagedSpark]Uses:515 517 519 521 523 525Used by:1457
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:529
Symbol 529 MovieClip [metroid_area01]Uses:528Used by:1457
Symbol 530 BitmapUsed by:531 532 533 534 535 536 537 538
Symbol 531 GraphicUses:530Used by:539
Symbol 532 GraphicUses:530Used by:539
Symbol 533 GraphicUses:530Used by:539
Symbol 534 GraphicUses:530Used by:539
Symbol 535 GraphicUses:530Used by:539
Symbol 536 GraphicUses:530Used by:539
Symbol 537 GraphicUses:530Used by:539
Symbol 538 GraphicUses:530Used by:539
Symbol 539 MovieClip [zoomer]Uses:531 532 533 534 535 536 537 538Used by:1457
Symbol 540 BitmapUsed by:541
Symbol 541 GraphicUses:540Used by:545 592
Symbol 542 BitmapUsed by:544 586
Symbol 543 BitmapUsed by:544 585
Symbol 544 GraphicUses:542 543Used by:545 592
Symbol 545 MovieClip [metroidMainMenu]Uses:30 541 544 154 415Used by:1457
Symbol 546 MovieClip [keyCatcherMetroid]Uses:30Used by:1457
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:549
Symbol 549 MovieClip [metroid_area02]Uses:548Used by:1457
Symbol 550 BitmapUsed by:551
Symbol 551 GraphicUses:550Used by:556
Symbol 552 BitmapUsed by:553
Symbol 553 GraphicUses:552Used by:556
Symbol 554 BitmapUsed by:555
Symbol 555 GraphicUses:554Used by:556
Symbol 556 MovieClip [blueBubbleDoor]Uses:551 553 555Used by:1457
Symbol 557 BitmapUsed by:558
Symbol 558 GraphicUses:557Used by:559
Symbol 559 MovieClip [metroid_area03]Uses:558Used by:1457
Symbol 560 BitmapUsed by:561
Symbol 561 GraphicUses:560Used by:565
Symbol 562 BitmapUsed by:563 564
Symbol 563 GraphicUses:562Used by:565
Symbol 564 GraphicUses:562Used by:565
Symbol 565 MovieClip [skree_sprite]Uses:561 563 564Used by:1457
Symbol 566 BitmapUsed by:567 568
Symbol 567 GraphicUses:566Used by:569
Symbol 568 GraphicUses:566Used by:569
Symbol 569 MovieClip [redRipperSprite]Uses:567 568Used by:1457
Symbol 570 BitmapUsed by:571
Symbol 571 GraphicUses:570Used by:572
Symbol 572 MovieClip [skreeDeathSpark]Uses:571Used by:1457
Symbol 573 BitmapUsed by:574
Symbol 574 GraphicUses:573Used by:577
Symbol 575 BitmapUsed by:576
Symbol 576 GraphicUses:575Used by:577
Symbol 577 MovieClip [rioSprite]Uses:574 576Used by:1457
Symbol 578 BitmapUsed by:579
Symbol 579 GraphicUses:578Used by:584
Symbol 580 BitmapUsed by:581
Symbol 581 GraphicUses:580Used by:584
Symbol 582 BitmapUsed by:583
Symbol 583 GraphicUses:582Used by:584
Symbol 584 MovieClip [redBubbleDoor]Uses:579 581 583Used by:1457
Symbol 585 GraphicUses:543Used by:592
Symbol 586 GraphicUses:542Used by:592
Symbol 587 ShapeTweeningUsed by:592
Symbol 588 BitmapUsed by:589
Symbol 589 GraphicUses:588Used by:592
Symbol 590 ShapeTweeningUsed by:592
Symbol 591 GraphicUsed by:592
Symbol 592 MovieClip [metroidMenuIntro]Uses:30 585 586 544 587 541 589 154 590 591Used by:1457
Symbol 593 BitmapUsed by:594
Symbol 594 GraphicUses:593Used by:595
Symbol 595 MovieClip [metroid_area00]Uses:594Used by:1457
Symbol 596 BitmapUsed by:597
Symbol 597 GraphicUses:596Used by:598
Symbol 598 MovieClip [metroid_area07]Uses:597Used by:1457
Symbol 599 BitmapUsed by:600
Symbol 600 GraphicUses:599Used by:601
Symbol 601 MovieClip [metroid_area10]Uses:600Used by:1457
Symbol 602 BitmapUsed by:603
Symbol 603 GraphicUses:602Used by:604
Symbol 604 MovieClip [metroid_area12]Uses:603Used by:1457
Symbol 605 BitmapUsed by:606
Symbol 606 GraphicUses:605Used by:607
Symbol 607 MovieClip [metroid_area13]Uses:606Used by:1457
Symbol 608 BitmapUsed by:609
Symbol 609 GraphicUses:608Used by:610
Symbol 610 MovieClip [metroid_area15]Uses:609Used by:1457
Symbol 611 BitmapUsed by:612
Symbol 612 GraphicUses:611Used by:613
Symbol 613 MovieClip [metroid_area16]Uses:612Used by:1457
Symbol 614 BitmapUsed by:615
Symbol 615 GraphicUses:614Used by:616
Symbol 616 MovieClip [metroid_transfer]Uses:615Used by:1457
Symbol 617 BitmapUsed by:618
Symbol 618 GraphicUses:617Used by:619
Symbol 619 MovieClip [metroid_area04]Uses:618Used by:1457
Symbol 620 BitmapUsed by:621
Symbol 621 GraphicUses:620Used by:622
Symbol 622 MovieClip [sandRedBlue_5]Uses:621Used by:1457
Symbol 623 BitmapUsed by:624
Symbol 624 GraphicUses:623Used by:625
Symbol 625 MovieClip [sandRedWhite_5_base]Uses:624Used by:1457
Symbol 626 BitmapUsed by:627
Symbol 627 GraphicUses:626Used by:628
Symbol 628 MovieClip [sinkySand_6]Uses:627Used by:1457
Symbol 629 BitmapUsed by:630
Symbol 630 GraphicUses:629Used by:631
Symbol 631 MovieClip [sinkySand_8_base]Uses:630Used by:1457
Symbol 632 BitmapUsed by:633
Symbol 633 GraphicUses:632Used by:634
Symbol 634 MovieClip [sinkySand_12]Uses:633Used by:1457
Symbol 635 BitmapUsed by:636
Symbol 636 GraphicUses:635Used by:637
Symbol 637 MovieClip [sandRedBlue_28_base]Uses:636Used by:1457
Symbol 638 BitmapUsed by:639
Symbol 639 GraphicUses:638Used by:640
Symbol 640 MovieClip [sandRedBlue_61_base]Uses:639Used by:1457
Symbol 641 BitmapUsed by:642
Symbol 642 GraphicUses:641Used by:643
Symbol 643 MovieClip [sinkySand_62_base]Uses:642Used by:1457
Symbol 644 BitmapUsed by:645
Symbol 645 GraphicUses:644Used by:646
Symbol 646 MovieClip [metroid_area06]Uses:645Used by:1457
Symbol 647 BitmapUsed by:648
Symbol 648 GraphicUses:647Used by:649
Symbol 649 MovieClip [metroid_area08]Uses:648Used by:1457
Symbol 650 BitmapUsed by:651
Symbol 651 GraphicUses:650Used by:652
Symbol 652 MovieClip [metroid_area11]Uses:651Used by:1457
Symbol 653 BitmapUsed by:654 657
Symbol 654 GraphicUses:653Used by:659
Symbol 655 BitmapUsed by:656 658
Symbol 656 GraphicUses:655Used by:659
Symbol 657 GraphicUses:653Used by:659
Symbol 658 GraphicUses:655Used by:659
Symbol 659 MovieClip [altRipperSprite]Uses:654 656 657 658Used by:1457
Symbol 660 BitmapUsed by:661 664 666 668
Symbol 661 GraphicUses:660Used by:670
Symbol 662 BitmapUsed by:663 665 667 669
Symbol 663 GraphicUses:662Used by:670
Symbol 664 GraphicUses:660Used by:670
Symbol 665 GraphicUses:662Used by:670
Symbol 666 GraphicUses:660Used by:670
Symbol 667 GraphicUses:662Used by:670
Symbol 668 GraphicUses:660Used by:670
Symbol 669 GraphicUses:662Used by:670
Symbol 670 MovieClip [altZoomerSprite]Uses:661 663 664 665 666 667 668 669Used by:1457
Symbol 671 BitmapUsed by:672 675 677 679
Symbol 672 GraphicUses:671Used by:681
Symbol 673 BitmapUsed by:674 676 678 680
Symbol 674 GraphicUses:673Used by:681
Symbol 675 GraphicUses:671Used by:681
Symbol 676 GraphicUses:673Used by:681
Symbol 677 GraphicUses:671Used by:681
Symbol 678 GraphicUses:673Used by:681
Symbol 679 GraphicUses:671Used by:681
Symbol 680 GraphicUses:673Used by:681
Symbol 681 MovieClip [blueAltZoomerSprite]Uses:672 674 675 676 677 678 679 680Used by:1457
Symbol 682 BitmapUsed by:683 684
Symbol 683 GraphicUses:682Used by:691
Symbol 684 GraphicUses:682Used by:691
Symbol 685 BitmapUsed by:686 687
Symbol 686 GraphicUses:685Used by:691
Symbol 687 GraphicUses:685Used by:691
Symbol 688 BitmapUsed by:689 690
Symbol 689 GraphicUses:688Used by:691
Symbol 690 GraphicUses:688Used by:691
Symbol 691 MovieClip [altZebSprite]Uses:683 684 686 687 689 690Used by:1457
Symbol 692 BitmapUsed by:693
Symbol 693 GraphicUses:692Used by:694
Symbol 694 MovieClip [MBbubbleSprite]Uses:693Used by:1457
Symbol 695 BitmapUsed by:696 697
Symbol 696 GraphicUses:695Used by:704
Symbol 697 GraphicUses:695Used by:704
Symbol 698 BitmapUsed by:699 700
Symbol 699 GraphicUses:698Used by:704
Symbol 700 GraphicUses:698Used by:704
Symbol 701 BitmapUsed by:702 703
Symbol 702 GraphicUses:701Used by:704
Symbol 703 GraphicUses:701Used by:704
Symbol 704 MovieClip [blueWaverSprite]Uses:696 697 699 700 702 703Used by:1457
Symbol 705 BitmapUsed by:706
Symbol 706 GraphicUses:705Used by:721
Symbol 707 BitmapUsed by:708
Symbol 708 GraphicUses:707Used by:721
Symbol 709 BitmapUsed by:710
Symbol 710 GraphicUses:709Used by:721
Symbol 711 BitmapUsed by:712
Symbol 712 GraphicUses:711Used by:721
Symbol 713 BitmapUsed by:714
Symbol 714 GraphicUses:713Used by:721
Symbol 715 BitmapUsed by:716
Symbol 716 GraphicUses:715Used by:721
Symbol 717 BitmapUsed by:718
Symbol 718 GraphicUses:717Used by:721
Symbol 719 BitmapUsed by:720
Symbol 720 GraphicUses:719Used by:721
Symbol 721 MovieClip [bubbleSprite]Uses:706 708 710 712 714 716 718 720Used by:1457
Symbol 722 BitmapUsed by:723 724
Symbol 723 GraphicUses:722Used by:731
Symbol 724 GraphicUses:722Used by:731
Symbol 725 BitmapUsed by:726 727
Symbol 726 GraphicUses:725Used by:731
Symbol 727 GraphicUses:725Used by:731
Symbol 728 BitmapUsed by:729 730
Symbol 729 GraphicUses:728Used by:731
Symbol 730 GraphicUses:728Used by:731
Symbol 731 MovieClip [redZebSprite]Uses:723 724 726 727 729 730Used by:1457
Symbol 732 BitmapUsed by:733 734 735 736 737 738 739 740
Symbol 733 GraphicUses:732Used by:741
Symbol 734 GraphicUses:732Used by:741
Symbol 735 GraphicUses:732Used by:741
Symbol 736 GraphicUses:732Used by:741
Symbol 737 GraphicUses:732Used by:741
Symbol 738 GraphicUses:732Used by:741
Symbol 739 GraphicUses:732Used by:741
Symbol 740 GraphicUses:732Used by:741
Symbol 741 MovieClip [redZoomerSprite]Uses:733 734 735 736 737 738 739 740Used by:1457
Symbol 742 BitmapUsed by:743 744
Symbol 743 GraphicUses:742Used by:745
Symbol 744 GraphicUses:742Used by:745
Symbol 745 MovieClip [ripperSprite]Uses:743 744Used by:1457
Symbol 746 BitmapUsed by:747 748
Symbol 747 GraphicUses:746Used by:752
Symbol 748 GraphicUses:746Used by:752
Symbol 749 BitmapUsed by:750 751
Symbol 750 GraphicUses:749Used by:752
Symbol 751 GraphicUses:749Used by:752
Symbol 752 MovieClip [spitFireBodySprite]Uses:747 748 750 751Used by:1457
Symbol 753 BitmapUsed by:754 755
Symbol 754 GraphicUses:753Used by:759
Symbol 755 GraphicUses:753Used by:759
Symbol 756 BitmapUsed by:757 758
Symbol 757 GraphicUses:756Used by:759
Symbol 758 GraphicUses:756Used by:759
Symbol 759 MovieClip [spitFireFlameSprite]Uses:754 755 757 758Used by:1457
Symbol 760 BitmapUsed by:761 762
Symbol 761 GraphicUses:760Used by:769
Symbol 762 GraphicUses:760Used by:769
Symbol 763 BitmapUsed by:764 765
Symbol 764 GraphicUses:763Used by:769
Symbol 765 GraphicUses:763Used by:769
Symbol 766 BitmapUsed by:767 768
Symbol 767 GraphicUses:766Used by:769
Symbol 768 GraphicUses:766Used by:769
Symbol 769 MovieClip [waverSprite]Uses:761 762 764 765 767 768Used by:1457
Symbol 770 FontUsed 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 EditableTextUses:770Used by:772
Symbol 772 MovieClipUses:771Used by:1457
Symbol 773 EditableTextUses:770Used by:774
Symbol 774 MovieClipUses:773Used by:1457
Symbol 775 EditableTextUses:770Used 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 MovieClipUses:775 776 777 778 779 780 781 782 783 784 785Used by:1457
Symbol 787 EditableTextUses:770Used by:788
Symbol 788 MovieClipUses:787Used by:1457
Symbol 789 EditableTextUses:770Used by:790
Symbol 790 MovieClipUses:789Used by:1457
Symbol 791 EditableTextUses:770Used 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 MovieClipUses:791 792 793 794 795 796 797 798 799Used by:1457
Symbol 801 EditableTextUses:770Used by:803
Symbol 802 Sound [enemy_dead]Used by:803
Symbol 803 MovieClipUses:801 802Used by:1457
Symbol 804 EditableTextUses:770Used by:805
Symbol 805 MovieClipUses:804Used by:1457
Symbol 806 EditableTextUses:770Used by:808
Symbol 807 Sound [samus_doorchange]Used by:808
Symbol 808 MovieClipUses:806 807Used by:1457
Symbol 809 EditableTextUses:770Used by:810
Symbol 810 MovieClipUses:809Used by:1457
Symbol 811 EditableTextUses:770Used by:812
Symbol 812 MovieClipUses:811Used by:1457
Symbol 813 EditableTextUses:770Used by:814
Symbol 814 MovieClipUses:813Used by:1457
Symbol 815 EditableTextUses:770Used by:816
Symbol 816 MovieClipUses:815Used by:1457
Symbol 817 EditableTextUses:770Used by:818
Symbol 818 MovieClipUses:817Used by:1457
Symbol 819 EditableTextUses:770Used by:820
Symbol 820 MovieClipUses:819Used by:1457
Symbol 821 EditableTextUses:770Used by:822
Symbol 822 MovieClipUses:821Used by:1457
Symbol 823 EditableTextUses:770Used by:824
Symbol 824 MovieClipUses:823Used by:1457
Symbol 825 BitmapUsed by:826 827
Symbol 826 GraphicUses:825Used by:834
Symbol 827 GraphicUses:825Used by:834
Symbol 828 BitmapUsed by:829 830
Symbol 829 GraphicUses:828Used by:834
Symbol 830 GraphicUses:828Used by:834
Symbol 831 BitmapUsed by:832 833
Symbol 832 GraphicUses:831Used by:834
Symbol 833 GraphicUses:831Used by:834
Symbol 834 MovieClip [zebSprite]Uses:826 827 829 830 832 833Used by:1457
Symbol 835 EditableTextUses:770Used by:836
Symbol 836 MovieClipUses:835Used by:1457
Symbol 837 BitmapUsed by:838
Symbol 838 GraphicUses:837Used by:845
Symbol 839 BitmapUsed by:840
Symbol 840 GraphicUses:839Used by:845
Symbol 841 BitmapUsed by:842
Symbol 842 GraphicUses:841Used by:845
Symbol 843 BitmapUsed by:844
Symbol 844 GraphicUses:843Used by:845
Symbol 845 MovieClip [samusDeathSprite]Uses:838 840 842 844Used by:1457
Symbol 846 EditableTextUses:770Used by:847
Symbol 847 MovieClipUses:846Used by:1457
Symbol 848 BitmapUsed by:849 850
Symbol 849 GraphicUses:848Used by:851
Symbol 850 GraphicUses:848Used by:851
Symbol 851 MovieClipUses:849 850Used by:859 901 1438
Symbol 852 BitmapUsed by:853 854
Symbol 853 GraphicUses:852Used by:855
Symbol 854 GraphicUses:852Used by:855
Symbol 855 MovieClipUses:853 854Used by:859 901 1438
Symbol 856 ShapeTweeningUsed by:859
Symbol 857 ShapeTweeningUsed by:859
Symbol 858 GraphicUsed by:859
Symbol 859 MovieClip [finalScreenMetroid]Uses:148 851 855 154 856 857 858Used by:1457
Symbol 860 BitmapUsed by:861
Symbol 861 GraphicUses:860Used by:884
Symbol 862 GraphicUsed by:884
Symbol 863 SoundUsed by:884
Symbol 864 BitmapUsed by:865
Symbol 865 GraphicUses:864Used by:884
Symbol 866 GraphicUsed by:884
Symbol 867 BitmapUsed by:868
Symbol 868 GraphicUses:867Used by:884
Symbol 869 GraphicUsed by:884
Symbol 870 BitmapUsed by:871
Symbol 871 GraphicUses:870Used by:884
Symbol 872 BitmapUsed by:873
Symbol 873 GraphicUses:872Used by:884
Symbol 874 BitmapUsed by:875
Symbol 875 GraphicUses:874Used by:884
Symbol 876 BitmapUsed by:877
Symbol 877 GraphicUses:876Used by:884
Symbol 878 BitmapUsed by:879
Symbol 879 GraphicUses:878Used by:884
Symbol 880 BitmapUsed by:881
Symbol 881 GraphicUses:880Used by:884
Symbol 882 BitmapUsed by:883
Symbol 883 GraphicUses:882Used by:884
Symbol 884 MovieClip [capcomIntro]Uses:30 861 154 862 863 865 866 868 869 871 873 875 877 879 881 883Used by:1457
Symbol 885 ShapeTweeningUsed by:901
Symbol 886 GraphicUsed by:901 1438
Symbol 887 GraphicUsed by:888
Symbol 888 MovieClipUses:887Used by:901 1438 1454
Symbol 889 BitmapUsed by:890
Symbol 890 GraphicUses:889Used by:893
Symbol 891 BitmapUsed by:892
Symbol 892 GraphicUses:891Used by:893
Symbol 893 MovieClipUses:890 892Used by:901 1438
Symbol 894 BitmapUsed by:895
Symbol 895 GraphicUses:894Used by:898
Symbol 896 BitmapUsed by:897
Symbol 897 GraphicUses:896Used by:898
Symbol 898 MovieClipUses:895 897Used by:901 1438
Symbol 899 SoundUsed by:901
Symbol 900 GraphicUsed by:901 1185 1438 1471
Symbol 901 MovieClip [robotMasterIntro]Uses:30 885 886 888 893 898 899 851 855 900Used by:1457
Symbol 902 BitmapUsed by:903
Symbol 903 GraphicUses:902Used by:905
Symbol 904 SoundUsed by:905
Symbol 905 MovieClip [nintendoIntro]Uses:30 903 154 904Used by:1457
Symbol 906 MovieClipUsed by:908
Symbol 907 MovieClipUses:30Used by:908
Symbol 908 MovieClip [scLineAni]Uses:906 907Used by:1457
Symbol 909 BitmapUsed by:910
Symbol 910 GraphicUses:909Used by:911
Symbol 911 MovieClip [pointerSprite]Uses:910Used by:1457
Symbol 912 BitmapUsed by:913 914
Symbol 913 GraphicUses:912Used by:968
Symbol 914 GraphicUses:912Used by:968
Symbol 915 BitmapUsed by:916 917
Symbol 916 GraphicUses:915Used by:968
Symbol 917 GraphicUses:915Used by:968
Symbol 918 BitmapUsed by:919 920
Symbol 919 GraphicUses:918Used by:968
Symbol 920 GraphicUses:918Used by:968
Symbol 921 BitmapUsed by:922 923
Symbol 922 GraphicUses:921Used by:968
Symbol 923 GraphicUses:921Used by:968
Symbol 924 BitmapUsed by:925 926
Symbol 925 GraphicUses:924Used by:968
Symbol 926 GraphicUses:924Used by:968
Symbol 927 BitmapUsed by:928 929
Symbol 928 GraphicUses:927Used by:968
Symbol 929 GraphicUses:927Used by:968
Symbol 930 BitmapUsed by:931 932
Symbol 931 GraphicUses:930Used by:968
Symbol 932 GraphicUses:930Used by:968
Symbol 933 BitmapUsed by:934 935
Symbol 934 GraphicUses:933Used by:968
Symbol 935 GraphicUses:933Used by:968
Symbol 936 BitmapUsed by:937 938
Symbol 937 GraphicUses:936Used by:968
Symbol 938 GraphicUses:936Used by:968
Symbol 939 BitmapUsed by:940 941
Symbol 940 GraphicUses:939Used by:968
Symbol 941 GraphicUses:939Used by:968
Symbol 942 BitmapUsed by:943 944
Symbol 943 GraphicUses:942Used by:968
Symbol 944 GraphicUses:942Used by:968
Symbol 945 BitmapUsed by:946 947
Symbol 946 GraphicUses:945Used by:968
Symbol 947 GraphicUses:945Used by:968
Symbol 948 BitmapUsed by:949
Symbol 949 GraphicUses:948Used by:968
Symbol 950 BitmapUsed by:951
Symbol 951 GraphicUses:950Used by:968
Symbol 952 BitmapUsed by:953
Symbol 953 GraphicUses:952Used by:968
Symbol 954 BitmapUsed by:955 956
Symbol 955 GraphicUses:954Used by:968
Symbol 956 GraphicUses:954Used by:968
Symbol 957 BitmapUsed by:958
Symbol 958 GraphicUses:957Used by:968
Symbol 959 BitmapUsed by:960 961
Symbol 960 GraphicUses:959Used by:968
Symbol 961 GraphicUses:959Used by:968
Symbol 962 BitmapUsed by:963 964
Symbol 963 GraphicUses:962Used by:968
Symbol 964 GraphicUses:962Used by:968
Symbol 965 BitmapUsed by:966 967
Symbol 966 GraphicUses:965Used by:968
Symbol 967 GraphicUses:965Used 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 967Used by:1457
Symbol 969 BitmapUsed by:970 971
Symbol 970 GraphicUses:969Used by:1154
Symbol 971 GraphicUses:969Used by:1154
Symbol 972 BitmapUsed by:973 974
Symbol 973 GraphicUses:972Used by:1154
Symbol 974 GraphicUses:972Used by:1154
Symbol 975 BitmapUsed by:976 977
Symbol 976 GraphicUses:975Used by:1154
Symbol 977 GraphicUses:975Used by:1154
Symbol 978 BitmapUsed by:979 980
Symbol 979 GraphicUses:978Used by:1154
Symbol 980 GraphicUses:978Used by:1154
Symbol 981 BitmapUsed by:982 983
Symbol 982 GraphicUses:981Used by:1154
Symbol 983 GraphicUses:981Used by:1154
Symbol 984 BitmapUsed by:985 986
Symbol 985 GraphicUses:984Used by:1154
Symbol 986 GraphicUses:984Used by:1154
Symbol 987 BitmapUsed by:988 989
Symbol 988 GraphicUses:987Used by:1154
Symbol 989 GraphicUses:987Used by:1154
Symbol 990 BitmapUsed by:991 992
Symbol 991 GraphicUses:990Used by:1154
Symbol 992 GraphicUses:990Used by:1154
Symbol 993 BitmapUsed by:994 995
Symbol 994 GraphicUses:993Used by:1154
Symbol 995 GraphicUses:993Used by:1154
Symbol 996 BitmapUsed by:997 998
Symbol 997 GraphicUses:996Used by:1154
Symbol 998 GraphicUses:996Used by:1154
Symbol 999 BitmapUsed by:1000 1001
Symbol 1000 GraphicUses:999Used by:1154
Symbol 1001 GraphicUses:999Used by:1154
Symbol 1002 BitmapUsed by:1003
Symbol 1003 GraphicUses:1002Used by:1154
Symbol 1004 BitmapUsed by:1005
Symbol 1005 GraphicUses:1004Used by:1154
Symbol 1006 BitmapUsed by:1007
Symbol 1007 GraphicUses:1006Used by:1154
Symbol 1008 BitmapUsed by:1009 1010
Symbol 1009 GraphicUses:1008Used by:1154
Symbol 1010 GraphicUses:1008Used by:1154
Symbol 1011 BitmapUsed by:1012
Symbol 1012 GraphicUses:1011Used by:1154
Symbol 1013 BitmapUsed by:1014 1015
Symbol 1014 GraphicUses:1013Used by:1154
Symbol 1015 GraphicUses:1013Used by:1154
Symbol 1016 BitmapUsed by:1017 1018
Symbol 1017 GraphicUses:1016Used by:1154
Symbol 1018 GraphicUses:1016Used by:1154
Symbol 1019 BitmapUsed by:1020 1021
Symbol 1020 GraphicUses:1019Used by:1154
Symbol 1021 GraphicUses:1019Used by:1154
Symbol 1022 BitmapUsed by:1023 1024
Symbol 1023 GraphicUses:1022Used by:1154
Symbol 1024 GraphicUses:1022Used by:1154
Symbol 1025 BitmapUsed by:1026 1027
Symbol 1026 GraphicUses:1025Used by:1154
Symbol 1027 GraphicUses:1025Used by:1154
Symbol 1028 BitmapUsed by:1029 1030
Symbol 1029 GraphicUses:1028Used by:1154
Symbol 1030 GraphicUses:1028Used by:1154
Symbol 1031 BitmapUsed by:1032 1033
Symbol 1032 GraphicUses:1031Used by:1154
Symbol 1033 GraphicUses:1031Used by:1154
Symbol 1034 BitmapUsed by:1035 1036
Symbol 1035 GraphicUses:1034Used by:1154
Symbol 1036 GraphicUses:1034Used by:1154
Symbol 1037 BitmapUsed by:1038 1039
Symbol 1038 GraphicUses:1037Used by:1154
Symbol 1039 GraphicUses:1037Used by:1154
Symbol 1040 BitmapUsed by:1041 1042
Symbol 1041 GraphicUses:1040Used by:1154
Symbol 1042 GraphicUses:1040Used by:1154
Symbol 1043 BitmapUsed by:1044 1048
Symbol 1044 GraphicUses:1043Used by:1154
Symbol 1045 BitmapUsed by:1046 1047
Symbol 1046 GraphicUses:1045Used by:1154
Symbol 1047 GraphicUses:1045Used by:1154
Symbol 1048 GraphicUses:1043Used by:1154
Symbol 1049 BitmapUsed by:1050 1051
Symbol 1050 GraphicUses:1049Used by:1154
Symbol 1051 GraphicUses:1049Used by:1154
Symbol 1052 BitmapUsed by:1053 1054
Symbol 1053 GraphicUses:1052Used by:1154
Symbol 1054 GraphicUses:1052Used by:1154
Symbol 1055 BitmapUsed by:1056 1057
Symbol 1056 GraphicUses:1055Used by:1154
Symbol 1057 GraphicUses:1055Used by:1154
Symbol 1058 BitmapUsed by:1059
Symbol 1059 GraphicUses:1058Used by:1154
Symbol 1060 BitmapUsed by:1061 1062
Symbol 1061 GraphicUses:1060Used by:1154
Symbol 1062 GraphicUses:1060Used by:1154
Symbol 1063 BitmapUsed by:1064 1065
Symbol 1064 GraphicUses:1063Used by:1154
Symbol 1065 GraphicUses:1063Used by:1154
Symbol 1066 BitmapUsed by:1067 1068
Symbol 1067 GraphicUses:1066Used by:1154
Symbol 1068 GraphicUses:1066Used by:1154
Symbol 1069 BitmapUsed by:1070 1071
Symbol 1070 GraphicUses:1069Used by:1154
Symbol 1071 GraphicUses:1069Used by:1154
Symbol 1072 BitmapUsed by:1073 1074
Symbol 1073 GraphicUses:1072Used by:1154
Symbol 1074 GraphicUses:1072Used by:1154
Symbol 1075 BitmapUsed by:1076 1077
Symbol 1076 GraphicUses:1075Used by:1154
Symbol 1077 GraphicUses:1075Used by:1154
Symbol 1078 BitmapUsed by:1079 1080
Symbol 1079 GraphicUses:1078Used by:1154
Symbol 1080 GraphicUses:1078Used by:1154
Symbol 1081 BitmapUsed by:1082 1083
Symbol 1082 GraphicUses:1081Used by:1154
Symbol 1083 GraphicUses:1081Used by:1154
Symbol 1084 BitmapUsed by:1085 1086
Symbol 1085 GraphicUses:1084Used by:1154
Symbol 1086 GraphicUses:1084Used by:1154
Symbol 1087 BitmapUsed by:1088 1089
Symbol 1088 GraphicUses:1087Used by:1154
Symbol 1089 GraphicUses:1087Used by:1154
Symbol 1090 BitmapUsed by:1091 1092
Symbol 1091 GraphicUses:1090Used by:1154
Symbol 1092 GraphicUses:1090Used by:1154
Symbol 1093 BitmapUsed by:1094 1095
Symbol 1094 GraphicUses:1093Used by:1154
Symbol 1095 GraphicUses:1093Used by:1154
Symbol 1096 BitmapUsed by:1097 1098
Symbol 1097 GraphicUses:1096Used by:1154
Symbol 1098 GraphicUses:1096Used by:1154
Symbol 1099 BitmapUsed by:1100 1101
Symbol 1100 GraphicUses:1099Used by:1154
Symbol 1101 GraphicUses:1099Used by:1154
Symbol 1102 BitmapUsed by:1103
Symbol 1103 GraphicUses:1102Used by:1154
Symbol 1104 BitmapUsed by:1105 1106
Symbol 1105 GraphicUses:1104Used by:1154
Symbol 1106 GraphicUses:1104Used by:1154
Symbol 1107 BitmapUsed by:1108 1109
Symbol 1108 GraphicUses:1107Used by:1154
Symbol 1109 GraphicUses:1107Used by:1154
Symbol 1110 BitmapUsed by:1111 1112
Symbol 1111 GraphicUses:1110Used by:1154
Symbol 1112 GraphicUses:1110Used by:1154
Symbol 1113 BitmapUsed by:1114 1115
Symbol 1114 GraphicUses:1113Used by:1154
Symbol 1115 GraphicUses:1113Used by:1154
Symbol 1116 BitmapUsed by:1117 1118
Symbol 1117 GraphicUses:1116Used by:1154
Symbol 1118 GraphicUses:1116Used by:1154
Symbol 1119 BitmapUsed by:1120 1121
Symbol 1120 GraphicUses:1119Used by:1154
Symbol 1121 GraphicUses:1119Used by:1154
Symbol 1122 BitmapUsed by:1123 1124
Symbol 1123 GraphicUses:1122Used by:1154
Symbol 1124 GraphicUses:1122Used by:1154
Symbol 1125 BitmapUsed by:1126 1127
Symbol 1126 GraphicUses:1125Used by:1154
Symbol 1127 GraphicUses:1125Used by:1154
Symbol 1128 BitmapUsed by:1129 1130
Symbol 1129 GraphicUses:1128Used by:1154
Symbol 1130 GraphicUses:1128Used by:1154
Symbol 1131 BitmapUsed by:1132 1133
Symbol 1132 GraphicUses:1131 179Used by:1154
Symbol 1133 GraphicUses:1131Used by:1154
Symbol 1134 BitmapUsed by:1135 1136
Symbol 1135 GraphicUses:1134Used by:1154
Symbol 1136 GraphicUses:1134Used by:1154
Symbol 1137 BitmapUsed by:1138 1139
Symbol 1138 GraphicUses:1137Used by:1154
Symbol 1139 GraphicUses:1137Used by:1154
Symbol 1140 BitmapUsed by:1141 1142
Symbol 1141 GraphicUses:1140Used by:1154
Symbol 1142 GraphicUses:1140Used by:1154
Symbol 1143 BitmapUsed by:1144 1145
Symbol 1144 GraphicUses:1143Used by:1154
Symbol 1145 GraphicUses:1143Used by:1154
Symbol 1146 BitmapUsed by:1147
Symbol 1147 GraphicUses:1146Used by:1154
Symbol 1148 BitmapUsed by:1149 1150
Symbol 1149 GraphicUses:1148Used by:1154
Symbol 1150 GraphicUses:1148Used by:1154
Symbol 1151 BitmapUsed by:1152 1153
Symbol 1152 GraphicUses:1151Used by:1154
Symbol 1153 GraphicUses:1151Used 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 1153Used by:1457
Symbol 1155 BitmapUsed by:1156
Symbol 1156 GraphicUses:1155Used by:1163
Symbol 1157 BitmapUsed by:1158
Symbol 1158 GraphicUses:1157Used by:1163
Symbol 1159 BitmapUsed by:1160
Symbol 1160 GraphicUses:1159Used by:1163
Symbol 1161 BitmapUsed by:1162
Symbol 1162 GraphicUses:1161Used by:1163
Symbol 1163 MovieClip [protoDeathSprite]Uses:1156 1158 1160 1162Used by:1457
Symbol 1164 EditableTextUses:770Used by:1166
Symbol 1165 Sound [samus_missle]Used by:1166
Symbol 1166 MovieClipUses:1164 1165Used by:1457
Symbol 1167 BitmapUsed by:1168 1169
Symbol 1168 GraphicUses:1167Used by:1176
Symbol 1169 GraphicUses:1167Used by:1176
Symbol 1170 BitmapUsed by:1171
Symbol 1171 GraphicUses:1170Used by:1176
Symbol 1172 BitmapUsed by:1173
Symbol 1173 GraphicUses:1172Used by:1176
Symbol 1174 BitmapUsed by:1175
Symbol 1175 GraphicUses:1174Used by:1176
Symbol 1176 MovieClip [megamanSMissleSprite]Uses:1168 1169 1171 1173 1175Used by:1457
Symbol 1177 BitmapUsed by:1178
Symbol 1178 GraphicUses:1177Used by:1179
Symbol 1179 MovieClipUses:1178Used by:1185 1471
Symbol 1180 BitmapUsed by:1181 1468
Symbol 1181 GraphicUses:1180Used by:1185
Symbol 1182 BitmapUsed by:1183 1469
Symbol 1183 GraphicUses:1182Used by:1185
Symbol 1184 ShapeTweeningUsed by:1185
Symbol 1185 MovieClip [powerBarH]Uses:1179 1181 900 1183 1184Used by:1457
Symbol 1186 BitmapUsed by:1187
Symbol 1187 GraphicUses:1186Used by:1190
Symbol 1188 BitmapUsed by:1189
Symbol 1189 GraphicUses:1188Used by:1190
Symbol 1190 MovieClip [megamanIcon]Uses:1187 1189Used by:1457
Symbol 1191 BitmapUsed by:1192
Symbol 1192 GraphicUses:1191Used by:1195
Symbol 1193 BitmapUsed by:1194
Symbol 1194 GraphicUses:1193Used by:1195
Symbol 1195 MovieClip [samusIcon]Uses:1192 1194Used by:1457
Symbol 1196 BitmapUsed by:1197
Symbol 1197 GraphicUses:1196Used by:1200
Symbol 1198 BitmapUsed by:1199
Symbol 1199 GraphicUses:1198Used by:1200
Symbol 1200 MovieClip [arthurIcon]Uses:1197 1199Used by:1457
Symbol 1201 BitmapUsed by:1202 1203
Symbol 1202 GraphicUses:1201Used by:1257
Symbol 1203 GraphicUses:1201Used by:1257
Symbol 1204 BitmapUsed by:1205 1206
Symbol 1205 GraphicUses:1204Used by:1257
Symbol 1206 GraphicUses:1204Used by:1257
Symbol 1207 BitmapUsed by:1208 1209
Symbol 1208 GraphicUses:1207Used by:1257
Symbol 1209 GraphicUses:1207Used by:1257
Symbol 1210 BitmapUsed by:1211 1212
Symbol 1211 GraphicUses:1210Used by:1257
Symbol 1212 GraphicUses:1210Used by:1257
Symbol 1213 BitmapUsed by:1214 1215
Symbol 1214 GraphicUses:1213Used by:1257
Symbol 1215 GraphicUses:1213Used by:1257
Symbol 1216 BitmapUsed by:1217 1218
Symbol 1217 GraphicUses:1216Used by:1257
Symbol 1218 GraphicUses:1216Used by:1257
Symbol 1219 BitmapUsed by:1220 1221
Symbol 1220 GraphicUses:1219Used by:1257
Symbol 1221 GraphicUses:1219Used by:1257
Symbol 1222 BitmapUsed by:1223 1224
Symbol 1223 GraphicUses:1222Used by:1257
Symbol 1224 GraphicUses:1222Used by:1257
Symbol 1225 BitmapUsed by:1226 1227
Symbol 1226 GraphicUses:1225Used by:1257
Symbol 1227 GraphicUses:1225Used by:1257
Symbol 1228 BitmapUsed by:1229 1230
Symbol 1229 GraphicUses:1228Used by:1257
Symbol 1230 GraphicUses:1228Used by:1257
Symbol 1231 BitmapUsed by:1232 1233
Symbol 1232 GraphicUses:1231Used by:1257
Symbol 1233 GraphicUses:1231Used by:1257
Symbol 1234 BitmapUsed by:1235 1236
Symbol 1235 GraphicUses:1234Used by:1257
Symbol 1236 GraphicUses:1234Used by:1257
Symbol 1237 BitmapUsed by:1238
Symbol 1238 GraphicUses:1237Used by:1257
Symbol 1239 BitmapUsed by:1240
Symbol 1240 GraphicUses:1239Used by:1257
Symbol 1241 BitmapUsed by:1242
Symbol 1242 GraphicUses:1241Used by:1257
Symbol 1243 BitmapUsed by:1244 1245
Symbol 1244 GraphicUses:1243Used by:1257
Symbol 1245 GraphicUses:1243Used by:1257
Symbol 1246 BitmapUsed by:1247
Symbol 1247 GraphicUses:1246Used by:1257
Symbol 1248 BitmapUsed by:1249 1250
Symbol 1249 GraphicUses:1248Used by:1257
Symbol 1250 GraphicUses:1248Used by:1257
Symbol 1251 BitmapUsed by:1252 1253
Symbol 1252 GraphicUses:1251Used by:1257
Symbol 1253 GraphicUses:1251Used by:1257
Symbol 1254 BitmapUsed by:1255 1256
Symbol 1255 GraphicUses:1254Used by:1257
Symbol 1256 GraphicUses:1254Used 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 1256Used by:1457
Symbol 1258 BitmapUsed by:1259
Symbol 1259 GraphicUses:1258Used by:1266
Symbol 1260 BitmapUsed by:1261
Symbol 1261 GraphicUses:1260Used by:1266
Symbol 1262 BitmapUsed by:1263
Symbol 1263 GraphicUses:1262Used by:1266
Symbol 1264 BitmapUsed by:1265
Symbol 1265 GraphicUses:1264Used by:1266
Symbol 1266 MovieClip [arthurDeathSprite]Uses:1259 1261 1263 1265Used by:1457
Symbol 1267 EditableTextUses:770Used by:1269
Symbol 1268 Sound [arthur_speartoss]Used by:1269
Symbol 1269 MovieClipUses:1267 1268Used by:1457
Symbol 1270 BitmapUsed by:1271 1272
Symbol 1271 GraphicUses:1270Used by:1273
Symbol 1272 GraphicUses:1270Used by:1273
Symbol 1273 MovieClip [megamanALanceSprite]Uses:1271 1272Used by:1457
Symbol 1274 BitmapUsed by:1275 1276
Symbol 1275 GraphicUses:1274Used by:1327
Symbol 1276 GraphicUses:1274Used by:1327
Symbol 1277 BitmapUsed by:1278 1279
Symbol 1278 GraphicUses:1277Used by:1327
Symbol 1279 GraphicUses:1277Used by:1327
Symbol 1280 BitmapUsed by:1281 1282
Symbol 1281 GraphicUses:1280Used by:1327
Symbol 1282 GraphicUses:1280Used by:1327
Symbol 1283 BitmapUsed by:1284 1285
Symbol 1284 GraphicUses:1283Used by:1327
Symbol 1285 GraphicUses:1283Used by:1327
Symbol 1286 BitmapUsed by:1287 1288
Symbol 1287 GraphicUses:1286Used by:1327
Symbol 1288 GraphicUses:1286Used by:1327
Symbol 1289 BitmapUsed by:1290 1291
Symbol 1290 GraphicUses:1289Used by:1327
Symbol 1291 GraphicUses:1289Used by:1327
Symbol 1292 BitmapUsed by:1293 1294
Symbol 1293 GraphicUses:1292Used by:1327
Symbol 1294 GraphicUses:1292Used by:1327
Symbol 1295 BitmapUsed by:1296 1297
Symbol 1296 GraphicUses:1295Used by:1327
Symbol 1297 GraphicUses:1295Used by:1327
Symbol 1298 BitmapUsed by:1299 1300
Symbol 1299 GraphicUses:1298Used by:1327
Symbol 1300 GraphicUses:1298Used by:1327
Symbol 1301 BitmapUsed by:1302 1303
Symbol 1302 GraphicUses:1301Used by:1327
Symbol 1303 GraphicUses:1301Used by:1327
Symbol 1304 BitmapUsed by:1305 1306
Symbol 1305 GraphicUses:1304Used by:1327
Symbol 1306 GraphicUses:1304Used by:1327
Symbol 1307 BitmapUsed by:1308
Symbol 1308 GraphicUses:1307Used by:1327
Symbol 1309 BitmapUsed by:1310
Symbol 1310 GraphicUses:1309Used by:1327
Symbol 1311 BitmapUsed by:1312
Symbol 1312 GraphicUses:1311Used by:1327
Symbol 1313 BitmapUsed by:1314 1315
Symbol 1314 GraphicUses:1313Used by:1327
Symbol 1315 GraphicUses:1313Used by:1327
Symbol 1316 BitmapUsed by:1317
Symbol 1317 GraphicUses:1316Used by:1327
Symbol 1318 BitmapUsed by:1319 1320
Symbol 1319 GraphicUses:1318Used by:1327
Symbol 1320 GraphicUses:1318Used by:1327
Symbol 1321 BitmapUsed by:1322 1323
Symbol 1322 GraphicUses:1321Used by:1327
Symbol 1323 GraphicUses:1321Used by:1327
Symbol 1324 BitmapUsed by:1325 1326
Symbol 1325 GraphicUses:1324Used by:1327
Symbol 1326 GraphicUses:1324Used 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 1326Used by:1457
Symbol 1328 BitmapUsed by:1329 1330
Symbol 1329 GraphicUses:1328Used by:1381
Symbol 1330 GraphicUses:1328Used by:1381
Symbol 1331 BitmapUsed by:1332 1333
Symbol 1332 GraphicUses:1331Used by:1381
Symbol 1333 GraphicUses:1331Used by:1381
Symbol 1334 BitmapUsed by:1335 1336
Symbol 1335 GraphicUses:1334Used by:1381
Symbol 1336 GraphicUses:1334Used by:1381
Symbol 1337 BitmapUsed by:1338 1339
Symbol 1338 GraphicUses:1337Used by:1381
Symbol 1339 GraphicUses:1337Used by:1381
Symbol 1340 BitmapUsed by:1341 1342
Symbol 1341 GraphicUses:1340Used by:1381
Symbol 1342 GraphicUses:1340Used by:1381
Symbol 1343 BitmapUsed by:1344 1345
Symbol 1344 GraphicUses:1343Used by:1381
Symbol 1345 GraphicUses:1343Used by:1381
Symbol 1346 BitmapUsed by:1347 1348
Symbol 1347 GraphicUses:1346Used by:1381
Symbol 1348 GraphicUses:1346Used by:1381
Symbol 1349 BitmapUsed by:1350 1351
Symbol 1350 GraphicUses:1349Used by:1381
Symbol 1351 GraphicUses:1349Used by:1381
Symbol 1352 BitmapUsed by:1353 1354
Symbol 1353 GraphicUses:1352Used by:1381
Symbol 1354 GraphicUses:1352Used by:1381
Symbol 1355 BitmapUsed by:1356 1357
Symbol 1356 GraphicUses:1355Used by:1381
Symbol 1357 GraphicUses:1355Used by:1381
Symbol 1358 BitmapUsed by:1359 1360
Symbol 1359 GraphicUses:1358Used by:1381
Symbol 1360 GraphicUses:1358Used by:1381
Symbol 1361 BitmapUsed by:1362
Symbol 1362 GraphicUses:1361Used by:1381
Symbol 1363 BitmapUsed by:1364
Symbol 1364 GraphicUses:1363Used by:1381
Symbol 1365 BitmapUsed by:1366
Symbol 1366 GraphicUses:1365Used by:1381
Symbol 1367 BitmapUsed by:1368 1369
Symbol 1368 GraphicUses:1367Used by:1381
Symbol 1369 GraphicUses:1367Used by:1381
Symbol 1370 BitmapUsed by:1371
Symbol 1371 GraphicUses:1370Used by:1381
Symbol 1372 BitmapUsed by:1373 1374
Symbol 1373 GraphicUses:1372Used by:1381
Symbol 1374 GraphicUses:1372Used by:1381
Symbol 1375 BitmapUsed by:1376 1377
Symbol 1376 GraphicUses:1375Used by:1381
Symbol 1377 GraphicUses:1375Used by:1381
Symbol 1378 BitmapUsed by:1379 1380
Symbol 1379 GraphicUses:1378Used by:1381
Symbol 1380 GraphicUses:1378Used 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 1380Used by:1457
Symbol 1382 EditableTextUses:770Used by:1384
Symbol 1383 Sound [upgradeBGmusic]Used by:1384 1438
Symbol 1384 MovieClip [chooseChar]Uses:1382 1383Used by:1457
Symbol 1385 BitmapUsed by:1386
Symbol 1386 GraphicUses:1385Used by:1387
Symbol 1387 MovieClip [chooseCharBG]Uses:1386 154Used by:1457
Symbol 1388 BitmapUsed by:1389
Symbol 1389 GraphicUses:1388Used by:1390
Symbol 1390 MovieClip [choicePointer]Uses:1389Used by:1457
Symbol 1391 ShapeTweeningUsed by:1400
Symbol 1392 BitmapUsed by:1393
Symbol 1393 GraphicUses:1392Used by:1400
Symbol 1394 MovieClip [emptyClearClip]Used by:1400
Symbol 1395 ShapeTweeningUsed by:1400
Symbol 1396 GraphicUsed by:1400
Symbol 1397 ShapeTweeningUsed by:1400
Symbol 1398 ShapeTweeningUsed by:1400
Symbol 1399 GraphicUsed by:1400
Symbol 1400 MovieClip [pauseMenu]Uses:1391 30 1393 1394 1395 1396 1397 1398 1399Used by:1457
Symbol 1401 BitmapUsed by:1402
Symbol 1402 GraphicUses:1401Used by:1432 1438
Symbol 1403 BitmapUsed by:1404
Symbol 1404 GraphicUses:1403Used by:1432 1438
Symbol 1405 BitmapUsed by:1406
Symbol 1406 GraphicUses:1405Used by:1432 1438
Symbol 1407 BitmapUsed by:1408
Symbol 1408 GraphicUses:1407Used by:1432 1438
Symbol 1409 BitmapUsed by:1410
Symbol 1410 GraphicUses:1409Used by:1432 1438
Symbol 1411 BitmapUsed by:1412
Symbol 1412 GraphicUses:1411Used by:1432 1438
Symbol 1413 BitmapUsed by:1414
Symbol 1414 GraphicUses:1413Used by:1432 1438
Symbol 1415 BitmapUsed by:1416
Symbol 1416 GraphicUses:1415Used by:1432 1438
Symbol 1417 BitmapUsed by:1418
Symbol 1418 GraphicUses:1417Used by:1431 1438
Symbol 1419 BitmapUsed by:1420
Symbol 1420 GraphicUses:1419Used by:1431 1438
Symbol 1421 BitmapUsed by:1422
Symbol 1422 GraphicUses:1421Used by:1431
Symbol 1423 BitmapUsed by:1424
Symbol 1424 GraphicUses:1423Used by:1431
Symbol 1425 BitmapUsed by:1426
Symbol 1426 GraphicUses:1425Used by:1431
Symbol 1427 BitmapUsed by:1428
Symbol 1428 GraphicUses:1427Used by:1431
Symbol 1429 BitmapUsed by:1430
Symbol 1430 GraphicUses:1429Used by:1431
Symbol 1431 MovieClipUses:1420 1418 1422 1424 1426 1428 1430Used by:1438
Symbol 1432 MovieClipUses:1402 1404 1406 1408 1410 1412 1414 1416Used by:1438
Symbol 1433 ShapeTweeningUsed by:1438
Symbol 1434 GraphicUsed by:1438
Symbol 1435 GraphicUsed by:1438
Symbol 1436 SoundUsed by:1438 1454
Symbol 1437 ShapeTweeningUsed 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 1437Used by:1457
Symbol 1439 BitmapUsed by:1440
Symbol 1440 GraphicUses:1439Used by:1445
Symbol 1441 GraphicUsed by:1445
Symbol 1442 BitmapUsed by:1443
Symbol 1443 GraphicUses:1442Used by:1445
Symbol 1444 ShapeTweeningUsed by:1445
Symbol 1445 MovieClipUses:1440 1441 1443 1444Used by:1454
Symbol 1446 BitmapUsed by:1447
Symbol 1447 GraphicUses:1446Used by:1452
Symbol 1448 BitmapUsed by:1449
Symbol 1449 GraphicUses:1448Used by:1452
Symbol 1450 BitmapUsed by:1451
Symbol 1451 GraphicUses:1450Used by:1452
Symbol 1452 MovieClipUses:1447 1449 1451Used by:1454
Symbol 1453 SoundUsed by:1454
Symbol 1454 MovieClip [protoAni]Uses:30 1445 1452 1453 888 1436Used by:1457
Symbol 1455 Sound [benLewisBrinstar]Used by:1457
Symbol 1456 Sound [bossMusic]Used by:1457
Symbol 1457 MovieClipUses: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 1456Used by:1458
Symbol 1458 MovieClip [metroidData]Uses:152 1457Used by:Timeline
Symbol 1459 MovieClip [consoleClip]Used by:Timeline
Symbol 1460 GraphicUsed by:1463
Symbol 1461 FontUsed by:1462
Symbol 1462 EditableTextUses:1461Used by:1463
Symbol 1463 MovieClipUses:1460 1462Used by:Timeline
Symbol 1464 BitmapUsed by:1465
Symbol 1465 GraphicUses:1464Used by:1466
Symbol 1466 MovieClip [readyImage]Uses:1465Used by:1472
Symbol 1467 MovieClip [score]Uses:21Used by:1472
Symbol 1468 GraphicUses:1180Used by:1471
Symbol 1469 GraphicUses:1182Used by:1471
Symbol 1470 ShapeTweeningUsed by:1471
Symbol 1471 MovieClip [powerBar]Uses:1179 1468 900 1469 1470Used by:1472
Symbol 1472 MovieClipUses:1466 1467 1471Used by:Timeline

Instance Names

"gameCore"Frame 6Symbol 150 MovieClip [engineParent]
"importData"Frame 6Symbol 1458 MovieClip [metroidData]
"console"Frame 6Symbol 1459 MovieClip [consoleClip]
"fpsButton"Frame 6Symbol 1463 MovieClip
"hud"Frame 6Symbol 1472 MovieClip
"fontSys"Symbol 34 MovieClip Frame 1Symbol 23 MovieClip
"loadingBar"Symbol 34 MovieClip Frame 1Symbol 29 MovieClip
"r1"Symbol 138 MovieClip [runnerPreloader] Frame 1Symbol 137 MovieClip
"r2"Symbol 138 MovieClip [runnerPreloader] Frame 1Symbol 137 MovieClip
"gameCore"Symbol 150 MovieClip [engineParent] Frame 1Symbol 149 MovieClip [MegamanEngine]
"menuPos"Symbol 545 MovieClip [metroidMainMenu] Frame 1Symbol 415 MovieClip [emptyClip]
"bgClip2"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 851 MovieClip
"bgClip1"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 855 MovieClip
"spritesinc"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"benLewis"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"snowbro"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"kashou"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"disk2"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"restart"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"bng"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"staticreator"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"bossTime"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"ocremix"Symbol 859 MovieClip [finalScreenMetroid] Frame 1Symbol 154 MovieClip [displayFont]
"drawClip"Symbol 901 MovieClip [robotMasterIntro] Frame 1Symbol 888 MovieClip
"strClip"Symbol 901 MovieClip [robotMasterIntro] Frame 1Symbol 888 MovieClip
"barBottom"Symbol 901 MovieClip [robotMasterIntro] Frame 1Symbol 893 MovieClip
"barTop"Symbol 901 MovieClip [robotMasterIntro] Frame 1Symbol 898 MovieClip
"bgClip2"Symbol 901 MovieClip [robotMasterIntro] Frame 30Symbol 851 MovieClip
"bgClip1"Symbol 901 MovieClip [robotMasterIntro] Frame 30Symbol 855 MovieClip
"drawClip"Symbol 901 MovieClip [robotMasterIntro] Frame 30Symbol 888 MovieClip
"strClip"Symbol 901 MovieClip [robotMasterIntro] Frame 30Symbol 888 MovieClip
"attachClip"Symbol 908 MovieClip [scLineAni] Frame 1Symbol 906 MovieClip
"fader"Symbol 908 MovieClip [scLineAni] Frame 1Symbol 907 MovieClip
"barColor"Symbol 1185 MovieClip [powerBarH] Frame 1Symbol 1179 MovieClip
"options"Symbol 1400 MovieClip [pauseMenu] Frame 7Symbol 1394 MovieClip [emptyClearClip]
"sprites"Symbol 1400 MovieClip [pauseMenu] Frame 7Symbol 1394 MovieClip [emptyClearClip]
"wpnEnergy"Symbol 1400 MovieClip [pauseMenu] Frame 7Symbol 1394 MovieClip [emptyClearClip]
"bgClip2"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 1Symbol 851 MovieClip
"bgClip1"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 1Symbol 855 MovieClip
"sparkClip"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 291Symbol 1431 MovieClip
"dizzyMegaman"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 326Symbol 1432 MovieClip
"changeClip"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 409Symbol 888 MovieClip
"strClip"Symbol 1438 MovieClip [youGetAnUpgradeJackass] Frame 505Symbol 888 MovieClip
"proto"Symbol 1454 MovieClip [protoAni] Frame 1Symbol 1445 MovieClip
"scarf"Symbol 1454 MovieClip [protoAni] Frame 1Symbol 1452 MovieClip
"strClip"Symbol 1454 MovieClip [protoAni] Frame 414Symbol 888 MovieClip
"fps"Symbol 1463 MovieClip Frame 1Symbol 1462 EditableText
"score0"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score1"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score2"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score3"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score4"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score5"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score6"Symbol 1467 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"barColor"Symbol 1471 MovieClip [powerBar] Frame 1Symbol 1179 MovieClip
"readyImage"Symbol 1472 MovieClip Frame 1Symbol 1466 MovieClip [readyImage]
"score"Symbol 1472 MovieClip Frame 1Symbol 1467 MovieClip [score]
"healthBar"Symbol 1472 MovieClip Frame 1Symbol 1471 MovieClip [powerBar]
"enemyBar"Symbol 1472 MovieClip Frame 1Symbol 1471 MovieClip [powerBar]
"weaponBar"Symbol 1472 MovieClip Frame 1Symbol 1471 MovieClip [powerBar]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 1Symbol 33 as "megamanFont"
ExportAssets (56)Timeline Frame 2Symbol 138 as "runnerPreloader"
ExportAssets (56)Timeline Frame 3Symbol 138 as "runnerPreloader"
ExportAssets (56)Timeline Frame 6Symbol 147 as "resizeBlock"
ExportAssets (56)Timeline Frame 6Symbol 149 as "MegamanEngine"
ExportAssets (56)Timeline Frame 6Symbol 149 as "MegamanEngine"
ExportAssets (56)Timeline Frame 6Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 33 as "megamanFont"
ExportAssets (56)Timeline Frame 6Symbol 358 as "megaman"
ExportAssets (56)Timeline Frame 6Symbol 367 as "megamanDeathSpark"
ExportAssets (56)Timeline Frame 6Symbol 388 as "megamanPellet"
ExportAssets (56)Timeline Frame 6Symbol 413 as "pickupSprite"
ExportAssets (56)Timeline Frame 6Symbol 415 as "emptyClip"
ExportAssets (56)Timeline Frame 6Symbol 418 as "metroid_boss"
ExportAssets (56)Timeline Frame 6Symbol 499 as "samusSprite"
ExportAssets (56)Timeline Frame 6Symbol 510 as "samusBombSprite"
ExportAssets (56)Timeline Frame 6Symbol 513 as "samusPelletSprite"
ExportAssets (56)Timeline Frame 6Symbol 526 as "megamanDamagedSpark"
ExportAssets (56)Timeline Frame 6Symbol 529 as "metroid_area01"
ExportAssets (56)Timeline Frame 6Symbol 539 as "zoomer"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 415 as "emptyClip"
ExportAssets (56)Timeline Frame 6Symbol 545 as "metroidMainMenu"
ExportAssets (56)Timeline Frame 6Symbol 546 as "keyCatcherMetroid"
ExportAssets (56)Timeline Frame 6Symbol 549 as "metroid_area02"
ExportAssets (56)Timeline Frame 6Symbol 556 as "blueBubbleDoor"
ExportAssets (56)Timeline Frame 6Symbol 559 as "metroid_area03"
ExportAssets (56)Timeline Frame 6Symbol 565 as "skree_sprite"
ExportAssets (56)Timeline Frame 6Symbol 569 as "redRipperSprite"
ExportAssets (56)Timeline Frame 6Symbol 572 as "skreeDeathSpark"
ExportAssets (56)Timeline Frame 6Symbol 577 as "rioSprite"
ExportAssets (56)Timeline Frame 6Symbol 584 as "redBubbleDoor"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 592 as "metroidMenuIntro"
ExportAssets (56)Timeline Frame 6Symbol 595 as "metroid_area00"
ExportAssets (56)Timeline Frame 6Symbol 598 as "metroid_area07"
ExportAssets (56)Timeline Frame 6Symbol 601 as "metroid_area10"
ExportAssets (56)Timeline Frame 6Symbol 604 as "metroid_area12"
ExportAssets (56)Timeline Frame 6Symbol 607 as "metroid_area13"
ExportAssets (56)Timeline Frame 6Symbol 610 as "metroid_area15"
ExportAssets (56)Timeline Frame 6Symbol 613 as "metroid_area16"
ExportAssets (56)Timeline Frame 6Symbol 616 as "metroid_transfer"
ExportAssets (56)Timeline Frame 6Symbol 619 as "metroid_area04"
ExportAssets (56)Timeline Frame 6Symbol 622 as "sandRedBlue_5"
ExportAssets (56)Timeline Frame 6Symbol 625 as "sandRedWhite_5_base"
ExportAssets (56)Timeline Frame 6Symbol 628 as "sinkySand_6"
ExportAssets (56)Timeline Frame 6Symbol 631 as "sinkySand_8_base"
ExportAssets (56)Timeline Frame 6Symbol 634 as "sinkySand_12"
ExportAssets (56)Timeline Frame 6Symbol 637 as "sandRedBlue_28_base"
ExportAssets (56)Timeline Frame 6Symbol 640 as "sandRedBlue_61_base"
ExportAssets (56)Timeline Frame 6Symbol 643 as "sinkySand_62_base"
ExportAssets (56)Timeline Frame 6Symbol 646 as "metroid_area06"
ExportAssets (56)Timeline Frame 6Symbol 649 as "metroid_area08"
ExportAssets (56)Timeline Frame 6Symbol 652 as "metroid_area11"
ExportAssets (56)Timeline Frame 6Symbol 616 as "metroid_transfer"
ExportAssets (56)Timeline Frame 6Symbol 659 as "altRipperSprite"
ExportAssets (56)Timeline Frame 6Symbol 670 as "altZoomerSprite"
ExportAssets (56)Timeline Frame 6Symbol 681 as "blueAltZoomerSprite"
ExportAssets (56)Timeline Frame 6Symbol 691 as "altZebSprite"
ExportAssets (56)Timeline Frame 6Symbol 616 as "metroid_transfer"
ExportAssets (56)Timeline Frame 6Symbol 694 as "MBbubbleSprite"
ExportAssets (56)Timeline Frame 6Symbol 704 as "blueWaverSprite"
ExportAssets (56)Timeline Frame 6Symbol 721 as "bubbleSprite"
ExportAssets (56)Timeline Frame 6Symbol 731 as "redZebSprite"
ExportAssets (56)Timeline Frame 6Symbol 741 as "redZoomerSprite"
ExportAssets (56)Timeline Frame 6Symbol 745 as "ripperSprite"
ExportAssets (56)Timeline Frame 6Symbol 752 as "spitFireBodySprite"
ExportAssets (56)Timeline Frame 6Symbol 759 as "spitFireFlameSprite"
ExportAssets (56)Timeline Frame 6Symbol 769 as "waverSprite"
ExportAssets (56)Timeline Frame 6Symbol 776 as "megaman_death"
ExportAssets (56)Timeline Frame 6Symbol 777 as "megaman_land"
ExportAssets (56)Timeline Frame 6Symbol 778 as "megaman_shoot"
ExportAssets (56)Timeline Frame 6Symbol 779 as "megaman_teleportland"
ExportAssets (56)Timeline Frame 6Symbol 780 as "megaman_charge"
ExportAssets (56)Timeline Frame 6Symbol 781 as "megaman_chargefull"
ExportAssets (56)Timeline Frame 6Symbol 782 as "megaman_damage"
ExportAssets (56)Timeline Frame 6Symbol 783 as "healthrestore"
ExportAssets (56)Timeline Frame 6Symbol 784 as "tink"
ExportAssets (56)Timeline Frame 6Symbol 785 as "megaman_teleportback"
ExportAssets (56)Timeline Frame 6Symbol 792 as "samus_dropbomb"
ExportAssets (56)Timeline Frame 6Symbol 793 as "samus_intro"
ExportAssets (56)Timeline Frame 6Symbol 794 as "samus_explosion"
ExportAssets (56)Timeline Frame 6Symbol 795 as "samus_jump"
ExportAssets (56)Timeline Frame 6Symbol 796 as "samus_land"
ExportAssets (56)Timeline Frame 6Symbol 797 as "samus_morph"
ExportAssets (56)Timeline Frame 6Symbol 798 as "samus_shoot"
ExportAssets (56)Timeline Frame 6Symbol 799 as "samus_walk"
ExportAssets (56)Timeline Frame 6Symbol 802 as "enemy_dead"
ExportAssets (56)Timeline Frame 6Symbol 807 as "samus_doorchange"
ExportAssets (56)Timeline Frame 6Symbol 834 as "zebSprite"
ExportAssets (56)Timeline Frame 6Symbol 845 as "samusDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 859 as "finalScreenMetroid"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 884 as "capcomIntro"
ExportAssets (56)Timeline Frame 6Symbol 901 as "robotMasterIntro"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 905 as "nintendoIntro"
ExportAssets (56)Timeline Frame 6Symbol 908 as "scLineAni"
ExportAssets (56)Timeline Frame 6Symbol 911 as "pointerSprite"
ExportAssets (56)Timeline Frame 6Symbol 968 as "megamanSamusSprite"
ExportAssets (56)Timeline Frame 6Symbol 1154 as "protoSprite"
ExportAssets (56)Timeline Frame 6Symbol 1163 as "protoDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 1165 as "samus_missle"
ExportAssets (56)Timeline Frame 6Symbol 1176 as "megamanSMissleSprite"
ExportAssets (56)Timeline Frame 6Symbol 1185 as "powerBarH"
ExportAssets (56)Timeline Frame 6Symbol 1190 as "megamanIcon"
ExportAssets (56)Timeline Frame 6Symbol 1195 as "samusIcon"
ExportAssets (56)Timeline Frame 6Symbol 1200 as "arthurIcon"
ExportAssets (56)Timeline Frame 6Symbol 845 as "samusDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 1257 as "megamanArthurSprite"
ExportAssets (56)Timeline Frame 6Symbol 1266 as "arthurDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 1268 as "arthur_speartoss"
ExportAssets (56)Timeline Frame 6Symbol 1273 as "megamanALanceSprite"
ExportAssets (56)Timeline Frame 6Symbol 1327 as "protoSamusSprite"
ExportAssets (56)Timeline Frame 6Symbol 1381 as "protoArthurSprite"
ExportAssets (56)Timeline Frame 6Symbol 1383 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1384 as "chooseChar"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 1387 as "chooseCharBG"
ExportAssets (56)Timeline Frame 6Symbol 1390 as "choicePointer"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1394 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 1400 as "pauseMenu"
ExportAssets (56)Timeline Frame 6Symbol 1383 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1383 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1438 as "youGetAnUpgradeJackass"
ExportAssets (56)Timeline Frame 6Symbol 1454 as "protoAni"
ExportAssets (56)Timeline Frame 6Symbol 1455 as "benLewisBrinstar"
ExportAssets (56)Timeline Frame 6Symbol 1456 as "bossMusic"
ExportAssets (56)Timeline Frame 6Symbol 1458 as "metroidData"
ExportAssets (56)Timeline Frame 6Symbol 1459 as "consoleClip"
ExportAssets (56)Timeline Frame 6Symbol 1466 as "readyImage"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 1467 as "score"
ExportAssets (56)Timeline Frame 6Symbol 1471 as "powerBar"
ExportAssets (56)Timeline Frame 6Symbol 1471 as "powerBar"
ExportAssets (56)Timeline Frame 6Symbol 1471 as "powerBar"
ExportAssets (56)Timeline Frame 7Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 7Symbol 1458 as "metroidData"
ExportAssets (56)Timeline Frame 7Symbol 1459 as "consoleClip"
ExportAssets (56)Timeline Frame 8Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 8Symbol 1458 as "metroidData"
ExportAssets (56)Timeline Frame 8Symbol 1459 as "consoleClip"
ExportAssets (56)Timeline Frame 9Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 9Symbol 1458 as "metroidData"
ExportAssets (56)Timeline Frame 9Symbol 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




http://swfchan.com/9/42987/info.shtml
Created: 9/5 -2019 16:36:46 Last modified: 9/5 -2019 16:36:46 Server time: 19/04 -2024 16:46:32