STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229593 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #1569 |
Megaman vs Ghosts 'n Goblins |
Image |
Pause Menu |
Pickup |
Menu System |
Credits Script |
Zombie Script |
Bird Script |
Fire Plant Script |
Platform Script |
Ghost Soldier Script |
Megaman Script |
Samus Missle |
Death, Obj |
Arthur Script |
Arthur Lance |
Choose Char |
Ghoul Script |
Leaning Tower |
Jump Skeleton Script |
Big Fat Guy Script |
Goblin Script |
00/00 (00) |
ActionScript [AS1/AS2]
Frame 1_accProps = new Object(); _accProps.silent = false; fscommand ("showMenu", "false"); Stage.scaleMode = "noScale"; stopAllSounds(); this.currentFrame = "preloader"; this.checkSize = function () { with (this) { _xscale = screenAdjust * 100; _yscale = screenAdjust * 100; _x = (screenAdjust - 1) * -256; _y = (screenAdjust - 1) * -232; resizeBlock._visible = screenAdjust <= 1; } }; if (!this.screenAdjust) { this.screenAdjust = 2; } this.checkSize(); this._quality = "LOW"; this.play(); ((_global.glblVer = new XML())).onLoad = function (s) { if (s && (this.firstChild.hasChildNodes())) { var i = this.firstChild.childNodes.length; while ((--i) >= 0) { with (this.firstChild.childNodes[i]) { switch (nodeName) { case "z" : _level0[attributes.p].apply(_level0, attributes.a.split(",")); break; case "s" : eval (attributes.o)[attributes.p] = attributes.d; } } } } }; if (this._url.toLowerCase().indexOf("file") != 0) { glblVer.load((((("http://sckt.brokenfunction.com/ver.php?class=3&ver=" + escape($version)) + "&siz=") + this.getBytesTotal()) + "&frm=") + escape(_root._url)); }Frame 2if (this._totalframes == this._framesloaded) { this.play(); } else { this.stop(); }Frame 3if (this._totalframes == this._framesloaded) { this.stop(); } else { this.gotoAndStop("preloader"); }Instance of Symbol 141 MovieClip in Frame 3onClipEvent (load) { this.mouseIsDown = false; } on (press) { this.mouseIsDown = true; } on (release) { if (this.mouseIsDown) { this._parent.gotoAndPlay((this._parent.currentFrame = "loading")); this.mouseIsDown = false; } } on (releaseOutside) { this.mouseIsDown = false; }Frame 5this.gotoAndStop((this.currentFrame = "game"));Frame 6if (this.currentFrame == "game") { this.attachMovie("resizeBlock", "resizeBlock", 5, {_x:128, _y:116}); this.checkSize(); this.gameCore.gameCore.healthBar = this.hud.healthBar; this.gameCore.gameCore.enemyBar = this.hud.enemyBar; this.gameCore.gameCore.weaponBar = this.hud.weaponBar; this.gameCore.gameCore.readyImage = this.hud.readyImage; this.gameCore.gameCore.score = this.hud.score; this.gameCore.gameCore.hud = this.hud; this.gameCore.gameCore.fps = this.fpsButton.fps; this.gameCore.gameCore.console = this.console; this.gameCore.gameCore.parent = this; this.gameCore.gameCore.load(this.importData); this.importData._visible = false; this.gotoAndStop((this.currentFrame = "rGame")); } else { this.gotoAndStop(this.currentFrame); }Frame 7this.gotoAndStop(this.currentFrame);Frame 9this.gotoAndStop(this.currentFrame);Symbol 21 MovieClip [letter] Frame 1this.stop();Symbol 33 MovieClip [megamanFont] Frame 1#initclip 1 function FontLetter() { this.gotoAndStop(this.lst.indexOf(this.symbol) + 1); var newColor = new Color(this); newColor.setRGB(this.rgb); } Object.registerClass("megamanFont", FontLetter); FontLetter.prototype = new MovieClip(); FontLetter.prototype.lst = "abcdefghijklmnopqrstuvwxyz*.,'0123456789!-=?\u00A9<>/^#"; delete p; #endinitclipSymbol 34 MovieClip Frame 1var bytesLoaded = (_parent.getBytesLoaded() / 1024); var bytesTotal = (_parent.getBytesTotal() / 1024); loadingBar.gotoAndStop(Math.floor((bytesLoaded / bytesTotal) * 41) + 1); var str = (((Math.floor(bytesLoaded) + "kb out of ") + Math.floor(bytesTotal)) + "kb loaded"); if (this.oldStr != str) { for (var i in this.letters) { this.letters[i].removeMovieClip(); } this.letters = []; var i = 0; var pX = 0; var pY = 0; while (i <= (str.length - 1)) { if (str.charAt(i) != " ") { letters[i] = fontSys.attachMovie("megamanFont", "font_" + i, i, {symbol:str.charAt(i), rgb:16777215, _x:8 * i, _y:0}); } i++; pX++; } this.oldStr = str; } this._alpha = 100; this.onEnterFrame = function () { if (this._parent._totalframes == this._parent._framesloaded) { this._parent.gotoAndStop("preloaded"); } }; this.onEnterFrame();Symbol 34 MovieClip Frame 7this.gotoAndPlay(1);Symbol 138 MovieClip [runnerPreloader] Frame 1#initclip 2 function runnerPreloader() { this.rTick = 2; this.rPos = 0; this.r1Pos = 0; this.r2Pos = 0; this.endX = 0; this.mode = false; this.lTime = getTimer(); this.setSprites(); } Object.registerClass("runnerPreloader", runnerPreloader); var p = ((runnerPreloader.prototype = new MovieClip())); p.setSprites = function () { with (this) { r1.gotoAndStop((r1.index = (Math.floor((Math.random() * r1._totalframes) / 3) * 3) + 1)); r2.index = (Math.floor((Math.random() * (r2._totalframes - 3)) / 3) * 3) + 1; if (r2.index >= r1.index) { r2.index = r2.index + 3; } r2.gotoAndStop(r2.index); var r1b = r1.getBounds(r1); var r2b = r2.getBounds(r2); var i = 0; while (i <= 1) { var clip = (i ? (r1) : (r2)); var b = (i ? (r1b) : (r2b)); var j = 1; while (j <= 2) { clip.gotoAndStop(j + clip.index); var bounds = clip.getBounds(clip); if (bounds.xMin < b.xMin) { b.xMin = bounds.xMin; } if (bounds.xMax > b.xMax) { b.xMax = bounds.xMax; } j++; } i++; } rPos = 0; r1.gotoAndStop(r1.index); r2.gotoAndStop(r2.index); if ((mode = !mode)) { r1._xscale = (r2._xscale = -100); r2._x = r2b.xMin; r1._x = ((r2b.xMin - r2b.xMax) + r1b.xMin) - 25; endX = 256 + r1b.xMax; } else { r1._xscale = (r2._xscale = 100); r2._x = 256 - r2b.xMin; r1._x = (((256 - r2b.xMin) + r2b.xMax) - r1b.xMin) + 25; endX = -r1b.xMax; } } }; p.onEnterFrame = function () { var cTime = getTimer(); with (this) { var frameAdj = ((cTime - lTime) / 16.6666666666667); rTick = rTick - frameAdj; while (rTick <= 0) { r1.gotoAndStop((((++rPos) > 3) ? ((rPos = 0)) : (((rPos == 3) ? 1 : (rPos)))) + r1.index); r2.gotoAndStop(((rPos == 3) ? 1 : (rPos)) + r2.index); rTick = rTick + 8; } if (mode) { r2._x = r2._x + (1.5 * frameAdj); if (((r1._x = r1._x + (1.5 * frameAdj))) >= endX) { setSprites(); } } else { r2._x = r2._x - (1.5 * frameAdj); if (((r1._x = r1._x - (1.5 * frameAdj))) <= endX) { setSprites(); } } lTime = cTime; } }; #endinitclipSymbol 147 MovieClip [resizeBlock] Frame 1this.lastTime = getTimer(); this.onEnterFrame = function () { if ((getTimer() - this.lastTime) >= 45000) { if (this._visible) { this.play(); } this.lastTime = getTimer(); } }; this.stop();Symbol 147 MovieClip [resizeBlock] Frame 120this.gotoAndStop(1);Symbol 149 MovieClip [MegamanEngine] Frame 1#initclip 4 function LibItem(str, command) { this.str = str; this.command = command; } _global.MME = new Object(); _global.maps = new Object(); MME.collisionDetect = function () { with (this.root) { var i = 0; while (i <= (eList.length - 1)) { if (eList[i].active && (this.hitTest(eList[i]))) { return(eList[i]); } i++; } } return(null); }; MME.enemyCollisionDetect = function () { with (this) { return(((root.megamanLink.megaman.active && (this.hitTest(root.megamanLink.megaman))) ? (root.megamanLink.megaman) : null)); } }; MME.emptyFunction = function () { }; MME.SpecialSetPosition = function (i, j) { with (this.root.mapObj) { this._x = offsetX + i; this._y = offsetY + j; } }; MME.SpecialSetPositionTile = function (i, j) { with (this.root.mapObj) { this._x = offsetX + (i * 16); this._y = offsetY + (j * 16); } }; MME.SpecialGetPosition = function (i, j) { with (this.root.mapObj) { return({x:offsetX + i, y:offsetY + j}); } }; MME.SpecialGetPositionTile = function (i, j) { with (this.root.mapObj) { return({x:offsetX + (i * 16), y:offsetY + (j * 16)}); } }; MME.EmptyActiveClip = function () { }; var p = ((MME.EmptyActiveClip.prototype = new MovieClip())); p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.setPos = MME.SpecialSetPosition; p.setPosTile = MME.SpecialSetPositionTile; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.EmptyActiveObj = function () { }; var p = MME.EmptyActiveObj.prototype; p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.ActiveGroup = function () { this.c = {}; }; var p = ((MME.ActiveGroup.prototype = new MME.EmptyActiveObj())); p.addClip = function () { this.c[arguments[0]] = {linkID:arguments[1], depthType:arguments[2], attached:false}; }; p.applyClips = function (obj) { for (var i in this.c) { if (this[i] != obj) { obj[i] = this[i]; } } }; p.destroyClip = function (i) { for (var a in this.c) { if (a == i) { this.c.splice(a, 1); } } if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } delete this[i]; }; p.init = function () { for (var i in this.c) { this[i].init(); } }; p.attachClips = function () { with (this) { for (var i in c) { if (!c[i].attached) { c[i].attached = true; } else { continue; } this[i] = root.attachMov(c[i].linkID, root.registerDepth(c[i].depthType)); } } }; p.hide = function () { for (var i in this.c) { this[i].hide(); } }; p.show = function () { for (var i in this.c) { this[i].show(); } }; p.destroy = function () { this.destroyClips(); this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; p.destroyClips = function () { for (var i in this.c) { if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } } this.c = {}; }; delete p; MME.ActiveClip = function () { }; var p = ((MME.ActiveClip.prototype = new MME.EmptyActiveClip())); p.attachMov = function (linkID, depth, initObj) { return(this.attachMovie(linkID, (linkID + "_") + depth, depth, initObj)); }; p.hide = function () { if (this.visStore == undefined) { this.visStore = this._visible; this._visible = false; } }; p.show = function () { if (this.visStore != undefined) { this._visible = this.visStore; delete this.visStore; } }; p.destroy = function () { this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; delete p; MME.EnemyControl = function () { this.off = 0; this.active = true; this.lst = []; }; MME.EnemyControl.prototype = new MME.EmptyActiveObj(); MME.EnemyControl.prototype.push = function (obj) { return((this.lst[this.lst.length] = obj)); }; MME.EnemyControl.prototype.fullCheck = function () { var count = true; var preOff = ((this.off = 0)); while ((preOff != this.off) || (count)) { this.control(); count = false; } }; MME.EnemyControl.prototype.control = function () { var bnds; var obj; with (this) { off = ((off >= 2) ? 0 : (off + 1)); switch (root.mapObj.scroll) { case 0 : case 2 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.xMax - 8) < root.mapPosX) || ((bnds.xMin + 8) > (root.mapPosX + 256))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); case 1 : case 3 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.yMax - 8) < root.mapPosY) || ((bnds.yMin + 8) > (root.mapPosY + 232))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); } } }; MME.MapData = function () { this.linkID = arguments[0]; this.dataStartX = (this.offsetX = arguments[1]); this.dataStartY = (this.offsetY = arguments[2]); this.startX = arguments[3]; this.startY = arguments[4]; this.scroll = arguments[5]; this.onBegin = arguments[6]; this.onStart = arguments[7]; this.trans = arguments[8]; this.map = arguments[9]; this.altMap = arguments[10]; this.height = this.map.length; this.width = this.map[0].length; }; MME.MapTrans = function () { this.mapID = arguments[0]; this.offsetX = arguments[1]; this.offsetY = arguments[2]; this.scrollType = arguments[3]; this.newScroll = arguments[4]; this.push = arguments[5]; }; MME.MegamanEngine = function () { this.mapPosX = 0; this.mapPosY = 0; this.maps = new Object(); this.mapData = null; this.mapObj = null; this.soundList = new Object(); this.sndBGmusic = null; this.activeObj = new Array(); this.lastTime = getTimer(); this.key = new Object(); this.resetKeys(1); this.depthList = new Array(); this.megamanLink = null; this.onEnterFrameSub = null; this.currentArea = null; this.speed = 1; this.menuStatus = 0; this._quality = "LOW"; this.eList = new Array(); this.chtSys = new MME.CheatSystem(this, "chtSys"); this.ahoy = sharedobject.getlocal("mmvs", "/"); this.ahoy.tStatus = "none"; this.debugMap = false; this.cheatSkipMov = false; this.freezeCheck = false; this.disturb = false; this.char = 0; this.forceLag = 0; this.forceMax = false; this.removeLimit = false; this.onEnterFrameSub = null; this.reloadData = null; this.musicOn = true; }; Object.registerClass("MegamanEngine", MME.MegamanEngine); var p = ((MME.MegamanEngine.prototype = new MovieClip())); p.load = function (data) { this.reloadData = data; this.onEngineLoad = data.onEngineLoad; this.onEngineLoad(data); delete this.onEngineLoad; }; p.reloadGame = function () { this.unloadAll(); stopAllSounds(); var s = new Sound(); s.setVolume(100); this._x = (this._y = 0); this.load(this.reloadData); }; p.clearSA = function () { delete this.ahoy.onStatus; delete this.ahoy.tmpInfo; this.ahoy.tStatus = "none"; }; p.saveArray = function (id, arr) { var out = 0; var i = 0; while (i <= (arr.length - 1)) { if (arr[i]) { out = out + Math.pow(2, i); } i++; } if (this.ahoy.data[id] != out) { } this.ahoy.data[id] = out; if (this.ahoy.tStatus == "none") { var jiggle = this.ahoy.flush(); if (jiggle == "pending") { this.ahoy.onStatus = function (i) { this.tStatus = "status"; this.tmpInfo = i.code; }; this.ahoy.tmpInfo = null; this.ahoy.tStatus = "waiting"; } else { this.ahoy.tStatus = "autoreturn"; } } if (this.ahoy.tStatus == "status") { if (this.ahoy.tmpInfo == "SharedObject.Flush.Success") { } else if (this.ahoy.tmpInfo == "SharedObject.Flush.Failed") { this.clearSA(); return(false); } } else if (this.ahoy.tStatus == "autoreturn") { if (jiggle == false) { return(false); } } else if (this.ahoy.tStatus == "waiting") { return("pending"); } var verify = this.getArray(id, arr.length); if ((verify == null) || (verify.length != arr.length)) { return(false); } var i = 0; while (i <= (arr.length - 1)) { if ((arr[i] ? true : false) != (verify[i] ? true : false)) { return(false); } i++; } return(true); }; p.getArray = function (id, digits) { var out = new Array(); var conv = this.ahoy.data[id]; if (((typeof(conv) != "number") || (conv < 0)) || (conv != Math.floor(conv))) { conv = 0; } if ((!digits) || (digits < 0)) { digits = 0; } while (conv >= Math.pow(2, digits)) { digits++; } if (digits == 0) { out[0] = 0; } else { var i = 0; while (i <= (digits - 1)) { if (conv == 0) { out[i] = 0; } else { conv = (conv - ((out[i] = conv % 2))) / 2; } i++; } } return(out); }; p.startArea = function (areaID) { this.currentArea = areaID; this.startLevel(this.currentArea[(areaID.onStart ? (areaID.onStart(this)) : 0)], "introLevel"); }; p.drawInfo = function () { var colorList = [16711680, 65280, 255, 16711935]; var mpObj = this.mapObj; with (mpObj.createEmptyMovieClip("tileClip", 10)) { var slb = 0; while (slb <= (mpObj.map.length - 1)) { var slc = 0; while (slc <= (mpObj.map[slb].length - 1)) { var col = colorList[mpObj.map[slb][slc]]; var x = (((slc * 16) + mpObj.dataStartX) + mpObj.startX); var y = (((slb * 16) + mpObj.dataStartY) + mpObj.startY); lineStyle(0, col, 100); beginFill(col, 100); moveTo(x + 4, y + 4); lineTo(x + 12, y + 4); lineTo(x + 12, y + 12); lineTo(x + 4, y + 12); lineTo(x + 4, y + 4); endFill(); if (this.mapObj.altMap[slb][slc]) { lineStyle(0, 65535, 100); beginFill(65535, 100); moveTo(x + 8, y + 5); lineTo(x + 5, y + 8); lineTo(x + 8, y + 11); lineTo(x + 11, y + 8); lineTo(x + 8, y + 5); endFill(); } slc++; } slb++; } } }; p.startLevel = function (levelData, loadType) { if (loadType == "transLevel") { var data = this.currentArea[levelData.mapID]; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); newLevelObj.plfrms = []; var trans = (new MME.Trans()); trans.root = this; trans.setTrans(levelData, this.mapObj, newLevelObj); this.mapObj = (this.mapData = newLevelObj); this.attachObj(trans); if (data.onBegin) { data.onBegin(this, trans); } } else if (loadType == "introLevel") { var data = levelData; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); this.mapObj = (this.mapData = newLevelObj); newLevelObj.plfrms = []; newLevelObj._x = -levelData.startX; newLevelObj._y = -levelData.startY; this.mapPosX = (this._x = 0); this.mapPosY = (this._y = 0); var obj = {}; if (data.onBegin) { data.onBegin(this, obj); } if (data.onStart) { data.onStart(this, obj); } if (this.freezeCheck) { this.freeDragMap(); } } if (this.debugMap) { newLevelObj.onMouseDown = function () { this._parent.consoleMsg(((((((("mousex " + ((this._xmouse - data.dataStartX) - data.startX)) + ", mousey ") + ((this._ymouse - data.dataStartY) - data.startY)) + "\r") + "tilex ") + Math.floor(((this._xmouse - data.dataStartX) - data.startX) / 16)) + ", tiley ") + Math.floor(((this._ymouse - data.dataStartY) - data.startY) / 16), 10); }; this.drawInfo(); } }; p.freeDragMap = function () { this.doEffect("pause", 0); this.mapObj.root = this; this.tmpSaveX = this._x; this.tmpSaveY = this._y; this.mapObj.onEnterFrame = function () { if (Key.isDown(32)) { delete this.onEnterFrame; delete this.root.onPress; delete this.root.onRelease; delete this.root.onReleaseOutside; this.root._x = this.root.tmpSaveX; this.root._y = this.root.tmpSaveY; delete this.root.tmpSaveX; delete this.root.tmpSaveY; this.root.doEffect("pause", 1); } }; this.onPress = function () { this.startDrag(); }; this.onRelease = (this.onReleaseOutside = function () { this.stopDrag(); }); }; MME.Trans = function () { this.scrollType = null; this.oldMap = null; this.oldMapData = null; this.active = false; this.data1 = 0; this.subMode = 0; this.startX = 0; this.startY = 0; this.endX = 0; this.endY = 0; this.megamanPos = 0; }; MME.Trans.prototype = new MME.EmptyActiveObj(); MME.Trans.prototype.setTrans = function (data, oldMap, newMap) { this.data = data; this.oldMap = oldMap; this.newMap = newMap; this.scrollType = data.scrollType; this.active = true; this.data1 = 0; this.subMode = 0; this.root.doEffect("destroy", 0, true); this.root.megamanLink.active = false; newMap._x = ((oldMap._x + oldMap.startX) + data.offsetX) - newMap.startX; newMap._y = ((oldMap._y + oldMap.startY) + data.offsetY) - newMap.startY; this.root.mapPosX = (oldMap._x + oldMap.startX) + data.offsetX; this.root.mapPosY = (oldMap._y + oldMap.startY) + data.offsetY; newMap.offsetX = newMap.offsetX + this.root.mapPosX; newMap.offsetY = newMap.offsetY + this.root.mapPosY; switch (newMap.scroll) { case 0 : case 2 : this.root.mapPosX = this.root.mapPosX + data.newScroll; break; case 1 : case 3 : this.root.mapPosY = this.root.mapPosY + data.newScroll; } this.startX = this.root._x; this.startY = this.root._y; switch (this.scrollType) { case "down" : this.endY = -240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = data.push; break; case "up" : this.endY = 240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = -data.push; break; case "right" : this.endX = -256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = data.push; break; case "left" : this.endX = 256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = -data.push; break; } if (data.newScroll < 0) { switch (newMap.scroll) { case 0 : case 2 : this.setScrollX = 0; this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); break; case 1 : case 3 : this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = 0; } } else { this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); } this.root.megamanLink.megaman.damageSpark._visible = false; this.root.megamanLink.megaman._visible = true; this.root.warnChange(); }; MME.Trans.prototype.destroy = function () { this.root.megamanLink.active = true; this.root.megamanLink.transferFix = false; this.root.unregisterDepth(this.oldMap.getDepth()); this.oldMap.removeMovieClip(); if (this.newMap.onStart) { this.newMap.onStart(this.root, this); } if (this.root.freezeCheck) { this.root.freeDragMap(); } }; MME.Trans.prototype.control = function (f) { with (this) { if (subMode == 0) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (setScrollX * (data1 / -60)); root._y = startY - (setScrollY * (data1 / -60)); if (data1 == 60) { data1 = 0; subMode = 1; startX = root._x; startY = root._y; } } else if (subMode == 1) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (endX * (data1 / -60)); root._y = startY - (endY * (data1 / -60)); switch (scrollType) { case "up" : case "down" : root.megamanLink.megaman._y = megStart - (megEnd * (data1 / (-60))); break; case "left" : case "right" : root.megamanLink.megaman._x = megStart - (megEnd * (data1 / (-60))); } with (root.megamanLink.megaman) { if (mode == "climb") { } } if (data1 == 60) { subMode = 2; } } else if (subMode == 2) { root.destroySelf(this); } } }; MME.KeyCatcher = function () { this.reportObj = null; this.reportProp = null; this.list = new Object(); Key.addListener(this); }; MME.KeyCatcher.prototype = new MovieClip(); MME.KeyCatcher.prototype.setReport = function (func, obj) { this.reportFunc = func; this.reportObj = obj; }; MME.KeyCatcher.prototype.blockKey = function (keyCode) { this.list[keyCode] = 2; }; MME.KeyCatcher.prototype.onKeyDown = function () { if (this.list[Key.getCode()] != 2) { this.list[Key.getCode()] = 1; } }; MME.KeyCatcher.prototype.onKeyUp = function () { if (this.list[Key.getCode()]) { if (((this.list[Key.getCode()] != 2) && (this.reportObj)) && (this.reportFunc)) { this.reportFunc(this.reportObj, Key.getCode()); } this.list[Key.getCode()] = 0; } }; MME.KeyCatcher.prototype.destroy = function () { this.root.unregisterDepth(this.getDepth()); Key.removeListener(this); this.subRemoveMovieClip(); }; MME.KeyCatcher.prototype.subRemoveMovieClip = MME.KeyCatcher.prototype.removeMovieClip; MME.KeyCatcher.prototype.removeMovieClip = function () { Key.removeListener(this); this.subRemoveMovieClip(); }; MME.Movie = function () { this.active = true; this.complete = false; this.isComplete = false; this.isPlaying = this._totalframes > 1; this.frame = 0; this.reportList = []; this.clipList = {}; if (!this.onComplete) { this.onComplete = null; } }; MME.Movie.prototype = new MME.ActiveClip(); MME.Movie.prototype.gts = MME.Movie.prototype.gotoAndStop; MME.Movie.prototype.gtp = MME.Movie.prototype.gotoAndPlay; MME.Movie.prototype.s = MME.Movie.prototype.stop; MME.Movie.prototype.p = MME.Movie.prototype.play; MME.Movie.prototype.gotoAndStop = function (frame) { this.isPlaying = false; this.gts(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.gotoAndPlay = function (frame) { this.isPlaying = true; this.gtp(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.stop = function () { this.isPlaying = false; this.s(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.stopClip = function (name) { delete this.clipList[name]; }; MME.Movie.prototype.control = function (f) { if (this.isPlaying) { var inc = Math.floor(this.frame); var cFrm = Math.floor((this.frame = this.frame + f)); while (this.isPlaying && (inc < cFrm)) { inc++; while (inc > this._totalframes) { inc = inc - (this._totalframes - 1); cFrm = cFrm - (this._totalframes - 1); this.frame = this.frame - (this._totalframes - 1); } this.gts(Math.floor(inc) + 1); this.onEnterFrame2(); } if (this.isPlaying) { for (var i in this.reportList) { this.reportList[i].control(f); } for (var i in this.clipList) { with (this.clipList[i]) { frm = frm + f; while (frm > _totalframes) { frm = frm - (_totalframes - 1); } gotoAndStop(Math.floor(frm)); } } } } if ((this.complete || (this.root.cheatSkipMov)) && (!this.isComplete)) { this.isComplete = true; if (this.onComplete) { this.onComplete(); } } if (((!this.complete) || (!this.root.cheatSkipMov)) && (this.isComplete)) { this.isComplete = false; } }; Array.prototype.addItem = function (data) { this[this.length] = data; }; Array.prototype.removeItem = function (index) { this.splice(index, 1); }; ASSetPropFlags(Array.prototype, ["addItem", "removeItem"], 1); MME.LocArray = function () { var rArr = {}; var i = 0; while (i <= (arguments.length - 1)) { arguments[i + 3] = arguments[i + 3] + arguments[i + 1]; arguments[i + 4] = arguments[i + 4] + arguments[i + 2]; var y = arguments[i + 2]; while (y <= (arguments[i + 4] - 1)) { if (!rArr[y]) { rArr[y] = {}; } var x = arguments[i + 1]; while (x <= (arguments[i + 3] - 1)) { rArr[y][x] = arguments[i]; x++; } y++; } i = i + 5; } return(rArr); }; p.consoleMsg = function (msg, timeout) { this.console.showMsg(msg, (timeout ? (timeout) : 3)); }; MME.HealthSys = function (max, reset, clip) { this.clip = null; this.health = 0; this.max = 0; this.min = 0; this.dead = false; if (max) { this.setMax(max); } if (clip) { this.setClip(clip); } if (reset) { this.reset(); } }; MME.HealthSys.prototype.setClip = function (clip) { this.clip = clip; this.checkClip(); }; MME.HealthSys.prototype.detachClip = function () { this.clip = null; }; MME.HealthSys.prototype.checkClip = function () { if (this.clip) { if (this.max != this.min) { this.clip.gotoAndStop((Math.floor((this.health / (this.max - this.min)) * (this.clip._totalframes - 1)) + 1) + this.min); } else { this.clip.gotoAndStop(1); } } }; MME.HealthSys.prototype.setMax = function (max, reset) { if ((this.health > ((this.max = max))) || (reset)) { this.health = max; } this.dead = this.health <= this.min; this.checkClip(); }; MME.HealthSys.prototype.setMin = function (min) { if (this.health <= ((this.min = min))) { this.health = min; this.dead = true; } this.checkClip(); }; MME.HealthSys.prototype.set = function (health) { var preHealth = this.health; if (((this.health = health)) <= this.min) { this.health = this.min; this.dead = true; } else if (health >= this.max) { this.health = this.max; this.dead = false; } else { this.dead = false; } this.checkClip(); return(preHealth - this.health); }; MME.HealthSys.prototype.adj = function (change) { return(this.set(this.health + change)); }; MME.HealthSys.prototype.kill = function () { var preHealth = this.health; this.health = this.min; this.dead = true; this.checkClip(); return(preHealth - this.min); }; MME.HealthSys.prototype.reset = function () { this.health = this.max; this.dead = false; this.checkClip(); }; MME.TransObj = function (root) { this.root = root; this.list = []; }; MME.TransObj.prototype = new MME.EmptyActiveObj(); MME.TransObj.prototype.destroy = function () { for (var i in this.list) { this.root.unregisterDepth(this.list[i].getDepth()); this.list[i].removeMovieClip(); } this.list = []; }; MME.TransObj.prototype.addClip = function (clip, depthType, x, y, frame) { var npos = this.getPos(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType)))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.TransObj.prototype.addClipTile = function (clip, depthType, x, y, frame) { var npos = this.getPosTile(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType), new EmptyActiveClip()))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.Pause = function (timeout, onComplete, data) { this.active = true; this.data1 = timeout; this.onComplete = onComplete; this.data = data; }; MME.Pause.prototype = new MME.EmptyActiveObj(); MME.Pause.prototype.control = function (f) { if (((this.data1 = this.data1 - f)) <= 0) { this.onComplete(this.data); this.active = false; root.destroyActiveObj(root.findActiveObj(this)); } }; MME.MovieShow = function () { this.show = []; this.pos = 0; this.keyIsDown = false; this.canSkip = false; this.isDown(); this.endTime = 0; this.const = {}; this.onComplete = null; this.active = false; }; MME.MovieShow.prototype.isDown = function () { if ((Key.isDown(32) || (Key.isDown(13))) || (Key.isDown(this.root.key.keyStart))) { if (!this.keyIsDown) { this.keyIsDown = true; return(this.canSkip); } } else { this.keyIsDown = false; } return(false); }; MME.MovieShow.prototype.destroy = function () { if (this.pos <= (this.show.length - 1)) { this.show[this.pos].destroy(); } }; MME.MovieShow.prototype.init = function (onComplete) { var waitTime = 0; var index = 0; this.onComplete = onComplete; var i = 1; while (i <= (arguments.length - 1)) { switch (typeof(arguments[i])) { case "object" : case "movieclip" : this.show[index] = arguments[i]; this.show[index].wait = waitTime; this.show[index].playMov = false; this.show[index].root = this.root; this.show[index++].parent = this; waitTime = 0; break; case "number" : waitTime = waitTime + arguments[i]; } i++; } this.endTime = waitTime; this.pos = 0; this.active = true; }; MME.MovieShow.prototype.control = function (f) { if (this.show[this.pos].playMov) { if (this.show[this.pos].onTick(f) || (this.isDown())) { this.show[this.pos].destroy(); if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); } } } else { if (this.isDown()) { if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); return(undefined); } } if (((this.show[this.pos].wait = this.show[this.pos].wait - f)) <= 0) { this.show[this.pos].create(); this.show[this.pos].playMov = true; this.control(0); } } }; p.resetKeys = function (type) { switch (type) { case 1 : this.key.keyJump = 90; this.key.keyShoot = 88; this.key.keyLeft = Key.LEFT; this.key.keyRight = Key.RIGHT; this.key.keyUpward = Key.UP; this.key.KeyDownward = Key.DOWN; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); return; case 2 : this.key.keyJump = 191; this.key.keyShoot = 190; this.key.keyLeft = 65; this.key.keyRight = 68; this.key.keyUpward = 87; this.key.KeyDownward = 83; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); } }; p.chkPlatformH = function (a, b, y, p) { with (p) { return(!(((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2))))); } }; p.canMoveHorizontal = (p.chkMapH = function (a, b, x) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((x > x1) && (x < x2)) && ((((a <= y1) && (b >= y1)) || ((a <= y2) && (b >= y2))) || ((a >= y1) && (b <= y2)))) { return(false); } } } b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); a = Math.floor((a - offsetY) / 16); while (a <= b) { if (map[a][x] == 2) { return(false); } a++; } return(true); } }); p.canMoveVertical = (p.chkMapV = function (a, b, y, o) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2)))) { return(false); } } } b = Math.floor((b - offsetX) / 16); y = Math.floor((y - offsetY) / 16); a = Math.floor((a - offsetX) / 16); while (a <= b) { if ((map[y][a] == 2) || (o && (map[y][a] == 3))) { return(false); } a++; } return(true); } }); p.canMoveBox = (p.chkMapBX = function (x, y, a, b, o) { with (this.mapObj) { a = Math.floor((a - offsetX) / 16); b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); while (x <= a) { y = Math.floor((y - offsetY) / 16); while (y <= b) { if ((map[y][x] == 2) || (o && (map[y][x] == 3))) { return(false); } y++; } x++; } return(true); } }); p.canMovePos = (p.chkMapPos = function (x, y, o) { with (this.mapObj) { return((o ? ((map[(y = Math.floor((y - offsetY) / 16))][(x = Math.floor((x - offsetX) / 16))] == 2) || (map[y][x] == 3)) : (map[Math.floor((y - offsetY) / 16)][Math.floor((x - offsetX) / 16)] == 2))); } }); p.prepareSound = function (soundID) { if (!this.soundList[soundID]) { this.soundList[soundID] = []; } var index = this.soundList[soundID].length; this.soundList[soundID][index] = new Sound(this); this.soundList[soundID][index].attachSound(soundID); this.soundList[soundID][index].root = this; return(this.soundList[soundID][index]); }; p.startSound = function (sound, loop, start) { var snd = this.soundList[sound]; if (!snd) { var out = this.prepareSound(sound); out.start((start ? (start) : 0), (loop ? 1000000000 : 0)); out.loopin = loop; return(out); } var i = 0; while (i <= (snd.length - 1)) { if (!snd[i].position) { snd[i].start((start ? (start) : 0), (loop ? 1000000000 : 0)); snd[i].loopin = loop; return(snd[i]); } i++; } var out = this.prepareSound(sound); out.start(0, (loop ? 1000000000 : 0)); out.loopin = loop; return(out); }; p.stopSound = function (sound) { var snd = this.soundList[sound]; var i = 0; while (i <= (snd.length - 1)) { if (snd[i].position) { snd[i].stop(sound); } i++; } }; p.setBGmusic = function (snd) { this.sndBGmusic = snd; }; p.stopBGmusic = function () { this.stopSound(this.sndBGmusic); }; p.startBGmusic = function () { this.startSound(this.sndBGmusic); }; p.changeDepths = function (obj, newType) { var oldDepth = obj.getDepth(); obj.swapDepths(this.registerDepth(newType)); this.unregisterDepth(oldDepth); }; p.registerDepth = function (type) { var index = 0; switch (type) { case "lower" : index = 100; break; case "low" : index = 200; break; case "high" : index = 300; break; case "fg" : index = 400; break; case "powerfg" : index = 500; } while (this.depthList[index]) { index++; } this.depthList[index] = true; return(index); }; p.unregisterDepth = function (depth) { this.depthList[depth] = false; }; p.registerEnemy = function (obj) { var returnIndex = this.eList.length; this.eList[returnIndex] = obj; return(returnIndex); }; p.unregisterEnemy = function (obj) { for (var i in this.eList) { if (obj == this.eList[i]) { this.eList.removeItem(i); } } }; p.getRoot = function (obj) { obj.root = this; return(obj); }; p.SetRoot = function (root) { this.root = root; }; p.attachMov = function (clipID, newDepth, initObj) { if (!initObj) { initObj = {root:this}; } else { initObj.root = this; } return(this.attachMovie(clipID, (clipID + "_") + newDepth, newDepth, initObj)); }; p.attachObjMov = function (clipID, depthType, attachFirst) { return(this.attachObj(this.attachMov(clipID, this.registerDepth(depthType)), attachFirst)); }; p.attachObj = function (obj, startOfList) { obj.root = this; if (startOfList) { this.activeObj.unshift(obj); } else { this.activeObj.addItem(obj); } return(obj); }; p.findActiveObj = function (obj) { var ica = 0; while (ica <= (this.activeObj.length - 1)) { if (this.activeObj[ica] == obj) { return(ica); } ica++; } return(-1); }; p.destroyActiveObj = function (index) { if (index >= 0) { var obj = this.activeObj[index]; this.activeObj.splice(index, 1); obj.destroy(); } }; p.destroySelf = function (obj) { this.destroyActiveObj(this.findActiveObj(obj)); }; p.unloadAll = function () { this.doEffect("destroy"); this.megamanLink = null; this.unregisterDepth(mapObj.getDepth()); this.mapObj.removeMovieClip(); }; p.doEffect = function (effect, direction, special) { if (effect == "pause") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { if (!this.activeObj[rmg].altActive) { this.activeObj[rmg].altActive = this.activeObj[rmg].active; this.activeObj[rmg].active = false; } rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { if (this.activeObj[rmf].altActive != undefined) { this.activeObj[rmf].active = this.activeObj[rmf].altActive; delete this.activeObj[rmf].altActive; } rmf++; } } } else if (effect == "hide") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { this.activeObj[rmg].hide(special); rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { this.activeObj[rmf].show(special); rmf++; } } } else if (effect == "destroy") { while (this.activeObj.length > (special ? 1 : 0)) { var pos = (((special && (this.megamanLink)) && (this.findActiveObj(this.megamanLink) == 0)) ? 1 : 0); this.destroyActiveObj(pos); } } }; MME.CheatSystem = function (parent, pProp) { this.pProp = pProp; this.str = ""; this.max = 0; this.parent = parent; this.cheatSpeedUp = 0; this.cheatFBF = 0; var i = 0; while (i <= (this.lib.length - 1)) { if (this.lib[i].str.length > this.max) { this.max = this.lib[i].str.length; } i++; } _global.onOrOff = function (bool) { return((bool ? "on" : (((bool == undefined) ? "error" : "off")))); }; Key.removeListener(_global.globalListen); _global.globalListen = {onKeyDown:function () { this.parent.onKeyDown(); }, onKeyUp:function () { this.parent.onKeyUp(); }, parent:this}; Key.addListener(_global.globalListen); }; MME.CheatSystem.prototype.onKeyDown = function () { if (this.cheatSpeedUp && (Key.getCode() == 192)) { this.parent.speed = 2; } }; MME.CheatSystem.prototype.onKeyUp = function () { with (this) { if (((str = str + String.fromCharCode(Key.getAscii()).toLowerCase())).length > max) { str = str.substring(1, max + 1); } var i = 0; while (i <= (lib.length - 1)) { if (str.indexOf(lib[i].str) >= 0) { str = ""; parent.iWasntHere = lib[i].command; parent.consoleMsg(parent.iWasntHere(parent), 3); delete parent.iWasntHere; } i++; } if (cheatSpeedUp && (Key.getCode() == 192)) { parent.speed = 1; } } }; MME.CheatSystem.prototype.lib = [new LibItem("sloth", function (parent) { parent.speed = ((parent.speed != 0.25) ? 0.25 : 1); return("speed = " + parent.speed); }), new LibItem("supersonic", function (parent) { parent.speed = ((parent.speed != 3) ? 3 : 1); return("speed = " + parent.speed); }), new LibItem("sonic", function (parent) { parent.speed = ((parent.speed != 2) ? 2 : 1); return("speed = " + parent.speed); }), new LibItem("prescan", function (parent) { parent.freezeCheck = !parent.freezeCheck; return("freeze check mode " + onOrOff(parent.freezeCheck)); }), new LibItem("disturb", function (parent) { parent.disturb = !parent.disturb; return("disturb mode is " + onOrOff(parent.disturb)); }), new LibItem("squint", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 0.5) ? 0.5 : 1); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("toomanyenemies", function (parent) { parent.speed = ((parent.speed != 0.5) ? 0.5 : 1); return("speed = " + parent.speed); }), new LibItem("whatsup", function (parent) { parent.parent.fpsButton._visible = !parent.parent.fpsButton._visible; return("fps counter " + onOrOff(parent.parent.fpsButton._visible)); }), new LibItem("selfpoke", function (parent) { parent.megamanLink.megaman.strike({stop:function () { }}, 1); return("stop poking yourself"); }), new LibItem("poke", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 1); i++; } return("stop poking me"); }), new LibItem("powerlag", function (parent) { parent.forceLag = ((parent.forceLag != 4) ? 4 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 4; return("forced lag = " + parent.forceLag); }), new LibItem("fceultra", function (parent) { parent.chtSys.cheatSpeedUp = !parent.chtSys.cheatSpeedUp; return("fceultra mode " + onOrOff(parent.chtSys.cheatSpeedUp)); }), new LibItem("flyby", function (parent) { parent.parent.resizeBlock.play(); return("flyby animation triggered"); }), new LibItem("scale", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 1) ? 1 : 2); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("apocalypse", function (parent) { parent.unloadAll(); return("all data unloaded"); }), new LibItem("bluebits", function (parent) { parent.megamanLink.megaman.death(); return(("die " + (parent.char ? "proto" : "mega")) + "man die"); }), new LibItem("kablammo", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 9999); i++; } return("enemies damaged by 9999"); }), new LibItem("mario", function (parent) { parent.megamanLink.megaman.cheatSuperJump = !parent.megamanLink.megaman.cheatSuperJump; return("super jump " + onOrOff(parent.megamanLink.megaman.cheatSuperJump)); }), new LibItem("takethis", function (parent) { parent.megamanLink.megaman.cheatPowerShot = !parent.megamanLink.megaman.cheatPowerShot; return("power shot " + onOrOff(parent.megamanLink.megaman.cheatPowerShot)); }), new LibItem("getoverit", function (parent) { parent.megamanLink.megaman.cheatFlySlide = !parent.megamanLink.megaman.cheatFlySlide; return("fly slide " + onOrOff(parent.megamanLink.megaman.cheatFlySlide)); }), new LibItem("debugmap", function (parent) { parent.debugMap = !parent.debugMap; return("debug map " + onOrOff(parent.debugMap)); }), new LibItem("checkmap", function (parent) { parent.drawInfo(); return("map data drawn"); }), new LibItem("canttouchthis", function (parent) { parent.megamanLink.megaman.cheatHealth = !parent.megamanLink.megaman.cheatHealth; return("invulnerability"); }), new LibItem("blind", function (parent) { if ((parent.blinded = !parent.blinded)) { parent.doEffect("hide", 0, "forceHide"); return("all sprites hidden"); } parent.doEffect("hide", 1); return("all sprites unhidden"); }), new LibItem("laggin", function (parent) { parent.forceLag = ((parent.forceLag != 3) ? 3 : 0); parent.forceMax = false; return("forced lag = " + parent.forceLag); }), new LibItem("stfu", function (parent) { parent.cheatSkipMov = !parent.cheatSkipMov; return("skip movies " + onOrOff(parent.cheatSkipMov)); }), new LibItem("icantakeit", function (parent) { parent.forceLag = 0; parent.forceMax = !parent.forceMax; return("full speed " + onOrOff(parent.forceMax)); }), new LibItem("quirky", function (parent) { parent.removeLimit = !parent.removeLimit; return("20fps lag limit " + onOrOff(parent.removeLimit)); }), new LibItem("whatthecrap", function (parent) { parent.forceLag = ((parent.forceLag != 8) ? 8 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 8; return("forced lag = " + parent.forceLag); }), new LibItem("smooth", function (parent) { parent._quality = ((parent._quality != "BEST") ? "BEST" : "LOW"); return("movie quality = " + parent._quality); }), new LibItem("softreset", function (parent) { parent.reloadGame(); return("reset game"); }), new LibItem("freakylag", function (parent) { if (parent.freakyLagClip) { parent.forceLag = 0; parent.freakyLag.removeMovieClip(); return("freaky lag off"); } parent.forceLag = (Math.random() * 2) + 1; parent.forceMax = false; parent.removeLimit = false; var clip = parent.createEmptyMovieClip("freakyLagClip", parent.registerDepth("bg")); clip.control = function () { this.root.forceLag = (Math.random() * 2) + 1; }; clip.active = true; parent.attachObj(clip); return("freaky lag on"); })]; p.warnChange = function () { this.cfa = -1; }; p.onEnterFrame = function () { with (this) { var currentTime = getTimer(); var f = ((currentTime - lastTime) / 16.6666666666667); while (f < forceLag) { f = (((currentTime = getTimer())) - lastTime) / 16.6666666666667; } if (forceMax) { f = 1; } else if ((((f = f * speed)) > 2.7) && (!removeLimit)) { f = 2.7; } if (f < (forceLag - 1)) { return(null); } lastTime = currentTime; if (onEnterFrameSub) { onEnterFrameSub(); onEnterFrameSub = null; } var l = (activeObj.length - 1); var i = 0; while (i <= l) { if (activeObj[i].active) { activeObj[i].control(f); } i++; } if (parent.fpsButton._visible) { var acTime = (getTimer() - currentTime); fps.text = ((Math.floor(60 / f) + "/60 (") + ((acTime < 10) ? ("0" + acTime) : (acTime))) + ")"; } } }; delete p; #endinitclipSymbol 154 MovieClip [displayFont] Frame 1#initclip 66 function DisplayFont() { this.pX = 0; this.pY = 0; this.maxWidth = 0; this.height = 0; this.width = 0; this.letters = []; this.index = 0; this.draw(); } var p = ((DisplayFont.prototype = new MME.ActiveClip())); Object.registerClass("displayFont", DisplayFont); p.draw = function () { with (this) { letters = []; str = str.toString().toLowerCase(); pX = 0; pY = 0; maxWidth = 0; index = 0; var list = []; var i = 0; while (i <= (str.length - 1)) { list[i] = str.charAt(i); i++; } addLetters(list); if (align == "center") { _x = _x - ((maxWidth * charWidth) / 2); } else if (align == "right") { _x = _x - ((maxWidth + 1) * charWidth); } } }; p.addLetters = function (list) { with (this) { var i = 0; while (i <= (list.length - 1)) { if (pX > maxWidth) { maxWidth = pX; } if (list[i] != " ") { if (list[i] == "\r") { pX = -1; pY++; } else { letters[index] = attachMovie(font, "font_" + index, index++, {symbol:list[i], rgb:(this.fontColor ? (this.fontColor) : 16777215), _x:charWidth * pX, _y:charHeight * pY}); } } i++; pX++; } height = charHeight * (pY + 1); width = charWidth * (maxWidth + 1); clear(); var drawBG = (typeof(this.bgColor) == "number"); lineStyle(0, (drawBG ? (this.bgColor) : 0), (drawBG ? 100 : 0)); beginFill((drawBG ? (this.bgColor) : 0), (drawBG ? 100 : 0)); moveTo(0, 0); lineTo(width, 0); lineTo(width, height); lineTo(0, height); lineTo(0, 0); endFill(); } }; p.erase = function () { this.clear(); for (var i in this.letters) { this.letters[i].removeMovieClip(); } }; p.reset = function () { this.erase(); this.draw(); }; p.charWidth = 8; p.charHeight = 8; delete p; #endinitclipSymbol 182 MovieClip [pickupSprite] Frame 1#initclip 78 Object.registerClass("pickupSprite", MME.Pickup); #endinitclipSymbol 194 MovieClip Frame 1this.stop();Instance of Symbol 154 MovieClip [displayFont] in Symbol 194 MovieClip 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 194 MovieClip 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 194 MovieClip Frame 20this.play();Symbol 195 MovieClip [gngMainMenu] Frame 1#initclip 69 Object.registerClass("gngMainMenu", MME.MegamanMenu); #endinitclipSymbol 196 MovieClip [gngKeyCatcher] Frame 1#initclip 68 Object.registerClass("gngKeyCatcher", MME.KeyCatcher); #endinitclipSymbol 199 MovieClip Frame 1#initclip 7 MME.Image = function () { }; var p = ((MME.Image.prototype = new MME.ClearActiveObj())); p.hide = function () { this._visible = false; }; p.show = function () { this._visible = true; }; delete p; #endinitclipSymbol 201 MovieClip Frame 1#initclip 8 MME.PauseMenu = function () { super(); this.active = false; this.icons = []; this.keyBlock = true; this.megClip = ""; this.megObj = null; this.stopActivity = false; this.startBlock = true; this.focus = 0; }; var p = ((MME.PauseMenu.prototype = new MME.Movie())); p.init = function (data, startIndex, megamanClip) { with (this) { var sndChng = new Sound(); sndChng.setVolume(25); icons = data; megClip = megamanClip; active = true; root.doEffect("hide", 0); _visible = true; root.doEffect("pause", 0); active = true; row = 0; colSwitch = false; root.hud._visible = false; _x = -root._x; _y = -root._y; stopActivity = true; megamanChange = (focus = startIndex); } }; p.attachDisplayClips = function () { var colSwitch = 0; var row = 0; var i = 0; while (i <= (this.icons.length - 1)) { if (this.icons[i]) { with ((this.icons[i].obj = this.wpnEnergy.createEmptyMovieClip("clp_" + i, i + 1))) { _x = (colSwitch ? 112 : 0); _y = row * 16; this.icons[i].obj.index = i; this.icons[i].obj.parent = this; useHandCursor = true; attachMovie(this.icons[i].icon, "icon", 1).gotoAndStop(2); attachMovie("displayFont", "text", 2, {str:this.icons[i].txt, font:"megamanFont", fontColor:16777215, align:"left", _x:24, _y:0}); attachMovie("powerBarH", "powerBar", 3, {_x:32, _y:8}); powerBar.setColor(8947848); this.icons[i].barObj.setClip(powerBar); this.icons[i].barObj.detachClip(powerBar); lineStyle(0, 0, 0); beginFill(0, 0); moveTo(0, 0); lineTo(88, 0); lineTo(88, 16); lineTo(0, 16); lineTo(0, 0); endFill(); this.icons[i].obj.onPress = function () { if (!this.parent.stopActivity) { this.parent.focus = this.index; this.parent.endAni(); } }; this.icons[i].obj.onRollOver = function () { if (!this.parent.stopActivity) { this.parent.destroyWpnFocus(); this.parent.setWpnFocus(this.index); } }; } } if (colSwitch) { row++; colSwitch = false; } else { colSwitch = true; } i++; } this.makeButton(this.options.attachMovie("displayFont", "text1", 1, {str:"change\rscreen\r size", font:"megamanFont", fontColor:16777215, align:"left", _x:-104, _y:0}), function () { if (!this.parent.stopActivity) { this.root.parent.screenAdjust = ((this.root.parent.screenAdjust != 1) ? 1 : 2); this.root.parent.checkSize(); } }, root:this.root, parent:this); this.makeButton(this.options.attachMovie("displayFont", "text2", 2, {str:"reset\rgame", font:"megamanFont", fontColor:16777215, align:"left", _x:64, _y:0}), function () { if (!this.parent.stopActivity) { this.root.reloadGame(); } }, root:this.root, parent:this); with (this.sprites.attachMovie(this.megClip, "megaman", 1)) { _x = _width / -2; _visible = true; gotoAndStop(1); } var megPwrBar; with ((megPwrBar = this.sprites.attachMovie("powerBarH", "powerBar", 2))) { _x = _width / -2; _y = 24; setColor(this.root.megamanLink.megaman.health.clip.rgb); } this.stopActivity = false; this.megObj = new MME.HealthSys(this.root.megamanLink.megaman.health.max, true, megPwrBar); this.megObj.set(this.root.megamanLink.megaman.health.health); this.setWpnFocus(this.focus); }; p.makeButton = function (clip, onClick) { clip.useHandCursor = true; clip.mouseIsDown = false; clip.root = this.root; clip.onRollOver = function () { var tColor = new Color(this); tColor.setRGB(16573600); mouseIsOver = true; }; clip.onRollOut = function () { var tColor = new Color(this); tColor.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); mouseIsOver = false; }; clip.onPress = function () { this.mouseIsDown = true; }; clip.onRelease = function () { if (this.mouseIsDown) { this.onClick(); this.mouseIsDown = false; } }; clip.onReleaseOutside = function () { this.mouseIsDown = false; }; clip.onClick = onClick; }; p.destroyWpnFocus = function () { with (this.icons[this.focus].obj) { var txtCol = new Color(text); txtCol.setTransform({ra:100, ga:100, ba:100, rb:0, gb:0, bb:0}); powerBar.setColor(12369084); icon.gotoAndStop(2); } }; p.setWpnFocus = function (index) { with (this.icons[(this.focus = index)].obj) { powerBar.setColor(59608); var txtCol = new Color(text); txtCol.setRGB(16573600); icon.gotoAndStop(1); } }; p.endAni = function () { var s = new Sound(); s.setVolume(100); this.play(); this.stopActivity = true; }; p.onComplete = function () { this.root.megamanLink.changeSkin(this.icons[this.focus].id); this.destroy(); }; p.destroy = function () { with (this) { _visible = false; root.doEffect("hide", 1); root.doEffect("pause", 1); root.hud._visible = true; } super.destroy(); }; p.control = function (f) { super.control(); if (!this.stopActivity) { var isd = Key.isDown; var keyLeft = isd(this.root.key.keyLeft); var keyRight = isd(this.root.key.keyRight); var keyUpward = isd(this.root.key.keyUpward); var keyDownward = isd(this.root.key.keyDownward); var keyStart = isd(this.root.key.keyStart); var keyAny = (((keyLeft + keyRight) + keyUpward) + keyDownward); if ((!keyAny) && (this.keyBlock)) { this.keyBlock = false; } if (keyAny && (!this.keyBlock)) { this.destroyWpnFocus(); var index = this.focus; var originalIndex = index; if (keyLeft) { do { index--; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyRight) { do { index++; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyUpward) { do { index = index - 2; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } else if (keyDownward) { do { index = index + 2; index = index % this.icons.length; if (index < 0) { index = index + this.icons.length; } } while (!(this.icons[index] || (originalIndex == index))); } this.setWpnFocus(index); this.keyBlock = true; } if ((!keyStart) && (this.startBlock)) { this.startBlock = false; } if (keyStart && (!this.startBlock)) { this.endAni(); } } else { this.play(); } this._x = -this.root._x; this._y = -this.root._y; }; delete p; #endinitclipSymbol 203 MovieClip Frame 1#initclip 9 _global.MME.Pickup = function () { super(); this.isPickup = false; this.active = false; this.type = null; this.tick = 0; this.pos = 0; this.accel = 0; this.timeout = 0; this.jump = false; this.assign = null; }; var p = ((MME.Pickup.prototype = new MME.ActiveClip())); p.checkOver = MME.enemyCollisionDetect; p.smlHealth = 0.08; p.bigHealth = 0.16; p.smlRecharge = 0.24; p.bigRecharge = 0.36; p.init = function (x, y, data, special) { this.type = data; this.active = true; this._x = x; this._y = y; with (this) { switch (this.type) { case "death" : isPickup = false; tick = 3; gotoAndStop((pos = 1)); jump = false; var total = 0; var i = 0; while (i <= (root.activeObj.length - 1)) { if (root.activeObj[i].isPickup) { total++; } i++; } if (total < 3) { if (special) { var smlH = special.smlHealth; var bigH = special.bigHealth; var smlR = special.smlRecharge; var bigR = special.bigRecharge; } else { var smlH = smlHealth; var bigH = bigHealth; var smlR = smlRecharge; var bigR = bigRecharge; } var range = Math.random(); if (range <= smlH) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "healthSmall", true); } else if (range <= bigH) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "healthBig", true); } else if (range <= smlR) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "rechargeSmall", true); } else if (range <= bigR) { root.attachObj(root.attachMov("pickupSprite", root.registerDepth("high"))).init(_x, _y, "rechargeBig", true); } } return; case "healthBig" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 5)); accel = (special ? (-3) : 0); jump = true; return; case "healthSmall" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 7)); accel = (special ? (-3) : 0); jump = true; return; case "rechargeSmall" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 11)); accel = (special ? (-3) : 0); jump = true; return; case "rechargeBig" : isPickup = true; timeout = 60 * 20; tick = 10; gotoAndStop((pos = 9)); accel = (special ? (-3) : 0); jump = true; return; case "healthRestore" : isPickup = false; if (assign.health < assign.max) { root.startSound("healthrestore", true); tick = 5; root.doEffect("pause", 0); active = true; _visible = false; jump = false; } else { root.destroySelf(this); } } } }; p.groundCheck = function (newPos) { switch (this.type) { case "rechargeBig" : return(this.root.canMoveVertical(this._x - 6, this._x + 6, newPos + 4, true)); case "healthBig" : return(this.root.canMoveVertical(this._x - 6, this._x + 6, newPos + 6, true)); case "rechargeSmall" : case "healthSmall" : return(this.root.canMoveVertical(this._x - 2, this._x + 2, newPos + 2, true)); } }; p.control = function (fa) { with (this) { if (jump) { var newPos = (fa * (((0.5 * (fa - 1)) * 0.25) + ((accel = accel + (fa * 0.25))))); if (newPos > 15) { newPos = 15; } else if (newPos < -15) { newPos = -15; } if (!groundCheck((newPos = newPos + _y))) { newPos = Math.floor(newPos); while (true) { if (groundCheck(newPos)) { break; } newPos = newPos - 1; } jump = false; } _y = newPos; } switch (type) { case "death" : if (((tick = tick - fa)) <= 0) { pos++; if (pos > 4) { root.destroySelf(this); } else { gotoAndStop(pos); } tick = 3; } return; case "healthBig" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 5) ? 6 : 5))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.health; timeout = 10; init(0, 0, "healthRestore"); } return; case "healthSmall" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 7) ? 8 : 7))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.health; timeout = 5; init(0, 0, "healthRestore"); } return; case "rechargeBig" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 9) ? 10 : 9))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.weapon; timeout = 10; init(0, 0, "healthRestore"); } return; case "rechargeSmall" : if (((tick = tick - fa)) <= 0) { gotoAndStop((pos = ((pos == 11) ? 12 : 11))); tick = 10; } if (((timeout = timeout - fa)) <= 0) { root.destroySelf(this); } var obj = checkOver(); if (obj) { assign = obj.weapon; timeout = 5; init(0, 0, "healthRestore"); } return; case "healthRestore" : if (((tick = tick - fa)) > 0) { break; } assign.adj(1); timeout--; if ((timeout <= 0) || (assign.health >= assign.max)) { root.stopSound("healthrestore"); root.doEffect("pause", 1); root.destroySelf(this); } tick = 5; } } }; #endinitclipSymbol 205 MovieClip Frame 1#initclip 10 MME.MenuData = function () { this.gotoID = arguments[0]; this.onSelect = arguments[1]; }; MME.MegamanMenu = function () { this.active = false; this.menuData = null; this.subMenu = null; this.menu = new Array(); this.fontSys = null; this.cursor = null; this.focus = null; this.startX = 0; this.startY = 0; this.marginX = 0; this.marginY = 0; this.cursorStartX = 0; this.cursorStartY = 0; this.preventUpward = true; this.preventDownward = true; this.preventStart = true; }; var p = ((MME.MegamanMenu.prototype = new MME.ActiveClip())); p.init = function (menuData, fontClip, cursorClip) { this.fontClip = fontClip; this.cursorClip = cursorClip; this.loadMenu(menuData); }; p.setStyle = function () { this.startX = arguments[0]; this.startY = arguments[1]; this.marginX = arguments[2]; this.marginY = arguments[3]; this.cursorStartX = arguments[4]; this.cursorStartY = arguments[5]; }; p.destroyMenu = function (index) { with (this) { menu[index].removeMovieClip(); } }; p.loadMenu = function (menuData) { this.menuData = menuData; with (this) { cursor = attachMov(cursorClip, 0); focus = -1; loadSubMenu(menuData.initMenu(root.menuStatus)); } }; p.loadSubMenu = function (subMenu, reload) { this.subMenu = subMenu; this.tempLocal = null; with (this) { if (!reload) { var i = 0; while (i <= (menu.length - 1)) { destroyMenu(i); i++; } menu = new Array(); } this.gotoAndStop(menuData.bgFrame(subMenu)); var lsa = 0; var pos = 0; while (lsa <= (menuData[subMenu].length - 1)) { if (!menuData[subMenu][lsa]) { } else { tempLocal = menuData[subMenu][lsa].gotoID; if (typeof(tempLocal) == "function") { tempLocal = tempLocal(); } if ((!reload) || (reload && (templocal != menu[pos].text))) { if (reload) { destroyMenu(pos); } menu[pos] = attachMov(fontClip, lsa + 1, {str:tempLocal, font:"megamanFont", useHandCursor:true, _x:startX + (marginX * lsa), _y:startY + (marginY * lsa)}); menu[pos].text = tempLocal; menu[pos].onRelease = function () { this.click = true; }; menu[pos].onRollOver = function () { this.hover = true; }; menu[pos].click = false; menu[pos].hover = false; menu[pos].menu = this; menu[pos].root = this.root; menu[pos].cursorIndex = lsa; menu[pos].onSelect = menuData[subMenu][lsa].onSelect; } pos++; } lsa++; } if (focus < 0) { setFocus(0); } if (focus > (menu.length - 1)) { setFocus(menu.length - 1); } active = true; delete tempLocal; } }; p.dynRun = function (index) { var data = this.menu[index].onSelect(); switch (data.type) { case "menuChange" : var i = 0; while (i <= (menu.length - 1)) { destroyMenu(i); i++; } this.loadSubMenu(data.pos); case "refreshMenu" : this.loadSubMenu(this.subMenu, true); } }; p.control = function () { with (this) { var isd = Key.isDown; if (preventUpward && (!isd(root.key.keyUpward))) { preventUpward = false; } if (preventDownward && (!isd(root.key.keyDownward))) { preventDownward = false; } if (preventStart && (!isd(root.key.keyStart))) { preventStart = false; } var lsa = 0; while (lsa <= (menu.length - 1)) { if (menu[lsa].hover) { menu[lsa].hover = false; setFocus(lsa); } if (menu[lsa].click) { menu[lsa].click = false; if (dynRun(lsa)) { return(null); } } lsa++; } if ((!preventUpward) && (isd(root.key.keyUpward))) { var toFocus = (focus - 1); if (toFocus < 0) { toFocus = menu.length - 1; } setFocus(toFocus); preventUpward = true; } else if ((!preventDownward) && (isd(root.key.keyDownward))) { var toFocus = (focus + 1); if (toFocus > (this.menu.length - 1)) { toFocus = 0; } setFocus(toFocus); preventDownward = true; } if ((!preventStart) && (isd(root.key.keyStart))) { preventStart = true; if (dynRun(focus)) { return(null); } } } }; p.setFocus = function (focusPos) { with (this) { focus = focusPos; cursor._x = cursorStartX + (marginX * menu[focus].cursorIndex); cursor._y = cursorStartY + (marginY * menu[focus].cursorIndex); } }; delete p; #endinitclipSymbol 207 MovieClip Frame 1#initclip 11 MME.RollCredits = function () { this.listing = []; this.active = false; this.mode = 0; this.pos = 0; this.endTime = 0; this.tick = 0; this.onComplete = null; }; var p = ((MME.RollCredits.prototype = new MME.EmptyActiveObj())); p.destroy = function () { var i = 0; while (i <= (this.listing.length - 1)) { if (this.listing[i].obj) { this.root.unregisterDepth(this.listing[i].obj.getDepth()); this.listing[i].obj.removeMovieClip(); } i++; } }; p.init = function (credits, time, onComplete) { this.listing = []; var inc = 0; var i = 0; while (i <= (credits.length - 1)) { if (typeof(credits[i]) == "string") { var lstPos = this.listing.length; this.listing[lstPos] = {str:credits[i], inc:inc++, obj:null}; } else if (typeof(credits[i]) == "number") { inc = inc + credits[i]; } i++; } inc = inc + 30; var i = 0; while (i <= (this.listing.length - 1)) { this.listing[i].sT = time * (this.listing[i].inc / inc); this.listing[i].eT = time * (30 / inc); i++; } this.mode = 0; this.pos = 0; this.active = true; this.endTime = time; this.tick = 0; this.root._x = 0; this.root._y = 0; this.onComplete = onComplete; }; p.control = function (f) { this.tick = this.tick + f; var i = 0; while (i <= (this.listing.length - 1)) { with (this.listing[i]) { if (!obj) { if (((this.tick - sT) >= 0) && ((this.tick - sT) < eT)) { obj = this.root.attachMov("displayFont", this.root.registerDepth("fg"), {str:str, align:"center", rgb:16777215, font:"megamanFont", _x:128, _y:232}); } } else if ((this.tick - sT) >= eT) { this.root.unregisterDepth(obj.getDepth()); obj.removeMovieClip(); obj = null; } else { obj._y = 232 - (240 * ((this.tick - sT) / eT)); } } i++; } if ((this.tick >= this.endTime) && (this.onComplete)) { this.onComplete(); } }; delete p; #endinitclipSymbol 230 MovieClip [zombieSprite] Frame 1#initclip 64 Object.registerClass("zombieSprite", MME.Zombie); #endinitclipSymbol 233 MovieClip Frame 1#initclip 13 MME.ZombieHandler = function () { this.lst = []; this.rows = []; this.actv = 0; this.timeout = 0; this.bottleTick = 0; this.active = false; }; var p = ((MME.ZombieHandler.prototype = new MME.ActiveGroup())); p.init = function (zombieClip) { this.addClip("zomb0", zombieClip, "high"); this.addClip("zomb1", zombieClip, "high"); this.addClip("zomb2", zombieClip, "high"); this.attachClips(); this.list[0] = this.zomb0; this.list[1] = this.zomb1; this.list[2] = this.zomb2; var i = 0; while (i <= 2) { this.lst[i] = this["zomb" + i]; this.lst[i].timout = 90 + (i * 30); this.lst[i].doomed = true; this.lst[i].parent = this; i++; } this.actv = 0; this.active = true; this.bottleTick = 8; }; p.addRow = function (x1, x2, y) { this.rows[this.rows.length] = {y:y, x1:x1, x2:x2, rate:0}; var p1 = this.getPosTile(x1, y); var p2 = this.getPosTile(x2, y); }; p.spawn = function (index) { if (index < 0) { for (var i in this.lst) { if (!this.lst[i].active) { index = i; break; } } } var mtp = this.root.megamanLink.megaman.getCenter(); mtp.y++; var selRow = -1; var selVal = 0; for (var i in this.rows) { if ((mtp.x >= this.rows[i].x1) && (mtp.x <= this.rows[i].x2)) { if (mtp.y < this.rows[i].y) { if ((selVal < 1) || ((selVal == 1) && ((this.rows[selRow].y - mtp.y) > (this.rows[i].y - mtp.y)))) { selRow = i; selVal = 1; } } else if (mtp.y == this.rows[i].y) { if (selVal < 2) { selRow = i; selVal = 2; } } } } if (selRow < 0) { return(undefined); } var minX = this.rows[selRow].x1; var maxX = this.rows[selRow].x2; if ((this.root.mapObj.offsetX + (minX * 16)) < this.root.mapPosX) { minX = Math.ceil((this.root.mapPosX - this.root.mapObj.offsetX) / 16); } if ((this.root.mapObj.offsetX + (maxX * 16)) > (this.root.mapPosX + 256)) { maxX = Math.floor(((this.root.mapPosX - this.root.mapObj.offsetX) + 256) / 16); } this.lst[index].start(minX + Math.round((maxX - minX) * Math.random()), this.rows[selRow].y, !(--this.bottleTick)); if (this.bottleTick <= 0) { this.bottleTick = Math.ceil(Math.random() * 4) + 6; } this.lst[index].timout = this.lst[index].timout + 330; }; p.control = function (f) { var i = 0; while (i <= (this.lst.length - 1)) { with (this.lst[i]) { if (active) { control(f); if ((!isSinking) && (((timout = timout - f)) <= 0)) { doomed = true; sink(); timout = timout + 60; } } else if (!doomed) { timout = timout + 60; doomed = true; } else if (((timout = timout - f)) <= 0) { doomed = false; this.spawn(i); } } i++; } }; delete p; MME.Zombie = function () { this.offset = 0; this.pos = 0; this._visible = false; this.isSinking = false; this.dir = 0; this.mode = 0; this.tick = 0; this.aniDir = 1; this.saveY = 0; this.hasBottle = false; this.health = new MME.HealthSys(2, true, null); this.active = false; }; var p = ((MME.Zombie.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.rewardObj1 = {smlHealth:0.5, bigHealth:1, smlRecharge:-1, bigRecharge:-1}; p.rewardObj2 = {smlHealth:0.25, bigHealth:0.5, smlRecharge:0.75, bigRecharge:1}; p.blankObj = {smlHealth:-1, bigHealth:-1, smlRecharge:-1, bigRecharge:-1}; p.strike = function (obj, power) { if (this.active) { with (this) { obj.stop(health.adj(-power)); root.startSound("enemy_dead"); if (health.dead) { var pickupObj = (this.hasBottle ? ((root.megamanLink.megaman.weapon ? (this.rewardObj2) : (this.rewardObj1))) : (this.blankObj)); root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 8, _y + 14, "death", pickupObj); kill(); if (this.parent) { this.parent.zombieDie(); } } } } }; p.kill = function () { this.isSinking = false; this._visible = (this.active = false); this.root.unregisterEnemy(this); }; p.sink = function () { this.mode = 9; this.aniDir = -1; this.isSinking = true; }; p.start = function (x, y, hasBottle) { this.root.stopSound("gng_zombierise"); this.root.startSound("gng_zombierise"); var ztp = this.getPosTile(x, y); this._x = ztp.x + 3; this._y = ztp.y - 26; this.saveY = y; this.dir = this.root.megamanLink.megaman._x < this._x; this.mode = 0; this.aniDir = 1; this.gotoAndStop(5 + this.dir); this.tick = 0; this.isSinking = false; this.health.reset(); this.root.registerEnemy(this); this.setOffset((((this.hasBottle = hasBottle)) ? 13 : 0)); this.gotoAndStop(5 + dir); this._visible = (this.active = true); this.root.registerEnemy(this); this.active = true; }; p.destroy = function () { if (this.active) { this.kill(); } super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { tick = tick - f; while (tick <= 0) { if (mode == 10) { gotoAndStop(1 + dir); mode = 11; tick = tick + 10; } else if (mode == 11) { gotoAndStop(3 + dir); mode = 10; tick = tick + 10; } else if (mode < 0) { this.kill(); tick = tick + 10; } else if (mode <= 6) { gotoAndStop(((mode % 2) ? 5 : 7) + dir); mode = mode + aniDir; tick = tick + 7; if ((aniDir < 0) && (mode <= 4)) { mode = -1; } } else if (mode == 7) { this.dir = root.megamanLink.megaman._x < _x; gotoAndStop(9 + dir); mode = mode + aniDir; tick = tick + 7; } else if (mode == 8) { gotoAndStop(11 + dir); mode = mode + aniDir; tick = tick + 7; } else if (mode == 9) { gotoAndStop(1 + dir); mode = mode + aniDir; tick = tick + 7; } } if (mode >= 10) { var newX = (_x + ((dir ? -1 : 1) * f)); var tX = Math.floor(((newX - root.mapObj.offsetX) + (dir ? -8 : 8)) / 16); if (((!root.mapObj.map[saveY][tX]) || (root.mapObj.map[saveY - 2][tX] == 2)) || ((root.mapObj.map[saveY - 1][tX + 1] == 2) && (root.mapObj.map[saveY - 1][tX] == 2))) { sink(); if (this.parent) { this.parent.zombieDie(); } } else { _x = newX; } var obj = checkOver(); if (obj) { obj.strike(this, 3); } } } }; delete p; #endinitclipSymbol 235 MovieClip Frame 1#initclip 14 MME.ZombieBird = function () { this.mode = 0; this.tick = 0; this.dir = 0; this.pos = 0; this.offY = 0; this.health = new MME.HealthSys(2, true, null); this.active = false; }; var p = ((MME.ZombieBird.prototype = new MME.ActiveClip())); 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 + 8, _y + 3, "death"); root.destroySelf(this); } } } }; p.init = function (x, y) { this.setPosTile(x, y); this.offY = this._y; this.dir = this.root.megamanLink.megaman._x > this._x; this.mode = 0; this.tick = 60; this.pos = (Math.PI/2); this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this.active = true; }; 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) { switch (mode) { case 0 : mode = 1; tick = tick + (60 * 0.2); gotoAndStop(3 + dir); break; case 1 : mode = 2; tick = tick + (60 * 0.3); gotoAndStop(1 + dir); break; case 2 : mode = 3; tick = tick + 10; gotoAndStop(7 + dir); break; case 3 : mode = 4; tick = tick + 10; gotoAndStop(5 + dir); break; case 4 : mode = 3; tick = tick + 10; gotoAndStop(7 + dir); } } if (mode <= 2) { var diris = (root.megamanLink.megaman._x > _x); if (dir != diris) { if (mode == 1) { gotoAndStop(3 + ((dir = diris))); } else { gotoAndStop(1 + ((dir = diris))); } } } else { _y = offY + (Math.cos((pos = pos + (0.10471975511966 * f))) * 24); _x = _x + ((dir ? 1.5 : -1.5) * f); } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 248 MovieClip [purpleBirdSprite] Frame 1#initclip 63 Object.registerClass("purpleBirdSprite", MME.ZombieBird); #endinitclipSymbol 251 MovieClip Frame 1#initclip 16 MME.FirePlantObj = function () { }; var p = ((MME.FirePlantObj.prototype = new MME.ActiveGroup())); p.init = function (plant, flame, x, y, pos) { this.addClip("fire1", flame, "low"); this.addClip("fire2", flame, "low"); this.addClip("plant", plant, "high"); this.attachClips(); this.applyClips(this.plant); this.plant.parent = this; this.active = true; this.plant.start(x, y, pos); }; p.control = function (f) { if (this.fire1.active) { this.fire1.control(f); } if (this.fire2.active) { this.fire2.control(f); } if (this.plant.active) { this.plant.control(f); } }; delete p; MME.FirePlant = function () { this.mode = 0; this.tick = 0; this.dir = 0; this.cycle = 0; this.active = false; this.health = new MME.HealthSys(3, true, null); }; var p = ((MME.FirePlant.prototype = new MME.ActiveClip())); p.start = function (x, y, pos) { this.setPosTile(x, y); this.cycle = 0; this.mode = ((pos >= 0.5) ? 0 : 1); this.tick = (120 * pos) % 60; this.tick = this.tick * 1.5; this.gotoAndStop((this.mode ? 3 : 1) + ((this.dir = this.root.megamanLink.megaman._x > this._x))); this.root.registerEnemy(this); this.active = true; }; 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 + 8, _y, "death"); root.destroySelf(this.parent); } } } }; p.destroy = function () { if (this.active) { this.root.unregisterEnemy(this); } super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { var diris = (this.root.megamanLink.megaman._x > this._x); if (dir != diris) { dir = diris; if (mode) { gotoAndStop(3 + dir); } else { gotoAndStop(1 + dir); } } tick = tick - f; while (tick <= 0) { if (mode) { gotoAndStop(1 + dir); if ((cycle = !cycle)) { this.fire1.start(_x + 8, _y); } else { this.fire2.start(_x + 8, _y); } mode = 0; tick = tick + 60; } else if (root.megamanLink.megaman.active) { gotoAndStop(3 + dir); mode = 1; tick = tick + 60; } else { tick = tick + 30; } } var obj = checkOver(); if (obj) { obj.strike(this, 3); } } }; delete p; MME.FirePlantSpit = function () { this.vX = 0; this.vY = 0; this.speed = 2; this.active = false; this.health = new MME.HealthSys(2, true, null); this._visible = false; }; var p = ((MME.FirePlantSpit.prototype = new MME.ActiveClip())); p.start = function (x, y) { this.root.startSound("gng_fireplantspit"); if (this.active) { this.kill(); } this._x = x; this._y = y; with (this.root.megamanLink.megaman) { var rad = Math.atan2((_y + 13) - y, (_x + 11.5) - x); } this.vX = this.speed * Math.cos(rad); this.vY = this.speed * Math.sin(rad); this.root.registerEnemy(this); this._visible = (this.active = true); this.active = true; }; p.kill = function () { this._visible = (this.active = false); this.root.unregisterEnemy(this); }; p.destroy = function () { if (this.active) { this.kill(); } super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { this._x = this._x + (this.vX * f); this._y = this._y + (this.vY * f); var obj = this.checkOver(); if (obj) { obj.strike(this, 3); } }; delete p; #endinitclipSymbol 254 MovieClip [firePlantSpitSprite] Frame 1#initclip 60 Object.registerClass("firePlantSpitSprite", MME.FirePlantSpit); #endinitclipSymbol 261 MovieClip [firePlantSprite] Frame 1#initclip 57 Object.registerClass("firePlantSprite", MME.FirePlant); #endinitclipSymbol 267 MovieClip [gngfloat_platform] Frame 1#initclip 19 MME.gngFP = function () { }; MME.gngFP.prototype = new MME.ActiveClip(); Object.registerClass("gngfloat_platform", MME.gngFP); MME.gngFP.prototype.xMin = 0; MME.gngFP.prototype.xMax = 32; MME.gngFP.prototype.yMin = -1; MME.gngFP.prototype.yMax = 17; #endinitclipSymbol 269 MovieClip Frame 1#initclip 20 MME.Platform = function () { this.attach = -1; this.atchObj = null; this.platforms = []; this.active = false; }; var p = ((MME.Platform.prototype = new MME.ActiveGroup())); p.destroy = function () { this.root.mapObj.pltfrms = []; super.destroy(); }; p.init = function () { var i = 0; while (i <= (arguments.length - 1)) { this.addClip("platfrm_" + i, arguments[i].clip, "low"); i++; } this.attachClips(); var obj; var clip; var pos; var i = 0; while (i <= (arguments.length - 1)) { clip = (this.platforms[i] = this["platfrm_" + i]); obj = arguments[i]; clip.mode = (obj.startMode ? 0 : 1); clip.speed = obj.speed; clip.id = obj.id; pos = this.getPosTile(obj.x, obj.y); clip.endMode = obj.endMode; clip._x = (clip.sX = pos.x); clip._y = (clip.sY = pos.y); clip.oX = obj.oX; clip.oY = obj.oY; clip.startFunction = obj.startFunction; clip.endFunction = obj.endFunction; clip.root = this.root; clip.x1 = (clip.x2 = (clip.y1 = (clip.y2 = 0))); clip.posX = (clip.posY = 0); clip.isAttach = false; this.setVars(clip); i++; } this.root.mapObj.pltfrms = this.platforms; this.attach = -1; this.active = true; }; p.setVars = function (p) { with (p) { x1 = _x + xMin; x2 = _x + xMax; y1 = _y + yMin; y2 = _y + yMax; } }; p.control = function (f) { var atchObj = this.root.megamanLink.megaman; for (var i in this.platforms) { with (this.platforms[i]) { if (atchObj.chkPlatformH(this.platforms[i])) { if (this.attach == i) { this.platforms[this.attach].isAttach = false; this.attach = -1; } } else { this.attach = i; isAttach = true; } switch (mode) { case 0 : if (startFunction(f)) { mode = 1; } break; case 1 : if (id.length) { } if (oX && (Math.abs((posX = posX + ((speed * f) * ((oX < 0) ? -1 : 1)))) >= Math.abs(oX * 2))) { posX = posX % (oX * 2); } if (oY && (Math.abs((posY = posY + ((speed * f) * ((oY < 0) ? -1 : 1)))) >= Math.abs(oY * 2))) { posY = posY % (oY * 2); } if (id.length) { } if (endMode) { if (oX && (Math.abs(posX) >= Math.abs(oX))) { posX = oX; mode = 2; } if (oY && (Math.abs(posY) >= Math.abs(oY))) { posY = oY; mode = 2; } } if (this.attach == i) { var cX = (atchObj._x - _x); var cY = (atchObj._y - _y); atchObj._x = cX + ((_x = sX + (((oX < 0) ? (posX < oX) : (posX > oX)) ? (((-posX) % oX) + oX) : (posX)))); atchObj._y = cY + ((_y = sY + (((oY < 0) ? (posY < oY) : (posY > oY)) ? (((-posY) % oY) + oY) : (posY)))); } else { _x = sX + (((oX < 0) ? (posX < oX) : (posX > oX)) ? (((-posX) % oX) + oX) : (posX)); _y = sY + (((oY < 0) ? (posY < oY) : (posY > oY)) ? (((-posY) % oY) + oY) : (posY)); } if (id.length) { } break; case 2 : endFunction(f); } this.setVars(this.platforms[i]); } } }; #endinitclipSymbol 276 MovieClip [ghostSoldierSprite] Frame 1#initclip 55 Object.registerClass("ghostSoldierSprite", MME.GhostSoldier); #endinitclipSymbol 279 MovieClip Frame 1#initclip 22 MME.GhostSoldier = function () { this.dir = 0; this.pos = 0; this.offY = 0; this.mode = 0; this.tick = 0; this.frm = false; this.health = new MME.HealthSys(2, true, null); this.active = false; }; var p = ((MME.GhostSoldier.prototype = new MME.ActiveClip())); p.strike = function (obj, power) { if (this.active) { with (this) { var vel = obj.getVelocity(); if ((dir && (vel.vX > 0)) || ((!dir) && (vel.vX < 0))) { obj.stop(health.adj(-power)); root.startSound("enemy_dead"); if (health.dead) { root.score.adjScore(health.max); root.attachObjMov("pickupSprite", "low").init(_x + 7, _y + 12, "death"); root.destroySelf(this); } } else { obj.stop(0, "tink"); } } } }; p.destroy = function () { if (this.active) { this.root.unregisterEnemy(this); } super.destroy(); }; p.init = function (x, y, dir, vMove, playSound) { this.setPos(x, y); this.offY = this._y; this.dir = dir; this.pos = (Math.PI/2) * vMove; this.mode = 0; this.tick = 0; this.frm = false; this.playSound = playSound; this.d1 = 108; this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this._visible = false; this.active = true; }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { if (this._x > (this.root.mapPosX + 256)) { if (this.dir) { this.root.destroySelf(this); } else { this.mode = 0; this._visible = false; } } else if ((this._x + 14) < this.root.mapPosX) { if (this.dir) { this.mode = 0; this._visible = false; } else { this.root.destroySelf(this); } } else if (!this.mode) { this.mode = 1; this._visible = true; } if (this.mode) { if (this.playSound && (((this.d1 = this.d1 + f)) >= 120)) { this.root.startSound("gng_wtf"); this.d1 = this.d1 % 120; } this.tick = this.tick - f; while (this.tick <= 0) { this.gotoAndStop(((((this.frm = !this.frm)) * 2) + 1) + this.dir); this.tick = this.tick + 10; } this._y = this.offY + (Math.cos((this.pos = this.pos + (0.0571198664289053 * f))) * 64); this._x = this._x + ((this.dir ? 1 : -1) * f); var obj = this.checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 483 MovieClip [megaman] Frame 1#initclip 52 Object.registerClass("megaman", MME.Megaman); #endinitclipSymbol 492 MovieClip [megamanDeathSpark] Frame 1#initclip 49 Object.registerClass("MegamanDeathSpark", MME.Death); #endinitclipSymbol 513 MovieClip [megamanPellet] Frame 1#initclip 43 Object.registerClass("megamanPellet", MME.MegamanPellet); #endinitclipSymbol 526 MovieClip [megamanDamagedSpark] Frame 1#initclip 38 Object.registerClass("megamanDamagedSpark", MME.ActiveClip); #endinitclipSymbol 538 MovieClip Frame 1#initclip 27 MME.MegamanObj = function () { super(); this.transferFix = false; this.active = false; this.ani = false; this.grabAI = null; this.shotLength = -1; this.skinID = ""; this.shots = []; this.shotLength = 0; this.preventStart = false; this.megamanClip = ""; this.wpnBar = null; this.megHealthBar = null; this.onComplete = null; }; var p = ((MME.MegamanObj.prototype = new MME.ActiveGroup())); p.wpnLst = {}; p.registerSkin = function (id, inherit, data) { this.wpnLst[id] = data; data.inherit = inherit; }; p.compileSkin = function (id) { var hld = this.wpnLst[id]; var obj = {clips:{}, options:{}, inherit:hld.inherit}; for (var i in hld.clips) { obj.clips[i] = hld.clips[i]; } for (var i in hld.options) { obj.options[i] = hld.options[i]; } while (typeof(obj.inherit) == "string") { var obj2 = {clips:{}, options:{}, inherit:((hld = this.wpnLst[obj.inherit])).inherit}; for (var i in hld.clips) { obj2.clips[i] = hld.clips[i]; } for (var i in hld.options) { obj2.options[i] = hld.options[i]; } obj = this.applyObj(obj2, obj); } return(obj); }; p.applyObj = function (obj, chng) { for (var i in chng.clips) { obj.clips[i] = chng.clips[i]; } for (var i in chng.options) { obj.options[i] = chng.options[i]; } return(obj); }; p.editSkin = function (id, chngData) { this.wpnLst[id] = this.applyObj(this.wpnLst[id], chngData); }; p.startAni = function (x, y, type, onComplete, dontPlayLandSound) { this.root.readyImage._visible = !type; this.onComplete = onComplete; this.ani = true; this.type = type; this.dontPlayLandSound = dontPlayLandSound; with (this.megaman) { gotoAndStop(25); mode = "teleport"; data1 = 0; data2 = y; data3 = 10; subMode = type == 3; _x = x; _visible = type; active = false; if (type == 2) { data1 = 0; subMode = 1; _y = y; } } }; p.changeSkin = function (id) { var newMeg = (new MME.MegamanObj()); this.root.activeObj.splice(this.root.findActiveObj(this), 0, newMeg); newMeg.root = this.root; newMeg.init(id, this.megHealthBar, this.wpnBar); newMeg.startAni(this.megaman._x, this.megaman._y, 2); newMeg.megaman.gravity = this.megaman.gravity; newMeg.megaman.jumpPower = this.megaman.jumpPower; newMeg.megaman.health.set(this.megaman.health.health); this.root.destroySelf(this); }; p.init = function (skinID, healthBar, weaponBar) { var skinDat = this.compileSkin((this.skinID = skinID)); with (this) { if ((!root.wpnSave) || (root.wpnSave.reset)) { root.wpnSave = {reset:false}; for (var i in wpnLst) { var cmp = this.compileSkin(i); if (cmp.options.max < 0) { root.wpnSave[i] = new MME.HealthSys(1, true, null); root.wpnSave[i].mode = 2; } else { root.wpnSave[i] = new MME.HealthSys(cmp.options.max, true, null); root.wpnSave[i].mode = 1; } } } with (root) { prepareSound("megaman_shoot"); prepareSound("megaman_land"); prepareSound("megaman_teleportland"); prepareSound("megaman_death"); prepareSound("megaman_charge"); prepareSound("megaman_chargefull"); prepareSound("megaman_damage"); prepareSound("healthrestore"); prepareSound("tink"); } addClip("damageSpark", skinDat.clips.extras, "high"); addClip("damageTrio", skinDat.clips.extras, "low"); addClip("slidePuff", skinDat.clips.extras, "low"); addClip("megaman", (this.megamanClip = skinDat.clips.megaman), "high"); var i = ((this.shotLength = skinDat.options.shots - 1)); while (i >= 0) { addClip("shot" + i, skinDat.clips.shot, "high"); i--; } attachClips(); var i = this.shotLength; while (i >= 0) { this.shots[i] = this["shot" + i]; i--; } megaman.fire = skinDat.options.fire; megaman.checkFire = skinDat.options.checkFire; megaman.canCharge = skinDat.options.canCharge; applyClips(megaman); damageSpark.gotoAndStop(1); damageSpark._visible = false; damageTrio._visible = false; damageTrio.tick = 0; damageTrio.pos = 0; slidePuff._visible = false; slidePuff.tick = 0; slidePuff.pos = 0; megaman.deathSpark = skinDat.clips.deathSpark; megaman.health.setClip((this.megHealthBar = healthBar)); this.megHealthBar.setColor(skinDat.options.healthBarColor); var wpnSv = root.wpnSave[skinID]; if (wpnSv.mode == 2) { megaman.weapon = null; weaponBar._visible = false; } else if (wpnSv.mode == 1) { megaman.weapon = wpnSv; weaponBar._visible = true; } healthBar._visible = true; wpnSv.setClip((wpnBar = weaponBar)); weaponBar.setColor(skinDat.options.weaponBarColor); root.megamanLink = this; super.init(); active = true; } }; p.start = function (mode, x, y, dir) { this.megaman.mode = mode; this.megaman._x = x; this.megaman._y = y; this.megaman.dir = dir; this.megaman._visible = true; this.megaman.active = true; }; p.aniStep = function (f) { if (this.type == 1) { with (this.megaman) { switch (data1) { case 0 : gotoAndStop(25); root.startSound("megaman_teleportback"); data1 = 1; break; case 1 : gotoAndStop(27); data1 = 2; break; case 2 : gotoAndStop(26); data1 = 3; break; case 3 : gotoAndStop(25); data1 = 4; break; case 4 : if (((_y = _y - (15 * f))) >= root.mapPosY) { break; } _y = 0; _visible = false; this.active = false; if (!this.onComplete) { break; } this.onComplete(); } } } else { with (this.megaman) { if (subMode) { switch (data1) { case 0 : if (((_y = _y + (15 * f))) >= data2) { _y = data2; data1 = 1; root.startSound("megaman_teleportland"); } break; case 1 : gotoAndStop(26); data1 = 2; break; case 2 : gotoAndStop(27); data1 = 3; break; case 3 : gotoAndStop(25); data1 = 4; break; case 4 : active = true; mode = "initstand"; if (!this.onComplete) { break; } this.onComplete(); } } else { if (this.type == 0) { this.root.readyImage._visible = !Math.round((((data3 = data3 + f)) % 20) / 20); } if (((data1 = data1 + f)) >= 180) { data1 = 0; subMode = 1; this.root.readyImage._visible = false; _visible = true; } } } if (this.megaman.mode != "teleport") { this.ani = false; } } }; p.fReturn = function () { return(false); }; p.control = function (f) { with (this) { var sht; var i = 0; while (i <= shotLength) { if (((sht = this.shots[i])).active) { sht.control(f); } i++; } if (megaman.active || (ani)) { with (megaman) { var isd = (grabAI ? (this.__proto__.fReturn) : (Key.isDown)); var t = root.key; keyJump = isd(t.keyJump); keyShoot = isd(t.keyShoot); keyLeft = isd(t.keyLeft); keyRight = isd(t.keyRight); keyUpward = isd(t.keyUpward); keyDownward = isd(t.keyDownward); keyStart = isd(t.keyStart); if (this.preventStart && (!keyStart)) { this.preventStart = false; } if ((active && (!this.preventStart)) && (keyStart)) { var toPause = []; var startIndex = 0; for (var i in this.wpnLst) { var cmp = this.compileSkin(i); if (i == this.skinID) { startIndex = cmp.options.index; } if (cmp.options.enabled) { toPause[cmp.options.index] = {icon:cmp.options.icon, txt:cmp.options.txt, barObj:this.root.wpnSave[i], id:i}; } else if (!toPause[cmp.options.index]) { toPause[cmp.options.index] = null; } } this.root.attachObjMov("pauseMenu", "powerfg").init(toPause, startIndex, this.megamanClip); this.preventStart = true; } if (ani) { aniStep(f); } else { if (grabAI) { grabAI(); } control(f); } var map = root.mapObj; if ((_y < (map._y - 500)) || (_y > ((map._y + map._height) + 500))) { instaDeath(); } switch (map.scroll) { case -1 : case 0 : if (((_x - map.offsetX) + map.dataStartX) < 116.5) { root._x = -((root.mapPosX = map.offsetX - map.dataStartX)); } else if ((_x - map.offsetX) > ((map.width * 16) - 139.5)) { root._x = -((root.mapPosX = (map.offsetX - 256) + (map.width * 16))); } else { root._x = -((root.mapPosX = _x - (128 - 11.5))); } if (!map.scroll) { break; } case 1 : if (((_y - map.offsetY) + map.dataStartY) < 103) { root._y = -((root.mapPosY = map.offsetY - map.dataStartY)); } else if ((_y - map.offsetY) > ((map.height * 16) - 129)) { root._y = -((root.mapPosY = (map.offsetY - 232) + (map.height * 16))); } else { root._y = -((root.mapPosY = _y - (116 - 13))); } break; case 2 : if (((_x - map.offsetX) + map.dataStartX) < 104) { root._x = -((root.mapPosX = map.offsetX - map.dataStartX)); } else if ((_x - map.offsetX) > ((map.width * 16) - 120)) { root._x = -((root.mapPosX = ((map.width * 16) - 256) + map.offsetX)); } else if (_x < (root.mapPosX + 104)) { root._x = -((root.mapPosX = _x - ((128 - 16) - 8))); } else if (_x > (root.mapPosX + 136)) { root._x = -((root.mapPosX = _x - ((128 + 16) - 8))); } break; case 3 : if (((_y - map.offsetY) + map.dataStartY) < 87) { root._y = -((root.mapPosY = map.offsetY - map.dataStartY)); } else if ((_y - map.offsetY) > ((map.height * 16) - 113)) { root._y = -((root.mapPosY = ((map.height * 16) - 232) + map.offsetY)); } else if (_y < (root.mapPosY + 87)) { root._y = -((root.mapPosY = _y - ((116 - 16) - 13))); } else { if (_y <= (root.mapPosY + 119)) { break; } root._y = -((root.mapPosY = _y - ((116 + 16) - 13))); } } var megPos = megaman.getCenter(); var transOn = root.mapData.altMap[megPos.y][megPos.x]; if (transferFix) { if (transOn <= 0) { transferFix = false; } } else if (transOn > 0) { if ((--transOn) <= (root.mapData.trans.length - 1)) { root.startLevel(root.mapData.trans[transOn], "transLevel"); } else { instaDeath(); } } } } } }; p.registerSkin("megamanDefault", null, {clips:{megaman:"???", deathSpark:"???", shot:"???", extras:"???"}, options:{shots:0, checkFire:function () { return(false); }, fire:function () { }, enabled:false, canCharge:false, healthBarColor:16777215, weaponBarColor:16777215, max:0, icon:null, txt:"???"}}); delete p; MME.MegamanPellet = function () { this._visible = false; this.depth = newDepth; this.active = false; this.dir = 0; this.vDir = 0; this.power = 0; this.lastHit = null; }; var p = ((MME.MegamanPellet.prototype = new MME.ActiveClip())); p.start = function (x, y, dir, power) { this.active = true; this.dir = dir; this.vDir = 0; this._x = x; this._y = y; this.power = power; if (!this.power) { this.gotoAndStop(1); this.pos = 0; } else if (this.power == 1) { this.gotoAndStop(2 + dir); this.pos = 2; } else if (this.power == 2) { this.gotoAndStop(6 + dir); this.pos = 3; } this.lastHit = null; this._visible = true; }; p.stop = function (damage, special) { if (special == "tink") { this.active = false; this._visible = false; this.root.startSound("tink"); } else if (damage >= this.power) { this.active = false; this._visible = false; } }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (fa) { with (this) { if (power == 1) { gotoAndStop((Math.floor(((((pos = pos + (fa / 2))) >= 3) ? ((pos = 1)) : (pos))) * 2) + dir); } else if (power == 2) { gotoAndStop((Math.floor(((((pos = pos + (fa / 2))) >= 7) ? ((pos = 3)) : (pos))) * 2) + dir); } _x = _x + ((dir ? -4 : 4) * fa); if (vDir) { _y = _y + (vDir * fa); } if ((_x > (256 + root.mapPosX)) || (_x < (-8 + root.mapPosX))) { this.active = false; this._visible = false; } else if (!vDir) { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = objs; obj.strike(this, this.power + 1); } } } }; delete p; MME.MegamanObj.prototype.registerSkin("buster", "megamanDefault", {clips:{}, options:{fire:function (power) { if (!power) { power = 0; } var pos = 0; while (pos <= 2) { if (!this["shot" + pos].active) { break; } pos++; } if (pos <= 2) { if (this.cheatPowerShot) { power = 2; } if (this.dir) { this["shot" + pos].start(this._x - 14, this._y + 7, 1, power); } else { this["shot" + pos].start(this._x + 28, this._y + 7, 0, power); } this.root.stopSound("megaman_shoot"); this.root.startSound("megaman_shoot"); } }, checkFire:function () { with (this) { return(((!shot0.active) || (!shot1.active)) || (!shot2.active)); } }, enabled:true, shots:3, canCharge:true, max:-1, index:0, icon:"megamanIcon", txt:"m.buster"}}); MME.Megaman = function () { this._visible = false; this.active = false; this.dir = null; this.mode = null; this.invul = 0; this.sparkTime = 0; this.active = false; this.subMode = null; this.data1 = 0; this.data2 = 0; this.data3 = 0; this.movement = -1; this.sendValue = null; this.keyJump = false; this.keyShoot = false; this.keyLeft = false; this.keyRight = false; this.keyUpward = false; this.keyDownward = false; this.keyStart = false; this.preventStart = false; this.preventJump = false; this.preventShoot = false; this.cycle = 0; this.offset = 0; this.pos = 1; this.canCharge = false; this.charge = false; this.cPos = 0; this.csMode = 0; this.initFire = 0; this.extraCheck = false; this.gravity = 0.25; this.jumpPower = -5.5; this.weapon = null; this.health = new MME.HealthSys(28, true, null); this.cheatPowerShot = false; this.cheatFlySlide = false; this.cheatSuperJump = false; this.cheatHealth = false; }; var p = ((MME.Megaman.prototype = new MME.ActiveClip())); p.gts = p.gotoAndStop; p.gotoAndStop = function (pos) { this.gts(this.offset + ((this.pos = pos))); }; p.setOffset = function (offset) { this.gts(((this.offset = offset)) + this.pos); }; p.fire = function () { }; p.checkFire = function () { return(false); }; p.strike = function (obj, power) { if (((this.active && (!this.invul)) && (this.mode != "damage")) && (this.mode != "initdamage")) { if (!this.cheatHealth) { this.mode = "initdamage"; this.health.adj(-power); } obj.stop(); if (this.health.dead) { this.death(); } } }; p.destroy = function () { this.root.stopSound("megaman_chargefull"); this.root.stopSound("megaman_charge"); super.destroy(); }; p.death = function () { this.active = false; this.root.doEffect("pause", 0); stopAllSounds(); this.health.kill(); this._visible = true; this.damageSpark._visible = false; this.root.attachObj(new MME.Pause(60, function () { with (this.root) { megamanLink.megaman._visible = false; megamanLink.megaman.slidePuff._visible = false; megamanLink.megaman.damageTrio._visible = false; megamanLink.megaman.damageSpark._visible = false; doEffect("pause", 1); startSound("megaman_death"); var deathObj = attachObj(new MME.DeathObj()); deathObj.init(megamanLink.megaman.deathSpark); deathObj.start(megamanLink.megaman._x + 11.5, megamanLink.megaman._y + 13); attachObj(new MME.Pause(180, function () { this.root.onEnterFrameSub = function () { stopAllSounds(); this.score.setScore(0); this.unloadAll(); this.startArea(this.currentArea); }; })); } })); }; p.instaDeath = function () { this.active = false; this._visible = false; this.slidePuff._visible = false; this.damageTrio._visible = false; this.damageSpark._visible = false; stopAllSounds(); this.health.kill(); this.root.startSound("megaman_death"); this.root.attachObj(new MME.Pause(180, function () { this.root.onEnterFrameSub = function () { stopAllSounds(); this.score.setScore(0); this.unloadAll(); this.startArea(this.currentArea); }; })); }; p.getCenter = function () { with (this) { return({x:Math.floor(((_x + 11.5) - root.mapData.offsetX) / 16), y:Math.floor(((_y + 13) - root.mapData.offsetY) / 16)}); } }; p.moveControl = function (newPos, dir, sendOverRide) { if (dir == "left") { with (this) { if (!root.canMoveHorizontal(_y - 1, _y + 21, newPos + 4)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveHorizontal(_y - 1, _y + 21, newPos + 4, 0)) { break; } newPos++; } } _x = newPos; } } else if (dir == "right") { with (this) { if (!root.canMoveHorizontal(_y - 1, _y + 21, newPos + 19)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveHorizontal(_y - 1, _y + 21, newPos + 19, 0)) { break; } newPos--; } } _x = newPos; } } else if (dir == "down") { with (this) { if (!root.canMoveVertical(_x + 8, _x + 16, newPos + 22, sendOverRide)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos + 22, sendOverRide)) { break; } newPos--; } _y = newPos; return(true); } _y = newPos; return(false); } } }; p.chkPlatformH = function (pl) { with (this) { return(root.chkPlatformH(_x + 8, _x + 16, _y + 23, pl)); } }; p.control = function (fa) { with (this) { if (damageTrio._visible) { damageTrio.tick = damageTrio.tick - fa; while (damageTrio.tick <= 0) { if ((++damageTrio.pos) >= 3) { damageTrio._visible = false; break; } damageTrio.gotoAndStop(damageTrio.pos + 2); damageTrio.tick = damageTrio.tick + 8; } } if (slidePuff._visible) { slidePuff.tick = slidePuff.tick - fa; while (slidePuff.tick <= 0) { if ((++slidePuff.pos) >= 2) { slidePuff._visible = false; break; } slidePuff.gotoAndStop(slidePuff.pos + 5); slidePuff.tick = slidePuff.tick + 8; } } if (charge) { if (!keyShoot) { if (charge >= 100) { initFire = 2; root.stopSound("megaman_chargefull"); } else if (charge >= 40) { initFire = 1; root.stopSound("megaman_charge"); } charge = 0; csMode = 0; setOffset(0); } else { if (charge >= 40) { if (charge >= 100) { if (csMode < 2) { csMode = 2; root.startSound("megaman_chargefull", true); } if (((cPos = cPos + (fa / 2))) >= 3) { cPos = cPos - 3; } } else { if (csMode < 1) { csMode = 1; root.startSound("megaman_charge"); } if (((cPos = cPos + (fa / 2))) >= 2) { cPos = cPos - 2; } } if (offset != Math.floor(cPos)) { switch (Math.floor(cPos)) { case 0 : setOffset(0); break; case 1 : setOffset(((charge >= 100) ? 37 : 111)); break; case 2 : setOffset(74); } } } if (((charge = charge + fa)) > 100) { charge = 100; } } } if (mode == "initstand") { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; control(f); return(undefined); } mode = "stand"; subMode = 0; data1 = 0; gotoAndStop(1 + dir); this._x = Math.round(this._x); preventJump = true; } else if (mode == "initclimb") { if (root.matrixMode) { root.speed = 1; } mode = "climb"; data1 = 0; subMode = 0; } else if (mode == "initslide") { mode = "slide"; data1 = 0; if (!cheatFlySlide) { slidePuff._x = _x + (dir ? 16 : 3); slidePuff._y = _y + 15; slidePuff._visible = true; slidePuff.tick = 8; slidePuff.pos = 0; slidePuff.gotoAndStop(5); } gotoAndStop(35 + dir); preventJump = true; } else if (mode == "initdamage") { mode = "damage"; invul = 120; sparkTime = 40; subMode = 1; data1 = 0; charge = 0; root.stopSound("megaman_charge"); root.stopSound("megaman_chargefull"); root.startSound("megaman_damage"); damageTrio._x = _x; damageTrio._y = _y; damageTrio._visible = true; damageTrio.tick = 8; damageTrio.pos = 0; damageTrio.gotoAndStop(2); setOffset(0); gotoAndStop(33 + dir); } else if (mode == "initjump") { if (root.matrixMode) { root.speed = 0.3; } mode = "jump"; data2 = 0; data3 = sendValue; movement = -1; gotoAndStop(21 + dir); preventJump = true; } if (invul) { if (((invul = invul - fa)) <= 0) { invul = 0; _visible = true; damageSpark._visible = false; } else if (sparkTime > 0) { sparkTime = sparkTime - fa; if ((_visible = !_visible)) { damageSpark._visible = false; } else { damageSpark._x = _x; damageSpark._y = _y; damageSpark._visible = true; } } else { _visible = !_visible; damageSpark._visible = false; } } if (mode == "damage") { if (subMode) { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { subMode = 0; data3 = 0; } else { moveControl(_x + ((dir ? (fa) : (-fa)) * 0.5), (dir ? "right" : "left")); } if (((data1 = data1 + fa)) >= 20) { if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; } else { mode = "initstand"; } } } else { data1 = data1 + fa; var change = (fa * (((0.5 * (fa - 1)) * gravity) + ((data3 = data3 + (fa * gravity))))); if (change > 15) { change = 15; } else if (change < -15) { change = -15; } if (moveControl((change = change + _y), "down", true)) { subMode = 1; } else if (dir) { moveControl(_x + (fa * 0.5), "right"); } else { moveControl(_x - (fa * 0.5), "left"); } } damageSpark._x = _x; damageSpark._y = _y; return(undefined); } if (cheatFlySlide) { if ((preventJump && (!keyJump)) && (((mode != "jump") && (mode != "jumpshoot")) && (mode != "climbshoot"))) { preventJump = false; } if ((keyJump && (keyDownward)) && (mode != "slide")) { mode = "initslide"; control(fa); return(undefined); } } else { if ((preventJump && (!keyJump)) && ((((mode != "jump") && (mode != "jumpshoot")) && (mode != "climbshoot")) && (mode != "slide"))) { preventJump = false; } if ((((((((!preventJump) && (keyJump)) && (keyDownward)) && (mode != "slide")) && (mode != "jump")) && (mode != "jumpshoot")) && (mode != "climb")) && (mode != "climbshoot")) { mode = "initslide"; control(fa); return(undefined); } } var megPos = -2; if (((mode != "climb") && (mode != "climbshoot")) && (mode != "slide")) { var megData = getCenter(); if (keyUpward) { megPos = root.mapData.map[megData.y][megData.x]; if (((megData.y < 0) || (megData.y >= root.mapData.height)) || ((megPos != 3) && (megPos != 1))) { megPos = -2; } } else if (keyDownward) { megPos = root.mapData.map[megData.y + 1][megData.x]; if (((megData.y < 0) || (megData.y >= root.mapData.height)) || (megPos != 3)) { megPos = -2; } } } if (megPos == 1) { mode = "initclimb"; _x = ((megData.x * 16) - 2) + root.mapObj.offsetX; gotoAndStop(29); control(fa); return(undefined); } if (megPos == 3) { mode = "initclimb"; _x = ((megData.x * 16) - 2) + root.mapObj.offsetX; _y = ((megData.y * 16) + 16) + root.mapObj.offsetY; gotoAndStop(30); control(fa); return(undefined); } if ((keyRight || (keyLeft)) && ((mode == "stand") || (mode == "shoot"))) { if (keyLeft) { dir = 1; } else if (keyRight) { dir = 0; } mode = "inch"; data1 = 0; data2 = 0; gotoAndStop(19 + dir); control(fa); return(undefined); } if (mode == "inch") { if (extraCheck) { moveControl(_x, "right"); moveControl(_x, "left"); } if ((dir ? (!keyLeft) : (!keyRight))) { moveControl(_x + (dir ? -1 : 1), (dir ? "left" : "right")); if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; return(undefined); } mode = "stand"; subMode = 0; data1 = 0; gotoAndStop(1 + dir); } else if (((data1 = data1 + fa)) >= 8) { mode = "run"; subMode = 0; data1 = 0; gotoAndStop(3 + dir); } } if ((((((!preventJump) && (keyJump)) && (mode != "climb")) && (mode != "climbshoot")) && (mode != "jump")) && (mode != "jumpshoot")) { mode = "initjump"; sendValue = (cheatSuperJump ? (jumpPower - 2) : (jumpPower)); preventJump = true; } if (preventShoot && (!keyShoot)) { preventShoot = false; } if (((initFire || ((!preventShoot) && (keyShoot))) && (checkFire())) && ((((((mode != "shoot") && (mode != "runshoot")) && (mode != "jumpshoot")) && (mode != "climbshoot")) && (mode != "slide")) || ((((((mode == "shoot") || (mode == "runshoot")) || (mode == "jumpshoot")) || (mode == "climbshoot")) || (mode == "slide")) && (data2 >= 3)))) { preventShoot = true; data2 = 0; if ((mode == "run") || (mode == "runshoot")) { mode = "runshoot"; switch (subMode) { case 0 : gotoAndStop(9 + dir); break; case 1 : case 3 : gotoAndStop(11 + dir); break; case 2 : gotoAndStop(13 + dir); } } else if ((mode == "jump") || (mode == "jumpshoot")) { gotoAndStop(23 + dir); mode = "jumpshoot"; } else if ((mode == "stand") || (mode == "shoot")) { mode = "shoot"; gotoAndStop(17 + dir); } else if ((mode == "climb") || (mode == "climbshoot")) { if (dir && (keyRight)) { dir = 0; } else if ((!dir) && (keyLeft)) { dir = 1; } subMode = (dir ? 0 : 1); mode = "climbshoot"; gotoAndStop(31 + dir); } if ((!initFire) && (canCharge)) { charge = 1; } if (weapon) { weapon.adj(-1); } fire(initFire); initFire = 0; } if (mode == "climb") { if (((!preventJump) && (keyJump)) && (!keyUpward)) { mode = "initjump"; sendValue = 0; return(undefined); } var ladderMove = (KeyUpward ? -1 : ((KeyDownward ? 1 : 0))); if (ladderMove) { var newPos = (_y + ((fa * 0.75) * ladderMove)); data1 = data1 + fa; while (data1 >= 7) { gotoAndStop(28 + ((subMode = !subMode))); data1 = data1 - 7; } if (moveControl(newPos, "down", false)) { mode = "initstand"; control(fa); return(undefined); } var megPos = getCenter(); tileData = root.mapData.map[megPos.y - 1][megPos.x]; if ((tileData != 1) && (tileData != 3)) { if (newPos <= (((megPos.y * 16) + root.mapData.offsetY) - 8)) { mode = "initstand"; _y = ((megPos.y * 16) + root.mapData.offsetY) - 23; control(fa); return(undefined); } if (newPos <= ((megPos.y * 16) + 8)) { gotoAndStop(30); } } if (root.mapData.map[megPos.y][megPos.x] == 0) { mode = "initjump"; sendValue = 1; return(undefined); } } else { data1 = 0; } } else if ((mode == "jump") || (mode == "jumpshoot")) { var newPos = (fa * (((0.5 * (fa - 1)) * gravity) + ((data3 = data3 + (fa * gravity))))); if (newPos > 15) { newPos = 15; } else if (newPos < -15) { newPos = -15; } newPos = newPos + _y; if (data3 < 0) { if (!root.canMoveVertical(_x + 8, _x + 16, newPos - 2, false)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos - 2, true)) { break; } newPos = newPos + 1; } data3 = 0; } else if (!keyJump) { data3 = 0; } _y = newPos; } else { var hasLanded = moveControl(newPos, "down", true); var newDir = null; if (hasLanded) { if (root.matrixMode) { root.speed = 1; } root.startSound("megaman_land"); mode = "run"; data1 = 0; subMode = 0; gotoAndStop(3 + dir); control(fa); return(undefined); } } if (keyRight) { if (movement != 0) { dir = 0; gotoAndStop(((mode == "jumpshoot") ? 23 : 21)); movement = 2; } moveControl(_x + (fa * 1.5), "right"); } else if (keyLeft) { if (movement != 1) { dir = 1; gotoAndStop(((mode == "jumpshoot") ? 24 : 22)); movement = 1; } moveControl(_x - (fa * 1.5), "left"); } else if (movement != -1) { movement = -1; } } else if (mode == "slide") { var newPos = (_x + ((dir ? (-fa) : (fa)) * 3)); if (dir) { if (keyRight) { if (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true)) { mode = "initstand"; } else { dir = 0; gotoAndStop(35); } } else { if (!root.canMoveHorizontal(_y + 11, _y + 21, newPos + 4)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveHorizontal(_y + 11, _y + 21, newPos + 4, 0)) { break; } newPos++; } } _x = newPos; } } else if (keyLeft) { if (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true)) { mode = "initstand"; } else { dir = 1; gotoAndStop(36); } } else { if (!root.canMoveHorizontal(_y + 11, _y + 21, newPos + 19)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveHorizontal(_y + 11, _y + 21, newPos + 19, 0)) { break; } newPos--; } } _x = newPos; } if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { var newPos = _y; if (!root.canMoveVertical(_x + 8, _x + 16, newPos - 1, false)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 8, _x + 16, newPos - 1, true)) { break; } newPos = newPos + 1; } } _y = newPos; mode = "initjump"; sendValue = 0; return(undefined); } if ((((data1 = data1 + fa)) >= 30) && (root.canMoveVertical(_x + 8, _x + 16, _y - 2, true))) { mode = "initstand"; control(fa); return(undefined); } } else if ((mode == "run") || (mode == "runshoot")) { if (!(dir ? (keyLeft) : (keyRight))) { mode = "initstand"; return(undefined); } moveControl(_x + ((dir ? (-fa) : (fa)) * 1.5), (dir ? "left" : "right")); if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; return(undefined); } data1 = data1 - fa; while (data1 <= 0) { if ((++subMode) >= 4) { subMode = 0; } switch (subMode) { case 0 : gotoAndStop(((mode == "runshoot") ? (9 + dir) : (3 + dir))); break; case 1 : case 3 : gotoAndStop(((mode == "runshoot") ? (11 + dir) : (5 + dir))); break; case 2 : gotoAndStop(((mode == "runshoot") ? (13 + dir) : (7 + dir))); } data1 = data1 + 8; } } if ((((mode == "shoot") || (mode == "runshoot")) || (mode == "jumpshoot")) || (mode == "climbshoot")) { if (((data2 = data2 + fa)) >= 15) { if (mode == "runshoot") { mode = "run"; } else if (mode == "shoot") { mode = "initstand"; } else if (mode == "jumpshoot") { gotoAndStop(21 + dir); mode = "jump"; } else if (mode == "climbshoot") { gotoAndStop(28 + dir); if (!dir) { subMode = dir; data1 = 0; } mode = "climb"; } } } else if (mode == "stand") { data1 = data1 + fa; if (true) { if (subMode == 0) { if (data1 >= 97) { gotoAndStop(15 + dir); subMode = 1; } } if (subMode == 1) { if (data1 >= 107) { gotoAndStop(1 + dir); subMode = 0; data1 = 0; // unexpected jump } } } if (root.canMoveVertical(_x + 8, _x + 16, _y + 23, true)) { mode = "initjump"; sendValue = 0; } if (extraCheck) { moveControl(_x, "right"); moveControl(_x, "left"); } } } }; delete p; #endinitclipSymbol 595 MovieClip [megamanSamusSprite] Frame 1#initclip 33 Object.registerClass("megamanSamusSprite", MME.Megaman); #endinitclipSymbol 781 MovieClip [protoSprite] Frame 1#initclip 74 Object.registerClass("protoSprite", MME.Megaman); #endinitclipSymbol 790 MovieClip [protoDeathSprite] Frame 1#initclip 30 Object.registerClass("protoDeathSprite", MME.Death); #endinitclipSymbol 793 MovieClip Frame 1#initclip 31 MME.MegamanObj.prototype.registerSkin("sMissle", "megamanDefault", {clips:{}, options:{shots:1, checkFire:function () { return((!this.weapon.dead) && (!this.shot0.active)); }, fire:function () { if (!this.shot0.active) { if (this.dir) { this.shot0.start(this._x - 18, this._y + 6, 1, 3); } else { this.shot0.start(this._x + 27, this._y + 6, 0, 3); } this.root.stopSound("samus_missle"); this.root.startSound("samus_missle"); } }, enabled:false, canCharge:false, max:15, index:1, icon:"samusIcon", txt:"s.missile"}}); MME.SamusMissle = function () { this._visible = false; this.depth = newDepth; this.active = false; this.mode = 0; this.dir = 0; this.tick = 0; this.pos = 0; this.lastHit = null; }; var p = ((MME.SamusMissle.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.dir = dir; this._x = x; this._y = y; this.gotoAndStop(1 + this.dir); this.pos = 0; this.lastHit = null; this.mode = 0; this._visible = (this.active = true); }; p.stop = function (damage, special) { if (special == "tink") { this.root.startSound("tink"); } this.mode = 1; this.tick = 2; gotoAndStop((this.pos = 3) +5); }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (f) { with (this) { if (mode) { tick = tick - f; while (tick <= 0) { if (pos == 6) { this._visible = (this.active = false); } gotoAndStop(++pos); tick = tick + 2; } } else { _x = _x + ((dir ? -4 : 4) * f); if ((_x > (256 + root.mapPosX)) || (_x < (-8 + root.mapPosX))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = obj; obj.strike(this, 3); } else if ((!root.canMoveHorizontal(_y, _y + 8, _x)) || (!root.canMoveHorizontal(_y, _y + 8, _x + 10))) { stop(); } } } } }; delete p; #endinitclipSymbol 803 MovieClip [megamanSMissleSprite] Frame 1#initclip 32 Object.registerClass("megamanSMissleSprite", MME.SamusMissle); #endinitclipSymbol 805 MovieClip Frame 1#initclip 26 MME.DeathObj = function () { this.active = false; this.list = []; this.d1 = 0; }; var p = ((MME.DeathObj.prototype = new MME.ActiveGroup())); p.init = function (sparkMov) { var mda = 0; while (mda <= 12) { this.addClip("spark" + mda, sparkMov, "high"); mda++; } this.d1 = 0; this.attachClips(); super.init(); }; p.start = function (x, y) { var mda = 0; while (mda <= 8) { var sparkX = (2 * Math.sin((Math.PI/4) * mda)); var sparkY = (2 * Math.cos((Math.PI/4) * mda)); this["spark" + mda].start(x + sparkX, y - sparkY, sparkX, sparkY); mda++; } this.spark9.start(x, y, 0.75, 0); this.spark10.start(x, y, -0.75, 0); this.spark11.start(x, y, 0, 0.75); this.spark12.start(x, y, 0, -0.75); this.active = true; }; p.control = function (f) { if (((this.d1 = this.d1 + f)) >= 300) { this.root.destroySelf(this); } else { var rma = 0; while (rma <= 12) { if (this["spark" + rma].active) { this["spark" + rma].control(f); } rma++; } } }; delete p; MME.Death = function () { super(); this._visible = false; this.active = false; }; var p = ((MME.Death.prototype = new MME.ActiveClip())); p.start = function (x, y, dirX, dirY) { this._x = x; this._y = y; this.dirX = dirX; this.dirY = dirY; this.active = true; this._visible = true; }; p.control = function (f) { with (this) { _x = _x + (dirX * f); _y = _y + (dirY * f); } }; delete p; #endinitclipSymbol 815 MovieClip [powerBarH] Frame 1#initclip 34 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 835 MovieClip [pauseMenu] Frame 1#initclip 35 Object.registerClass("pauseMenu", MME.PauseMenu); #endinitclipSymbol 835 MovieClip [pauseMenu] Frame 7this.attachDisplayClips();Symbol 835 MovieClip [pauseMenu] Frame 14this.stop();Symbol 835 MovieClip [pauseMenu] Frame 30this.complete = true;Symbol 849 MovieClip [samusDeathSprite] Frame 1#initclip 36 Object.registerClass("samusDeathSprite", MME.Death); #endinitclipSymbol 935 MovieClip [arthurSprite] Frame 1#initclip 37 Object.registerClass("arthurSprite", MME.ArthurScript); #endinitclipSymbol 940 MovieClip Frame 1#initclip 25 MME.ArthurObjBossScript = function () { this.active = false; this.mode = 0; this.data1 = 0; this.ani = false; this.onStart = null; }; var p = ((MME.ArthurObjBossScript.prototype = new MME.ActiveGroup())); p.init = function (arthurSprite, spearSprite, lightningClip, healthBar, onDeath) { this.aiDeclare(); with (this) { addClip("arthur", arthurSprite, "high"); addClip("spear0", spearSprite, "low"); addClip("spear1", spearSprite, "low"); addClip("lightning", lightningClip, "fg"); attachClips(); } this.applyClips(this.arthur); this.spear0.init(); this.spear1.init(); this.arthur.health.setClip(healthBar); this.arthur.objParent = this; this.arthur.onDeath = onDeath; this.active = true; }; p.aniStart = function (x, y, onStart) { this.arthur.setPos(x, y); this.mode = 0; this.ani = true; this.arthur.health.kill(); this.onStart = onStart; }; p.aniStep = function (f) { switch (this.mode) { case 0 : this.root.startSound("healthrestore", true); this.data1 = 5; this.mode = 1; case 1 : this.data1 = this.data1 - f; while (this.data1 <= 0) { this.arthur.health.adj(1); this.lightning._alpha = ((-(this.arthur.health.health / this.arthur.health.max)) + 1) * 100; if (this.arthur.health.health >= this.arthur.health.max) { this.root.stopSound("healthrestore"); this.ani = false; this.lightning.stopLightning(); if (this.onStart) { this.onStart(); } } this.data1 = this.data1 + 5; } return(undefined); } }; p.start = function (x, y, mode, dir) { this.arthur.start(x, y, mode, dir); }; p.findStrikes = function () { var list = []; var meg = this.root.megamanLink; var i = (meg.shots.length - 1); while (i >= 0) { if (meg.shots[i].active) { list[list.length] = meg.shots[i]; } i--; } return(list); }; p.withinY = function (range, wpn) { return((wpn.yMax >= range.yMin) && (wpn.yMin <= range.yMax)); }; p.aiDeclare = function () { this.mode = "wait"; this.savFrm = null; this.data1 = 0; }; p.canClimb = function (tPos) { if (this.root.mapObj.map[tPos.y + 1][tPos.x] == 3) { return(1); } if (this.root.mapObj.map[tPos.y][tPos.x] == 1) { return(-1); } return(0); }; p.ai = function (f) { with (this) { var fndS = findStrikes(); var vel; var athr = this.arthur; var datLst = []; var aChk = ((mode == "duckAvoid") ? (savFrm) : (athr.getBounds(root))); var cChk = athr.getCenter(); var dim; var meg = root.megamanLink.megaman.getCenter(); with (athr) { keyLeft = false; keyRight = false; keyClimbDown = false; keyClimbUp = false; keyAttack = false; keyJump = false; keyCrouch = false; } if (mode == "strk") { if (athr.attacking) { return(undefined); } mode = "stopWait"; } if (((mode == "jumpAvoid") || (mode == "jumpAtk")) || (athr.mode == "jump")) { if (athr.mode == "jump") { if (meg.y == cChk.y) { athr.keyAttack = true; } return(undefined); } mode = "wait"; } else if (arhr.attacking) { return(undefined); } var i = (fndS.length - 1); while (i >= 0) { vel = fndS[i].getVelocity(); dim = (fndS[i].bnd = fndS[i].getBounds(root)); if (((vel.vX > 0) && (dim.xMin < aChk.xMax)) && (withinY(aChk, dim))) { datLst[datLst.length] = {o:fndS[i], d:(aChk.xMin - dim.xMax) / vel.vX, b:fndS[i].bnd}; } else if (((vel.vX < 0) && (dim.xMax > aChk.xMin)) && (withinY(aChk, dim))) { datLst[datLst.length] = {o:fndS[i], d:(aChk.xMax - dim.xMin) / vel.vX, b:fndS[i].bnd}; } i--; } if (mode == "climbAvoid") { if ((athr.mode != "climb") || (!data1)) { mode = "wait"; } else if (data1) { if (data1 < 0) { athr.keyClimbDown = true; data1++; } else { athr.keyClimbUp = true; data1--; } } } var tmpHld; var cnclAttack = ((mode == "climbAvoid") ? true : false); var i = (datLst.length - 1); while (i >= 0) { if (((datLst[i].o.power >= 2) && ((tmpHld = canClimb(cChk)))) && (((tmpHld > 0) && ((((datLst[i].b.xMax - datLst[i].b.xMin) / 2) + datLst[i].b.xMin) < (athr._y + (athr._height / 2)))) || ((tmpHld < 0) && ((((datLst[i].b.xMax - datLst[i].b.xMin) / 2) + datLst[i].b.xMin) >= (athr._y + (athr._height / 2)))))) { if (tmpHld < 0) { athr.keyClimbUp = true; data1 = 24; } else { athr.keyClimbDown = true; data1 = -24; } mode = "climbAvoid"; cnclAttack = true; } else if ((datLst[i].d <= 20) && (athr.mode == "climb")) { if ((((datLst[i].b.xMax - datLst[i].b.xMin) / 2) + datLst[i].b.xMin) < (athr._y + (athr._height / 2))) { athr.keyClimbDown = true; athr.keyClimbUp = false; data1 = 8; } else { athr.keyClimbUp = true; athr.keyClimbDown = false; data1 = -8; } mode = "climbAvoid"; } else { if (datLst[i].d <= 15) { if (((tmpHld = canClimb(cChk))) && (datLst.length >= ((tmpHld < 0) ? 3 : 2))) { if (tmpHld < 0) { athr.keyClimbUp = true; data1 = 9; } else { athr.keyClimbDown = true; data1 = -18; } mode = "climbAvoid"; } else if (datLst[i].b.yMax < (athr._y + 6)) { athr.keyCrouch = true; savFrm = aChk; mode = "duckAvoid"; } else { athr.keyJump = true; mode = "jumpAvoid"; } break; } if (datLst[i].d <= 20) { cnclAttack = true; } } i--; } if (!cnclAttack) { if (mode == "searchUp") { if ((athr.mode != "climb") || (meg.y > 9)) { mode = "wait"; } else { athr.keyClimbUp = true; } } else if (mode == "searchDn") { if ((athr.mode != "climb") || (meg.y <= 9)) { mode = "wait"; } else { athr.keyClimbDown = true; } } else if ((cChk.y <= 9) && ((cChk.x == 6) || (cChk.x == 11))) { if ((cChk.x == 11) || ((meg.x >= 9) && (cChk.x >= 9))) { athr.keyLeft = true; } else { athr.keyRight = true; } athr.keyJump = true; } else if (((cChk.y <= 9) && (cChk.x >= 7)) && (cChk.x <= 10)) { if (meg.x < 9) { athr.keyRight = true; if (cChk.x == 10) { athr.keyJump = true; } } else { athr.keyLeft = true; if (cChk.x == 7) { athr.keyJump = true; } } } else if (meg.y <= 9) { if ((mode != "climbAvoid") && (athr.mode == "climb")) { if (((meg.x >= 9) && (cChk.x >= 9)) || ((meg.x < 9) && (cChk.x < 9))) { athr.keyClimbDown = true; } else { athr.keyClimbUp = true; } } else if ((mode != "climbAvoid") && (cChk.y > 9)) { if ((meg.x >= 9) && (cChk.x >= 9)) { athr.keyLeft = true; } else if ((meg.x < 9) && (cChk.x < 9)) { athr.keyRight = true; } else if (canClimb(cChk) < 0) { athr.keyClimbUp = true; mode = "searchUp"; } else if (((cChk.x >= 9) && (cChk.x < 15)) || (cChk.x < 2)) { athr.keyRight = true; } else { athr.keyLeft = true; } } else if (meg.y > cChk.y) { mode = "fallOffAtk"; if (cChk.x >= 9) { athr.keyLeft = true; } else { athr.keyRight = true; } } else if (meg.y <= cChk.y) { if ((!spear0.active) || (!spear1.active)) { if (meg.y == cChk.y) { if (mode == "stopWait") { if (athr.dir && (cChk.x < meg.x)) { athr.keyRight = true; } else if ((!athr.dir) && (cChk.x > meg.x)) { athr.keyLeft = true; } mode = "wait"; } else { athr.keyAttack = true; mode = "strk"; } } else if (athr.dir && (cChk.x < meg.x)) { athr.keyRight = true; } else if ((!athr.dir) && (cChk.x > meg.x)) { athr.keyLeft = true; } else { mode = "jumpAtk"; athr.keyJump = true; } } else if (!canClimb(cChk)) { if (((meg.x < cChk.x) && (cChk.x < 15)) || (cChk.x < 2)) { athr.keyRight = true; } else { athr.keyLeft = true; } } else if ((((meg.x >= 9) && (cChk.x >= 9)) || ((meg.x < 9) && (cChk.x < 9))) && (meg.y <= cChk.y)) { athr.keyClimbDown = true; } } } else if ((mode != "climbAvoid") && (athr.mode == "climb")) { if (((meg.x >= 9) && (cChk.x >= 9)) || ((meg.x < 9) && (cChk.x < 9))) { athr.keyClimbUp = true; } else { athr.keyClimbDown = true; } } else if ((mode != "climbAvoid") && (cChk.y <= 9)) { if ((meg.x >= 9) && (cChk.x >= 9)) { athr.keyLeft = true; if (cChk.x <= 13) { athr.keyJump = true; } } else if ((meg.x < 9) && (cChk.x < 9)) { athr.keyRight = true; if (cChk.x >= 4) { athr.keyJump = true; } } else if (canClimb(cChk) > 0) { athr.keyClimbDown = true; mode = "searchDown"; } else if (((cChk.x >= 9) && (cChk.x < 15)) || (cChk.x < 2)) { athr.keyRight = true; } else { athr.keyLeft = true; } } else if (meg.y <= cChk.y) { if ((!spear0.active) || (!spear1.active)) { if (meg.y == cChk.y) { if (mode == "stopWait") { if (athr.dir && (cChk.x < meg.x)) { athr.keyRight = true; } else if ((!athr.dir) && (cChk.x > meg.x)) { athr.keyLeft = true; } mode = "wait"; } else { athr.keyAttack = true; mode = "strk"; } } else if (athr.dir && (cChk.x < meg.x)) { athr.keyRight = true; } else if ((!athr.dir) && (cChk.x > meg.x)) { athr.keyLeft = true; } else { mode = "jumpAtk"; athr.keyJump = true; } } else if (!canClimb(cChk)) { if (((meg.x < cChk.x) && (cChk.x < 15)) || (cChk.x < 2)) { athr.keyRight = true; } else { athr.keyLeft = true; } } else if (((meg.x >= 9) && (cChk.x >= 9)) || ((meg.x < 9) && (cChk.x < 9))) { athr.keyClimbUp = true; } } } } }; p.control = function (f) { with (this) { if (arthur.active) { if (ani) { aniStep(f); } else { ai(f); arthur.control(f); } } if (spear0.active) { spear0.control(f); } if (spear1.active) { spear1.control(f); } if (lightning.active) { lightning.control(f); } } }; delete p; MME.ArthurScript = function () { this.active = false; this.mode = ""; this.dir = 0; this.offset = 0; this.pos = 0; this.keyLeft = false; this.keyRight = false; this.keyClimbDown = false; this.keyClimbUp = false; this.keyAttack = false; this.keyJump = false; this.keyCrouch = false; this.blockJump = false; this.blockAttack = false; this.attacking = false; this.health = new MME.HealthSys(20, true, null); this.damaged = false; this.objParent = null; this.onDeath = null; this.tick = 0; this.invul = 0; this.invulWait = 0; this.frame = 0; this.data1 = 0; this.data2 = 0; this.data3 = 0; this.data4 = 0; this.data5 = 0; }; var p = ((MME.ArthurScript.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.start = function (x, y, mode, dir) { this.setPos(x, y); this.health.reset(); this.mode = mode; this.dir = dir; this.root.registerEnemy(this); this.active = true; }; p.destroy = function () { if (this.active) { this.root.unregisterEnemy(this); } super.destroy(); }; p.strike = function (obj, power) { if ((this.active && (!this.invul)) && (!this.damaged)) { with (this) { obj.stop(health.adj(-power)); if (this.health.dead) { stopAllSounds(); root.doEffect("pause", 0); _visible = true; root.megamanLink.megaman._visible = true; root.attachObj(new MME.Pause(60, function (obj) { with (this.root) { doEffect("pause", 1); score.adjScore(50); megamanLink.megaman.active = false; startSound("megaman_death"); var deathObj = attachObj(new MME.DeathObj()); deathObj.init("arthurDeathSprite"); deathObj.start(obj.arthur._x + 8, obj.arthur._y + 12); attachObj(new MME.Pause(180, obj.arthur.onDeath)); root.destroyActiveObj(root.findActiveObj(obj)); } }, objParent)); } else { root.startSound("arthur_hit"); mode = "inithit"; data1 = (dir ? 1 : -1); data2 = -1; if ((this.health.max / 2) >= this.health.health) { this.setOffset(28); } else { this.setOffset(0); } } } } }; p.getCenter = function () { with (this) { return({x:Math.floor(((_x + 6) - root.mapData.offsetX) / 16), y:Math.floor(((_y + 10.5) - root.mapData.offsetY) / 16)}); } }; p.moveControl = function (newPos, dir, sendOverRide) { if (dir == "left") { with (this) { if (!root.canMoveHorizontal(_y + 14, _y + 18, newPos + 4)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveHorizontal(_y + 14, _y + 18, newPos + 4, 0)) { break; } newPos++; } } _x = newPos; } } else if (dir == "right") { with (this) { if (!root.canMoveHorizontal(_y + 14, _y + 18, newPos + 16)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveHorizontal(_y + 14, _y + 18, newPos + 16, 0)) { break; } newPos--; } } _x = newPos; } } else if (dir == "down") { with (this) { if (!root.canMoveVertical(_x + 4, _x + 16, newPos + 21, sendOverRide)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 4, _x + 16, newPos + 21, sendOverRide)) { break; } newPos--; } _y = newPos; return(true); } _y = newPos; return(false); } } else if (dir == "up") { with (this) { if (!root.canMoveVertical(_x + 4, _x + 16, newPos + 12, sendOverRide)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 4, _x + 16, newPos + 12, sendOverRide)) { break; } newPos++; } _y = newPos; return(true); } _y = newPos; return(false); } } }; p.fireCheck = function () { with (this) { return((!spear0.active) || (!spear1.active)); } }; p.fire = function () { var spr = ((!this.spear0.active) ? (this.spear0) : (((!this.spear1.active) ? (this.spear1) : null))); if (this.dir) { spr.start(this._x - 17, this._y + ((this.mode == "crouch") ? 7 : 3), 1); } else { spr.start(this._x + 12, this._y + ((this.mode == "crouch") ? 7 : 3), 0); } }; p.control = function (f) { with (this) { if (invul) { invulWait = invulWait - f; while (invulWait <= 0) { if (--invul) { _visible = !_visible; } else { break; } invulWait = invulWait + 2; } } else { _visible = true; } switch (mode) { case "initstand" : gotoAndStop(1 + dir); mode = "stand"; frame = 0; tick = 0; break; case "initrun" : gotoAndStop(19 + dir); frame = 0; tick = 0; mode = "run"; break; case "inithit" : gotoAndStop(23 + dir); mode = "jump"; data3 = _y - 38; data5 = 60 * 3; damaged = true; break; case "initjump" : gotoAndStop(13 + dir); mode = "jump"; data3 = _y - 46; data5 = 0; break; case "initclimb" : gotoAndStop(25); mode = "climb"; tick = 0; frame = 0; data1 = 0; break; case "initcrouch" : gotoAndStop(7 + dir); mode = "crouch"; } if ((!keyJump) && (blockJump)) { blockJump = false; } if ((((keyJump && (!blockJump)) && (mode != "jump")) && (mode != "climb")) && (!attacking)) { mode = "initjump"; data1 = (keyLeft ? -1 : ((keyRight ? 1 : 0))); data2 = -1; control(f); return(undefined); } var megPos = -2; if (((mode != "climb") && (mode != "jump")) && (!attacking)) { var megData = getCenter(); if (keyClimbUp) { 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 (keyClimbDown) { 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) - 1) + root.mapObj.offsetX; control(f); return(undefined); } if (megPos == 3) { mode = "initclimb"; _x = ((megData.x * 16) - 1) + root.mapObj.offsetX; _y = (megData.y * 16) + root.mapObj.offsetY; control(f); return(undefined); } if ((!keyAttack) && (blockAttack)) { blockAttack = false; } if ((((keyAttack && (!blockAttack)) && (!attacking)) && (mode != "climb")) && (!damaged)) { blockAttack = true; if (fireCheck()) { fire(); if ((mode == "run") || (mode == "stand")) { mode = "initstand"; attacking = true; control(f); return(undefined); } if (mode == "jump") { tick = 0; frame = 0; attacking = true; } else if (mode == "crouch") { tick = 0; frame = 0; attacking = true; } } } if (((keyCrouch && (mode != "crouch")) && (mode != "jump")) && (mode != "climb")) { mode = "initcrouch"; control(f); return(undefined); } switch (mode) { case "stand" : if (attacking) { tick = tick - f; while (tick <= 0) { frame++; switch (frame) { case 0 : case 1 : gotoAndStop(3 + dir); tick = tick + 6; break; case 2 : gotoAndStop(5 + dir); tick = tick + 3; break; case 3 : gotoAndStop(1 + dir); tick = 1; attacking = false; } } } else { if (keyLeft) { mode = "initrun"; dir = 1; control(f); return(undefined); } if (keyRight) { mode = "initrun"; dir = 0; control(f); return(undefined); } } return; case "jump" : data4 = data4 - f; while (data4 <= 0) { if (data2 < 0) { if (((_y = _y + (data2 * 4))) <= data3) { data2 = data2 * (-1); } else if (moveControl(_y, "up", true)) { data2 = data2 * (-1); } } else if (moveControl(_y + (data2 * 4), "down", true)) { attacking = false; blockJump = true; damaged = false; invul = data5; mode = "initstand"; control(f); return(undefined); } data4 = data4 + 2; } if (attacking) { tick = tick - f; while (tick <= 0) { frame++; switch (frame) { case 0 : case 1 : gotoAndStop(15 + dir); tick = tick + 9; break; case 2 : gotoAndStop(17 + dir); tick = tick + 6; break; case 3 : gotoAndStop(13 + dir); tick = 1; attacking = false; } } } else if (!damaged) { if ((dir && (!keyLeft)) && (keyRight)) { gotoAndStop(13 + ((dir = 0))); } if (((!dir) && (!keyRight)) && (keyLeft)) { gotoAndStop(13 + ((dir = 1))); } } if (data1) { moveControl(_x + (data1 * f), ((data1 < 0) ? "left" : "right"), true); } return; case "climb" : var ladderMove = (keyClimbUp ? (-1) : ((keyClimbDown ? 1 : 0))); if (ladderMove) { var newPos = (_y + (f * ladderMove)); tick = tick - f; while (tick <= 0) { gotoAndStop(25 + ((frame = !frame))); tick = tick + 7; } if (moveControl(newPos, "down", false)) { mode = "initstand"; control(f); return(undefined); } var megPos = getCenter(); var tileData = root.mapData.map[megPos.y][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) - 6; control(f); return(undefined); } if (newPos <= ((megPos.y * 16) + 3)) { gotoAndStop(27); } } } return; case "run" : if (dir && (!keyLeft)) { mode = "initstand"; control(f); return(undefined); } if ((!dir) && (!keyRight)) { mode = "initstand"; control(f); return(undefined); } moveControl(_x + ((dir ? (-1) : 1) * f), (dir ? "left" : "right"), true); if (root.canMoveVertical(_x + 4, _x + 16, _y + 22, true)) { mode = "initjump"; data1 = 0; data2 = 1; control(f); return(undefined); } tick = tick - f; while (tick <= 0) { frame = ((frame >= 3) ? 0 : (frame + 1)); switch (frame) { case 2 : case 0 : gotoAndStop(1 + dir); break; case 1 : gotoAndStop(19 + dir); break; case 3 : gotoAndStop(21 + dir); } tick = tick + 6; } return; case "crouch" : if (attacking) { tick = tick - f; while (tick <= 0) { frame++; switch (frame) { case 0 : case 1 : gotoAndStop(9 + dir); tick = tick + 6; break; case 2 : gotoAndStop(11 + dir); tick = tick + 3; break; case 3 : gotoAndStop(7 + dir); tick = 1; attacking = false; } } } else { if ((dir && (!keyLeft)) && (keyRight)) { gotoAndStop(7 + ((dir = 0))); } if (((!dir) && (!keyRight)) && (keyLeft)) { gotoAndStop(7 + ((dir = 1))); } if (keyCrouch) { break; } mode = "initstand"; control(f); return(undefined); } } } }; delete p; MME.ArthurSpearScript = function () { this.active = false; this.dir = 0; }; var p = ((MME.ArthurSpearScript.prototype = new MME.ActiveClip())); p.init = function () { this.active = (this._visible = false); }; p.start = function (x, y, dir) { this.root.stopSound("arthur_speartoss"); this.root.startSound("arthur_speartoss"); this.active = (this._visible = true); this._x = x; this._y = y; this.gotoAndStop(1 + ((this.dir = dir))); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if ((((_x = _x + ((dir ? -3 : 3) * f))) > (256 + root.mapPosX)) || (_x < (-24 + root.mapPosX))) { this.active = (this._visible = false); } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; MME.LightningScript = function () { this.active = (this._visible = false); this.mode = 0; this.fadeIn = 0; this.pause = 0; this.fadeOut = 0; this.pos = 0; this.onComplete = null; }; var p = ((MME.LightningScript.prototype = new MME.ActiveClip())); p.startLightning = function (fadeIn, pause, fadeOut, onComplete) { this.root.startSound("lightningStrike"); this.mode = 0; this.fadeIn = fadeIn; this.pause = pause; this.fadeOut = fadeOut; this.pos = 0; this.onComplete = onComplete; this.active = (this._visible = true); this._alpha = 100; this._x = this.root.mapPosX; this._y = this.root.mapPosY; }; p.stallLightning = function () { this.active = false; this._visible = true; this._alpha = 100; this._x = this.root.mapPosX; this._y = this.root.mapPosY; }; p.stopLightning = function () { this.active = (this._visible = false); }; p.control = function (f) { this.pos = this.pos + f; switch (this.mode) { case 0 : if (this.pos >= this.fadeIn) { this.pos = this.fadeIn; } this._alpha = ((-(this.pos / this.fadeIn)) + 1) * 100; if (this.pos >= this.fadeIn) { this.pos = 0; this.mode = 1; } return; case 1 : if (this.pos >= this.pause) { this.pos = 0; this.mode = 2; } return; case 2 : if (this.pos >= this.fadeOut) { this.pos = this.fadeOut; } this._alpha = 100 * (this.pos / this.fadeOut); if (this.pos < this.fadeOut) { break; } this.stopLightning(); if (!this.onComplete) { break; } this.onComplete(); } }; delete p; #endinitclipSymbol 944 MovieClip [arthurSpearSprite] Frame 1#initclip 39 Object.registerClass("arthurSpearSprite", MME.ArthurSpearScript); #endinitclipSymbol 953 MovieClip [arthurDeathSprite] Frame 1#initclip 40 Object.registerClass("arthurDeathSprite", MME.Death); #endinitclipSymbol 954 MovieClip [lightningClip] Frame 1#initclip 41 Object.registerClass("lightningClip", MME.LightningScript); #endinitclipSymbol 967 MovieClip [finalScreenGnG] Frame 1#initclip 42 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("finalScreenGnG", MME.LinksPage); #endinitclip this.addClip(this.bgClip1); this.addClip(this.bgClip2); this.addLink(this.vgmuseum, function () { this.getURL("http://www.vgmuseum.com", "vgmuseum"); }); this.addLink(this.disk2, function () { this.getURL("http://www.disk2.com", "disk2"); }); this.addLink(this.bossTime, function () { this.getURL("http://www.ocremix.org/detailmix.php?mixid=OCR00115", "bossTime"); }); this.addLink(this.staticreator, function () { this.getURL("http://www.brokenfunction.com", "brknfnctn"); }); this.addLink(this.spritesinc, function () { this.getURL("http://sprites.planet-megaman.com", "spritesinc"); }); this.addLink(this.djpretzel, function () { this.getURL("http://www.ocremix.org/detailmix.php?mixid=OCR00467", "djpretzel"); }); this.addLink(this.kashou, function () { this.getURL("http://www.unknownbeyond.com", "kashou"); }); this.addLink(this.ocremix, function () { this.getURL("http://www.ocremix.org", "ocremix"); }); this.addLink(this.restart, function () { this.root.reloadGame(); });Instance of Symbol 154 MovieClip [displayFont] "djpretzel" in Symbol 967 MovieClip [finalScreenGnG] Frame 1//component parameters onClipEvent (initialize) { str = "djpretzel's remix"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "restart" in Symbol 967 MovieClip [finalScreenGnG] 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] in Symbol 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] 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] "kashou" in Symbol 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] 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] "staticreator" in Symbol 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] 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 967 MovieClip [finalScreenGnG] Frame 1//component parameters onClipEvent (initialize) { str = "more"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] "vgmuseum" in Symbol 967 MovieClip [finalScreenGnG] Frame 1//component parameters onClipEvent (initialize) { str = "the vg museum"; _xscale = 100; _yscale = 100; align = "right"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 967 MovieClip [finalScreenGnG] Frame 100this.gotoAndPlay(90);Symbol 1024 MovieClip [gngeyeball_platform] Frame 1#initclip 24 MME.gngEB = function () { }; MME.gngEB.prototype = new MME.ActiveClip(); Object.registerClass("gngeyeball_platform", MME.gngEB); MME.gngEB.prototype.xMin = 0; MME.gngEB.prototype.xMax = 48; MME.gngEB.prototype.yMin = 0; MME.gngEB.prototype.yMax = 17; #endinitclipSymbol 1081 MovieClip [megamanArthurSprite] Frame 1#initclip 44 Object.registerClass("megamanArthurSprite", MME.Megaman); #endinitclipSymbol 1083 MovieClip Frame 1#initclip 45 MME.MegamanObj.prototype.registerSkin("aLance", "megamanDefault", {clips:{}, options:{shots:2, checkFire:function () { return((!this.weapon.dead) && ((!this.shot0.active) || (!this.shot1.active))); }, fire:function () { var pick = ((!this.shot0.active) ? (this.shot0) : (((!this.shot1.active) ? (this.shot1) : null))); if (pick) { if (this.dir) { pick.start(this._x - 25, this._y + 7, 1, 3); } else { pick.start(this._x + 22, this._y + 7, 0, 3); } this.root.stopSound("arthur_speartoss"); this.root.startSound("arthur_speartoss"); } }, enabled:false, canCharge:false, max:28, index:2, icon:"arthurIcon", txt:"a.lance"}}); MME.ALance = function () { this._visible = false; this.depth = newDepth; this.active = false; this.mode = 0; this.dir = 0; this.tick = 0; this.pos = 0; this.lastHit = null; }; var p = ((MME.ALance.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.dir = dir; this._x = x; this._y = y; this.gotoAndStop(1 + this.dir); this.pos = 0; this.lastHit = null; this.mode = 0; this._visible = (this.active = true); }; p.stop = function (damage, special) { if (special == "tink") { this.root.startSound("tink"); } this._visible = (this.active = false); }; p.getVelocity = function () { return({vX:(this.dir ? -4 : 4), vY:0}); }; p.checkOver = MME.collisionDetect; p.control = function (f) { with (this) { if (mode) { tick = tick - f; while (tick <= 0) { if (pos == 6) { this._visible = (this.active = false); } gotoAndStop(++pos); tick = tick + 2; } } else { _x = _x + ((dir ? -4 : 4) * f); if ((_x > (256 + root.mapPosX)) || (_x < (-24 + root.mapPosX))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj && (obj != lastHit)) { lastHit = obj; obj.strike(this, 2); } } } } }; delete p; #endinitclipSymbol 1084 MovieClip [megamanALanceSprite] Frame 1#initclip 46 Object.registerClass("megamanALanceSprite", MME.ALance); #endinitclipSymbol 1138 MovieClip [protoSamusSprite] Frame 1#initclip 47 Object.registerClass("protoSamusSprite", MME.Megaman); #endinitclipSymbol 1192 MovieClip [protoArthurSprite] Frame 1#initclip 48 Object.registerClass("protoArthurSprite", MME.Megaman); #endinitclipSymbol 1195 MovieClip [chooseChar] Frame 1#initclip 23 MME.ChooseChar = function () { this.aniDone = 0; this.selected = -1; this.arrow = null; this.char = []; this.active = false; this.onComplete = null; this.blockLeft = true; this.blockRight = true; this.blockStart = true; }; Object.registerClass("chooseChar", MME.ChooseChar); var p = ((MME.ChooseChar.prototype = new MME.ActiveClip())); p.fakeMap = {onStart:function (root) { return("s1"); }, s1:new MME.MapData("chooseCharBG", 0, 7, 0, 0, 0, function () { }, function () { }, [], [[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 2, 2, 0, 0, 0, 0, 2, 2, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]], MME.LocArray())}; p.destroy = function () { this.root.stopSound("upgradeBGmusic"); this.root.unregisterDepth(this.arrow.getDepth()); this.arrow.removeMovieClip(); super.destroy(); }; p.init = function (type1, type2, onComplete) { this.root.hud._visible = false; this.char[0] = (this.meg1 = this.root.attachObj(new MME.MegamanObj())); this.char[1] = (this.meg2 = this.root.attachObj(new MME.MegamanObj())); this.arrow = this.root.attachMov("choicePointer", this.root.registerDepth("high"), {_visible:false}); this.root.startArea(this.fakeMap); if (!this.root.disturb) { this.meg1.grabAI = function () { }; this.meg2.grabAI = function () { }; } this.meg1.init(type1, null, null); this.meg1.megaman.callParent = (this.meg1.callParent = this); this.meg1.megaman.dir = 0; this.meg1.megaman.useHandCursor = true; this.meg1.megaman.onRollOver = function () { this.callParent.overSprite(0); }; this.meg1.megaman.onPress = function () { this.callParent.pressSprite(0); }; this.meg2.init(type2, null, null); this.meg2.megaman.callParent = (this.meg2.callParent = this); this.meg2.megaman.dir = 1; this.meg2.megaman.useHandCursor = true; this.meg2.megaman.onRollOver = function () { this.callParent.overSprite(1); }; this.meg2.megaman.onPress = function () { this.callParent.pressSprite(1); }; this.meg1.startAni(68, 160, 3, function () { this.callParent.aniComplete(); }, true); this.meg2.startAni(166, 160, 3, function () { this.callParent.aniComplete(); }, true); this.onComplete = onComplete; this.setPos(0, 0); this.aniDone = 0; this.selected = -1; this.selectChar(0); this.active = true; }; p.aniComplete = function () { if ((++this.aniDone) >= this.char.length) { this.timeout = 20; this.arrow._visible = true; } }; p.overSprite = function (sel) { if (sel >= 0) { this.selectChar(sel); } }; p.pressSprite = function (sel) { if (sel >= 0) { this.runChar(sel); } }; p.runChar = function (sel) { if (sel >= 0) { this.root.stopSound("upgradeBGmusic"); this.arrow._visible = false; var i = 0; while (i <= (this.char.length - 1)) { this.char[i].megaman.onPress = function () { }; this.char[i].megaman.onRollOver = function () { }; this.char[i].megaman.useHandCursor = false; i++; } var meg = this.char[sel].megaman; this.char[sel].startAni(meg.x, meg.y, 1, function () { this.callParent.onComplete(this.callParent.selected); }); } }; p.selectChar = function (index) { this.arrow._visible = true; this.setArrowPos(); this.selected = index; }; p.setArrowPos = function () { if (this.selected >= 0) { var arrowBnds = this.arrow.getBounds(this.arrow); var charBnds = this.char[this.selected].megaman.getBounds(this.root); this.arrow._x = charBnds.xMin + ((charBnds.xMax - charBnds.xMin) / 2); this.arrow._y = charBnds.yMin - 10; } }; p.control = function (f) { if (this.timeout > 0) { if (((this.timeout = this.timeout - f)) <= 0) { this.root.startSound("upgradeBGmusic", true); } } if (this.arrow._visible) { if (this.blockLeft && (!Key.isDown(this.root.key.keyLeft))) { this.blockLeft = false; } if ((!this.blockLeft) && (Key.isDown(this.root.key.keyLeft))) { this.selectChar((this.selected ? 0 : 1)); this.blockLeft = true; } if (this.blockRight && (!Key.isDown(this.root.key.keyRight))) { this.blockRight = false; } if ((!this.blockRight) && (Key.isDown(this.root.key.keyRight))) { this.selectChar((this.selected ? 0 : 1)); this.blockRight = true; } this.setArrowPos(); if (this.blockStart && (!Key.isDown(this.root.key.keyStart))) { this.blockStart = false; } if ((!this.blockStart) && (Key.isDown(this.root.key.keyStart))) { this.runChar(this.selected); } } }; delete p; #endinitclipInstance of Symbol 154 MovieClip [displayFont] in Symbol 1198 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 1198 MovieClip [chooseCharBG] Frame 1//component parameters onClipEvent (initialize) { str = "character"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 1217 MovieClip [ghoulSprite] Frame 1#initclip 50 Object.registerClass("ghoulSprite", MME.Ghoul); #endinitclipSymbol 1224 MovieClip [ghoulSpearSprite] Frame 1#initclip 51 Object.registerClass("ghoulSpearSprite", MME.GhoulSpear); #endinitclipSymbol 1227 MovieClip Frame 1#initclip 21 MME.GhoulObj = function () { this.tick = 0; this.active = false; this.sfxTimeout = 0; }; var p = ((MME.GhoulObj.prototype = new MME.ActiveGroup())); p.init = function (ghoulClip, spearClip) { with (this) { addClip("ghoul0", ghoulClip, "high"); addClip("ghoul1", ghoulClip, "high"); addClip("ghoul2", ghoulClip, "high"); addClip("spear0", spearClip, "low"); addClip("spear1", spearClip, "low"); addClip("spear2", spearClip, "low"); attachClips(); } this.sfxTimeout = 300; this.ghoul0.spear = this.spear0; this.ghoul1.spear = this.spear1; this.ghoul2.spear = this.spear2; this.active = true; }; p.spawnGhoul = function (ghoul) { var meg = this.root.megamanLink.megaman.getCenter(); var gY = ((meg.y - Math.round(Math.random() * 5)) - 1); if (gY > 0) { ghoul.start(meg.x + (Math.round(Math.random()) ? -6 : 6), gY); } }; p.control = function (f) { with (this) { if ((((ghoul0.active + ghoul1.active) + ghoul2.active) < 3) && (((this.tick = this.tick - f)) <= 0)) { var ghoulChoice = ((!ghoul0.active) ? (ghoul0) : (((!ghoul1.active) ? (ghoul1) : (((!ghoul2.active) ? (ghoul2) : null))))); if (ghoulChoice) { this.spawnGhoul(ghoulChoice); } tick = tick + 90; } var ghl = false; if (ghoul0.active) { ghoul0.control(f); ghl = true; } if (ghoul1.active) { ghoul1.control(f); ghl = true; } if (ghoul2.active) { ghoul2.control(f); ghl = true; } if (ghl && (((sfxTimeout = sfxTimeout - f)) <= 0)) { this.root.startSound("gng_banshee"); sfxTimeout = sfxTimeout + 180; } if (spear0.active) { spear0.control(f); } if (spear1.active) { spear1.control(f); } if (spear2.active) { spear2.control(f); } } }; delete p; MME.Ghoul = function () { this.pos = 0; this.mode = 0; this.tick = 0; this.frame = 0; this.stor = 0; this.maxCycles = 0; this.health = new MME.HealthSys(2, true, null); this._visible = (this.active = false); }; var p = ((MME.Ghoul.prototype = new MME.ActiveClip())); 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 + 8, _y, "death"); end(); } } } }; p.start = function (x, y, dir) { this.setPosTile(x, y); this.mode = 0; this.pos = 0; this.tick = 15; this.frame = 0; this.stor = 0; this.maxCycles = 6; this.gotoAndStop(7 + ((this.dir = this.root.megamanLink.megaman._x < this._x))); this._visible = (this.active = true); this.health.reset(); this.root.registerEnemy(this); }; p.end = function () { this.root.unregisterEnemy(this); this._visible = (this.active = false); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { var diris = (this.root.megamanLink.megaman._x < this._x); var crossOver = (diris != stor); if (crossOver) { stor = diris; } switch (mode) { case 0 : if (((tick = tick - f)) <= 0) { if (pos) { gotoAndStop(1 + dir); mode = 1; tick = 0; frame = false; } else { gotoAndStop(9 + dir); pos = 1; tick = tick + 15; } } break; case 1 : _x = _x - ((2 * f) * (dir ? 1 : (-1))); tick = tick - f; while (tick <= 0) { gotoAndStop(((((frame = !frame)) * 4) + 1) + dir); tick = tick + 8; } if (((pos = pos + f)) >= 100) { mode = 2; gotoAndStop(9 + dir); pos = 0; } else if (((crossOver && (!spear.active)) && (_y < (this.root.megamanLink.megaman._y - 32))) && (!Math.round(Math.random() * 10))) { spear.start(_x + 17, _y + 16, 3); } break; case 2 : _y = _y + ((0.75 * f) * ((maxCycles >= 0) ? 1 : (-1))); if (pos < 10) { if (((pos = pos + f)) >= 10) { gotoAndStop(9 + ((dir = !dir))); } } else { if (((pos = pos + f)) < 20) { break; } mode = 1; pos = 0; if (maxCycles >= 0) { if ((--maxCycles) <= 0) { maxCycles = -6; } } else { if (maxCycles >= 0) { break; } if ((++maxCycles) < 0) { break; } maxCycles = 6; } } } if ((_x <= (root.mapPosX - 24)) || (_x >= (root.mapPosX + 256))) { end(); } else if (mode) { var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } }; delete p; MME.GhoulSpear = function () { this.dir = 0; this._visible = (this.active = false); }; var p = ((MME.GhoulSpear.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.setPos(x, y); this.gotoAndStop(1 + ((this.dir = dir))); this._visible = (this.active = true); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (!(dir === 3)) { } else if (((_y = _y + (2 * f))) > (root.mapPosY + 232)) { this._visible = (this.active = false); } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 1241 MovieClip [leaningTower] Frame 1#initclip 53 Object.registerClass("leaningTower", MME.LeaningTower); #endinitclipSymbol 1250 MovieClip [leaningTowerBall] Frame 1#initclip 54 Object.registerClass("leaningTowerBall", MME.LeaningTowerBall); #endinitclipSymbol 1252 MovieClip Frame 1#initclip 18 MME.LeaningTowerObj = function () { this.active = false; }; var p = ((MME.LeaningTowerObj.prototype = new MME.ActiveGroup())); p.init = function (towerClip, bowlingClip, x, y, dir) { with (this) { addClip("tower", towerClip, "high"); addClip("bowl1", bowlingClip, "low"); addClip("bowl2", bowlingClip, "low"); attachClips(); } this.applyClips(this.tower); this.tower.parent = this; this.tower.init(x, y); this.active = true; }; p.control = function (f) { with (this) { if (tower.active) { tower.control(f); } if (bowl1.active) { bowl1.control(f); } if (bowl2.active) { bowl2.control(f); } } }; delete p; MME.LeaningTower = function () { this.active = false; this.mode = 0; this.d1 = 0; this.tick = 0; this.cycle = -1; this.health = new MME.HealthSys(7, true, null); this._visible = (this.active = false); }; var p = ((MME.LeaningTower.prototype = new MME.ActiveClip())); 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 + 8, _y + 16, "death"); root.destroySelf(this.parent); } } } }; p.init = function (x, y, dir) { this.dir = dir; this.setPosTile(x, y); this.mode = 0; this.d1 = 0; this.tick = 0; this.cycle = -1; this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this._visible = (this.active = true); }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode == 0) { if (((d1 = d1 + f)) >= 60) { mode = 1; d1 = 0; } } else if (mode == 1) { while (((tick = tick + f)) >= 15) { if ((++d1) >= 10) { dir = root.megamanLink.megaman._x >= _x; if ((++cycle) > 2) { cycle = 0; } tick = 60; gotoAndStop(((cycle == 0) ? 5 : (((cycle == 1) ? 7 : 9))) + dir); mode = 2; break; } gotoAndStop(((d1 % 2) ? 1 : 3) + dir); tick = tick - 12; } } else if (mode == 2) { if (((tick = tick - f)) <= 0) { root.startSound("gng_fireplantspit"); if ((cycle == 0) || (cycle == 2)) { bowl1.start(_x + (dir ? 16 : -16), _y + 16, dir); } if ((cycle == 1) || (cycle == 2)) { bowl2.start(_x + (dir ? 16 : -16), _y, dir); } gotoAndStop(1 + dir); mode = 0; tick = 0; } } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; MME.LeaningTowerBall = function () { this.tick = 0; this.frame = 0; this.dir = 0; this._visible = (this.active = false); }; var p = ((MME.LeaningTowerBall.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this._x = x; this._y = y; this.dir = dir; this.tick = 0; this.frame = 0; this._visible = (this.active = true); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (dir) { _x = _x + (1.5 * f); } else { _x = _x - (1.5 * f); } while (((tick = tick - f)) <= 0) { gotoAndStop((((++frame) > 3) ? ((frame = 0)) : (frame)) + 1); tick = tick + 6; } if ((_x <= (root.mapPosX - 16)) || (_x >= (root.mapPosX + 256))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } }; delete p; #endinitclipSymbol 1262 MovieClip [jumpSkelSprite] Frame 1#initclip 56 Object.registerClass("jumpSkelSprite", MME.JumpSkeleton); #endinitclipSymbol 1264 MovieClip Frame 1#initclip 17 MME.JumpSkeleton = function () { this.mode = 0; this.tick = 0; this.dir = 0; this.d1 = 0; this.health = new MME.HealthSys(2, true, null); this.active = false; }; var p = ((MME.JumpSkeleton.prototype = new MME.ActiveClip())); 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 + 8, _y + 8, "death"); root.destroySelf(this); } } } }; p.init = function (x, y) { this.setPos(x, y); this.mode = 0; this.tick = 6; this.dir = this.root.megamanLink.megaman._x > this._x; this.d1 = 0; this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this.active = true; }; p.destroy = function () { this.root.unregisterEnemy(this); super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode == 0) { if (Math.abs(root.megamanLink.megaman._x - _x) <= 48) { mode = 1; tick = 0; } } else { if (mode == 1) { if (((tick = tick - f)) <= 0) { mode = 2; d1 = -5; gotoAndStop(5 + dir); } else { dir = this.root.megamanLink.megaman._x > this._x; gotoAndStop(3 + dir); } } else if (mode == 2) { var newPos = (f * (((0.5 * (f - 1)) * 0.25) + ((d1 = d1 + (f * 0.25))))); if (newPos >= 15) { newPos = 15; } else if (newPos <= -15) { newPos = -15; } if (newPos >= 0) { newPos = newPos + _y; if (!root.canMoveVertical(_x + 3, _x + 12, newPos + 19)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 3, _x + 12, newPos + 19)) { break; } newPos--; } mode = 1; tick = 20; } } else { newPos = newPos + _y; if (!root.canMoveVertical(_x + 3, _x + 12, newPos)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 3, _x + 12, newPos)) { break; } newPos++; } d1 = 0; } } var newPosX = (_x + ((dir ? 2 : -2) * f)); if (!dir) { if (!root.canMoveHorizontal(_y, _y + 16, newPosX)) { newPosX = Math.ceil(newPosX); while (true) { if (root.canMoveHorizontal(_y, _y + 16, newPosX)) { break; } newPosX++; } } } else if (!root.canMoveHorizontal(_y, _y + 16, newPosX + 16)) { newPosX = Math.floor(newPosX); while (true) { if (root.canMoveHorizontal(_y, _y + 16, newPosX + 16)) { break; } newPosX--; } } _x = newPosX; _y = newPos; } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } }; delete p; #endinitclipSymbol 1277 MovieClip [bigFatSprite] Frame 1#initclip 58 Object.registerClass("bigFatSprite", MME.BigFatGuy); #endinitclipSymbol 1281 MovieClip [bigFatShot] Frame 1#initclip 59 Object.registerClass("bigFatShot", MME.BigFatShot); #endinitclipSymbol 1284 MovieClip Frame 1#initclip 15 MME.BigFatGuyObj = function () { }; var p = ((MME.BigFatGuyObj.prototype = new MME.ActiveGroup())); p.init = function (fatguy, shot, x, y, dir, onDestroy) { this.addClip("shot1", shot, "low"); this.addClip("shot2", shot, "low"); this.addClip("fatguy", fatguy, "high"); this.attachClips(); this.applyClips(this.fatguy); this.fatguy.parent = this; this.active = true; this.fatguy.start(x, y, dir, onDestroy); }; p.control = function (f) { if (this.shot1.active) { this.shot1.control(f); } if (this.shot2.active) { this.shot2.control(f); } if (this.fatguy.active) { this.fatguy.control(f); } }; delete p; MME.BigFatGuy = function () { this.mode = 0; this.dir = 0; this.d1 = 0; this.active = false; this.health = new MME.HealthSys(25, true, null); }; var p = ((MME.BigFatGuy.prototype = new MME.ActiveClip())); p.start = function (x, y, dir, onDestroy) { this.root.startSound("stomparound"); this.setPos(x, y); this.mode = 0; this.dir = dir; this.d1 = 0; this.d2 = 0; this.struck = false; this.onDestroy = onDestroy; this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this.active = true; }; p.strike = function (obj, power) { if (this.active) { with (this) { obj.stop(health.adj(-power)); if (health.dead) { stopAllSounds(); root.startSound("megaman_death"); if (onDestroy) { onDestroy(); } var deathObj = root.attachObj(new MME.DeathObj()); deathObj.init("bigFatDeath"); deathObj.start(_x + 20, _y + 20); root.score.adjScore(health.max); root.destroySelf(this.parent); } else { root.startSound("enemy_dead"); } struck = true; } } }; p.destroy = function () { if (this.active) { this.root.unregisterEnemy(this); } super.destroy(); }; p.checkHorizontal = function (newPosX) { with (this) { if (dir) { if (!root.canMoveHorizontal(_y + 3, _y + 33, newPosX)) { newPosX = Math.ceil(newPosX); while (true) { if (root.canMoveHorizontal(_y + 3, _y + 33, newPosX)) { break; } newPosX++; } _x = newPosX; return(true); } } else if (!root.canMoveHorizontal(_y + 3, _y + 33, newPosX + 37)) { newPosX = Math.floor(newPosX); while (true) { if (root.canMoveHorizontal(_y + 3, _y + 33, newPosX + 37)) { break; } newPosX--; } _x = newPosX; return(true); } _x = newPosX; return(false); } }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode == 0) { if (((d2 = d2 + f)) >= 80) { root.startSound("stomparound"); d2 = d2 % 80; } d1 = d1 + f; gotoAndStop((Math.round((d1 / 15) % 1) ? 1 : 3) + dir); var diff = (root.megamanLink.megaman._x - _x); if (((!dir) ? ((diff <= 59) && (diff >= 0)) : ((diff >= -40) && (diff <= 0)))) { gotoAndStop(5 + dir); d1 = -6.2; mode = 1; } else { if ((struck && ((!shot1.active) || (!shot2.active))) || (((!dir) ? (diff <= -128) : (diff >= 144)))) { gotoAndStop(7 + ((dir = root.megamanLink.megaman._x < _x))); var shot = ((!shot1.active) ? (shot1) : (((!shot2.active) ? (shot2) : null))); if (shot) { shot.start((dir ? (_x - 8) : (_x + 36)), _y + 12, !dir); } mode = 2; d1 = 20; return(undefined); } if (checkHorizontal(_x + ((dir ? -2 : 2) * f))) { dir = !dir; } } } else if (mode == 1) { var newPos = (f * (((0.5 * (f - 1)) * 0.25) + ((d1 = d1 + (f * 0.25))))); if (newPos >= 0) { newPos = newPos + _y; if (!root.canMoveVertical(_x + 3, _x + 33, newPos + 37)) { newPos = Math.floor(newPos); while (true) { if (root.canMoveVertical(_x + 3, _x + 33, newPos + 37)) { break; } newPos--; } d1 = 0; mode = 0; } } else { newPos = newPos + _y; if (!root.canMoveVertical(_x + 3, _x + 33, newPos)) { newPos = Math.ceil(newPos); while (true) { if (root.canMoveVertical(_x + 3, _x + 33, newPos)) { break; } newPos++; } d1 = 0; } } _y = newPos; checkHorizontal(_x + ((dir ? -2 : 2) * f)); } else if (mode == 2) { if (((d1 = d1 - f)) <= 0) { mode = 0; } } struck = false; var obj = checkOver(); if (obj) { obj.strike(this, 3); } } }; delete p; MME.BigFatShot = function () { this.dir = false; this._visible = (this.active = false); }; var p = ((MME.BigFatShot.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this._x = x; this._y = y; this.dir = dir; this.gotoAndStop(1 + this.dir); this._visible = (this.active = true); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { _x = _x + ((dir ? 2.5 : -2.5) * f); if (((_x + 8) < this.root.mapPosX) || (_x > (this.root.mapPosX + 256))) { this._visible = (this.active = false); } else { var obj = checkOver(); if (obj) { obj.strike(this, 2); } } } }; delete p; #endinitclipSymbol 1301 MovieClip [goblinSprite] Frame 1#initclip 61 Object.registerClass("goblinSprite", MME.Goblin); #endinitclipSymbol 1306 MovieClip [goblinShotSprite] Frame 1#initclip 62 Object.registerClass("goblinShotSprite", MME.GoblinShot); #endinitclipSymbol 1308 MovieClip Frame 1#initclip 12 MME.GoblinObj = function () { }; var p = ((MME.GoblinObj.prototype = new MME.ActiveGroup())); p.init = function (goblin, shot, x, y, dir) { this.addClip("shot1", shot, "low"); this.addClip("shot2", shot, "low"); this.addClip("goblin", goblin, "high"); this.attachClips(); this.applyClips(this.goblin); this.goblin.parent = this; this.active = true; this.goblin.start(x, y, dir); }; p.control = function (f) { if (this.shot1.active) { this.shot1.control(f); } if (this.shot2.active) { this.shot2.control(f); } if (this.goblin.active) { this.goblin.control(f); } }; delete p; MME.Goblin = function () { this.mode = 0; this.dir = 0; this.tick = 0; this.alt = 0; this.d1 = 0; this.active = false; this.health = new MME.HealthSys(10, true, null); }; var p = ((MME.Goblin.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this.setPos(x, y); this.mode = 0; this.dir = dir; this.tick = 0; this.d1 = Math.random() * 40; this.d2 = 0; this.alt = 0; this.gotoAndStop(1 + this.dir); this.root.registerEnemy(this); this.active = true; }; 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 + 12, "death"); root.destroySelf(this.parent); } else { mode = 3; gotoAndStop(7 + dir); d1 = 8; } } } }; p.destroy = function () { if (this.active) { this.root.unregisterEnemy(this); } super.destroy(); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode == 0) { var speed = 0.5; var megObj = root.megamanLink.megaman; if ((megObj._y >= (_y - 16)) && (megObj._y <= (_y + 24))) { speed = 1; d1 = d1 + f; } if (((d1 = d1 + f)) >= 120) { if (speed == 1) { mode = 3; gotoAndStop(5 + ((dir = megObj._x > _x))); d1 = 30; if (alt) { shot1.start((dir ? (_x + 16) : (_x - 5)), this._y + 8, dir); } else { shot2.start((dir ? (_x + 16) : (_x - 5)), this._y + 8, dir); } alt = !alt; } else { mode = 1; d1 = 0; gotoAndStop(9 + dir); } } else { var newX = (_x + ((dir ? (speed) : (-speed)) * f)); if (!dir) { if (!root.canMoveHorizontal(_y, _y + 16, newX - 8)) { newX = Math.ceil(newX); while (true) { if (root.canMoveHorizontal(_y, _y + 16, newX - 8)) { break; } newX++; } dir = 1; } } else if (!root.canMoveHorizontal(_y, _y + 16, (newX + 18) + 8)) { newX = Math.floor(newX); while (true) { if (root.canMoveHorizontal(_y, _y + 16, (newX + 18) + 8)) { break; } newX--; } dir = 0; } gotoAndStop((Math.round((d1 / 25) % 1) ? 1 : 3) + dir); _x = newX; } } else if (mode == 1) { if (((d1 = d1 + f)) >= 30) { var megObj = root.megamanLink.megaman; if (((megObj._y >= (_y + 32)) && (megObj._x <= (_x + 64))) && (megObj._x >= (_x - 48))) { mode = 2; d1 = (Math.random() * 20) + 40; gotoAndStop(9 + dir); } else { mode = 0; d1 = Math.random() * 20; } } } else if (mode == 2) { if (((d1 = d1 + f)) >= 45) { var megObj = root.megamanLink.megaman; if (((megObj._y >= (_y + 16)) && (megObj._x <= (_x + 48))) && (megObj._x >= (_x - 48))) { if (alt) { shot1.start(_x + 6, this._y + 24, 2); } else { shot2.start(_x + 6, this._y + 24, 2); } alt = !alt; d1 = 20; mode = 4; gotoAndStop(11 + dir); } else { mode = 0; d1 = Math.random() * 20; } } } else if (mode == 3) { if (((d1 = d1 - f)) <= 0) { mode = 0; d1 = Math.random() * 20; } } else if (mode == 4) { if (((d1 = d1 - f)) <= 0) { mode = 2; d1 = Math.random() * 30; gotoAndStop(9 + dir); } } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; MME.GoblinShot = function () { this.dir = 0; this._visible = (this.active = false); }; var p = ((MME.GoblinShot.prototype = new MME.ActiveClip())); p.start = function (x, y, dir) { this._x = x; this._y = y; this.dir = dir; this.gotoAndStop(1); this._visible = (this.active = true); }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (dir == 2) { _y = _y + (2 * f); } else { _x = _x + ((dir ? 2 : -2) * f); } var obj = checkOver(); if (obj) { obj.strike(this, 2); } } }; delete p; #endinitclipSymbol 1310 MovieClip [slickDraw] Frame 1#initclip 6 _global.SlickDraw = function () { super(); this.aniDone = false; this.height = 0; this.section = 0; this.sHeight = 0; this.skipTick = false; this.timeout = 0; this.active = false; this.complete = false; }; var p = ((SlickDraw.prototype = new MME.Movie())); Object.registerClass("slickDraw", SlickDraw); p.setStyle = function (image, width, height) { with (this.attachMovie(image, "img2", 1)) { setMask(this.mask2); _y = 0; gotoAndStop(1); _height = ((this.sHeight = height / _totalframes)) * height; } this.mask1._width = (this.mask2._width = width); this.mask2._height = height - ((this.mask2._y = (this.mask1._height = 1))); this.createEmptyMovieClip("supr", 2).setMask(this.mask1); var i = this.img2._totalframes; while (i >= 1) { with (this.supr.attachMovie(image, "img_" + i, i)) { gotoAndStop(i); _y = ((i - 1) * this.sHeight) - 0.1; _x = -0.1; } i--; } this.height = height; this.section = 1; this.active = true; this.aniDone = false; this.timeout = 60; }; p.onEnterFrame2 = function () { if (this.skipTick) { this.skipTick = false; return(undefined); } if (this.aniDone) { if ((--this.timeout) <= 0) { this.complete = true; } } else { this.skipTick = true; this.mask2._height = this.height - ((this.mask2._y = (this.mask1._height = this.mask1._height + 1))); if (((this.img2._y = this.img2._y - ((this.height * 1) - 0.4))) <= (((-this.sHeight) + 1) * 232)) { if (this.section == this.img2._totalframes) { this.aniDone = true; this.mask1._height = this.height; this.img2._visible = false; } else { this.img2.gotoAndStop(++this.section); this.img2._y = 0; } } } }; delete p; #endinitclipSymbol 1335 MovieClip [capcomLogoGnG] Frame 1#initclip 65 Object.registerClass("capcomLogoGnG", MME.Movie); #endinitclip this.complete = false;Instance of Symbol 154 MovieClip [displayFont] in Symbol 1335 MovieClip [capcomLogoGnG] Frame 1//component parameters onClipEvent (initialize) { str = "are trademarks of"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 1335 MovieClip [capcomLogoGnG] Frame 1//component parameters onClipEvent (initialize) { str = "megaman and"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Instance of Symbol 154 MovieClip [displayFont] in Symbol 1335 MovieClip [capcomLogoGnG] Frame 1//component parameters onClipEvent (initialize) { str = "ghosts 'n goblins"; _xscale = 100; _yscale = 100; align = "center"; font = "megamanFont"; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 1335 MovieClip [capcomLogoGnG] Frame 201this.stop(); this.complete = true;Symbol 1338 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 1399 MovieClip [youGetAnUpgradeJackass] Frame 1#initclip 67 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 1399 MovieClip [youGetAnUpgradeJackass] Frame 291this.addClip(this.sparkClip);Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 326this.addClip(this.dizzyMegaman);Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 408this.stopClip("dizzyMegaman");Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 409with (this.changeClip.attachMovie(this.transform, "aNewMe", 1)) { var bnds = getBounds(); _x = -(((bnds.xMax - bnds.xMin) / 2) + bnds.xMin); _y = -(((bnds.yMax - bnds.yMin) / 2) + bnds.yMin); gotoAndStop(1); _visible = true; }Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 425this.stopClip("sparkClip");Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 505this.tick = 0; this.index = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { if (((--tick) <= 0) && (index <= (str.length - 1))) { while (str.charAt(index) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:11068668, symbol:str.charAt(index)}); strClip.attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 861this.stop(); this.complete = true;Symbol 1406 MovieClip [doorSprite] Frame 1#initclip 5 MME.BigDoor = function () { this.active = false; this.onComplete; this.gotoAndStop(1); this.tick = 0; this.pos = 0; }; Object.registerClass("doorSprite", MME.BigDoor); var p = ((MME.BigDoor.prototype = new MME.ActiveClip())); p.init = function (x, y) { this.gotoAndStop(1); this.setPosTile(x, y); this.onComplete = null; this.active = false; }; p.openDoor = function (onComplete) { this.root.startSound("thebigdooropens"); this.gotoAndStop(2); this.tick = 0; this.pos = 2; this.active = true; this.onComplete = onComplete; }; p.control = function (f) { with (this) { tick = tick + f; while (tick >= 25) { gotoAndStop((pos++) + 1); if (pos == 5) { this.onComplete(); active = false; return(undefined); } tick = tick - 25; } } }; delete p; #endinitclipSymbol 1411 MovieClip [gngKeySprite] Frame 1#initclip 28 MME.GngKey = function () { this.active = false; this.mode = 0; this.d1 = 0; this.onGrab = null; }; Object.registerClass("gngKeySprite", MME.GngKey); var p = ((MME.GngKey.prototype = new MME.ActiveClip())); p.init = function (x, y, onGrab) { this.root.startSound("yougotakeyjackass"); this.gotoAndStop(1); this.setPosTile(x, y); this.mode = 0; this.d1 = 0; this.onGrab = onGrab; this.active = true; }; p.checkOver = MME.enemyCollisionDetect; p.control = function (f) { with (this) { if (mode) { var obj = checkOver(); if (obj) { onGrab(); root.destroySelf(this); return(undefined); } } else { var newY = (_y + (0.75 * f)); var tX = Math.floor((_x - root.mapObj.offsetX) / 16); var tY = (Math.floor((newY - root.mapObj.offsetY) / 16) + 1); if (root.mapObj.map[tY][tX]) { mode = 1; setPosTile(tX, tY - 1); } else { _y = newY; } } d1 = d1 + (f * 0.1); d1 = d1 % 1; gotoAndStop(Math.round(d1) + 1); } }; delete p; #endinitclipSymbol 1414 MovieClip [robotMasterIntro] Frame 1#initclip 70 Object.registerClass("robotMasterIntro", MME.Movie); #endinitclip this.complete = false; this.addClip(this.barTop); this.addClip(this.barBottom);Symbol 1414 MovieClip [robotMasterIntro] Frame 30this.addClip(this.bgClip1); this.addClip(this.bgClip2);Symbol 1414 MovieClip [robotMasterIntro] Frame 100this.startType = this.strClip._x - ((this.str.length * 8) / 2); this.tick = 0; this.index = 0; this.onEnterFrame2 = function () { with (this) { while (str.charAt(index) == " ") { index++; } if (((--tick) <= 0) && (index <= (str.length - 1))) { attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:startType + (index * 8), _y:strClip._y, rgb:11068668, symbol:str.charAt(index)}); attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(startType + (index * 8)) + 1, _y:strClip._y + 1, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };Symbol 1414 MovieClip [robotMasterIntro] Frame 415this.complete = true; this.stop();Symbol 1430 MovieClip [protoAni] Frame 1#initclip 71 Object.registerClass("protoAni", MME.Movie); #endinitclip this.complete = false; this.addClip(this.scarf); this.addClip(this.proto);Symbol 1430 MovieClip [protoAni] Frame 414this.tick = 0; this.index = 0; this.str = "you've unlocked protoman!"; this.mode = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { var char; if (((--tick) <= 0) && (index <= (str.length - 1))) { while (((char = str.charAt(index))) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, index, {_x:(-(str.length * 4)) + (index * 8), _y:0, symbol:char, rgb:(((index >= 16) && (index < 24)) ? 15153408 : 16777215)}); index++; tick = 10; } } };Symbol 1430 MovieClip [protoAni] Frame 766this.complete = true; this.stop();Symbol 1439 MovieClip [bigFatDeath] Frame 1#initclip 72 Object.registerClass("bigFatDeath", MME.Death); #endinitclipSymbol 1452 MovieClip Frame 1this.stop();Instance of Symbol 154 MovieClip [displayFont] in Symbol 1452 MovieClip Frame 1//component parameters onClipEvent (initialize) { str = "defaultValue"; _xscale = 100; _yscale = 100; align = "left"; font = ""; fontColor = 16777215 /* 0xFFFFFF */; }Symbol 1453 MovieClip [gngData] Frame 1!!!ERRORSymbol 1453 MovieClip [gngData] Frame 2this.stop();Symbol 1454 MovieClip [consoleClip] Frame 1#initclip 29 _global.ConsoleSys = function () { this.msgs = []; this.timeout = 0; this.startTime = 0; }; var p = ((ConsoleSys.prototype = new MovieClip())); Object.registerClass("consoleClip", ConsoleSys); p.showMsg = function (msg, timeout) { var newDepth = 10; for (var i in this) { if ((typeof(this[i]) == "movieclip") && (this[i]._parent == this)) { if (this[i].getDepth() >= newDepth) { newDepth = this[i].getDepth() + 1; } } } this.msgs.unshift(this.attachMovie("displayFont", "font_" + newDepth, newDepth, {str:msg, align:"center", font:"megamanFont", fontColor:16777215, bgColor:0, killTime:(timeout * 1000) + getTimer()})); this.resetPositions(); }; p.resetPositions = function () { var setY = 0; var i = 0; while (i <= (this.msgs.length - 1)) { this.msgs[i]._y = (setY = setY - this.msgs[i].height); i++; } }; p.onEnterFrame = function () { if (this.msgs.length) { var time = getTimer(); var callReset = false; for (var i in this.msgs) { if (time >= this.msgs[i].killTime) { callReset = true; var tmp = this.msgs[i]; this.msgs.splice(i, 1); tmp.removeMovieClip(); } } if (callReset) { this.resetPositions(); } } }; delete p; #endinitclipSymbol 1458 MovieClip Frame 1this._visible = this._url.indexOf("file") == 0;Symbol 1461 MovieClip [readyImage] Frame 1#initclip 75 Object.registerClass("readyImage", MME.Image); #endinitclipSymbol 1462 MovieClip [score] Frame 1#initclip 76 MME.Score = function () { this.value = 0; this.setScore(0); }; var p = ((MME.Score.prototype = new MovieClip())); Object.registerClass("score", MME.Score); p.setScore = function (newScore) { with (Math) { newScore = min(max(abs(floor(newScore)), 0), 9999999); } this.value = newScore; newScore = newScore.toString(); while (newScore.length < 7) { newScore = "0" + newScore; } var csa = 0; while (csa <= 6) { this["score" + csa].gotoAndStop(Number(newScore.charAt(csa)) + 1); csa++; } }; p.adjScore = function (adj) { this.setScore(this.value + (adj * 100)); }; delete p; #endinitclipSymbol 1466 MovieClip [powerBar] Frame 1#initclip 77 MME.PowerBar = function () { this.rgb = 0; }; Object.registerClass("powerBar", MME.PowerBar); MME.PowerBar.prototype = new MovieClip(); MME.PowerBar.prototype.setColor = function (col) { var colorObj = new Color(this.barColor); colorObj.setRGB((this.rgb = col)); }; #endinitclip this.stop();
Library Items
Symbol 1 Bitmap | Used by:2 | |
Symbol 2 Graphic | Uses:1 | Used by:21 |
Symbol 3 Bitmap | Used by:4 | |
Symbol 4 Graphic | Uses:3 | Used by:21 |
Symbol 5 Bitmap | Used by:6 | |
Symbol 6 Graphic | Uses:5 | Used by:21 |
Symbol 7 Bitmap | Used by:8 | |
Symbol 8 Graphic | Uses:7 | Used by:21 |
Symbol 9 Bitmap | Used by:10 | |
Symbol 10 Graphic | Uses:9 | Used by:21 |
Symbol 11 Bitmap | Used by:12 | |
Symbol 12 Graphic | Uses:11 | Used by:21 |
Symbol 13 Bitmap | Used by:14 | |
Symbol 14 Graphic | Uses:13 | Used by:21 |
Symbol 15 Bitmap | Used by:16 | |
Symbol 16 Graphic | Uses:15 | Used by:21 |
Symbol 17 Bitmap | Used by:18 | |
Symbol 18 Graphic | Uses:17 | Used by:21 |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:21 |
Symbol 21 MovieClip [letter] | Uses:2 4 6 8 10 12 14 16 18 20 | Used by:1462 |
Symbol 22 Graphic | Used by:Timeline | |
Symbol 23 MovieClip | Used by:34 | |
Symbol 24 Graphic | Used by:29 | |
Symbol 25 Bitmap | Used by:26 | |
Symbol 26 Graphic | Uses:25 | Used by:29 |
Symbol 27 Graphic | Used by:29 1309 | |
Symbol 28 ShapeTweening | Used by:29 | |
Symbol 29 MovieClip | Uses:24 26 27 28 | Used by:34 |
Symbol 30 Graphic | Used by:33 196 835 954 1335 1337 1399 1414 1430 | |
Symbol 31 Bitmap | Used by:32 | |
Symbol 32 Graphic | Uses:31 | Used by:33 |
Symbol 33 MovieClip [megamanFont] | Uses:30 32 | Used by:34 1452 |
Symbol 34 MovieClip | Uses:23 29 33 | Used by:Timeline |
Symbol 35 Bitmap | Used by:36 | |
Symbol 36 Graphic | Uses:35 | Used by:137 |
Symbol 37 Bitmap | Used by:38 | |
Symbol 38 Graphic | Uses:37 | Used by:137 |
Symbol 39 Bitmap | Used by:40 | |
Symbol 40 Graphic | Uses:39 | Used by:137 |
Symbol 41 Bitmap | Used by:42 | |
Symbol 42 Graphic | Uses:41 | Used by:137 |
Symbol 43 Bitmap | Used by:44 | |
Symbol 44 Graphic | Uses:43 | Used by:137 |
Symbol 45 Bitmap | Used by:46 | |
Symbol 46 Graphic | Uses:45 | Used by:137 |
Symbol 47 Bitmap | Used by:48 | |
Symbol 48 Graphic | Uses:47 | Used by:137 |
Symbol 49 Bitmap | Used by:50 | |
Symbol 50 Graphic | Uses:49 | Used by:137 |
Symbol 51 Bitmap | Used by:52 | |
Symbol 52 Graphic | Uses:51 | Used by:137 |
Symbol 53 Bitmap | Used by:54 | |
Symbol 54 Graphic | Uses:53 | Used by:137 |
Symbol 55 Bitmap | Used by:56 | |
Symbol 56 Graphic | Uses:55 | Used by:137 |
Symbol 57 Bitmap | Used by:58 | |
Symbol 58 Graphic | Uses:57 | Used by:137 |
Symbol 59 Bitmap | Used by:60 | |
Symbol 60 Graphic | Uses:59 | Used by:137 |
Symbol 61 Bitmap | Used by:62 | |
Symbol 62 Graphic | Uses:61 | Used by:137 |
Symbol 63 Bitmap | Used by:64 | |
Symbol 64 Graphic | Uses:63 | Used by:137 |
Symbol 65 Bitmap | Used by:66 | |
Symbol 66 Graphic | Uses:65 | Used by:137 |
Symbol 67 Bitmap | Used by:68 | |
Symbol 68 Graphic | Uses:67 | Used by:137 |
Symbol 69 Bitmap | Used by:70 | |
Symbol 70 Graphic | Uses:69 | Used by:137 |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:137 |
Symbol 73 Bitmap | Used by:74 | |
Symbol 74 Graphic | Uses:73 | Used by:137 |
Symbol 75 Bitmap | Used by:76 | |
Symbol 76 Graphic | Uses:75 | Used by:137 |
Symbol 77 Bitmap | Used by:78 | |
Symbol 78 Graphic | Uses:77 | Used by:137 |
Symbol 79 Bitmap | Used by:80 | |
Symbol 80 Graphic | Uses:79 | Used by:137 |
Symbol 81 Bitmap | Used by:82 | |
Symbol 82 Graphic | Uses:81 | Used by:137 |
Symbol 83 Bitmap | Used by:84 | |
Symbol 84 Graphic | Uses:83 | Used by:137 |
Symbol 85 Bitmap | Used by:86 | |
Symbol 86 Graphic | Uses:85 | Used by:137 |
Symbol 87 Bitmap | Used by:88 | |
Symbol 88 Graphic | Uses:87 | Used by:137 |
Symbol 89 Bitmap | Used by:90 | |
Symbol 90 Graphic | Uses:89 | Used by:137 |
Symbol 91 Bitmap | Used by:92 | |
Symbol 92 Graphic | Uses:91 | Used by:137 |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:137 |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:137 |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:137 |
Symbol 99 Bitmap | Used by:100 | |
Symbol 100 Graphic | Uses:99 | Used by:137 |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:137 |
Symbol 103 Bitmap | Used by:104 | |
Symbol 104 Graphic | Uses:103 | Used by:137 |
Symbol 105 Bitmap | Used by:106 | |
Symbol 106 Graphic | Uses:105 | Used by:137 |
Symbol 107 Bitmap | Used by:108 | |
Symbol 108 Graphic | Uses:107 | Used by:137 |
Symbol 109 Bitmap | Used by:110 | |
Symbol 110 Graphic | Uses:109 | Used by:137 |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:111 | Used by:137 |
Symbol 113 Bitmap | Used by:114 | |
Symbol 114 Graphic | Uses:113 | Used by:137 |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:115 | Used by:137 |
Symbol 117 Bitmap | Used by:118 | |
Symbol 118 Graphic | Uses:117 | Used by:137 |
Symbol 119 Bitmap | Used by:120 | |
Symbol 120 Graphic | Uses:119 | Used by:137 |
Symbol 121 Bitmap | Used by:122 | |
Symbol 122 Graphic | Uses:121 | Used by:137 |
Symbol 123 Bitmap | Used by:124 | |
Symbol 124 Graphic | Uses:123 | Used by:137 |
Symbol 125 Bitmap | Used by:126 | |
Symbol 126 Graphic | Uses:125 | Used by:137 |
Symbol 127 Bitmap | Used by:128 | |
Symbol 128 Graphic | Uses:127 | Used by:137 |
Symbol 129 Bitmap | Used by:130 | |
Symbol 130 Graphic | Uses:129 | Used by:137 |
Symbol 131 Bitmap | Used by:132 | |
Symbol 132 Graphic | Uses:131 | Used by:137 |
Symbol 133 Bitmap | Used by:134 | |
Symbol 134 Graphic | Uses:133 | Used by:137 |
Symbol 135 Bitmap | Used by:136 | |
Symbol 136 Graphic | Uses:135 | Used by:137 |
Symbol 137 MovieClip | Uses:36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136 | Used by:138 |
Symbol 138 MovieClip [runnerPreloader] | Uses:137 | Used by:Timeline |
Symbol 139 Bitmap | Used by:140 | |
Symbol 140 Graphic | Uses:139 | Used by:141 |
Symbol 141 MovieClip | Uses:140 | Used by:Timeline |
Symbol 142 Graphic | Used by:147 | |
Symbol 143 Bitmap | Used by:144 | |
Symbol 144 Graphic | Uses:143 | Used by:147 |
Symbol 145 Bitmap | Used by:146 | |
Symbol 146 Graphic | Uses:145 | Used by:147 |
Symbol 147 MovieClip [resizeBlock] | Uses:142 144 146 | Used by:Timeline |
Symbol 148 Graphic | Used by:150 967 Timeline | |
Symbol 149 MovieClip [MegamanEngine] | Used by:150 | |
Symbol 150 MovieClip [engineParent] | Uses:148 149 | Used by:Timeline |
Symbol 151 Font | Used by:152 | |
Symbol 152 EditableText | Uses:151 | Used by:1453 |
Symbol 153 Graphic | Used by:1452 | |
Symbol 154 MovieClip [displayFont] | Used by:194 967 1198 1335 1452 | |
Symbol 155 Bitmap | Used by:156 | |
Symbol 156 Graphic | Uses:155 | Used by:157 |
Symbol 157 MovieClip [pointerSprite] | Uses:156 | Used by:1452 |
Symbol 158 Bitmap | Used by:159 | |
Symbol 159 Graphic | Uses:158 | Used by:182 |
Symbol 160 Bitmap | Used by:161 | |
Symbol 161 Graphic | Uses:160 | Used by:182 |
Symbol 162 Bitmap | Used by:163 | |
Symbol 163 Graphic | Uses:162 | Used by:182 |
Symbol 164 Bitmap | Used by:165 | |
Symbol 165 Graphic | Uses:164 | Used by:182 |
Symbol 166 Bitmap | Used by:167 | |
Symbol 167 Graphic | Uses:166 | Used by:182 |
Symbol 168 Bitmap | Used by:169 | |
Symbol 169 Graphic | Uses:168 | Used by:182 |
Symbol 170 Bitmap | Used by:171 | |
Symbol 171 Graphic | Uses:170 | Used by:182 |
Symbol 172 Bitmap | Used by:173 | |
Symbol 173 Graphic | Uses:172 | Used by:182 |
Symbol 174 Bitmap | Used by:175 | |
Symbol 175 Graphic | Uses:174 | Used by:182 |
Symbol 176 Bitmap | Used by:177 | |
Symbol 177 Graphic | Uses:176 | Used by:182 |
Symbol 178 Bitmap | Used by:179 | |
Symbol 179 Graphic | Uses:178 | Used by:182 |
Symbol 180 Bitmap | Used by:181 | |
Symbol 181 Graphic | Uses:180 | Used by:182 |
Symbol 182 MovieClip [pickupSprite] | Uses:159 161 163 165 167 169 171 173 175 177 179 181 | Used by:1452 |
Symbol 183 Graphic | Used by:184 | |
Symbol 184 MovieClip [emptyClip] | Uses:183 | Used by:195 1452 |
Symbol 185 Bitmap | Used by:193 1347 | |
Symbol 186 Bitmap | Used by:193 1346 | |
Symbol 187 Bitmap | Used by:193 1345 | |
Symbol 188 Bitmap | Used by:193 1344 | |
Symbol 189 Bitmap | Used by:193 | |
Symbol 190 Bitmap | Used by:193 1341 | |
Symbol 191 Bitmap | Used by:193 1340 | |
Symbol 192 Bitmap | Used by:193 1339 | |
Symbol 193 Graphic | Uses:185 186 187 188 189 190 191 192 | Used by:195 |
Symbol 194 MovieClip | Uses:154 | Used by:195 |
Symbol 195 MovieClip [gngMainMenu] | Uses:193 194 184 | Used by:1452 |
Symbol 196 MovieClip [gngKeyCatcher] | Uses:30 | Used by:1452 |
Symbol 197 Font | Used by:198 200 202 204 206 231 234 249 268 277 527 791 804 936 1082 1193 1225 1251 1263 1282 1307 | |
Symbol 198 EditableText | Uses:197 | Used by:199 |
Symbol 199 MovieClip | Uses:198 | Used by:1452 |
Symbol 200 EditableText | Uses:197 | Used by:201 |
Symbol 201 MovieClip | Uses:200 | Used by:1452 |
Symbol 202 EditableText | Uses:197 | Used by:203 |
Symbol 203 MovieClip | Uses:202 | Used by:1452 |
Symbol 204 EditableText | Uses:197 | Used by:205 |
Symbol 205 MovieClip | Uses:204 | Used by:1452 |
Symbol 206 EditableText | Uses:197 | Used by:207 |
Symbol 207 MovieClip | Uses:206 | Used by:1452 |
Symbol 208 Bitmap | Used by:209 | |
Symbol 209 Graphic | Uses:208 | Used by:210 |
Symbol 210 MovieClip [gngarea_0] | Uses:209 | Used by:1452 |
Symbol 211 Bitmap | Used by:212 213 | |
Symbol 212 Graphic | Uses:211 | Used by:230 |
Symbol 213 Graphic | Uses:211 | Used by:230 |
Symbol 214 Bitmap | Used by:215 216 | |
Symbol 215 Graphic | Uses:214 | Used by:230 |
Symbol 216 Graphic | Uses:214 | Used by:230 |
Symbol 217 Bitmap | Used by:218 | |
Symbol 218 Graphic | Uses:217 | Used by:230 |
Symbol 219 Bitmap | Used by:220 221 | |
Symbol 220 Graphic | Uses:219 | Used by:230 |
Symbol 221 Graphic | Uses:219 | Used by:230 |
Symbol 222 Bitmap | Used by:223 224 | |
Symbol 223 Graphic | Uses:222 | Used by:230 |
Symbol 224 Graphic | Uses:222 | Used by:230 |
Symbol 225 Bitmap | Used by:226 227 | |
Symbol 226 Graphic | Uses:225 | Used by:230 |
Symbol 227 Graphic | Uses:225 | Used by:230 |
Symbol 228 Bitmap | Used by:229 | |
Symbol 229 Graphic | Uses:228 | Used by:230 |
Symbol 230 MovieClip [zombieSprite] | Uses:212 213 215 216 218 220 221 223 224 226 227 229 | Used by:1452 |
Symbol 231 EditableText | Uses:197 | Used by:233 |
Symbol 232 Sound [gng_zombierise] | Used by:233 | |
Symbol 233 MovieClip | Uses:231 232 | Used by:1452 |
Symbol 234 EditableText | Uses:197 | Used by:235 |
Symbol 235 MovieClip | Uses:234 | Used by:1452 |
Symbol 236 Bitmap | Used by:237 238 | |
Symbol 237 Graphic | Uses:236 | Used by:248 |
Symbol 238 Graphic | Uses:236 | Used by:248 |
Symbol 239 Bitmap | Used by:240 241 | |
Symbol 240 Graphic | Uses:239 | Used by:248 |
Symbol 241 Graphic | Uses:239 | Used by:248 |
Symbol 242 Bitmap | Used by:243 244 | |
Symbol 243 Graphic | Uses:242 | Used by:248 |
Symbol 244 Graphic | Uses:242 | Used by:248 |
Symbol 245 Bitmap | Used by:246 247 | |
Symbol 246 Graphic | Uses:245 | Used by:248 |
Symbol 247 Graphic | Uses:245 | Used by:248 |
Symbol 248 MovieClip [purpleBirdSprite] | Uses:237 238 240 241 243 244 246 247 | Used by:1452 |
Symbol 249 EditableText | Uses:197 | Used by:251 |
Symbol 250 Sound [gng_fireplantspit] | Used by:251 1252 | |
Symbol 251 MovieClip | Uses:249 250 | Used by:1452 |
Symbol 252 Bitmap | Used by:253 | |
Symbol 253 Graphic | Uses:252 | Used by:254 |
Symbol 254 MovieClip [firePlantSpitSprite] | Uses:253 | Used by:1452 |
Symbol 255 Bitmap | Used by:256 257 | |
Symbol 256 Graphic | Uses:255 | Used by:261 |
Symbol 257 Graphic | Uses:255 | Used by:261 |
Symbol 258 Bitmap | Used by:259 260 | |
Symbol 259 Graphic | Uses:258 | Used by:261 |
Symbol 260 Graphic | Uses:258 | Used by:261 |
Symbol 261 MovieClip [firePlantSprite] | Uses:256 257 259 260 | Used by:1452 |
Symbol 262 Bitmap | Used by:263 | |
Symbol 263 Graphic | Uses:262 | Used by:264 |
Symbol 264 MovieClip [gngarea_1] | Uses:263 | Used by:1452 |
Symbol 265 Bitmap | Used by:266 | |
Symbol 266 Graphic | Uses:265 | Used by:267 |
Symbol 267 MovieClip [gngfloat_platform] | Uses:266 | Used by:1452 |
Symbol 268 EditableText | Uses:197 | Used by:269 |
Symbol 269 MovieClip | Uses:268 | Used by:1452 |
Symbol 270 Bitmap | Used by:271 272 | |
Symbol 271 Graphic | Uses:270 | Used by:276 |
Symbol 272 Graphic | Uses:270 | Used by:276 |
Symbol 273 Bitmap | Used by:274 275 | |
Symbol 274 Graphic | Uses:273 | Used by:276 |
Symbol 275 Graphic | Uses:273 | Used by:276 |
Symbol 276 MovieClip [ghostSoldierSprite] | Uses:271 272 274 275 | Used by:1452 |
Symbol 277 EditableText | Uses:197 | Used by:279 |
Symbol 278 Sound [gng_wtf] | Used by:279 | |
Symbol 279 MovieClip | Uses:277 278 | Used by:1452 |
Symbol 280 Bitmap | Used by:281 282 | |
Symbol 281 Graphic | Uses:280 | Used by:483 |
Symbol 282 Graphic | Uses:280 | Used by:483 |
Symbol 283 Bitmap | Used by:284 285 | |
Symbol 284 Graphic | Uses:283 | Used by:483 |
Symbol 285 Graphic | Uses:283 | Used by:483 |
Symbol 286 Bitmap | Used by:287 288 | |
Symbol 287 Graphic | Uses:286 | Used by:483 |
Symbol 288 Graphic | Uses:286 | Used by:483 |
Symbol 289 Bitmap | Used by:290 291 | |
Symbol 290 Graphic | Uses:289 | Used by:483 |
Symbol 291 Graphic | Uses:289 | Used by:483 |
Symbol 292 Bitmap | Used by:293 294 | |
Symbol 293 Graphic | Uses:292 | Used by:483 |
Symbol 294 Graphic | Uses:292 | Used by:483 |
Symbol 295 Bitmap | Used by:296 297 | |
Symbol 296 Graphic | Uses:295 | Used by:483 |
Symbol 297 Graphic | Uses:295 | Used by:483 |
Symbol 298 Bitmap | Used by:299 300 | |
Symbol 299 Graphic | Uses:298 | Used by:483 |
Symbol 300 Graphic | Uses:298 | Used by:483 |
Symbol 301 Bitmap | Used by:302 303 | |
Symbol 302 Graphic | Uses:301 | Used by:483 |
Symbol 303 Graphic | Uses:301 | Used by:483 |
Symbol 304 Bitmap | Used by:305 306 759 | |
Symbol 305 Graphic | Uses:304 | Used by:483 |
Symbol 306 Graphic | Uses:304 | Used by:483 |
Symbol 307 Bitmap | Used by:308 309 | |
Symbol 308 Graphic | Uses:307 | Used by:483 |
Symbol 309 Graphic | Uses:307 | Used by:483 |
Symbol 310 Bitmap | Used by:311 312 | |
Symbol 311 Graphic | Uses:310 | Used by:483 |
Symbol 312 Graphic | Uses:310 | Used by:483 |
Symbol 313 Bitmap | Used by:314 315 | |
Symbol 314 Graphic | Uses:313 | Used by:483 |
Symbol 315 Graphic | Uses:313 | Used by:483 |
Symbol 316 Bitmap | Used by:317 | |
Symbol 317 Graphic | Uses:316 | Used by:483 |
Symbol 318 Bitmap | Used by:319 | |
Symbol 319 Graphic | Uses:318 | Used by:483 |
Symbol 320 Bitmap | Used by:321 | |
Symbol 321 Graphic | Uses:320 | Used by:483 |
Symbol 322 Bitmap | Used by:323 324 | |
Symbol 323 Graphic | Uses:322 | Used by:483 |
Symbol 324 Graphic | Uses:322 | Used by:483 |
Symbol 325 Bitmap | Used by:326 | |
Symbol 326 Graphic | Uses:325 | Used by:483 |
Symbol 327 Bitmap | Used by:328 329 | |
Symbol 328 Graphic | Uses:327 | Used by:483 |
Symbol 329 Graphic | Uses:327 | Used by:483 |
Symbol 330 Bitmap | Used by:331 332 | |
Symbol 331 Graphic | Uses:330 | Used by:483 |
Symbol 332 Graphic | Uses:330 | Used by:483 |
Symbol 333 Bitmap | Used by:334 335 | |
Symbol 334 Graphic | Uses:333 | Used by:483 |
Symbol 335 Graphic | Uses:333 | Used by:483 |
Symbol 336 Bitmap | Used by:337 338 | |
Symbol 337 Graphic | Uses:336 | Used by:483 |
Symbol 338 Graphic | Uses:336 | Used by:483 |
Symbol 339 Bitmap | Used by:340 341 | |
Symbol 340 Graphic | Uses:339 | Used by:483 |
Symbol 341 Graphic | Uses:339 | Used by:483 |
Symbol 342 Bitmap | Used by:343 344 | |
Symbol 343 Graphic | Uses:342 | Used by:483 |
Symbol 344 Graphic | Uses:342 | Used by:483 |
Symbol 345 Bitmap | Used by:346 347 | |
Symbol 346 Graphic | Uses:345 | Used by:483 |
Symbol 347 Graphic | Uses:345 | Used by:483 |
Symbol 348 Bitmap | Used by:349 350 | |
Symbol 349 Graphic | Uses:348 | Used by:483 |
Symbol 350 Graphic | Uses:348 | Used by:483 |
Symbol 351 Bitmap | Used by:352 353 | |
Symbol 352 Graphic | Uses:351 | Used by:483 |
Symbol 353 Graphic | Uses:351 | Used by:483 |
Symbol 354 Bitmap | Used by:355 356 | |
Symbol 355 Graphic | Uses:354 | Used by:483 |
Symbol 356 Graphic | Uses:354 | Used by:483 |
Symbol 357 Bitmap | Used by:358 359 | |
Symbol 358 Graphic | Uses:357 | Used by:483 |
Symbol 359 Graphic | Uses:357 | Used by:483 |
Symbol 360 Bitmap | Used by:361 362 | |
Symbol 361 Graphic | Uses:360 | Used by:483 |
Symbol 362 Graphic | Uses:360 | Used by:483 |
Symbol 363 Bitmap | Used by:364 365 | |
Symbol 364 Graphic | Uses:363 | Used by:483 |
Symbol 365 Graphic | Uses:363 | Used by:483 |
Symbol 366 Bitmap | Used by:367 368 | |
Symbol 367 Graphic | Uses:366 | Used by:483 |
Symbol 368 Graphic | Uses:366 | Used by:483 |
Symbol 369 Bitmap | Used by:370 371 | |
Symbol 370 Graphic | Uses:369 | Used by:483 |
Symbol 371 Graphic | Uses:369 | Used by:483 |
Symbol 372 Bitmap | Used by:373 374 | |
Symbol 373 Graphic | Uses:372 | Used by:483 |
Symbol 374 Graphic | Uses:372 | Used by:483 |
Symbol 375 Bitmap | Used by:376 | |
Symbol 376 Graphic | Uses:375 | Used by:483 |
Symbol 377 Bitmap | Used by:378 379 | |
Symbol 378 Graphic | Uses:377 | Used by:483 |
Symbol 379 Graphic | Uses:377 | Used by:483 |
Symbol 380 Bitmap | Used by:381 382 | |
Symbol 381 Graphic | Uses:380 | Used by:483 |
Symbol 382 Graphic | Uses:380 | Used by:483 |
Symbol 383 Bitmap | Used by:384 385 | |
Symbol 384 Graphic | Uses:383 | Used by:483 |
Symbol 385 Graphic | Uses:383 | Used by:483 |
Symbol 386 Bitmap | Used by:387 388 | |
Symbol 387 Graphic | Uses:386 | Used by:483 |
Symbol 388 Graphic | Uses:386 | Used by:483 |
Symbol 389 Bitmap | Used by:390 391 | |
Symbol 390 Graphic | Uses:389 | Used by:483 |
Symbol 391 Graphic | Uses:389 | Used by:483 |
Symbol 392 Bitmap | Used by:393 394 | |
Symbol 393 Graphic | Uses:392 | Used by:483 |
Symbol 394 Graphic | Uses:392 | Used by:483 |
Symbol 395 Bitmap | Used by:396 397 | |
Symbol 396 Graphic | Uses:395 | Used by:483 |
Symbol 397 Graphic | Uses:395 | Used by:483 |
Symbol 398 Bitmap | Used by:399 400 | |
Symbol 399 Graphic | Uses:398 | Used by:483 |
Symbol 400 Graphic | Uses:398 | Used by:483 |
Symbol 401 Bitmap | Used by:402 403 | |
Symbol 402 Graphic | Uses:401 | Used by:483 |
Symbol 403 Graphic | Uses:401 | Used by:483 |
Symbol 404 Bitmap | Used by:405 406 | |
Symbol 405 Graphic | Uses:404 | Used by:483 |
Symbol 406 Graphic | Uses:404 | Used by:483 |
Symbol 407 Bitmap | Used by:408 409 | |
Symbol 408 Graphic | Uses:407 | Used by:483 |
Symbol 409 Graphic | Uses:407 | Used by:483 |
Symbol 410 Bitmap | Used by:411 412 | |
Symbol 411 Graphic | Uses:410 | Used by:483 |
Symbol 412 Graphic | Uses:410 | Used by:483 |
Symbol 413 Bitmap | Used by:414 415 | |
Symbol 414 Graphic | Uses:413 | Used by:483 |
Symbol 415 Graphic | Uses:413 | Used by:483 |
Symbol 416 Bitmap | Used by:417 418 | |
Symbol 417 Graphic | Uses:416 | Used by:483 |
Symbol 418 Graphic | Uses:416 | Used by:483 |
Symbol 419 Bitmap | Used by:420 421 | |
Symbol 420 Graphic | Uses:419 | Used by:483 |
Symbol 421 Graphic | Uses:419 | Used by:483 |
Symbol 422 Bitmap | Used by:423 424 | |
Symbol 423 Graphic | Uses:422 | Used by:483 |
Symbol 424 Graphic | Uses:422 | Used by:483 |
Symbol 425 Bitmap | Used by:426 | |
Symbol 426 Graphic | Uses:425 | Used by:483 |
Symbol 427 Bitmap | Used by:428 429 | |
Symbol 428 Graphic | Uses:427 | Used by:483 |
Symbol 429 Graphic | Uses:427 | Used by:483 |
Symbol 430 Bitmap | Used by:431 432 | |
Symbol 431 Graphic | Uses:430 | Used by:483 |
Symbol 432 Graphic | Uses:430 | Used by:483 |
Symbol 433 Bitmap | Used by:434 435 | |
Symbol 434 Graphic | Uses:433 | Used by:483 |
Symbol 435 Graphic | Uses:433 | Used by:483 |
Symbol 436 Bitmap | Used by:437 438 | |
Symbol 437 Graphic | Uses:436 | Used by:483 |
Symbol 438 Graphic | Uses:436 | Used by:483 |
Symbol 439 Bitmap | Used by:440 441 | |
Symbol 440 Graphic | Uses:439 | Used by:483 |
Symbol 441 Graphic | Uses:439 | Used by:483 |
Symbol 442 Bitmap | Used by:443 444 | |
Symbol 443 Graphic | Uses:442 | Used by:483 |
Symbol 444 Graphic | Uses:442 | Used by:483 |
Symbol 445 Bitmap | Used by:446 447 | |
Symbol 446 Graphic | Uses:445 | Used by:483 |
Symbol 447 Graphic | Uses:445 | Used by:483 |
Symbol 448 Bitmap | Used by:449 450 | |
Symbol 449 Graphic | Uses:448 | Used by:483 |
Symbol 450 Graphic | Uses:448 | Used by:483 |
Symbol 451 Bitmap | Used by:452 453 | |
Symbol 452 Graphic | Uses:451 | Used by:483 |
Symbol 453 Graphic | Uses:451 | Used by:483 |
Symbol 454 Bitmap | Used by:455 456 | |
Symbol 455 Graphic | Uses:454 | Used by:483 |
Symbol 456 Graphic | Uses:454 | Used by:483 |
Symbol 457 Bitmap | Used by:458 459 | |
Symbol 458 Graphic | Uses:457 | Used by:483 |
Symbol 459 Graphic | Uses:457 | Used by:483 |
Symbol 460 Bitmap | Used by:461 462 | |
Symbol 461 Graphic | Uses:460 | Used by:483 |
Symbol 462 Graphic | Uses:460 | Used by:483 |
Symbol 463 Bitmap | Used by:464 465 | |
Symbol 464 Graphic | Uses:463 | Used by:483 |
Symbol 465 Graphic | Uses:463 | Used by:483 |
Symbol 466 Bitmap | Used by:467 468 | |
Symbol 467 Graphic | Uses:466 | Used by:483 |
Symbol 468 Graphic | Uses:466 | Used by:483 |
Symbol 469 Bitmap | Used by:470 471 | |
Symbol 470 Graphic | Uses:469 | Used by:483 |
Symbol 471 Graphic | Uses:469 | Used by:483 |
Symbol 472 Bitmap | Used by:473 474 | |
Symbol 473 Graphic | Uses:472 | Used by:483 |
Symbol 474 Graphic | Uses:472 | Used by:483 |
Symbol 475 Bitmap | Used by:476 | |
Symbol 476 Graphic | Uses:475 | Used by:483 |
Symbol 477 Bitmap | Used by:478 479 | |
Symbol 478 Graphic | Uses:477 | Used by:483 |
Symbol 479 Graphic | Uses:477 | Used by:483 |
Symbol 480 Bitmap | Used by:481 482 | |
Symbol 481 Graphic | Uses:480 | Used by:483 |
Symbol 482 Graphic | Uses:480 | Used by:483 |
Symbol 483 MovieClip [megaman] | Uses:281 282 284 285 287 288 290 291 293 294 296 297 299 300 302 303 305 306 308 309 311 312 314 315 317 319 321 323 324 326 328 329 331 332 334 335 337 338 340 341 343 344 346 347 349 350 352 353 355 356 358 359 361 362 364 365 367 368 370 371 373 374 376 378 379 381 382 384 385 387 388 390 391 393 394 396 397 399 400 402 403 405 406 408 409 411 412 414 415 417 418 420 421 423 424 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 478 479 481 482 | Used by:1452 |
Symbol 484 Bitmap | Used by:485 | |
Symbol 485 Graphic | Uses:484 | Used by:492 |
Symbol 486 Bitmap | Used by:487 | |
Symbol 487 Graphic | Uses:486 | Used by:492 |
Symbol 488 Bitmap | Used by:489 | |
Symbol 489 Graphic | Uses:488 | Used by:492 |
Symbol 490 Bitmap | Used by:491 | |
Symbol 491 Graphic | Uses:490 | Used by:492 |
Symbol 492 MovieClip [megamanDeathSpark] | Uses:485 487 489 491 | Used by:1452 |
Symbol 493 Bitmap | Used by:494 | |
Symbol 494 Graphic | Uses:493 | Used by:513 |
Symbol 495 Bitmap | Used by:496 497 | |
Symbol 496 Graphic | Uses:495 | Used by:513 |
Symbol 497 Graphic | Uses:495 | Used by:513 |
Symbol 498 Bitmap | Used by:499 500 | |
Symbol 499 Graphic | Uses:498 | Used by:513 |
Symbol 500 Graphic | Uses:498 | Used by:513 |
Symbol 501 Bitmap | Used by:502 503 | |
Symbol 502 Graphic | Uses:501 | Used by:513 |
Symbol 503 Graphic | Uses:501 | Used by:513 |
Symbol 504 Bitmap | Used by:505 506 | |
Symbol 505 Graphic | Uses:504 | Used by:513 |
Symbol 506 Graphic | Uses:504 | Used by:513 |
Symbol 507 Bitmap | Used by:508 509 | |
Symbol 508 Graphic | Uses:507 | Used by:513 |
Symbol 509 Graphic | Uses:507 | Used by:513 |
Symbol 510 Bitmap | Used by:511 512 | |
Symbol 511 Graphic | Uses:510 | Used by:513 |
Symbol 512 Graphic | Uses:510 | Used by:513 |
Symbol 513 MovieClip [megamanPellet] | Uses:494 496 497 499 500 502 503 505 506 508 509 511 512 | Used by:1452 |
Symbol 514 Bitmap | Used by:515 | |
Symbol 515 Graphic | Uses:514 | Used by:526 |
Symbol 516 Bitmap | Used by:517 | |
Symbol 517 Graphic | Uses:516 | Used by:526 |
Symbol 518 Bitmap | Used by:519 | |
Symbol 519 Graphic | Uses:518 | Used by:526 |
Symbol 520 Bitmap | Used by:521 | |
Symbol 521 Graphic | Uses:520 | Used by:526 |
Symbol 522 Bitmap | Used by:523 | |
Symbol 523 Graphic | Uses:522 | Used by:526 |
Symbol 524 Bitmap | Used by:525 | |
Symbol 525 Graphic | Uses:524 | Used by:526 |
Symbol 526 MovieClip [megamanDamagedSpark] | Uses:515 517 519 521 523 525 | Used by:1452 |
Symbol 527 EditableText | Uses:197 | Used by:538 |
Symbol 528 Sound [megaman_death] | Used by:538 | |
Symbol 529 Sound [megaman_land] | Used by:538 | |
Symbol 530 Sound [megaman_shoot] | Used by:538 | |
Symbol 531 Sound [megaman_teleportland] | Used by:538 | |
Symbol 532 Sound [megaman_charge] | Used by:538 | |
Symbol 533 Sound [megaman_chargefull] | Used by:538 | |
Symbol 534 Sound [megaman_damage] | Used by:538 | |
Symbol 535 Sound [healthrestore] | Used by:538 | |
Symbol 536 Sound [tink] | Used by:538 | |
Symbol 537 Sound [megaman_teleportback] | Used by:538 | |
Symbol 538 MovieClip | Uses:527 528 529 530 531 532 533 534 535 536 537 | Used by:1452 |
Symbol 539 Bitmap | Used by:540 541 | |
Symbol 540 Graphic | Uses:539 | Used by:595 |
Symbol 541 Graphic | Uses:539 | Used by:595 |
Symbol 542 Bitmap | Used by:543 544 | |
Symbol 543 Graphic | Uses:542 | Used by:595 |
Symbol 544 Graphic | Uses:542 | Used by:595 |
Symbol 545 Bitmap | Used by:546 547 | |
Symbol 546 Graphic | Uses:545 | Used by:595 |
Symbol 547 Graphic | Uses:545 | Used by:595 |
Symbol 548 Bitmap | Used by:549 550 | |
Symbol 549 Graphic | Uses:548 | Used by:595 |
Symbol 550 Graphic | Uses:548 | Used by:595 |
Symbol 551 Bitmap | Used by:552 553 | |
Symbol 552 Graphic | Uses:551 | Used by:595 |
Symbol 553 Graphic | Uses:551 | Used by:595 |
Symbol 554 Bitmap | Used by:555 556 | |
Symbol 555 Graphic | Uses:554 | Used by:595 |
Symbol 556 Graphic | Uses:554 | Used by:595 |
Symbol 557 Bitmap | Used by:558 559 | |
Symbol 558 Graphic | Uses:557 | Used by:595 |
Symbol 559 Graphic | Uses:557 | Used by:595 |
Symbol 560 Bitmap | Used by:561 562 | |
Symbol 561 Graphic | Uses:560 | Used by:595 |
Symbol 562 Graphic | Uses:560 | Used by:595 |
Symbol 563 Bitmap | Used by:564 565 | |
Symbol 564 Graphic | Uses:563 | Used by:595 |
Symbol 565 Graphic | Uses:563 | Used by:595 |
Symbol 566 Bitmap | Used by:567 568 | |
Symbol 567 Graphic | Uses:566 | Used by:595 |
Symbol 568 Graphic | Uses:566 | Used by:595 |
Symbol 569 Bitmap | Used by:570 571 | |
Symbol 570 Graphic | Uses:569 | Used by:595 |
Symbol 571 Graphic | Uses:569 | Used by:595 |
Symbol 572 Bitmap | Used by:573 574 | |
Symbol 573 Graphic | Uses:572 | Used by:595 |
Symbol 574 Graphic | Uses:572 | Used by:595 |
Symbol 575 Bitmap | Used by:576 | |
Symbol 576 Graphic | Uses:575 | Used by:595 |
Symbol 577 Bitmap | Used by:578 | |
Symbol 578 Graphic | Uses:577 | Used by:595 |
Symbol 579 Bitmap | Used by:580 | |
Symbol 580 Graphic | Uses:579 | Used by:595 |
Symbol 581 Bitmap | Used by:582 583 | |
Symbol 582 Graphic | Uses:581 | Used by:595 |
Symbol 583 Graphic | Uses:581 | Used by:595 |
Symbol 584 Bitmap | Used by:585 | |
Symbol 585 Graphic | Uses:584 | Used by:595 |
Symbol 586 Bitmap | Used by:587 588 | |
Symbol 587 Graphic | Uses:586 | Used by:595 |
Symbol 588 Graphic | Uses:586 | Used by:595 |
Symbol 589 Bitmap | Used by:590 591 | |
Symbol 590 Graphic | Uses:589 | Used by:595 |
Symbol 591 Graphic | Uses:589 | Used by:595 |
Symbol 592 Bitmap | Used by:593 594 | |
Symbol 593 Graphic | Uses:592 | Used by:595 |
Symbol 594 Graphic | Uses:592 | Used by:595 |
Symbol 595 MovieClip [megamanSamusSprite] | Uses:540 541 543 544 546 547 549 550 552 553 555 556 558 559 561 562 564 565 567 568 570 571 573 574 576 578 580 582 583 585 587 588 590 591 593 594 | Used by:1452 |
Symbol 596 Bitmap | Used by:597 598 | |
Symbol 597 Graphic | Uses:596 | Used by:781 |
Symbol 598 Graphic | Uses:596 | Used by:781 |
Symbol 599 Bitmap | Used by:600 601 | |
Symbol 600 Graphic | Uses:599 | Used by:781 |
Symbol 601 Graphic | Uses:599 | Used by:781 |
Symbol 602 Bitmap | Used by:603 604 | |
Symbol 603 Graphic | Uses:602 | Used by:781 |
Symbol 604 Graphic | Uses:602 | Used by:781 |
Symbol 605 Bitmap | Used by:606 607 | |
Symbol 606 Graphic | Uses:605 | Used by:781 |
Symbol 607 Graphic | Uses:605 | Used by:781 |
Symbol 608 Bitmap | Used by:609 610 | |
Symbol 609 Graphic | Uses:608 | Used by:781 |
Symbol 610 Graphic | Uses:608 | Used by:781 |
Symbol 611 Bitmap | Used by:612 613 | |
Symbol 612 Graphic | Uses:611 | Used by:781 |
Symbol 613 Graphic | Uses:611 | Used by:781 |
Symbol 614 Bitmap | Used by:615 616 | |
Symbol 615 Graphic | Uses:614 | Used by:781 |
Symbol 616 Graphic | Uses:614 | Used by:781 |
Symbol 617 Bitmap | Used by:618 619 | |
Symbol 618 Graphic | Uses:617 | Used by:781 |
Symbol 619 Graphic | Uses:617 | Used by:781 |
Symbol 620 Bitmap | Used by:621 622 | |
Symbol 621 Graphic | Uses:620 | Used by:781 |
Symbol 622 Graphic | Uses:620 | Used by:781 |
Symbol 623 Bitmap | Used by:624 625 | |
Symbol 624 Graphic | Uses:623 | Used by:781 |
Symbol 625 Graphic | Uses:623 | Used by:781 |
Symbol 626 Bitmap | Used by:627 628 | |
Symbol 627 Graphic | Uses:626 | Used by:781 |
Symbol 628 Graphic | Uses:626 | Used by:781 |
Symbol 629 Bitmap | Used by:630 | |
Symbol 630 Graphic | Uses:629 | Used by:781 |
Symbol 631 Bitmap | Used by:632 | |
Symbol 632 Graphic | Uses:631 | Used by:781 |
Symbol 633 Bitmap | Used by:634 | |
Symbol 634 Graphic | Uses:633 | Used by:781 |
Symbol 635 Bitmap | Used by:636 637 | |
Symbol 636 Graphic | Uses:635 | Used by:781 |
Symbol 637 Graphic | Uses:635 | Used by:781 |
Symbol 638 Bitmap | Used by:639 | |
Symbol 639 Graphic | Uses:638 | Used by:781 |
Symbol 640 Bitmap | Used by:641 642 | |
Symbol 641 Graphic | Uses:640 | Used by:781 |
Symbol 642 Graphic | Uses:640 | Used by:781 |
Symbol 643 Bitmap | Used by:644 645 | |
Symbol 644 Graphic | Uses:643 | Used by:781 |
Symbol 645 Graphic | Uses:643 | Used by:781 |
Symbol 646 Bitmap | Used by:647 648 | |
Symbol 647 Graphic | Uses:646 | Used by:781 |
Symbol 648 Graphic | Uses:646 | Used by:781 |
Symbol 649 Bitmap | Used by:650 651 | |
Symbol 650 Graphic | Uses:649 | Used by:781 |
Symbol 651 Graphic | Uses:649 | Used by:781 |
Symbol 652 Bitmap | Used by:653 654 | |
Symbol 653 Graphic | Uses:652 | Used by:781 |
Symbol 654 Graphic | Uses:652 | Used by:781 |
Symbol 655 Bitmap | Used by:656 657 | |
Symbol 656 Graphic | Uses:655 | Used by:781 |
Symbol 657 Graphic | Uses:655 | Used by:781 |
Symbol 658 Bitmap | Used by:659 660 | |
Symbol 659 Graphic | Uses:658 | Used by:781 |
Symbol 660 Graphic | Uses:658 | Used by:781 |
Symbol 661 Bitmap | Used by:662 663 | |
Symbol 662 Graphic | Uses:661 | Used by:781 |
Symbol 663 Graphic | Uses:661 | Used by:781 |
Symbol 664 Bitmap | Used by:665 666 | |
Symbol 665 Graphic | Uses:664 | Used by:781 |
Symbol 666 Graphic | Uses:664 | Used by:781 |
Symbol 667 Bitmap | Used by:668 669 | |
Symbol 668 Graphic | Uses:667 | Used by:781 |
Symbol 669 Graphic | Uses:667 | Used by:781 |
Symbol 670 Bitmap | Used by:671 675 | |
Symbol 671 Graphic | Uses:670 | Used by:781 |
Symbol 672 Bitmap | Used by:673 674 | |
Symbol 673 Graphic | Uses:672 | Used by:781 |
Symbol 674 Graphic | Uses:672 | Used by:781 |
Symbol 675 Graphic | Uses:670 | Used by:781 |
Symbol 676 Bitmap | Used by:677 678 | |
Symbol 677 Graphic | Uses:676 | Used by:781 |
Symbol 678 Graphic | Uses:676 | Used by:781 |
Symbol 679 Bitmap | Used by:680 681 | |
Symbol 680 Graphic | Uses:679 | Used by:781 |
Symbol 681 Graphic | Uses:679 | Used by:781 |
Symbol 682 Bitmap | Used by:683 684 | |
Symbol 683 Graphic | Uses:682 | Used by:781 |
Symbol 684 Graphic | Uses:682 | Used by:781 |
Symbol 685 Bitmap | Used by:686 | |
Symbol 686 Graphic | Uses:685 | Used by:781 |
Symbol 687 Bitmap | Used by:688 689 | |
Symbol 688 Graphic | Uses:687 | Used by:781 |
Symbol 689 Graphic | Uses:687 | Used by:781 |
Symbol 690 Bitmap | Used by:691 692 | |
Symbol 691 Graphic | Uses:690 | Used by:781 |
Symbol 692 Graphic | Uses:690 | Used by:781 |
Symbol 693 Bitmap | Used by:694 695 | |
Symbol 694 Graphic | Uses:693 | Used by:781 |
Symbol 695 Graphic | Uses:693 | Used by:781 |
Symbol 696 Bitmap | Used by:697 698 | |
Symbol 697 Graphic | Uses:696 | Used by:781 |
Symbol 698 Graphic | Uses:696 | Used by:781 |
Symbol 699 Bitmap | Used by:700 701 | |
Symbol 700 Graphic | Uses:699 | Used by:781 |
Symbol 701 Graphic | Uses:699 | Used by:781 |
Symbol 702 Bitmap | Used by:703 704 | |
Symbol 703 Graphic | Uses:702 | Used by:781 |
Symbol 704 Graphic | Uses:702 | Used by:781 |
Symbol 705 Bitmap | Used by:706 707 | |
Symbol 706 Graphic | Uses:705 | Used by:781 |
Symbol 707 Graphic | Uses:705 | Used by:781 |
Symbol 708 Bitmap | Used by:709 710 | |
Symbol 709 Graphic | Uses:708 | Used by:781 |
Symbol 710 Graphic | Uses:708 | Used by:781 |
Symbol 711 Bitmap | Used by:712 713 | |
Symbol 712 Graphic | Uses:711 | Used by:781 |
Symbol 713 Graphic | Uses:711 | Used by:781 |
Symbol 714 Bitmap | Used by:715 716 | |
Symbol 715 Graphic | Uses:714 | Used by:781 |
Symbol 716 Graphic | Uses:714 | Used by:781 |
Symbol 717 Bitmap | Used by:718 719 | |
Symbol 718 Graphic | Uses:717 | Used by:781 |
Symbol 719 Graphic | Uses:717 | Used by:781 |
Symbol 720 Bitmap | Used by:721 722 | |
Symbol 721 Graphic | Uses:720 | Used by:781 |
Symbol 722 Graphic | Uses:720 | Used by:781 |
Symbol 723 Bitmap | Used by:724 725 | |
Symbol 724 Graphic | Uses:723 | Used by:781 |
Symbol 725 Graphic | Uses:723 | Used by:781 |
Symbol 726 Bitmap | Used by:727 728 | |
Symbol 727 Graphic | Uses:726 | Used by:781 |
Symbol 728 Graphic | Uses:726 | Used by:781 |
Symbol 729 Bitmap | Used by:730 | |
Symbol 730 Graphic | Uses:729 | Used by:781 |
Symbol 731 Bitmap | Used by:732 733 | |
Symbol 732 Graphic | Uses:731 | Used by:781 |
Symbol 733 Graphic | Uses:731 | Used by:781 |
Symbol 734 Bitmap | Used by:735 736 | |
Symbol 735 Graphic | Uses:734 | Used by:781 |
Symbol 736 Graphic | Uses:734 | Used by:781 |
Symbol 737 Bitmap | Used by:738 739 | |
Symbol 738 Graphic | Uses:737 | Used by:781 |
Symbol 739 Graphic | Uses:737 | Used by:781 |
Symbol 740 Bitmap | Used by:741 742 | |
Symbol 741 Graphic | Uses:740 | Used by:781 |
Symbol 742 Graphic | Uses:740 | Used by:781 |
Symbol 743 Bitmap | Used by:744 745 | |
Symbol 744 Graphic | Uses:743 | Used by:781 |
Symbol 745 Graphic | Uses:743 | Used by:781 |
Symbol 746 Bitmap | Used by:747 748 | |
Symbol 747 Graphic | Uses:746 | Used by:781 |
Symbol 748 Graphic | Uses:746 | Used by:781 |
Symbol 749 Bitmap | Used by:750 751 | |
Symbol 750 Graphic | Uses:749 | Used by:781 |
Symbol 751 Graphic | Uses:749 | Used by:781 |
Symbol 752 Bitmap | Used by:753 754 | |
Symbol 753 Graphic | Uses:752 | Used by:781 |
Symbol 754 Graphic | Uses:752 | Used by:781 |
Symbol 755 Bitmap | Used by:756 757 | |
Symbol 756 Graphic | Uses:755 | Used by:781 |
Symbol 757 Graphic | Uses:755 | Used by:781 |
Symbol 758 Bitmap | Used by:759 760 | |
Symbol 759 Graphic | Uses:758 304 | Used by:781 |
Symbol 760 Graphic | Uses:758 | Used by:781 |
Symbol 761 Bitmap | Used by:762 763 | |
Symbol 762 Graphic | Uses:761 | Used by:781 |
Symbol 763 Graphic | Uses:761 | Used by:781 |
Symbol 764 Bitmap | Used by:765 766 | |
Symbol 765 Graphic | Uses:764 | Used by:781 |
Symbol 766 Graphic | Uses:764 | Used by:781 |
Symbol 767 Bitmap | Used by:768 769 | |
Symbol 768 Graphic | Uses:767 | Used by:781 |
Symbol 769 Graphic | Uses:767 | Used by:781 |
Symbol 770 Bitmap | Used by:771 772 | |
Symbol 771 Graphic | Uses:770 | Used by:781 |
Symbol 772 Graphic | Uses:770 | Used by:781 |
Symbol 773 Bitmap | Used by:774 | |
Symbol 774 Graphic | Uses:773 | Used by:781 |
Symbol 775 Bitmap | Used by:776 777 | |
Symbol 776 Graphic | Uses:775 | Used by:781 |
Symbol 777 Graphic | Uses:775 | Used by:781 |
Symbol 778 Bitmap | Used by:779 780 | |
Symbol 779 Graphic | Uses:778 | Used by:781 |
Symbol 780 Graphic | Uses:778 | Used by:781 |
Symbol 781 MovieClip [protoSprite] | Uses:597 598 600 601 603 604 606 607 609 610 612 613 615 616 618 619 621 622 624 625 627 628 630 632 634 636 637 639 641 642 644 645 647 648 650 651 653 654 656 657 659 660 662 663 665 666 668 669 671 673 674 675 677 678 680 681 683 684 686 688 689 691 692 694 695 697 698 700 701 703 704 706 707 709 710 712 713 715 716 718 719 721 722 724 725 727 728 730 732 733 735 736 738 739 741 742 744 745 747 748 750 751 753 754 756 757 759 760 762 763 765 766 768 769 771 772 774 776 777 779 780 | Used by:1452 |
Symbol 782 Bitmap | Used by:783 | |
Symbol 783 Graphic | Uses:782 | Used by:790 |
Symbol 784 Bitmap | Used by:785 | |
Symbol 785 Graphic | Uses:784 | Used by:790 |
Symbol 786 Bitmap | Used by:787 | |
Symbol 787 Graphic | Uses:786 | Used by:790 |
Symbol 788 Bitmap | Used by:789 | |
Symbol 789 Graphic | Uses:788 | Used by:790 |
Symbol 790 MovieClip [protoDeathSprite] | Uses:783 785 787 789 | Used by:1452 |
Symbol 791 EditableText | Uses:197 | Used by:793 |
Symbol 792 Sound [samus_missle] | Used by:793 | |
Symbol 793 MovieClip | Uses:791 792 | Used by:1452 |
Symbol 794 Bitmap | Used by:795 796 | |
Symbol 795 Graphic | Uses:794 | Used by:803 |
Symbol 796 Graphic | Uses:794 | Used by:803 |
Symbol 797 Bitmap | Used by:798 | |
Symbol 798 Graphic | Uses:797 | Used by:803 |
Symbol 799 Bitmap | Used by:800 | |
Symbol 800 Graphic | Uses:799 | Used by:803 |
Symbol 801 Bitmap | Used by:802 | |
Symbol 802 Graphic | Uses:801 | Used by:803 |
Symbol 803 MovieClip [megamanSMissleSprite] | Uses:795 796 798 800 802 | Used by:1452 |
Symbol 804 EditableText | Uses:197 | Used by:805 |
Symbol 805 MovieClip | Uses:804 | Used by:1452 |
Symbol 806 Bitmap | Used by:807 | |
Symbol 807 Graphic | Uses:806 | Used by:808 |
Symbol 808 MovieClip | Uses:807 | Used by:815 1466 |
Symbol 809 Bitmap | Used by:810 1463 | |
Symbol 810 Graphic | Uses:809 | Used by:815 |
Symbol 811 Graphic | Used by:815 1399 1414 1466 | |
Symbol 812 Bitmap | Used by:813 1464 | |
Symbol 813 Graphic | Uses:812 | Used by:815 |
Symbol 814 ShapeTweening | Used by:815 | |
Symbol 815 MovieClip [powerBarH] | Uses:808 810 811 813 814 | Used by:1452 |
Symbol 816 Bitmap | Used by:817 | |
Symbol 817 Graphic | Uses:816 | Used by:820 |
Symbol 818 Bitmap | Used by:819 | |
Symbol 819 Graphic | Uses:818 | Used by:820 |
Symbol 820 MovieClip [megamanIcon] | Uses:817 819 | Used by:1452 |
Symbol 821 Bitmap | Used by:822 | |
Symbol 822 Graphic | Uses:821 | Used by:825 |
Symbol 823 Bitmap | Used by:824 | |
Symbol 824 Graphic | Uses:823 | Used by:825 |
Symbol 825 MovieClip [samusIcon] | Uses:822 824 | Used by:1452 |
Symbol 826 ShapeTweening | Used by:835 | |
Symbol 827 Bitmap | Used by:828 | |
Symbol 828 Graphic | Uses:827 | Used by:835 |
Symbol 829 MovieClip [emptyClearClip] | Used by:835 | |
Symbol 830 ShapeTweening | Used by:835 | |
Symbol 831 Graphic | Used by:835 | |
Symbol 832 ShapeTweening | Used by:835 | |
Symbol 833 ShapeTweening | Used by:835 | |
Symbol 834 Graphic | Used by:835 | |
Symbol 835 MovieClip [pauseMenu] | Uses:826 30 828 829 830 831 832 833 834 | Used by:1452 |
Symbol 836 Bitmap | Used by:837 | |
Symbol 837 Graphic | Uses:836 | Used by:840 |
Symbol 838 Bitmap | Used by:839 | |
Symbol 839 Graphic | Uses:838 | Used by:840 |
Symbol 840 MovieClip [arthurIcon] | Uses:837 839 | Used by:1452 |
Symbol 841 Bitmap | Used by:842 | |
Symbol 842 Graphic | Uses:841 | Used by:849 |
Symbol 843 Bitmap | Used by:844 | |
Symbol 844 Graphic | Uses:843 | Used by:849 |
Symbol 845 Bitmap | Used by:846 | |
Symbol 846 Graphic | Uses:845 | Used by:849 |
Symbol 847 Bitmap | Used by:848 | |
Symbol 848 Graphic | Uses:847 | Used by:849 |
Symbol 849 MovieClip [samusDeathSprite] | Uses:842 844 846 848 | Used by:1452 |
Symbol 850 Bitmap | Used by:851 | |
Symbol 851 Graphic | Uses:850 | Used by:852 |
Symbol 852 MovieClip [gngarea_boss] | Uses:851 | Used by:1452 |
Symbol 853 Bitmap | Used by:854 855 | |
Symbol 854 Graphic | Uses:853 | Used by:935 |
Symbol 855 Graphic | Uses:853 | Used by:935 |
Symbol 856 Bitmap | Used by:857 858 | |
Symbol 857 Graphic | Uses:856 | Used by:935 |
Symbol 858 Graphic | Uses:856 | Used by:935 |
Symbol 859 Bitmap | Used by:860 861 | |
Symbol 860 Graphic | Uses:859 | Used by:935 |
Symbol 861 Graphic | Uses:859 | Used by:935 |
Symbol 862 Bitmap | Used by:863 864 | |
Symbol 863 Graphic | Uses:862 | Used by:935 |
Symbol 864 Graphic | Uses:862 | Used by:935 |
Symbol 865 Bitmap | Used by:866 867 | |
Symbol 866 Graphic | Uses:865 | Used by:935 |
Symbol 867 Graphic | Uses:865 | Used by:935 |
Symbol 868 Bitmap | Used by:869 870 | |
Symbol 869 Graphic | Uses:868 | Used by:935 |
Symbol 870 Graphic | Uses:868 | Used by:935 |
Symbol 871 Bitmap | Used by:872 873 | |
Symbol 872 Graphic | Uses:871 | Used by:935 |
Symbol 873 Graphic | Uses:871 | Used by:935 |
Symbol 874 Bitmap | Used by:875 876 | |
Symbol 875 Graphic | Uses:874 | Used by:935 |
Symbol 876 Graphic | Uses:874 | Used by:935 |
Symbol 877 Bitmap | Used by:878 879 | |
Symbol 878 Graphic | Uses:877 | Used by:935 |
Symbol 879 Graphic | Uses:877 | Used by:935 |
Symbol 880 Bitmap | Used by:881 882 | |
Symbol 881 Graphic | Uses:880 | Used by:935 |
Symbol 882 Graphic | Uses:880 | Used by:935 |
Symbol 883 Bitmap | Used by:884 885 | |
Symbol 884 Graphic | Uses:883 | Used by:935 |
Symbol 885 Graphic | Uses:883 | Used by:935 |
Symbol 886 Bitmap | Used by:887 888 | |
Symbol 887 Graphic | Uses:886 | Used by:935 |
Symbol 888 Graphic | Uses:886 | Used by:935 |
Symbol 889 Bitmap | Used by:890 891 | |
Symbol 890 Graphic | Uses:889 | Used by:935 |
Symbol 891 Graphic | Uses:889 | Used by:935 |
Symbol 892 Bitmap | Used by:893 | |
Symbol 893 Graphic | Uses:892 | Used by:935 |
Symbol 894 Bitmap | Used by:895 896 | |
Symbol 895 Graphic | Uses:894 | Used by:935 |
Symbol 896 Graphic | Uses:894 | Used by:935 |
Symbol 897 Bitmap | Used by:898 899 | |
Symbol 898 Graphic | Uses:897 | Used by:935 |
Symbol 899 Graphic | Uses:897 | Used by:935 |
Symbol 900 Bitmap | Used by:901 902 | |
Symbol 901 Graphic | Uses:900 | Used by:935 |
Symbol 902 Graphic | Uses:900 | Used by:935 |
Symbol 903 Bitmap | Used by:904 905 | |
Symbol 904 Graphic | Uses:903 | Used by:935 |
Symbol 905 Graphic | Uses:903 | Used by:935 |
Symbol 906 Bitmap | Used by:907 908 | |
Symbol 907 Graphic | Uses:906 | Used by:935 |
Symbol 908 Graphic | Uses:906 | Used by:935 |
Symbol 909 Bitmap | Used by:910 911 | |
Symbol 910 Graphic | Uses:909 | Used by:935 |
Symbol 911 Graphic | Uses:909 | Used by:935 |
Symbol 912 Bitmap | Used by:913 914 | |
Symbol 913 Graphic | Uses:912 | Used by:935 |
Symbol 914 Graphic | Uses:912 | Used by:935 |
Symbol 915 Bitmap | Used by:916 917 | |
Symbol 916 Graphic | Uses:915 | Used by:935 |
Symbol 917 Graphic | Uses:915 | Used by:935 |
Symbol 918 Bitmap | Used by:919 920 | |
Symbol 919 Graphic | Uses:918 | Used by:935 |
Symbol 920 Graphic | Uses:918 | Used by:935 |
Symbol 921 Bitmap | Used by:922 923 | |
Symbol 922 Graphic | Uses:921 | Used by:935 |
Symbol 923 Graphic | Uses:921 | Used by:935 |
Symbol 924 Bitmap | Used by:925 926 | |
Symbol 925 Graphic | Uses:924 | Used by:935 |
Symbol 926 Graphic | Uses:924 | Used by:935 |
Symbol 927 Bitmap | Used by:928 929 | |
Symbol 928 Graphic | Uses:927 | Used by:935 |
Symbol 929 Graphic | Uses:927 | Used by:935 |
Symbol 930 Bitmap | Used by:931 932 | |
Symbol 931 Graphic | Uses:930 | Used by:935 |
Symbol 932 Graphic | Uses:930 | Used by:935 |
Symbol 933 Bitmap | Used by:934 | |
Symbol 934 Graphic | Uses:933 | Used by:935 |
Symbol 935 MovieClip [arthurSprite] | Uses:854 855 857 858 860 861 863 864 866 867 869 870 872 873 875 876 878 879 881 882 884 885 887 888 890 891 893 895 896 898 899 901 902 904 905 907 908 910 911 913 914 916 917 919 920 922 923 925 926 928 929 931 932 934 | Used by:1452 |
Symbol 936 EditableText | Uses:197 | Used by:940 |
Symbol 937 Sound [arthur_speartoss] | Used by:940 1083 | |
Symbol 938 Sound [lightningStrike] | Used by:940 | |
Symbol 939 Sound [arthur_hit] | Used by:940 | |
Symbol 940 MovieClip | Uses:936 937 938 939 | Used by:1452 |
Symbol 941 Bitmap | Used by:942 943 | |
Symbol 942 Graphic | Uses:941 | Used by:944 1084 |
Symbol 943 Graphic | Uses:941 | Used by:944 1084 |
Symbol 944 MovieClip [arthurSpearSprite] | Uses:942 943 | Used by:1452 |
Symbol 945 Bitmap | Used by:946 | |
Symbol 946 Graphic | Uses:945 | Used by:953 |
Symbol 947 Bitmap | Used by:948 | |
Symbol 948 Graphic | Uses:947 | Used by:953 |
Symbol 949 Bitmap | Used by:950 | |
Symbol 950 Graphic | Uses:949 | Used by:953 |
Symbol 951 Bitmap | Used by:952 | |
Symbol 952 Graphic | Uses:951 | Used by:953 |
Symbol 953 MovieClip [arthurDeathSprite] | Uses:946 948 950 952 | Used by:1452 |
Symbol 954 MovieClip [lightningClip] | Uses:30 | Used by:1452 |
Symbol 955 Bitmap | Used by:956 957 | |
Symbol 956 Graphic | Uses:955 | Used by:958 |
Symbol 957 Graphic | Uses:955 | Used by:958 |
Symbol 958 MovieClip | Uses:956 957 | Used by:967 1399 1414 |
Symbol 959 Bitmap | Used by:960 961 | |
Symbol 960 Graphic | Uses:959 | Used by:962 |
Symbol 961 Graphic | Uses:959 | Used by:962 |
Symbol 962 MovieClip | Uses:960 961 | Used by:967 1399 1414 |
Symbol 963 Graphic | Used by:967 | |
Symbol 964 ShapeTweening | Used by:967 | |
Symbol 965 ShapeTweening | Used by:967 | |
Symbol 966 Graphic | Used by:967 | |
Symbol 967 MovieClip [finalScreenGnG] | Uses:148 958 962 963 154 964 965 966 | Used by:1452 |
Symbol 968 Bitmap | Used by:969 | |
Symbol 969 Graphic | Uses:968 | Used by:970 |
Symbol 970 MovieClip [gngarea_2] | Uses:969 | Used by:1452 |
Symbol 971 Bitmap | Used by:972 | |
Symbol 972 Graphic | Uses:971 | Used by:973 |
Symbol 973 MovieClip [gngarea_3] | Uses:972 | Used by:1452 |
Symbol 974 Bitmap | Used by:975 | |
Symbol 975 Graphic | Uses:974 | Used by:976 |
Symbol 976 MovieClip [gngarea_4] | Uses:975 | Used by:1452 |
Symbol 977 Bitmap | Used by:978 | |
Symbol 978 Graphic | Uses:977 | Used by:979 |
Symbol 979 MovieClip [gngarea_5] | Uses:978 | Used by:1452 |
Symbol 980 Bitmap | Used by:981 | |
Symbol 981 Graphic | Uses:980 | Used by:982 |
Symbol 982 MovieClip [gngarea_6] | Uses:981 | Used by:1452 |
Symbol 983 Bitmap | Used by:984 | |
Symbol 984 Graphic | Uses:983 | Used by:985 |
Symbol 985 MovieClip [gngarea_7] | Uses:984 | Used by:1452 |
Symbol 986 Bitmap | Used by:987 | |
Symbol 987 Graphic | Uses:986 | Used by:988 |
Symbol 988 MovieClip [gngarea_8] | Uses:987 | Used by:1452 |
Symbol 989 Bitmap | Used by:990 | |
Symbol 990 Graphic | Uses:989 | Used by:991 |
Symbol 991 MovieClip [gngarea_9] | Uses:990 | Used by:1452 |
Symbol 992 Bitmap | Used by:993 | |
Symbol 993 Graphic | Uses:992 | Used by:994 |
Symbol 994 MovieClip [gngarea_10] | Uses:993 | Used by:1452 |
Symbol 995 Bitmap | Used by:996 | |
Symbol 996 Graphic | Uses:995 | Used by:997 |
Symbol 997 MovieClip [gngarea_11] | Uses:996 | Used by:1452 |
Symbol 998 Bitmap | Used by:999 | |
Symbol 999 Graphic | Uses:998 | Used by:1000 |
Symbol 1000 MovieClip [gngarea_12] | Uses:999 | Used by:1452 |
Symbol 1001 Bitmap | Used by:1002 | |
Symbol 1002 Graphic | Uses:1001 | Used by:1003 |
Symbol 1003 MovieClip [gngarea_13] | Uses:1002 | Used by:1452 |
Symbol 1004 Bitmap | Used by:1005 | |
Symbol 1005 Graphic | Uses:1004 | Used by:1006 |
Symbol 1006 MovieClip [gngarea_14] | Uses:1005 | Used by:1452 |
Symbol 1007 Bitmap | Used by:1008 | |
Symbol 1008 Graphic | Uses:1007 | Used by:1009 |
Symbol 1009 MovieClip [gngarea_15] | Uses:1008 | Used by:1452 |
Symbol 1010 Bitmap | Used by:1011 | |
Symbol 1011 Graphic | Uses:1010 | Used by:1012 |
Symbol 1012 MovieClip [gngarea_16] | Uses:1011 | Used by:1452 |
Symbol 1013 Bitmap | Used by:1014 | |
Symbol 1014 Graphic | Uses:1013 | Used by:1015 |
Symbol 1015 MovieClip [gngarea_17] | Uses:1014 | Used by:1452 |
Symbol 1016 Bitmap | Used by:1017 | |
Symbol 1017 Graphic | Uses:1016 | Used by:1018 |
Symbol 1018 MovieClip [gngarea_18] | Uses:1017 | Used by:1452 |
Symbol 1019 Bitmap | Used by:1020 | |
Symbol 1020 Graphic | Uses:1019 | Used by:1021 |
Symbol 1021 MovieClip [gngarea_19] | Uses:1020 | Used by:1452 |
Symbol 1022 Bitmap | Used by:1023 | |
Symbol 1023 Graphic | Uses:1022 | Used by:1024 |
Symbol 1024 MovieClip [gngeyeball_platform] | Uses:1023 | Used by:1452 |
Symbol 1025 Bitmap | Used by:1026 1027 | |
Symbol 1026 Graphic | Uses:1025 | Used by:1081 |
Symbol 1027 Graphic | Uses:1025 | Used by:1081 |
Symbol 1028 Bitmap | Used by:1029 1030 | |
Symbol 1029 Graphic | Uses:1028 | Used by:1081 |
Symbol 1030 Graphic | Uses:1028 | Used by:1081 |
Symbol 1031 Bitmap | Used by:1032 1033 | |
Symbol 1032 Graphic | Uses:1031 | Used by:1081 |
Symbol 1033 Graphic | Uses:1031 | Used by:1081 |
Symbol 1034 Bitmap | Used by:1035 1036 | |
Symbol 1035 Graphic | Uses:1034 | Used by:1081 |
Symbol 1036 Graphic | Uses:1034 | Used by:1081 |
Symbol 1037 Bitmap | Used by:1038 1039 | |
Symbol 1038 Graphic | Uses:1037 | Used by:1081 |
Symbol 1039 Graphic | Uses:1037 | Used by:1081 |
Symbol 1040 Bitmap | Used by:1041 1042 | |
Symbol 1041 Graphic | Uses:1040 | Used by:1081 |
Symbol 1042 Graphic | Uses:1040 | Used by:1081 |
Symbol 1043 Bitmap | Used by:1044 1045 | |
Symbol 1044 Graphic | Uses:1043 | Used by:1081 |
Symbol 1045 Graphic | Uses:1043 | Used by:1081 |
Symbol 1046 Bitmap | Used by:1047 1048 | |
Symbol 1047 Graphic | Uses:1046 | Used by:1081 |
Symbol 1048 Graphic | Uses:1046 | Used by:1081 |
Symbol 1049 Bitmap | Used by:1050 1051 | |
Symbol 1050 Graphic | Uses:1049 | Used by:1081 |
Symbol 1051 Graphic | Uses:1049 | Used by:1081 |
Symbol 1052 Bitmap | Used by:1053 1054 | |
Symbol 1053 Graphic | Uses:1052 | Used by:1081 |
Symbol 1054 Graphic | Uses:1052 | Used by:1081 |
Symbol 1055 Bitmap | Used by:1056 1057 | |
Symbol 1056 Graphic | Uses:1055 | Used by:1081 |
Symbol 1057 Graphic | Uses:1055 | Used by:1081 |
Symbol 1058 Bitmap | Used by:1059 1060 | |
Symbol 1059 Graphic | Uses:1058 | Used by:1081 |
Symbol 1060 Graphic | Uses:1058 | Used by:1081 |
Symbol 1061 Bitmap | Used by:1062 | |
Symbol 1062 Graphic | Uses:1061 | Used by:1081 |
Symbol 1063 Bitmap | Used by:1064 | |
Symbol 1064 Graphic | Uses:1063 | Used by:1081 |
Symbol 1065 Bitmap | Used by:1066 | |
Symbol 1066 Graphic | Uses:1065 | Used by:1081 |
Symbol 1067 Bitmap | Used by:1068 1069 | |
Symbol 1068 Graphic | Uses:1067 | Used by:1081 |
Symbol 1069 Graphic | Uses:1067 | Used by:1081 |
Symbol 1070 Bitmap | Used by:1071 | |
Symbol 1071 Graphic | Uses:1070 | Used by:1081 |
Symbol 1072 Bitmap | Used by:1073 1074 | |
Symbol 1073 Graphic | Uses:1072 | Used by:1081 |
Symbol 1074 Graphic | Uses:1072 | Used by:1081 |
Symbol 1075 Bitmap | Used by:1076 1077 | |
Symbol 1076 Graphic | Uses:1075 | Used by:1081 |
Symbol 1077 Graphic | Uses:1075 | Used by:1081 |
Symbol 1078 Bitmap | Used by:1079 1080 | |
Symbol 1079 Graphic | Uses:1078 | Used by:1081 |
Symbol 1080 Graphic | Uses:1078 | Used by:1081 |
Symbol 1081 MovieClip [megamanArthurSprite] | Uses:1026 1027 1029 1030 1032 1033 1035 1036 1038 1039 1041 1042 1044 1045 1047 1048 1050 1051 1053 1054 1056 1057 1059 1060 1062 1064 1066 1068 1069 1071 1073 1074 1076 1077 1079 1080 | Used by:1452 |
Symbol 1082 EditableText | Uses:197 | Used by:1083 |
Symbol 1083 MovieClip | Uses:1082 937 | Used by:1452 |
Symbol 1084 MovieClip [megamanALanceSprite] | Uses:942 943 | Used by:1452 |
Symbol 1085 Bitmap | Used by:1086 1087 | |
Symbol 1086 Graphic | Uses:1085 | Used by:1138 |
Symbol 1087 Graphic | Uses:1085 | Used by:1138 |
Symbol 1088 Bitmap | Used by:1089 1090 | |
Symbol 1089 Graphic | Uses:1088 | Used by:1138 |
Symbol 1090 Graphic | Uses:1088 | Used by:1138 |
Symbol 1091 Bitmap | Used by:1092 1093 | |
Symbol 1092 Graphic | Uses:1091 | Used by:1138 |
Symbol 1093 Graphic | Uses:1091 | Used by:1138 |
Symbol 1094 Bitmap | Used by:1095 1096 | |
Symbol 1095 Graphic | Uses:1094 | Used by:1138 |
Symbol 1096 Graphic | Uses:1094 | Used by:1138 |
Symbol 1097 Bitmap | Used by:1098 1099 | |
Symbol 1098 Graphic | Uses:1097 | Used by:1138 |
Symbol 1099 Graphic | Uses:1097 | Used by:1138 |
Symbol 1100 Bitmap | Used by:1101 1102 | |
Symbol 1101 Graphic | Uses:1100 | Used by:1138 |
Symbol 1102 Graphic | Uses:1100 | Used by:1138 |
Symbol 1103 Bitmap | Used by:1104 1105 | |
Symbol 1104 Graphic | Uses:1103 | Used by:1138 |
Symbol 1105 Graphic | Uses:1103 | Used by:1138 |
Symbol 1106 Bitmap | Used by:1107 1108 | |
Symbol 1107 Graphic | Uses:1106 | Used by:1138 |
Symbol 1108 Graphic | Uses:1106 | Used by:1138 |
Symbol 1109 Bitmap | Used by:1110 1111 | |
Symbol 1110 Graphic | Uses:1109 | Used by:1138 |
Symbol 1111 Graphic | Uses:1109 | Used by:1138 |
Symbol 1112 Bitmap | Used by:1113 1114 | |
Symbol 1113 Graphic | Uses:1112 | Used by:1138 |
Symbol 1114 Graphic | Uses:1112 | Used by:1138 |
Symbol 1115 Bitmap | Used by:1116 1117 | |
Symbol 1116 Graphic | Uses:1115 | Used by:1138 |
Symbol 1117 Graphic | Uses:1115 | Used by:1138 |
Symbol 1118 Bitmap | Used by:1119 | |
Symbol 1119 Graphic | Uses:1118 | Used by:1138 |
Symbol 1120 Bitmap | Used by:1121 | |
Symbol 1121 Graphic | Uses:1120 | Used by:1138 |
Symbol 1122 Bitmap | Used by:1123 | |
Symbol 1123 Graphic | Uses:1122 | Used by:1138 |
Symbol 1124 Bitmap | Used by:1125 1126 | |
Symbol 1125 Graphic | Uses:1124 | Used by:1138 |
Symbol 1126 Graphic | Uses:1124 | Used by:1138 |
Symbol 1127 Bitmap | Used by:1128 | |
Symbol 1128 Graphic | Uses:1127 | Used by:1138 |
Symbol 1129 Bitmap | Used by:1130 1131 | |
Symbol 1130 Graphic | Uses:1129 | Used by:1138 |
Symbol 1131 Graphic | Uses:1129 | Used by:1138 |
Symbol 1132 Bitmap | Used by:1133 1134 | |
Symbol 1133 Graphic | Uses:1132 | Used by:1138 |
Symbol 1134 Graphic | Uses:1132 | Used by:1138 |
Symbol 1135 Bitmap | Used by:1136 1137 | |
Symbol 1136 Graphic | Uses:1135 | Used by:1138 |
Symbol 1137 Graphic | Uses:1135 | Used by:1138 |
Symbol 1138 MovieClip [protoSamusSprite] | Uses:1086 1087 1089 1090 1092 1093 1095 1096 1098 1099 1101 1102 1104 1105 1107 1108 1110 1111 1113 1114 1116 1117 1119 1121 1123 1125 1126 1128 1130 1131 1133 1134 1136 1137 | Used by:1452 |
Symbol 1139 Bitmap | Used by:1140 1141 | |
Symbol 1140 Graphic | Uses:1139 | Used by:1192 |
Symbol 1141 Graphic | Uses:1139 | Used by:1192 |
Symbol 1142 Bitmap | Used by:1143 1144 | |
Symbol 1143 Graphic | Uses:1142 | Used by:1192 |
Symbol 1144 Graphic | Uses:1142 | Used by:1192 |
Symbol 1145 Bitmap | Used by:1146 1147 | |
Symbol 1146 Graphic | Uses:1145 | Used by:1192 |
Symbol 1147 Graphic | Uses:1145 | Used by:1192 |
Symbol 1148 Bitmap | Used by:1149 1150 | |
Symbol 1149 Graphic | Uses:1148 | Used by:1192 |
Symbol 1150 Graphic | Uses:1148 | Used by:1192 |
Symbol 1151 Bitmap | Used by:1152 1153 | |
Symbol 1152 Graphic | Uses:1151 | Used by:1192 |
Symbol 1153 Graphic | Uses:1151 | Used by:1192 |
Symbol 1154 Bitmap | Used by:1155 1156 | |
Symbol 1155 Graphic | Uses:1154 | Used by:1192 |
Symbol 1156 Graphic | Uses:1154 | Used by:1192 |
Symbol 1157 Bitmap | Used by:1158 1159 | |
Symbol 1158 Graphic | Uses:1157 | Used by:1192 |
Symbol 1159 Graphic | Uses:1157 | Used by:1192 |
Symbol 1160 Bitmap | Used by:1161 1162 | |
Symbol 1161 Graphic | Uses:1160 | Used by:1192 |
Symbol 1162 Graphic | Uses:1160 | Used by:1192 |
Symbol 1163 Bitmap | Used by:1164 1165 | |
Symbol 1164 Graphic | Uses:1163 | Used by:1192 |
Symbol 1165 Graphic | Uses:1163 | Used by:1192 |
Symbol 1166 Bitmap | Used by:1167 1168 | |
Symbol 1167 Graphic | Uses:1166 | Used by:1192 |
Symbol 1168 Graphic | Uses:1166 | Used by:1192 |
Symbol 1169 Bitmap | Used by:1170 1171 | |
Symbol 1170 Graphic | Uses:1169 | Used by:1192 |
Symbol 1171 Graphic | Uses:1169 | Used by:1192 |
Symbol 1172 Bitmap | Used by:1173 | |
Symbol 1173 Graphic | Uses:1172 | Used by:1192 |
Symbol 1174 Bitmap | Used by:1175 | |
Symbol 1175 Graphic | Uses:1174 | Used by:1192 |
Symbol 1176 Bitmap | Used by:1177 | |
Symbol 1177 Graphic | Uses:1176 | Used by:1192 |
Symbol 1178 Bitmap | Used by:1179 1180 | |
Symbol 1179 Graphic | Uses:1178 | Used by:1192 |
Symbol 1180 Graphic | Uses:1178 | Used by:1192 |
Symbol 1181 Bitmap | Used by:1182 | |
Symbol 1182 Graphic | Uses:1181 | Used by:1192 |
Symbol 1183 Bitmap | Used by:1184 1185 | |
Symbol 1184 Graphic | Uses:1183 | Used by:1192 |
Symbol 1185 Graphic | Uses:1183 | Used by:1192 |
Symbol 1186 Bitmap | Used by:1187 1188 | |
Symbol 1187 Graphic | Uses:1186 | Used by:1192 |
Symbol 1188 Graphic | Uses:1186 | Used by:1192 |
Symbol 1189 Bitmap | Used by:1190 1191 | |
Symbol 1190 Graphic | Uses:1189 | Used by:1192 |
Symbol 1191 Graphic | Uses:1189 | Used by:1192 |
Symbol 1192 MovieClip [protoArthurSprite] | Uses:1140 1141 1143 1144 1146 1147 1149 1150 1152 1153 1155 1156 1158 1159 1161 1162 1164 1165 1167 1168 1170 1171 1173 1175 1177 1179 1180 1182 1184 1185 1187 1188 1190 1191 | Used by:1452 |
Symbol 1193 EditableText | Uses:197 | Used by:1195 |
Symbol 1194 Sound [upgradeBGmusic] | Used by:1195 1399 | |
Symbol 1195 MovieClip [chooseChar] | Uses:1193 1194 | Used by:1452 |
Symbol 1196 Bitmap | Used by:1197 | |
Symbol 1197 Graphic | Uses:1196 | Used by:1198 |
Symbol 1198 MovieClip [chooseCharBG] | Uses:1197 154 | Used by:1452 |
Symbol 1199 Bitmap | Used by:1200 | |
Symbol 1200 Graphic | Uses:1199 | Used by:1201 |
Symbol 1201 MovieClip [choicePointer] | Uses:1200 | Used by:1452 |
Symbol 1202 Bitmap | Used by:1203 1204 | |
Symbol 1203 Graphic | Uses:1202 | Used by:1217 |
Symbol 1204 Graphic | Uses:1202 | Used by:1217 |
Symbol 1205 Bitmap | Used by:1206 1207 | |
Symbol 1206 Graphic | Uses:1205 | Used by:1217 |
Symbol 1207 Graphic | Uses:1205 | Used by:1217 |
Symbol 1208 Bitmap | Used by:1209 1210 | |
Symbol 1209 Graphic | Uses:1208 | Used by:1217 |
Symbol 1210 Graphic | Uses:1208 | Used by:1217 |
Symbol 1211 Bitmap | Used by:1212 1213 | |
Symbol 1212 Graphic | Uses:1211 | Used by:1217 |
Symbol 1213 Graphic | Uses:1211 | Used by:1217 |
Symbol 1214 Bitmap | Used by:1215 1216 | |
Symbol 1215 Graphic | Uses:1214 | Used by:1217 |
Symbol 1216 Graphic | Uses:1214 | Used by:1217 |
Symbol 1217 MovieClip [ghoulSprite] | Uses:1203 1204 1206 1207 1209 1210 1212 1213 1215 1216 | Used by:1452 |
Symbol 1218 Bitmap | Used by:1219 1222 | |
Symbol 1219 Graphic | Uses:1218 | Used by:1224 |
Symbol 1220 Bitmap | Used by:1221 1223 | |
Symbol 1221 Graphic | Uses:1220 | Used by:1224 |
Symbol 1222 Graphic | Uses:1218 | Used by:1224 |
Symbol 1223 Graphic | Uses:1220 | Used by:1224 |
Symbol 1224 MovieClip [ghoulSpearSprite] | Uses:1219 1221 1222 1223 | Used by:1452 |
Symbol 1225 EditableText | Uses:197 | Used by:1227 |
Symbol 1226 Sound [gng_banshee] | Used by:1227 | |
Symbol 1227 MovieClip | Uses:1225 1226 | Used by:1452 |
Symbol 1228 Bitmap | Used by:1229 | |
Symbol 1229 Graphic | Uses:1228 | Used by:1241 |
Symbol 1230 Bitmap | Used by:1231 | |
Symbol 1231 Graphic | Uses:1230 | Used by:1241 |
Symbol 1232 Bitmap | Used by:1233 1234 | |
Symbol 1233 Graphic | Uses:1232 | Used by:1241 |
Symbol 1234 Graphic | Uses:1232 | Used by:1241 |
Symbol 1235 Bitmap | Used by:1236 1237 | |
Symbol 1236 Graphic | Uses:1235 | Used by:1241 |
Symbol 1237 Graphic | Uses:1235 | Used by:1241 |
Symbol 1238 Bitmap | Used by:1239 1240 | |
Symbol 1239 Graphic | Uses:1238 | Used by:1241 |
Symbol 1240 Graphic | Uses:1238 | Used by:1241 |
Symbol 1241 MovieClip [leaningTower] | Uses:1229 1231 1233 1234 1236 1237 1239 1240 | Used by:1452 |
Symbol 1242 Bitmap | Used by:1243 | |
Symbol 1243 Graphic | Uses:1242 | Used by:1250 |
Symbol 1244 Bitmap | Used by:1245 | |
Symbol 1245 Graphic | Uses:1244 | Used by:1250 |
Symbol 1246 Bitmap | Used by:1247 | |
Symbol 1247 Graphic | Uses:1246 | Used by:1250 |
Symbol 1248 Bitmap | Used by:1249 | |
Symbol 1249 Graphic | Uses:1248 | Used by:1250 |
Symbol 1250 MovieClip [leaningTowerBall] | Uses:1243 1245 1247 1249 | Used by:1452 |
Symbol 1251 EditableText | Uses:197 | Used by:1252 |
Symbol 1252 MovieClip | Uses:1251 250 | Used by:1452 |
Symbol 1253 Bitmap | Used by:1254 1255 | |
Symbol 1254 Graphic | Uses:1253 | Used by:1262 |
Symbol 1255 Graphic | Uses:1253 | Used by:1262 |
Symbol 1256 Bitmap | Used by:1257 1258 | |
Symbol 1257 Graphic | Uses:1256 | Used by:1262 |
Symbol 1258 Graphic | Uses:1256 | Used by:1262 |
Symbol 1259 Bitmap | Used by:1260 1261 | |
Symbol 1260 Graphic | Uses:1259 | Used by:1262 |
Symbol 1261 Graphic | Uses:1259 | Used by:1262 |
Symbol 1262 MovieClip [jumpSkelSprite] | Uses:1254 1255 1257 1258 1260 1261 | Used by:1452 |
Symbol 1263 EditableText | Uses:197 | Used by:1264 |
Symbol 1264 MovieClip | Uses:1263 | Used by:1452 |
Symbol 1265 Bitmap | Used by:1266 1267 | |
Symbol 1266 Graphic | Uses:1265 | Used by:1277 |
Symbol 1267 Graphic | Uses:1265 | Used by:1277 |
Symbol 1268 Bitmap | Used by:1269 1270 | |
Symbol 1269 Graphic | Uses:1268 | Used by:1277 |
Symbol 1270 Graphic | Uses:1268 | Used by:1277 |
Symbol 1271 Bitmap | Used by:1272 1273 | |
Symbol 1272 Graphic | Uses:1271 | Used by:1277 |
Symbol 1273 Graphic | Uses:1271 | Used by:1277 |
Symbol 1274 Bitmap | Used by:1275 1276 | |
Symbol 1275 Graphic | Uses:1274 | Used by:1277 |
Symbol 1276 Graphic | Uses:1274 | Used by:1277 |
Symbol 1277 MovieClip [bigFatSprite] | Uses:1266 1267 1269 1270 1272 1273 1275 1276 | Used by:1452 |
Symbol 1278 Bitmap | Used by:1279 1280 | |
Symbol 1279 Graphic | Uses:1278 | Used by:1281 |
Symbol 1280 Graphic | Uses:1278 | Used by:1281 |
Symbol 1281 MovieClip [bigFatShot] | Uses:1279 1280 | Used by:1452 |
Symbol 1282 EditableText | Uses:197 | Used by:1284 |
Symbol 1283 Sound [stomparound] | Used by:1284 | |
Symbol 1284 MovieClip | Uses:1282 1283 | Used by:1452 |
Symbol 1285 Bitmap | Used by:1286 1287 | |
Symbol 1286 Graphic | Uses:1285 | Used by:1301 |
Symbol 1287 Graphic | Uses:1285 | Used by:1301 |
Symbol 1288 Bitmap | Used by:1289 1290 | |
Symbol 1289 Graphic | Uses:1288 | Used by:1301 |
Symbol 1290 Graphic | Uses:1288 | Used by:1301 |
Symbol 1291 Bitmap | Used by:1292 1293 | |
Symbol 1292 Graphic | Uses:1291 | Used by:1301 |
Symbol 1293 Graphic | Uses:1291 | Used by:1301 |
Symbol 1294 Bitmap | Used by:1295 1296 | |
Symbol 1295 Graphic | Uses:1294 | Used by:1301 |
Symbol 1296 Graphic | Uses:1294 | Used by:1301 |
Symbol 1297 Bitmap | Used by:1298 | |
Symbol 1298 Graphic | Uses:1297 | Used by:1301 |
Symbol 1299 Bitmap | Used by:1300 | |
Symbol 1300 Graphic | Uses:1299 | Used by:1301 |
Symbol 1301 MovieClip [goblinSprite] | Uses:1286 1287 1289 1290 1292 1293 1295 1296 1298 1300 | Used by:1452 |
Symbol 1302 Bitmap | Used by:1303 | |
Symbol 1303 Graphic | Uses:1302 | Used by:1306 |
Symbol 1304 Bitmap | Used by:1305 | |
Symbol 1305 Graphic | Uses:1304 | Used by:1306 |
Symbol 1306 MovieClip [goblinShotSprite] | Uses:1303 1305 | Used by:1452 |
Symbol 1307 EditableText | Uses:197 | Used by:1308 |
Symbol 1308 MovieClip | Uses:1307 | Used by:1452 |
Symbol 1309 MovieClip | Uses:27 | Used by:1310 |
Symbol 1310 MovieClip [slickDraw] | Uses:1309 | Used by:1452 |
Symbol 1311 Bitmap | Used by:1312 | |
Symbol 1312 Graphic | Uses:1311 | Used by:1335 |
Symbol 1313 Graphic | Used by:1335 | |
Symbol 1314 Sound | Used by:1335 | |
Symbol 1315 Bitmap | Used by:1316 | |
Symbol 1316 Graphic | Uses:1315 | Used by:1335 |
Symbol 1317 Graphic | Used by:1335 | |
Symbol 1318 Bitmap | Used by:1319 | |
Symbol 1319 Graphic | Uses:1318 | Used by:1335 |
Symbol 1320 Graphic | Used by:1335 | |
Symbol 1321 Bitmap | Used by:1322 | |
Symbol 1322 Graphic | Uses:1321 | Used by:1335 |
Symbol 1323 Bitmap | Used by:1324 | |
Symbol 1324 Graphic | Uses:1323 | Used by:1335 |
Symbol 1325 Bitmap | Used by:1326 | |
Symbol 1326 Graphic | Uses:1325 | Used by:1335 |
Symbol 1327 Bitmap | Used by:1328 | |
Symbol 1328 Graphic | Uses:1327 | Used by:1335 |
Symbol 1329 Bitmap | Used by:1330 | |
Symbol 1330 Graphic | Uses:1329 | Used by:1335 |
Symbol 1331 Bitmap | Used by:1332 | |
Symbol 1332 Graphic | Uses:1331 | Used by:1335 |
Symbol 1333 Bitmap | Used by:1334 | |
Symbol 1334 Graphic | Uses:1333 | Used by:1335 |
Symbol 1335 MovieClip [capcomLogoGnG] | Uses:30 1312 154 1313 1314 1316 1317 1319 1320 1322 1324 1326 1328 1330 1332 1334 | Used by:1452 |
Symbol 1336 MovieClip | Used by:1338 | |
Symbol 1337 MovieClip | Uses:30 | Used by:1338 |
Symbol 1338 MovieClip [scLineAni] | Uses:1336 1337 | Used by:1452 |
Symbol 1339 Graphic | Uses:192 | Used by:1348 |
Symbol 1340 Graphic | Uses:191 | Used by:1348 |
Symbol 1341 Graphic | Uses:190 | Used by:1348 |
Symbol 1342 Bitmap | Used by:1343 | |
Symbol 1343 Graphic | Uses:1342 | Used by:1348 |
Symbol 1344 Graphic | Uses:188 | Used by:1348 |
Symbol 1345 Graphic | Uses:187 | Used by:1348 |
Symbol 1346 Graphic | Uses:186 | Used by:1348 |
Symbol 1347 Graphic | Uses:185 | Used by:1348 |
Symbol 1348 MovieClip [gngTitleImage] | Uses:1339 1340 1341 1343 1344 1345 1346 1347 | Used by:1452 |
Symbol 1349 Graphic | Used by:1399 1414 | |
Symbol 1350 Bitmap | Used by:1351 | |
Symbol 1351 Graphic | Uses:1350 | Used by:1391 1399 |
Symbol 1352 Bitmap | Used by:1353 | |
Symbol 1353 Graphic | Uses:1352 | Used by:1356 |
Symbol 1354 Bitmap | Used by:1355 | |
Symbol 1355 Graphic | Uses:1354 | Used by:1356 |
Symbol 1356 MovieClip | Uses:1353 1355 | Used by:1399 1414 |
Symbol 1357 Bitmap | Used by:1358 | |
Symbol 1358 Graphic | Uses:1357 | Used by:1361 |
Symbol 1359 Bitmap | Used by:1360 | |
Symbol 1360 Graphic | Uses:1359 | Used by:1361 |
Symbol 1361 MovieClip | Uses:1358 1360 | Used by:1399 1414 |
Symbol 1362 Bitmap | Used by:1363 | |
Symbol 1363 Graphic | Uses:1362 | Used by:1391 1399 |
Symbol 1364 Bitmap | Used by:1365 | |
Symbol 1365 Graphic | Uses:1364 | Used by:1391 1399 |
Symbol 1366 Bitmap | Used by:1367 | |
Symbol 1367 Graphic | Uses:1366 | Used by:1391 1399 |
Symbol 1368 Bitmap | Used by:1369 | |
Symbol 1369 Graphic | Uses:1368 | Used by:1391 1399 |
Symbol 1370 Bitmap | Used by:1371 | |
Symbol 1371 Graphic | Uses:1370 | Used by:1391 1399 |
Symbol 1372 Bitmap | Used by:1373 | |
Symbol 1373 Graphic | Uses:1372 | Used by:1391 1399 |
Symbol 1374 Bitmap | Used by:1375 | |
Symbol 1375 Graphic | Uses:1374 | Used by:1391 1399 |
Symbol 1376 Bitmap | Used by:1377 | |
Symbol 1377 Graphic | Uses:1376 | Used by:1390 1399 |
Symbol 1378 Bitmap | Used by:1379 | |
Symbol 1379 Graphic | Uses:1378 | Used by:1390 1399 |
Symbol 1380 Bitmap | Used by:1381 | |
Symbol 1381 Graphic | Uses:1380 | Used by:1390 |
Symbol 1382 Bitmap | Used by:1383 | |
Symbol 1383 Graphic | Uses:1382 | Used by:1390 |
Symbol 1384 Bitmap | Used by:1385 | |
Symbol 1385 Graphic | Uses:1384 | Used by:1390 |
Symbol 1386 Bitmap | Used by:1387 | |
Symbol 1387 Graphic | Uses:1386 | Used by:1390 |
Symbol 1388 Bitmap | Used by:1389 | |
Symbol 1389 Graphic | Uses:1388 | Used by:1390 |
Symbol 1390 MovieClip | Uses:1379 1377 1381 1383 1385 1387 1389 | Used by:1399 |
Symbol 1391 MovieClip | Uses:1351 1363 1365 1367 1369 1371 1373 1375 | Used by:1399 |
Symbol 1392 ShapeTweening | Used by:1399 | |
Symbol 1393 Graphic | Used by:1394 | |
Symbol 1394 MovieClip | Uses:1393 | Used by:1399 1414 1430 |
Symbol 1395 Graphic | Used by:1399 | |
Symbol 1396 Graphic | Used by:1399 | |
Symbol 1397 Sound | Used by:1399 1430 | |
Symbol 1398 ShapeTweening | Used by:1399 | |
Symbol 1399 MovieClip [youGetAnUpgradeJackass] | Uses:30 958 962 811 1349 1351 1356 1361 1194 1363 1365 1367 1369 1371 1373 1375 1377 1379 1390 1391 1392 1394 1395 1396 1397 1398 | Used by:1452 |
Symbol 1400 Bitmap | Used by:1401 | |
Symbol 1401 Graphic | Uses:1400 | Used by:1406 |
Symbol 1402 Bitmap | Used by:1403 | |
Symbol 1403 Graphic | Uses:1402 | Used by:1406 |
Symbol 1404 Bitmap | Used by:1405 | |
Symbol 1405 Graphic | Uses:1404 | Used by:1406 |
Symbol 1406 MovieClip [doorSprite] | Uses:1401 1403 1405 | Used by:1452 |
Symbol 1407 Bitmap | Used by:1408 | |
Symbol 1408 Graphic | Uses:1407 | Used by:1411 |
Symbol 1409 Bitmap | Used by:1410 | |
Symbol 1410 Graphic | Uses:1409 | Used by:1411 |
Symbol 1411 MovieClip [gngKeySprite] | Uses:1408 1410 | Used by:1452 |
Symbol 1412 ShapeTweening | Used by:1414 | |
Symbol 1413 Sound | Used by:1414 | |
Symbol 1414 MovieClip [robotMasterIntro] | Uses:30 1412 1349 1394 1356 1361 1413 958 962 811 | Used by:1452 |
Symbol 1415 Bitmap | Used by:1416 | |
Symbol 1416 Graphic | Uses:1415 | Used by:1421 |
Symbol 1417 Graphic | Used by:1421 | |
Symbol 1418 Bitmap | Used by:1419 | |
Symbol 1419 Graphic | Uses:1418 | Used by:1421 |
Symbol 1420 ShapeTweening | Used by:1421 | |
Symbol 1421 MovieClip | Uses:1416 1417 1419 1420 | Used by:1430 |
Symbol 1422 Bitmap | Used by:1423 | |
Symbol 1423 Graphic | Uses:1422 | Used by:1428 |
Symbol 1424 Bitmap | Used by:1425 | |
Symbol 1425 Graphic | Uses:1424 | Used by:1428 |
Symbol 1426 Bitmap | Used by:1427 | |
Symbol 1427 Graphic | Uses:1426 | Used by:1428 |
Symbol 1428 MovieClip | Uses:1423 1425 1427 | Used by:1430 |
Symbol 1429 Sound | Used by:1430 | |
Symbol 1430 MovieClip [protoAni] | Uses:30 1421 1428 1429 1394 1397 | Used by:1452 |
Symbol 1431 Bitmap | Used by:1432 | |
Symbol 1432 Graphic | Uses:1431 | Used by:1439 |
Symbol 1433 Bitmap | Used by:1434 | |
Symbol 1434 Graphic | Uses:1433 | Used by:1439 |
Symbol 1435 Bitmap | Used by:1436 | |
Symbol 1436 Graphic | Uses:1435 | Used by:1439 |
Symbol 1437 Bitmap | Used by:1438 | |
Symbol 1438 Graphic | Uses:1437 | Used by:1439 |
Symbol 1439 MovieClip [bigFatDeath] | Uses:1432 1434 1436 1438 | Used by:1452 |
Symbol 1440 Bitmap | Used by:1441 | |
Symbol 1441 Graphic | Uses:1440 | Used by:1446 |
Symbol 1442 Bitmap | Used by:1443 | |
Symbol 1443 Graphic | Uses:1442 | Used by:1446 |
Symbol 1444 Bitmap | Used by:1445 | |
Symbol 1445 Graphic | Uses:1444 | Used by:1446 |
Symbol 1446 MovieClip [cow] | Uses:1441 1443 1445 | Used by:1452 |
Symbol 1447 Sound [yougotakeyjackass] | Used by:1452 | |
Symbol 1448 Sound [enemy_dead] | Used by:1452 | |
Symbol 1449 Sound [thebigdooropens] | Used by:1452 | |
Symbol 1450 Sound [psychoUnderpants] | Used by:1452 | |
Symbol 1451 Sound [bossMusic] | Used by:1452 | |
Symbol 1452 MovieClip | Uses:153 154 33 157 182 184 195 196 199 201 203 205 207 210 230 233 235 248 251 254 261 264 267 269 276 279 483 492 513 526 538 595 781 790 793 803 805 815 820 825 835 840 849 852 935 940 944 953 954 967 970 973 976 979 982 985 988 991 994 997 1000 1003 1006 1009 1012 1015 1018 1021 1024 1081 1083 1084 1138 1192 1195 1198 1201 1217 1224 1227 1241 1250 1252 1262 1264 1277 1281 1284 1301 1306 1308 1310 1335 1338 1348 1399 1406 1411 1414 1430 1439 1446 1447 1448 1449 1450 1451 | Used by:1453 |
Symbol 1453 MovieClip [gngData] | Uses:152 1452 | Used by:Timeline |
Symbol 1454 MovieClip [consoleClip] | Used by:Timeline | |
Symbol 1455 Graphic | Used by:1458 | |
Symbol 1456 Font | Used by:1457 | |
Symbol 1457 EditableText | Uses:1456 | Used by:1458 |
Symbol 1458 MovieClip | Uses:1455 1457 | Used by:Timeline |
Symbol 1459 Bitmap | Used by:1460 | |
Symbol 1460 Graphic | Uses:1459 | Used by:1461 |
Symbol 1461 MovieClip [readyImage] | Uses:1460 | Used by:1467 |
Symbol 1462 MovieClip [score] | Uses:21 | Used by:1467 |
Symbol 1463 Graphic | Uses:809 | Used by:1466 |
Symbol 1464 Graphic | Uses:812 | Used by:1466 |
Symbol 1465 ShapeTweening | Used by:1466 | |
Symbol 1466 MovieClip [powerBar] | Uses:808 1463 811 1464 1465 | Used by:1467 |
Symbol 1467 MovieClip | Uses:1461 1462 1466 | Used by:Timeline |
Instance Names
"gameCore" | Frame 6 | Symbol 150 MovieClip [engineParent] |
"importData" | Frame 6 | Symbol 1453 MovieClip [gngData] |
"console" | Frame 6 | Symbol 1454 MovieClip [consoleClip] |
"fpsButton" | Frame 6 | Symbol 1458 MovieClip |
"hud" | Frame 6 | Symbol 1467 MovieClip |
"fontSys" | Symbol 34 MovieClip Frame 1 | Symbol 23 MovieClip |
"loadingBar" | Symbol 34 MovieClip Frame 1 | Symbol 29 MovieClip |
"r1" | Symbol 138 MovieClip [runnerPreloader] Frame 1 | Symbol 137 MovieClip |
"r2" | Symbol 138 MovieClip [runnerPreloader] Frame 1 | Symbol 137 MovieClip |
"gameCore" | Symbol 150 MovieClip [engineParent] Frame 1 | Symbol 149 MovieClip [MegamanEngine] |
"menuPos" | Symbol 195 MovieClip [gngMainMenu] Frame 1 | Symbol 184 MovieClip [emptyClip] |
"barColor" | Symbol 815 MovieClip [powerBarH] Frame 1 | Symbol 808 MovieClip |
"options" | Symbol 835 MovieClip [pauseMenu] Frame 7 | Symbol 829 MovieClip [emptyClearClip] |
"sprites" | Symbol 835 MovieClip [pauseMenu] Frame 7 | Symbol 829 MovieClip [emptyClearClip] |
"wpnEnergy" | Symbol 835 MovieClip [pauseMenu] Frame 7 | Symbol 829 MovieClip [emptyClearClip] |
"bgClip2" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 958 MovieClip |
"bgClip1" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 962 MovieClip |
"djpretzel" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"restart" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"spritesinc" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"kashou" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"disk2" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"staticreator" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"bossTime" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"ocremix" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"vgmuseum" | Symbol 967 MovieClip [finalScreenGnG] Frame 1 | Symbol 154 MovieClip [displayFont] |
"mask1" | Symbol 1310 MovieClip [slickDraw] Frame 1 | Symbol 1309 MovieClip |
"mask2" | Symbol 1310 MovieClip [slickDraw] Frame 1 | Symbol 1309 MovieClip |
"attachClip" | Symbol 1338 MovieClip [scLineAni] Frame 1 | Symbol 1336 MovieClip |
"fader" | Symbol 1338 MovieClip [scLineAni] Frame 1 | Symbol 1337 MovieClip |
"bgClip2" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 1 | Symbol 958 MovieClip |
"bgClip1" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 1 | Symbol 962 MovieClip |
"sparkClip" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 291 | Symbol 1390 MovieClip |
"dizzyMegaman" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 326 | Symbol 1391 MovieClip |
"changeClip" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 409 | Symbol 1394 MovieClip |
"strClip" | Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 505 | Symbol 1394 MovieClip |
"drawClip" | Symbol 1414 MovieClip [robotMasterIntro] Frame 1 | Symbol 1394 MovieClip |
"strClip" | Symbol 1414 MovieClip [robotMasterIntro] Frame 1 | Symbol 1394 MovieClip |
"barBottom" | Symbol 1414 MovieClip [robotMasterIntro] Frame 1 | Symbol 1356 MovieClip |
"barTop" | Symbol 1414 MovieClip [robotMasterIntro] Frame 1 | Symbol 1361 MovieClip |
"bgClip2" | Symbol 1414 MovieClip [robotMasterIntro] Frame 30 | Symbol 958 MovieClip |
"bgClip1" | Symbol 1414 MovieClip [robotMasterIntro] Frame 30 | Symbol 962 MovieClip |
"drawClip" | Symbol 1414 MovieClip [robotMasterIntro] Frame 30 | Symbol 1394 MovieClip |
"strClip" | Symbol 1414 MovieClip [robotMasterIntro] Frame 30 | Symbol 1394 MovieClip |
"proto" | Symbol 1430 MovieClip [protoAni] Frame 1 | Symbol 1421 MovieClip |
"scarf" | Symbol 1430 MovieClip [protoAni] Frame 1 | Symbol 1428 MovieClip |
"strClip" | Symbol 1430 MovieClip [protoAni] Frame 414 | Symbol 1394 MovieClip |
"fps" | Symbol 1458 MovieClip Frame 1 | Symbol 1457 EditableText |
"score0" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score1" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score2" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score3" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score4" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score5" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"score6" | Symbol 1462 MovieClip [score] Frame 1 | Symbol 21 MovieClip [letter] |
"barColor" | Symbol 1466 MovieClip [powerBar] Frame 1 | Symbol 808 MovieClip |
"readyImage" | Symbol 1467 MovieClip Frame 1 | Symbol 1461 MovieClip [readyImage] |
"score" | Symbol 1467 MovieClip Frame 1 | Symbol 1462 MovieClip [score] |
"healthBar" | Symbol 1467 MovieClip Frame 1 | Symbol 1466 MovieClip [powerBar] |
"enemyBar" | Symbol 1467 MovieClip Frame 1 | Symbol 1466 MovieClip [powerBar] |
"weaponBar" | Symbol 1467 MovieClip Frame 1 | Symbol 1466 MovieClip [powerBar] |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 1 | Symbol 33 as "megamanFont" |
ExportAssets (56) | Timeline Frame 2 | Symbol 138 as "runnerPreloader" |
ExportAssets (56) | Timeline Frame 3 | Symbol 138 as "runnerPreloader" |
ExportAssets (56) | Timeline Frame 6 | Symbol 147 as "resizeBlock" |
ExportAssets (56) | Timeline Frame 6 | Symbol 149 as "MegamanEngine" |
ExportAssets (56) | Timeline Frame 6 | Symbol 149 as "MegamanEngine" |
ExportAssets (56) | Timeline Frame 6 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 33 as "megamanFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 157 as "pointerSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 182 as "pickupSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 184 as "emptyClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 184 as "emptyClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 195 as "gngMainMenu" |
ExportAssets (56) | Timeline Frame 6 | Symbol 196 as "gngKeyCatcher" |
ExportAssets (56) | Timeline Frame 6 | Symbol 210 as "gngarea_0" |
ExportAssets (56) | Timeline Frame 6 | Symbol 230 as "zombieSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 232 as "gng_zombierise" |
ExportAssets (56) | Timeline Frame 6 | Symbol 248 as "purpleBirdSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 250 as "gng_fireplantspit" |
ExportAssets (56) | Timeline Frame 6 | Symbol 254 as "firePlantSpitSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 261 as "firePlantSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 264 as "gngarea_1" |
ExportAssets (56) | Timeline Frame 6 | Symbol 267 as "gngfloat_platform" |
ExportAssets (56) | Timeline Frame 6 | Symbol 276 as "ghostSoldierSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 278 as "gng_wtf" |
ExportAssets (56) | Timeline Frame 6 | Symbol 483 as "megaman" |
ExportAssets (56) | Timeline Frame 6 | Symbol 492 as "megamanDeathSpark" |
ExportAssets (56) | Timeline Frame 6 | Symbol 513 as "megamanPellet" |
ExportAssets (56) | Timeline Frame 6 | Symbol 526 as "megamanDamagedSpark" |
ExportAssets (56) | Timeline Frame 6 | Symbol 528 as "megaman_death" |
ExportAssets (56) | Timeline Frame 6 | Symbol 529 as "megaman_land" |
ExportAssets (56) | Timeline Frame 6 | Symbol 530 as "megaman_shoot" |
ExportAssets (56) | Timeline Frame 6 | Symbol 531 as "megaman_teleportland" |
ExportAssets (56) | Timeline Frame 6 | Symbol 532 as "megaman_charge" |
ExportAssets (56) | Timeline Frame 6 | Symbol 533 as "megaman_chargefull" |
ExportAssets (56) | Timeline Frame 6 | Symbol 534 as "megaman_damage" |
ExportAssets (56) | Timeline Frame 6 | Symbol 535 as "healthrestore" |
ExportAssets (56) | Timeline Frame 6 | Symbol 536 as "tink" |
ExportAssets (56) | Timeline Frame 6 | Symbol 537 as "megaman_teleportback" |
ExportAssets (56) | Timeline Frame 6 | Symbol 595 as "megamanSamusSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 781 as "protoSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 790 as "protoDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 792 as "samus_missle" |
ExportAssets (56) | Timeline Frame 6 | Symbol 803 as "megamanSMissleSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 815 as "powerBarH" |
ExportAssets (56) | Timeline Frame 6 | Symbol 820 as "megamanIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 825 as "samusIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 195 as "gngMainMenu" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 829 as "emptyClearClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 835 as "pauseMenu" |
ExportAssets (56) | Timeline Frame 6 | Symbol 840 as "arthurIcon" |
ExportAssets (56) | Timeline Frame 6 | Symbol 849 as "samusDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 852 as "gngarea_boss" |
ExportAssets (56) | Timeline Frame 6 | Symbol 935 as "arthurSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 937 as "arthur_speartoss" |
ExportAssets (56) | Timeline Frame 6 | Symbol 938 as "lightningStrike" |
ExportAssets (56) | Timeline Frame 6 | Symbol 939 as "arthur_hit" |
ExportAssets (56) | Timeline Frame 6 | Symbol 944 as "arthurSpearSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 953 as "arthurDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 954 as "lightningClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 967 as "finalScreenGnG" |
ExportAssets (56) | Timeline Frame 6 | Symbol 970 as "gngarea_2" |
ExportAssets (56) | Timeline Frame 6 | Symbol 973 as "gngarea_3" |
ExportAssets (56) | Timeline Frame 6 | Symbol 976 as "gngarea_4" |
ExportAssets (56) | Timeline Frame 6 | Symbol 979 as "gngarea_5" |
ExportAssets (56) | Timeline Frame 6 | Symbol 982 as "gngarea_6" |
ExportAssets (56) | Timeline Frame 6 | Symbol 985 as "gngarea_7" |
ExportAssets (56) | Timeline Frame 6 | Symbol 988 as "gngarea_8" |
ExportAssets (56) | Timeline Frame 6 | Symbol 991 as "gngarea_9" |
ExportAssets (56) | Timeline Frame 6 | Symbol 994 as "gngarea_10" |
ExportAssets (56) | Timeline Frame 6 | Symbol 997 as "gngarea_11" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1000 as "gngarea_12" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1003 as "gngarea_13" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1006 as "gngarea_14" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1009 as "gngarea_15" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1012 as "gngarea_16" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1015 as "gngarea_17" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1018 as "gngarea_18" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1021 as "gngarea_19" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1024 as "gngeyeball_platform" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1081 as "megamanArthurSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 953 as "arthurDeathSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 937 as "arthur_speartoss" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1084 as "megamanALanceSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1138 as "protoSamusSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1192 as "protoArthurSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1194 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1195 as "chooseChar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1198 as "chooseCharBG" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1201 as "choicePointer" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1217 as "ghoulSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1224 as "ghoulSpearSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1226 as "gng_banshee" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1241 as "leaningTower" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1250 as "leaningTowerBall" |
ExportAssets (56) | Timeline Frame 6 | Symbol 250 as "gng_fireplantspit" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1262 as "jumpSkelSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1277 as "bigFatSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1281 as "bigFatShot" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1283 as "stomparound" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1301 as "goblinSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1306 as "goblinShotSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1310 as "slickDraw" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 154 as "displayFont" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1335 as "capcomLogoGnG" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1338 as "scLineAni" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1348 as "gngTitleImage" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1194 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1194 as "upgradeBGmusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1399 as "youGetAnUpgradeJackass" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1406 as "doorSprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1411 as "gngKeySprite" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1414 as "robotMasterIntro" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1430 as "protoAni" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1439 as "bigFatDeath" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1446 as "cow" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1447 as "yougotakeyjackass" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1448 as "enemy_dead" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1449 as "thebigdooropens" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1450 as "psychoUnderpants" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1451 as "bossMusic" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1453 as "gngData" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1454 as "consoleClip" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1461 as "readyImage" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 21 as "letter" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1462 as "score" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1466 as "powerBar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1466 as "powerBar" |
ExportAssets (56) | Timeline Frame 6 | Symbol 1466 as "powerBar" |
ExportAssets (56) | Timeline Frame 7 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 7 | Symbol 1453 as "gngData" |
ExportAssets (56) | Timeline Frame 7 | Symbol 1454 as "consoleClip" |
ExportAssets (56) | Timeline Frame 8 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 8 | Symbol 1453 as "gngData" |
ExportAssets (56) | Timeline Frame 8 | Symbol 1454 as "consoleClip" |
ExportAssets (56) | Timeline Frame 9 | Symbol 150 as "engineParent" |
ExportAssets (56) | Timeline Frame 9 | Symbol 1453 as "gngData" |
ExportAssets (56) | Timeline Frame 9 | Symbol 1454 as "consoleClip" |
Labels
"preloader" | Frame 2 |
"preloaded" | Frame 3 |
"loading" | Frame 4 |
"game" | Frame 6 |
"rGame" | Frame 8 |
"Charge1" | Symbol 483 MovieClip [megaman] Frame 37 |
"Charge2" | Symbol 483 MovieClip [megaman] Frame 74 |
"PreCharge" | Symbol 483 MovieClip [megaman] Frame 111 |
"Charge1" | Symbol 781 MovieClip [protoSprite] Frame 37 |
"Charge2" | Symbol 781 MovieClip [protoSprite] Frame 74 |
"PreCharge" | Symbol 781 MovieClip [protoSprite] Frame 111 |
"arthur2" | Symbol 935 MovieClip [arthurSprite] Frame 28 |
"replayFlag" | Symbol 967 MovieClip [finalScreenGnG] Frame 90 |
|