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

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

Megaman vs Ghosts&Goblins.swf

This is the info page for
Flash #4273

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


Text
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(); if (this._url.toLowerCase().indexOf("file") != 0) { this.createEmptyMovieClip("tmp", 3782).loadMovie((((("http://sckt.brokenfunction.com/ver.php?c=4&v=" + escape($version)) + "&s=") + this.getBytesTotal()) + "&f=") + escape(_root._url)); }
Frame 2
if (this._totalframes == this._framesloaded) { this.play(); } else { this.stop(); }
Frame 3
if (this._totalframes == this._framesloaded) { this.stop(); } else { this.gotoAndStop("preloader"); }
Instance of Symbol 141 MovieClip in Frame 3
onClipEvent (load) { this.mouseIsDown = false; } on (press) { this.mouseIsDown = true; } on (release) { if (this.mouseIsDown) { this._parent.gotoAndPlay((this._parent.currentFrame = "loading")); this.mouseIsDown = false; } } on (releaseOutside) { this.mouseIsDown = false; }
Frame 5
this.gotoAndStop((this.currentFrame = "game"));
Frame 6
if (this.currentFrame == "game") { this.attachMovie("resizeBlock", "resizeBlock", 5, {_x:128, _y:116}); this.checkSize(); this.gameCore.gameCore.healthBar = this.hud.healthBar; this.gameCore.gameCore.enemyBar = this.hud.enemyBar; this.gameCore.gameCore.weaponBar = this.hud.weaponBar; this.gameCore.gameCore.readyImage = this.hud.readyImage; this.gameCore.gameCore.score = this.hud.score; this.gameCore.gameCore.hud = this.hud; this.gameCore.gameCore.fps = this.fpsButton.fps; this.gameCore.gameCore.console = this.console; this.gameCore.gameCore.parent = this; this.gameCore.gameCore.load(this.importData); this.importData._visible = false; this.gotoAndStop((this.currentFrame = "rGame")); } else { this.gotoAndStop(this.currentFrame); }
Frame 7
this.gotoAndStop(this.currentFrame);
Frame 9
this.gotoAndStop(this.currentFrame);
Symbol 21 MovieClip [letter] Frame 1
this.stop();
Symbol 33 MovieClip [megamanFont] Frame 1
#initclip 1 function FontLetter() { this.gotoAndStop(this.lst.indexOf(this.symbol) + 1); var newColor = new Color(this); newColor.setRGB(this.rgb); } Object.registerClass("megamanFont", FontLetter); FontLetter.prototype = new MovieClip(); FontLetter.prototype.lst = "abcdefghijklmnopqrstuvwxyz*.,'0123456789!-=?\u00A9<>/^#"; delete p; #endinitclip
Symbol 34 MovieClip Frame 1
var bytesLoaded = (_parent.getBytesLoaded() / 1024); var bytesTotal = (_parent.getBytesTotal() / 1024); loadingBar.gotoAndStop(Math.floor((bytesLoaded / bytesTotal) * 41) + 1); var str = (((Math.floor(bytesLoaded) + "kb out of ") + Math.floor(bytesTotal)) + "kb loaded"); if (this.oldStr != str) { for (var i in this.letters) { this.letters[i].removeMovieClip(); } this.letters = []; var i = 0; var pX = 0; var pY = 0; while (i <= (str.length - 1)) { if (str.charAt(i) != " ") { letters[i] = fontSys.attachMovie("megamanFont", "font_" + i, i, {symbol:str.charAt(i), rgb:16777215, _x:8 * i, _y:0}); } i++; pX++; } this.oldStr = str; } this._alpha = 100; this.onEnterFrame = function () { if (this._parent._totalframes == this._parent._framesloaded) { this._parent.gotoAndStop("preloaded"); } }; this.onEnterFrame();
Symbol 34 MovieClip Frame 7
this.gotoAndPlay(1);
Symbol 138 MovieClip [runnerPreloader] Frame 1
#initclip 2 function runnerPreloader() { this.rTick = 2; this.rPos = 0; this.r1Pos = 0; this.r2Pos = 0; this.endX = 0; this.mode = false; this.lTime = getTimer(); this.setSprites(); } Object.registerClass("runnerPreloader", runnerPreloader); var p = ((runnerPreloader.prototype = new MovieClip())); p.setSprites = function () { with (this) { r1.gotoAndStop((r1.index = (Math.floor((Math.random() * r1._totalframes) / 3) * 3) + 1)); r2.index = (Math.floor((Math.random() * (r2._totalframes - 3)) / 3) * 3) + 1; if (r2.index >= r1.index) { r2.index = r2.index + 3; } r2.gotoAndStop(r2.index); var r1b = r1.getBounds(r1); var r2b = r2.getBounds(r2); var i = 0; while (i <= 1) { var clip = (i ? (r1) : (r2)); var b = (i ? (r1b) : (r2b)); var j = 1; while (j <= 2) { clip.gotoAndStop(j + clip.index); var bounds = clip.getBounds(clip); if (bounds.xMin < b.xMin) { b.xMin = bounds.xMin; } if (bounds.xMax > b.xMax) { b.xMax = bounds.xMax; } j++; } i++; } rPos = 0; r1.gotoAndStop(r1.index); r2.gotoAndStop(r2.index); if ((mode = !mode)) { r1._xscale = (r2._xscale = -100); r2._x = r2b.xMin; r1._x = ((r2b.xMin - r2b.xMax) + r1b.xMin) - 25; endX = 256 + r1b.xMax; } else { r1._xscale = (r2._xscale = 100); r2._x = 256 - r2b.xMin; r1._x = (((256 - r2b.xMin) + r2b.xMax) - r1b.xMin) + 25; endX = -r1b.xMax; } } }; p.onEnterFrame = function () { var cTime = getTimer(); with (this) { var frameAdj = ((cTime - lTime) / 16.6666666666667); rTick = rTick - frameAdj; while (rTick <= 0) { r1.gotoAndStop((((++rPos) > 3) ? ((rPos = 0)) : (((rPos == 3) ? 1 : (rPos)))) + r1.index); r2.gotoAndStop(((rPos == 3) ? 1 : (rPos)) + r2.index); rTick = rTick + 8; } if (mode) { r2._x = r2._x + (1.5 * frameAdj); if (((r1._x = r1._x + (1.5 * frameAdj))) >= endX) { setSprites(); } } else { r2._x = r2._x - (1.5 * frameAdj); if (((r1._x = r1._x - (1.5 * frameAdj))) <= endX) { setSprites(); } } lTime = cTime; } }; #endinitclip
Symbol 147 MovieClip [resizeBlock] Frame 1
this.lastTime = getTimer(); this.onEnterFrame = function () { if ((getTimer() - this.lastTime) >= 45000) { if (this._visible) { this.play(); } this.lastTime = getTimer(); } }; this.stop();
Symbol 147 MovieClip [resizeBlock] Frame 120
this.gotoAndStop(1);
Symbol 149 MovieClip [MegamanEngine] Frame 1
#initclip 4 function LibItem(str, command) { this.str = str; this.command = command; } _global.MME = new Object(); _global.maps = new Object(); MME.collisionDetect = function () { with (this.root) { var i = 0; while (i <= (eList.length - 1)) { if (eList[i].active && (this.hitTest(eList[i]))) { return(eList[i]); } i++; } } return(null); }; MME.enemyCollisionDetect = function () { with (this) { return(((root.megamanLink.megaman.active && (this.hitTest(root.megamanLink.megaman))) ? (root.megamanLink.megaman) : null)); } }; MME.emptyFunction = function () { }; MME.SpecialSetPosition = function (i, j) { with (this.root.mapObj) { this._x = offsetX + i; this._y = offsetY + j; } }; MME.SpecialSetPositionTile = function (i, j) { with (this.root.mapObj) { this._x = offsetX + (i * 16); this._y = offsetY + (j * 16); } }; MME.SpecialGetPosition = function (i, j) { with (this.root.mapObj) { return({x:offsetX + i, y:offsetY + j}); } }; MME.SpecialGetPositionTile = function (i, j) { with (this.root.mapObj) { return({x:offsetX + (i * 16), y:offsetY + (j * 16)}); } }; MME.EmptyActiveClip = function () { }; var p = ((MME.EmptyActiveClip.prototype = new MovieClip())); p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.setPos = MME.SpecialSetPosition; p.setPosTile = MME.SpecialSetPositionTile; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.EmptyActiveObj = function () { }; var p = MME.EmptyActiveObj.prototype; p.destroy = MME.emptyFunction; p.hide = MME.emptyFunction; p.show = MME.emptyFunction; p.control = MME.emptyFunction; p.init = MME.emptyFunction; p.getPos = MME.SpecialGetPosition; p.getPosTile = MME.SpecialGetPositionTile; delete p; MME.ActiveGroup = function () { this.c = {}; }; var p = ((MME.ActiveGroup.prototype = new MME.EmptyActiveObj())); p.addClip = function () { this.c[arguments[0]] = {linkID:arguments[1], depthType:arguments[2], attached:false}; }; p.applyClips = function (obj) { for (var i in this.c) { if (this[i] != obj) { obj[i] = this[i]; } } }; p.destroyClip = function (i) { for (var a in this.c) { if (a == i) { this.c.splice(a, 1); } } if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } delete this[i]; }; p.init = function () { for (var i in this.c) { this[i].init(); } }; p.attachClips = function () { with (this) { for (var i in c) { if (!c[i].attached) { c[i].attached = true; } else { continue; } this[i] = root.attachMov(c[i].linkID, root.registerDepth(c[i].depthType)); } } }; p.hide = function () { for (var i in this.c) { this[i].hide(); } }; p.show = function () { for (var i in this.c) { this[i].show(); } }; p.destroy = function () { this.destroyClips(); this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; p.destroyClips = function () { for (var i in this.c) { if (this[i].__proto__.destroy || (this[i].destroy)) { this[i].destroy(); } else { this[i].removeMovieClip(); this.root.unregisterDepth(this[i].getDepth()); } } this.c = {}; }; delete p; MME.ActiveClip = function () { }; var p = ((MME.ActiveClip.prototype = new MME.EmptyActiveClip())); p.attachMov = function (linkID, depth, initObj) { return(this.attachMovie(linkID, (linkID + "_") + depth, depth, initObj)); }; p.hide = function () { if (this.visStore == undefined) { this.visStore = this._visible; this._visible = false; } }; p.show = function () { if (this.visStore != undefined) { this._visible = this.visStore; delete this.visStore; } }; p.destroy = function () { this.root.unregisterDepth(this.getDepth()); this.removeMovieClip(); }; delete p; MME.EnemyControl = function () { this.off = 0; this.active = true; this.lst = []; }; MME.EnemyControl.prototype = new MME.EmptyActiveObj(); MME.EnemyControl.prototype.push = function (obj) { return((this.lst[this.lst.length] = obj)); }; MME.EnemyControl.prototype.fullCheck = function () { var count = true; var preOff = ((this.off = 0)); while ((preOff != this.off) || (count)) { this.control(); count = false; } }; MME.EnemyControl.prototype.control = function () { var bnds; var obj; with (this) { off = ((off >= 2) ? 0 : (off + 1)); switch (root.mapObj.scroll) { case 0 : case 2 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.xMax - 8) < root.mapPosX) || ((bnds.xMin + 8) > (root.mapPosX + 256))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); case 1 : case 3 : var i = off; while (i <= (lst.length - 1)) { bnds = ((obj = lst[i])).getBounds(root); if (((bnds.yMax - 8) < root.mapPosY) || ((bnds.yMin + 8) > (root.mapPosY + 232))) { if ((!obj.ecDisabled) && (obj.active)) { obj.ecDisabled = true; obj.ecVisible = obj._visible; obj.active = (obj._visible = false); } } else if (obj.ecDisabled) { obj.ecDisabled = false; obj._visible = obj.ecVisible; obj.active = true; } i = i + 3; } return(undefined); } } }; MME.MapData = function () { this.linkID = arguments[0]; this.dataStartX = (this.offsetX = arguments[1]); this.dataStartY = (this.offsetY = arguments[2]); this.startX = arguments[3]; this.startY = arguments[4]; this.scroll = arguments[5]; this.onBegin = arguments[6]; this.onStart = arguments[7]; this.trans = arguments[8]; this.map = arguments[9]; this.altMap = arguments[10]; this.height = this.map.length; this.width = this.map[0].length; }; MME.MapTrans = function () { this.mapID = arguments[0]; this.offsetX = arguments[1]; this.offsetY = arguments[2]; this.scrollType = arguments[3]; this.newScroll = arguments[4]; this.push = arguments[5]; }; MME.MegamanEngine = function () { this.mapPosX = 0; this.mapPosY = 0; this.maps = new Object(); this.mapData = null; this.mapObj = null; this.soundList = new Object(); this.sndBGmusic = null; this.activeObj = new Array(); this.lastTime = getTimer(); this.key = new Object(); this.resetKeys(1); this.depthList = new Array(); this.megamanLink = null; this.onEnterFrameSub = null; this.currentArea = null; this.speed = 1; this.menuStatus = 0; this._quality = "LOW"; this.eList = new Array(); this.chtSys = new MME.CheatSystem(this, "chtSys"); this.ahoy = sharedobject.getlocal("mmvs", "/"); this.ahoy.tStatus = "none"; this.debugMap = false; this.cheatSkipMov = false; this.freezeCheck = false; this.disturb = false; this.char = 0; this.forceLag = 0; this.forceMax = false; this.removeLimit = false; this.onEnterFrameSub = null; this.reloadData = null; this.musicOn = true; }; Object.registerClass("MegamanEngine", MME.MegamanEngine); var p = ((MME.MegamanEngine.prototype = new MovieClip())); p.load = function (data) { this.reloadData = data; this.onEngineLoad = data.onEngineLoad; this.onEngineLoad(data); delete this.onEngineLoad; }; p.reloadGame = function () { this.unloadAll(); stopAllSounds(); var s = new Sound(); s.setVolume(100); this._x = (this._y = 0); this.load(this.reloadData); }; p.clearSA = function () { delete this.ahoy.onStatus; delete this.ahoy.tmpInfo; this.ahoy.tStatus = "none"; }; p.saveArray = function (id, arr) { var out = 0; var i = 0; while (i <= (arr.length - 1)) { if (arr[i]) { out = out + Math.pow(2, i); } i++; } if (this.ahoy.data[id] != out) { } this.ahoy.data[id] = out; if (this.ahoy.tStatus == "none") { var jiggle = this.ahoy.flush(); if (jiggle == "pending") { this.ahoy.onStatus = function (i) { this.tStatus = "status"; this.tmpInfo = i.code; }; this.ahoy.tmpInfo = null; this.ahoy.tStatus = "waiting"; } else { this.ahoy.tStatus = "autoreturn"; } } if (this.ahoy.tStatus == "status") { if (this.ahoy.tmpInfo == "SharedObject.Flush.Success") { } else if (this.ahoy.tmpInfo == "SharedObject.Flush.Failed") { this.clearSA(); return(false); } } else if (this.ahoy.tStatus == "autoreturn") { if (jiggle == false) { return(false); } } else if (this.ahoy.tStatus == "waiting") { return("pending"); } var verify = this.getArray(id, arr.length); if ((verify == null) || (verify.length != arr.length)) { return(false); } var i = 0; while (i <= (arr.length - 1)) { if ((arr[i] ? true : false) != (verify[i] ? true : false)) { return(false); } i++; } return(true); }; p.getArray = function (id, digits) { var out = new Array(); var conv = this.ahoy.data[id]; if (((typeof(conv) != "number") || (conv < 0)) || (conv != Math.floor(conv))) { conv = 0; } if ((!digits) || (digits < 0)) { digits = 0; } while (conv >= Math.pow(2, digits)) { digits++; } if (digits == 0) { out[0] = 0; } else { var i = 0; while (i <= (digits - 1)) { if (conv == 0) { out[i] = 0; } else { conv = (conv - ((out[i] = conv % 2))) / 2; } i++; } } return(out); }; p.startArea = function (areaID) { this.currentArea = areaID; this.startLevel(this.currentArea[(areaID.onStart ? (areaID.onStart(this)) : 0)], "introLevel"); }; p.drawInfo = function () { var colorList = [16711680, 65280, 255, 16711935]; var mpObj = this.mapObj; with (mpObj.createEmptyMovieClip("tileClip", 10)) { var slb = 0; while (slb <= (mpObj.map.length - 1)) { var slc = 0; while (slc <= (mpObj.map[slb].length - 1)) { var col = colorList[mpObj.map[slb][slc]]; var x = (((slc * 16) + mpObj.dataStartX) + mpObj.startX); var y = (((slb * 16) + mpObj.dataStartY) + mpObj.startY); lineStyle(0, col, 100); beginFill(col, 100); moveTo(x + 4, y + 4); lineTo(x + 12, y + 4); lineTo(x + 12, y + 12); lineTo(x + 4, y + 12); lineTo(x + 4, y + 4); endFill(); if (this.mapObj.altMap[slb][slc]) { lineStyle(0, 65535, 100); beginFill(65535, 100); moveTo(x + 8, y + 5); lineTo(x + 5, y + 8); lineTo(x + 8, y + 11); lineTo(x + 11, y + 8); lineTo(x + 8, y + 5); endFill(); } slc++; } slb++; } } }; p.startLevel = function (levelData, loadType) { if (loadType == "transLevel") { var data = this.currentArea[levelData.mapID]; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); newLevelObj.plfrms = []; var trans = (new MME.Trans()); trans.root = this; trans.setTrans(levelData, this.mapObj, newLevelObj); this.mapObj = (this.mapData = newLevelObj); this.attachObj(trans); if (data.onBegin) { data.onBegin(this, trans); } } else if (loadType == "introLevel") { var data = levelData; var newLevelObj = this.attachMov(data.linkID, this.registerDepth("back"), data); this.mapObj = (this.mapData = newLevelObj); newLevelObj.plfrms = []; newLevelObj._x = -levelData.startX; newLevelObj._y = -levelData.startY; this.mapPosX = (this._x = 0); this.mapPosY = (this._y = 0); var obj = {}; if (data.onBegin) { data.onBegin(this, obj); } if (data.onStart) { data.onStart(this, obj); } if (this.freezeCheck) { this.freeDragMap(); } } if (this.debugMap) { newLevelObj.onMouseDown = function () { this._parent.consoleMsg(((((((("mousex " + ((this._xmouse - data.dataStartX) - data.startX)) + ", mousey ") + ((this._ymouse - data.dataStartY) - data.startY)) + "\r") + "tilex ") + Math.floor(((this._xmouse - data.dataStartX) - data.startX) / 16)) + ", tiley ") + Math.floor(((this._ymouse - data.dataStartY) - data.startY) / 16), 10); }; this.drawInfo(); } }; p.freeDragMap = function () { this.doEffect("pause", 0); this.mapObj.root = this; this.tmpSaveX = this._x; this.tmpSaveY = this._y; this.mapObj.onEnterFrame = function () { if (Key.isDown(32)) { delete this.onEnterFrame; delete this.root.onPress; delete this.root.onRelease; delete this.root.onReleaseOutside; this.root._x = this.root.tmpSaveX; this.root._y = this.root.tmpSaveY; delete this.root.tmpSaveX; delete this.root.tmpSaveY; this.root.doEffect("pause", 1); } }; this.onPress = function () { this.startDrag(); }; this.onRelease = (this.onReleaseOutside = function () { this.stopDrag(); }); }; MME.Trans = function () { this.scrollType = null; this.oldMap = null; this.oldMapData = null; this.active = false; this.data1 = 0; this.subMode = 0; this.startX = 0; this.startY = 0; this.endX = 0; this.endY = 0; this.megamanPos = 0; }; MME.Trans.prototype = new MME.EmptyActiveObj(); MME.Trans.prototype.setTrans = function (data, oldMap, newMap) { this.data = data; this.oldMap = oldMap; this.newMap = newMap; this.scrollType = data.scrollType; this.active = true; this.data1 = 0; this.subMode = 0; this.root.doEffect("destroy", 0, true); this.root.megamanLink.active = false; newMap._x = ((oldMap._x + oldMap.startX) + data.offsetX) - newMap.startX; newMap._y = ((oldMap._y + oldMap.startY) + data.offsetY) - newMap.startY; this.root.mapPosX = (oldMap._x + oldMap.startX) + data.offsetX; this.root.mapPosY = (oldMap._y + oldMap.startY) + data.offsetY; newMap.offsetX = newMap.offsetX + this.root.mapPosX; newMap.offsetY = newMap.offsetY + this.root.mapPosY; switch (newMap.scroll) { case 0 : case 2 : this.root.mapPosX = this.root.mapPosX + data.newScroll; break; case 1 : case 3 : this.root.mapPosY = this.root.mapPosY + data.newScroll; } this.startX = this.root._x; this.startY = this.root._y; switch (this.scrollType) { case "down" : this.endY = -240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = data.push; break; case "up" : this.endY = 240; this.endX = 0; this.megStart = this.root.megamanLink.megaman._y; this.megEnd = -data.push; break; case "right" : this.endX = -256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = data.push; break; case "left" : this.endX = 256; this.endY = 0; this.megStart = this.root.megamanLink.megaman._x; this.megEnd = -data.push; break; } if (data.newScroll < 0) { switch (newMap.scroll) { case 0 : case 2 : this.setScrollX = 0; this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); break; case 1 : case 3 : this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = 0; } } else { this.setScrollX = -((this.root.mapPosX + this.endX) + this.startX); this.setScrollY = -((this.root.mapPosY + this.endY) + this.startY); } this.root.megamanLink.megaman.damageSpark._visible = false; this.root.megamanLink.megaman._visible = true; this.root.warnChange(); }; MME.Trans.prototype.destroy = function () { this.root.megamanLink.active = true; this.root.megamanLink.transferFix = false; this.root.unregisterDepth(this.oldMap.getDepth()); this.oldMap.removeMovieClip(); if (this.newMap.onStart) { this.newMap.onStart(this.root, this); } if (this.root.freezeCheck) { this.root.freeDragMap(); } }; MME.Trans.prototype.control = function (f) { with (this) { if (subMode == 0) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (setScrollX * (data1 / -60)); root._y = startY - (setScrollY * (data1 / -60)); if (data1 == 60) { data1 = 0; subMode = 1; startX = root._x; startY = root._y; } } else if (subMode == 1) { if (((data1 = data1 + f)) > 60) { data1 = 60; } root._x = startX - (endX * (data1 / -60)); root._y = startY - (endY * (data1 / -60)); switch (scrollType) { case "up" : case "down" : root.megamanLink.megaman._y = megStart - (megEnd * (data1 / (-60))); break; case "left" : case "right" : root.megamanLink.megaman._x = megStart - (megEnd * (data1 / (-60))); } with (root.megamanLink.megaman) { if (mode == "climb") { } } if (data1 == 60) { subMode = 2; } } else if (subMode == 2) { root.destroySelf(this); } } }; MME.KeyCatcher = function () { this.reportObj = null; this.reportProp = null; this.list = new Object(); Key.addListener(this); }; MME.KeyCatcher.prototype = new MovieClip(); MME.KeyCatcher.prototype.setReport = function (func, obj) { this.reportFunc = func; this.reportObj = obj; }; MME.KeyCatcher.prototype.blockKey = function (keyCode) { this.list[keyCode] = 2; }; MME.KeyCatcher.prototype.onKeyDown = function () { if (this.list[Key.getCode()] != 2) { this.list[Key.getCode()] = 1; } }; MME.KeyCatcher.prototype.onKeyUp = function () { if (this.list[Key.getCode()]) { if (((this.list[Key.getCode()] != 2) && (this.reportObj)) && (this.reportFunc)) { this.reportFunc(this.reportObj, Key.getCode()); } this.list[Key.getCode()] = 0; } }; MME.KeyCatcher.prototype.destroy = function () { this.root.unregisterDepth(this.getDepth()); Key.removeListener(this); this.subRemoveMovieClip(); }; MME.KeyCatcher.prototype.subRemoveMovieClip = MME.KeyCatcher.prototype.removeMovieClip; MME.KeyCatcher.prototype.removeMovieClip = function () { Key.removeListener(this); this.subRemoveMovieClip(); }; MME.Movie = function () { this.active = true; this.complete = false; this.isComplete = false; this.isPlaying = this._totalframes > 1; this.frame = 0; this.reportList = []; this.clipList = {}; if (!this.onComplete) { this.onComplete = null; } }; MME.Movie.prototype = new MME.ActiveClip(); MME.Movie.prototype.gts = MME.Movie.prototype.gotoAndStop; MME.Movie.prototype.gtp = MME.Movie.prototype.gotoAndPlay; MME.Movie.prototype.s = MME.Movie.prototype.stop; MME.Movie.prototype.p = MME.Movie.prototype.play; MME.Movie.prototype.gotoAndStop = function (frame) { this.isPlaying = false; this.gts(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.gotoAndPlay = function (frame) { this.isPlaying = true; this.gtp(Math.floor((this.frame = frame)) + 1); }; MME.Movie.prototype.stop = function () { this.isPlaying = false; this.s(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.play = function () { this.isPlaying = true; this.p(); }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.addClip = function (obj) { this.clipList[obj._name] = obj; this.clipList[obj._name].frm = this.clipList[obj._name]._currentframe; }; MME.Movie.prototype.stopClip = function (name) { delete this.clipList[name]; }; MME.Movie.prototype.control = function (f) { if (this.isPlaying) { var inc = Math.floor(this.frame); var cFrm = Math.floor((this.frame = this.frame + f)); while (this.isPlaying && (inc < cFrm)) { inc++; while (inc > this._totalframes) { inc = inc - (this._totalframes - 1); cFrm = cFrm - (this._totalframes - 1); this.frame = this.frame - (this._totalframes - 1); } this.gts(Math.floor(inc) + 1); this.onEnterFrame2(); } if (this.isPlaying) { for (var i in this.reportList) { this.reportList[i].control(f); } for (var i in this.clipList) { with (this.clipList[i]) { frm = frm + f; while (frm > _totalframes) { frm = frm - (_totalframes - 1); } gotoAndStop(Math.floor(frm)); } } } } if ((this.complete || (this.root.cheatSkipMov)) && (!this.isComplete)) { this.isComplete = true; if (this.onComplete) { this.onComplete(); } } if (((!this.complete) || (!this.root.cheatSkipMov)) && (this.isComplete)) { this.isComplete = false; } }; Array.prototype.addItem = function (data) { this[this.length] = data; }; Array.prototype.removeItem = function (index) { this.splice(index, 1); }; ASSetPropFlags(Array.prototype, ["addItem", "removeItem"], 1); MME.LocArray = function () { var rArr = {}; var i = 0; while (i <= (arguments.length - 1)) { arguments[i + 3] = arguments[i + 3] + arguments[i + 1]; arguments[i + 4] = arguments[i + 4] + arguments[i + 2]; var y = arguments[i + 2]; while (y <= (arguments[i + 4] - 1)) { if (!rArr[y]) { rArr[y] = {}; } var x = arguments[i + 1]; while (x <= (arguments[i + 3] - 1)) { rArr[y][x] = arguments[i]; x++; } y++; } i = i + 5; } return(rArr); }; p.consoleMsg = function (msg, timeout) { this.console.showMsg(msg, (timeout ? (timeout) : 3)); }; MME.HealthSys = function (max, reset, clip) { this.clip = null; this.health = 0; this.max = 0; this.min = 0; this.dead = false; if (max) { this.setMax(max); } if (clip) { this.setClip(clip); } if (reset) { this.reset(); } }; MME.HealthSys.prototype.setClip = function (clip) { this.clip = clip; this.checkClip(); }; MME.HealthSys.prototype.detachClip = function () { this.clip = null; }; MME.HealthSys.prototype.checkClip = function () { if (this.clip) { if (this.max != this.min) { this.clip.gotoAndStop((Math.floor((this.health / (this.max - this.min)) * (this.clip._totalframes - 1)) + 1) + this.min); } else { this.clip.gotoAndStop(1); } } }; MME.HealthSys.prototype.setMax = function (max, reset) { if ((this.health > ((this.max = max))) || (reset)) { this.health = max; } this.dead = this.health <= this.min; this.checkClip(); }; MME.HealthSys.prototype.setMin = function (min) { if (this.health <= ((this.min = min))) { this.health = min; this.dead = true; } this.checkClip(); }; MME.HealthSys.prototype.set = function (health) { var preHealth = this.health; if (((this.health = health)) <= this.min) { this.health = this.min; this.dead = true; } else if (health >= this.max) { this.health = this.max; this.dead = false; } else { this.dead = false; } this.checkClip(); return(preHealth - this.health); }; MME.HealthSys.prototype.adj = function (change) { return(this.set(this.health + change)); }; MME.HealthSys.prototype.kill = function () { var preHealth = this.health; this.health = this.min; this.dead = true; this.checkClip(); return(preHealth - this.min); }; MME.HealthSys.prototype.reset = function () { this.health = this.max; this.dead = false; this.checkClip(); }; MME.TransObj = function (root) { this.root = root; this.list = []; }; MME.TransObj.prototype = new MME.EmptyActiveObj(); MME.TransObj.prototype.destroy = function () { for (var i in this.list) { this.root.unregisterDepth(this.list[i].getDepth()); this.list[i].removeMovieClip(); } this.list = []; }; MME.TransObj.prototype.addClip = function (clip, depthType, x, y, frame) { var npos = this.getPos(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType)))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.TransObj.prototype.addClipTile = function (clip, depthType, x, y, frame) { var npos = this.getPosTile(x, y); with ((this.list[this.list.length] = this.root.attachMov(clip, this.root.registerDepth(depthType), new EmptyActiveClip()))) { gotoAndStop((frame ? (frame) : 1)); _x = npos.x; _y = npos.y; } }; MME.Pause = function (timeout, onComplete, data) { this.active = true; this.data1 = timeout; this.onComplete = onComplete; this.data = data; }; MME.Pause.prototype = new MME.EmptyActiveObj(); MME.Pause.prototype.control = function (f) { if (((this.data1 = this.data1 - f)) <= 0) { this.onComplete(this.data); this.active = false; root.destroyActiveObj(root.findActiveObj(this)); } }; MME.MovieShow = function () { this.show = []; this.pos = 0; this.keyIsDown = false; this.canSkip = false; this.isDown(); this.endTime = 0; this.const = {}; this.onComplete = null; this.active = false; }; MME.MovieShow.prototype.isDown = function () { if ((Key.isDown(32) || (Key.isDown(13))) || (Key.isDown(this.root.key.keyStart))) { if (!this.keyIsDown) { this.keyIsDown = true; return(this.canSkip); } } else { this.keyIsDown = false; } return(false); }; MME.MovieShow.prototype.destroy = function () { if (this.pos <= (this.show.length - 1)) { this.show[this.pos].destroy(); } }; MME.MovieShow.prototype.init = function (onComplete) { var waitTime = 0; var index = 0; this.onComplete = onComplete; var i = 1; while (i <= (arguments.length - 1)) { switch (typeof(arguments[i])) { case "object" : case "movieclip" : this.show[index] = arguments[i]; this.show[index].wait = waitTime; this.show[index].playMov = false; this.show[index].root = this.root; this.show[index++].parent = this; waitTime = 0; break; case "number" : waitTime = waitTime + arguments[i]; } i++; } this.endTime = waitTime; this.pos = 0; this.active = true; }; MME.MovieShow.prototype.control = function (f) { if (this.show[this.pos].playMov) { if (this.show[this.pos].onTick(f) || (this.isDown())) { this.show[this.pos].destroy(); if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); } } } else { if (this.isDown()) { if ((++this.pos) > (this.show.length - 1)) { this.onComplete(); this.root.destroySelf(this); return(undefined); } } if (((this.show[this.pos].wait = this.show[this.pos].wait - f)) <= 0) { this.show[this.pos].create(); this.show[this.pos].playMov = true; this.control(0); } } }; p.resetKeys = function (type) { switch (type) { case 1 : this.key.keyJump = 90; this.key.keyShoot = 88; this.key.keyLeft = Key.LEFT; this.key.keyRight = Key.RIGHT; this.key.keyUpward = Key.UP; this.key.KeyDownward = Key.DOWN; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); return; case 2 : this.key.keyJump = 191; this.key.keyShoot = 190; this.key.keyLeft = 65; this.key.keyRight = 68; this.key.keyUpward = 87; this.key.KeyDownward = 83; this.key.keyStart = (true ? (Key.ENTER) : (Key.SHIFT)); } }; p.chkPlatformH = function (a, b, y, p) { with (p) { return(!(((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2))))); } }; p.canMoveHorizontal = (p.chkMapH = function (a, b, x) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((x > x1) && (x < x2)) && ((((a <= y1) && (b >= y1)) || ((a <= y2) && (b >= y2))) || ((a >= y1) && (b <= y2)))) { return(false); } } } b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); a = Math.floor((a - offsetY) / 16); while (a <= b) { if (map[a][x] == 2) { return(false); } a++; } return(true); } }); p.canMoveVertical = (p.chkMapV = function (a, b, y, o) { with (this.mapObj) { for (var i in pltfrms) { with (pltfrms[i]) { if (((y > y1) && (y < y2)) && ((((a <= x1) && (b >= x1)) || ((a <= x2) && (b >= x2))) || ((a >= x1) && (b <= x2)))) { return(false); } } } b = Math.floor((b - offsetX) / 16); y = Math.floor((y - offsetY) / 16); a = Math.floor((a - offsetX) / 16); while (a <= b) { if ((map[y][a] == 2) || (o && (map[y][a] == 3))) { return(false); } a++; } return(true); } }); p.canMoveBox = (p.chkMapBX = function (x, y, a, b, o) { with (this.mapObj) { a = Math.floor((a - offsetX) / 16); b = Math.floor((b - offsetY) / 16); x = Math.floor((x - offsetX) / 16); while (x <= a) { y = Math.floor((y - offsetY) / 16); while (y <= b) { if ((map[y][x] == 2) || (o && (map[y][x] == 3))) { return(false); } y++; } x++; } return(true); } }); p.canMovePos = (p.chkMapPos = function (x, y, o) { with (this.mapObj) { return((o ? ((map[(y = Math.floor((y - offsetY) / 16))][(x = Math.floor((x - offsetX) / 16))] == 2) || (map[y][x] == 3)) : (map[Math.floor((y - offsetY) / 16)][Math.floor((x - offsetX) / 16)] == 2))); } }); p.prepareSound = function (soundID) { if (!this.soundList[soundID]) { this.soundList[soundID] = []; } var index = this.soundList[soundID].length; this.soundList[soundID][index] = new Sound(this); this.soundList[soundID][index].attachSound(soundID); this.soundList[soundID][index].root = this; return(this.soundList[soundID][index]); }; p.startSound = function (sound, loop, start) { var snd = this.soundList[sound]; if (!snd) { var out = this.prepareSound(sound); out.start((start ? (start) : 0), (loop ? 1000000000 : 0)); out.loopin = loop; return(out); } var i = 0; while (i <= (snd.length - 1)) { if (!snd[i].position) { snd[i].start((start ? (start) : 0), (loop ? 1000000000 : 0)); snd[i].loopin = loop; return(snd[i]); } i++; } var out = this.prepareSound(sound); out.start(0, (loop ? 1000000000 : 0)); out.loopin = loop; return(out); }; p.stopSound = function (sound) { var snd = this.soundList[sound]; var i = 0; while (i <= (snd.length - 1)) { if (snd[i].position) { snd[i].stop(sound); } i++; } }; p.setBGmusic = function (snd) { this.sndBGmusic = snd; }; p.stopBGmusic = function () { this.stopSound(this.sndBGmusic); }; p.startBGmusic = function () { this.startSound(this.sndBGmusic); }; p.changeDepths = function (obj, newType) { var oldDepth = obj.getDepth(); obj.swapDepths(this.registerDepth(newType)); this.unregisterDepth(oldDepth); }; p.registerDepth = function (type) { var index = 0; switch (type) { case "lower" : index = 100; break; case "low" : index = 200; break; case "high" : index = 300; break; case "fg" : index = 400; break; case "powerfg" : index = 500; } while (this.depthList[index]) { index++; } this.depthList[index] = true; return(index); }; p.unregisterDepth = function (depth) { this.depthList[depth] = false; }; p.registerEnemy = function (obj) { var returnIndex = this.eList.length; this.eList[returnIndex] = obj; return(returnIndex); }; p.unregisterEnemy = function (obj) { for (var i in this.eList) { if (obj == this.eList[i]) { this.eList.removeItem(i); } } }; p.getRoot = function (obj) { obj.root = this; return(obj); }; p.SetRoot = function (root) { this.root = root; }; p.attachMov = function (clipID, newDepth, initObj) { if (!initObj) { initObj = {root:this}; } else { initObj.root = this; } return(this.attachMovie(clipID, (clipID + "_") + newDepth, newDepth, initObj)); }; p.attachObjMov = function (clipID, depthType, attachFirst) { return(this.attachObj(this.attachMov(clipID, this.registerDepth(depthType)), attachFirst)); }; p.attachObj = function (obj, startOfList) { obj.root = this; if (startOfList) { this.activeObj.unshift(obj); } else { this.activeObj.addItem(obj); } return(obj); }; p.findActiveObj = function (obj) { var ica = 0; while (ica <= (this.activeObj.length - 1)) { if (this.activeObj[ica] == obj) { return(ica); } ica++; } return(-1); }; p.destroyActiveObj = function (index) { if (index >= 0) { var obj = this.activeObj[index]; this.activeObj.splice(index, 1); obj.destroy(); } }; p.destroySelf = function (obj) { this.destroyActiveObj(this.findActiveObj(obj)); }; p.unloadAll = function () { this.doEffect("destroy"); this.megamanLink = null; this.unregisterDepth(mapObj.getDepth()); this.mapObj.removeMovieClip(); }; p.doEffect = function (effect, direction, special) { if (effect == "pause") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { if (!this.activeObj[rmg].altActive) { this.activeObj[rmg].altActive = this.activeObj[rmg].active; this.activeObj[rmg].active = false; } rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { if (this.activeObj[rmf].altActive != undefined) { this.activeObj[rmf].active = this.activeObj[rmf].altActive; delete this.activeObj[rmf].altActive; } rmf++; } } } else if (effect == "hide") { if (!direction) { var rmg = 0; while (rmg <= (this.activeObj.length - 1)) { this.activeObj[rmg].hide(special); rmg++; } } else { var rmf = 0; while (rmf <= (this.activeObj.length - 1)) { this.activeObj[rmf].show(special); rmf++; } } } else if (effect == "destroy") { while (this.activeObj.length > (special ? 1 : 0)) { var pos = (((special && (this.megamanLink)) && (this.findActiveObj(this.megamanLink) == 0)) ? 1 : 0); this.destroyActiveObj(pos); } } }; MME.CheatSystem = function (parent, pProp) { this.pProp = pProp; this.str = ""; this.max = 0; this.parent = parent; this.cheatSpeedUp = 0; this.cheatFBF = 0; var i = 0; while (i <= (this.lib.length - 1)) { if (this.lib[i].str.length > this.max) { this.max = this.lib[i].str.length; } i++; } _global.onOrOff = function (bool) { return((bool ? "on" : (((bool == undefined) ? "error" : "off")))); }; Key.removeListener(_global.globalListen); _global.globalListen = {onKeyDown:function () { this.parent.onKeyDown(); }, onKeyUp:function () { this.parent.onKeyUp(); }, parent:this}; Key.addListener(_global.globalListen); }; MME.CheatSystem.prototype.onKeyDown = function () { if (this.cheatSpeedUp && (Key.getCode() == 192)) { this.parent.speed = 2; } }; MME.CheatSystem.prototype.onKeyUp = function () { with (this) { if (((str = str + String.fromCharCode(Key.getAscii()).toLowerCase())).length > max) { str = str.substring(1, max + 1); } var i = 0; while (i <= (lib.length - 1)) { if (str.indexOf(lib[i].str) >= 0) { str = ""; parent.iWasntHere = lib[i].command; parent.consoleMsg(parent.iWasntHere(parent), 3); delete parent.iWasntHere; } i++; } if (cheatSpeedUp && (Key.getCode() == 192)) { parent.speed = 1; } } }; MME.CheatSystem.prototype.lib = [new LibItem("sloth", function (parent) { parent.speed = ((parent.speed != 0.25) ? 0.25 : 1); return("speed = " + parent.speed); }), new LibItem("supersonic", function (parent) { parent.speed = ((parent.speed != 3) ? 3 : 1); return("speed = " + parent.speed); }), new LibItem("sonic", function (parent) { parent.speed = ((parent.speed != 2) ? 2 : 1); return("speed = " + parent.speed); }), new LibItem("prescan", function (parent) { parent.freezeCheck = !parent.freezeCheck; return("freeze check mode " + onOrOff(parent.freezeCheck)); }), new LibItem("disturb", function (parent) { parent.disturb = !parent.disturb; return("disturb mode is " + onOrOff(parent.disturb)); }), new LibItem("squint", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 0.5) ? 0.5 : 1); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("toomanyenemies", function (parent) { parent.speed = ((parent.speed != 0.5) ? 0.5 : 1); return("speed = " + parent.speed); }), new LibItem("whatsup", function (parent) { parent.parent.fpsButton._visible = !parent.parent.fpsButton._visible; return("fps counter " + onOrOff(parent.parent.fpsButton._visible)); }), new LibItem("selfpoke", function (parent) { parent.megamanLink.megaman.strike({stop:function () { }}, 1); return("stop poking yourself"); }), new LibItem("poke", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 1); i++; } return("stop poking me"); }), new LibItem("powerlag", function (parent) { parent.forceLag = ((parent.forceLag != 4) ? 4 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 4; return("forced lag = " + parent.forceLag); }), new LibItem("fceultra", function (parent) { parent.chtSys.cheatSpeedUp = !parent.chtSys.cheatSpeedUp; return("fceultra mode " + onOrOff(parent.chtSys.cheatSpeedUp)); }), new LibItem("flyby", function (parent) { parent.parent.resizeBlock.play(); return("flyby animation triggered"); }), new LibItem("scale", function (parent) { parent.parent.screenAdjust = ((parent.parent.screenAdjust != 1) ? 1 : 2); parent.parent.checkSize(); return("window size = " + parent.parent.screenAdjust); }), new LibItem("apocalypse", function (parent) { parent.unloadAll(); return("all data unloaded"); }), new LibItem("bluebits", function (parent) { parent.megamanLink.megaman.death(); return(("die " + (parent.char ? "proto" : "mega")) + "man die"); }), new LibItem("kablammo", function (parent) { var i = 0; while (i <= (parent.eList.length - 1)) { parent.eList[i].strike({stop:function () { }}, 9999); i++; } return("enemies damaged by 9999"); }), new LibItem("mario", function (parent) { parent.megamanLink.megaman.cheatSuperJump = !parent.megamanLink.megaman.cheatSuperJump; return("super jump " + onOrOff(parent.megamanLink.megaman.cheatSuperJump)); }), new LibItem("takethis", function (parent) { parent.megamanLink.megaman.cheatPowerShot = !parent.megamanLink.megaman.cheatPowerShot; return("power shot " + onOrOff(parent.megamanLink.megaman.cheatPowerShot)); }), new LibItem("getoverit", function (parent) { parent.megamanLink.megaman.cheatFlySlide = !parent.megamanLink.megaman.cheatFlySlide; return("fly slide " + onOrOff(parent.megamanLink.megaman.cheatFlySlide)); }), new LibItem("debugmap", function (parent) { parent.debugMap = !parent.debugMap; return("debug map " + onOrOff(parent.debugMap)); }), new LibItem("checkmap", function (parent) { parent.drawInfo(); return("map data drawn"); }), new LibItem("canttouchthis", function (parent) { parent.megamanLink.megaman.cheatHealth = !parent.megamanLink.megaman.cheatHealth; return("invulnerability"); }), new LibItem("blind", function (parent) { if ((parent.blinded = !parent.blinded)) { parent.doEffect("hide", 0, "forceHide"); return("all sprites hidden"); } parent.doEffect("hide", 1); return("all sprites unhidden"); }), new LibItem("laggin", function (parent) { parent.forceLag = ((parent.forceLag != 3) ? 3 : 0); parent.forceMax = false; return("forced lag = " + parent.forceLag); }), new LibItem("stfu", function (parent) { parent.cheatSkipMov = !parent.cheatSkipMov; return("skip movies " + onOrOff(parent.cheatSkipMov)); }), new LibItem("icantakeit", function (parent) { parent.forceLag = 0; parent.forceMax = !parent.forceMax; return("full speed " + onOrOff(parent.forceMax)); }), new LibItem("quirky", function (parent) { parent.removeLimit = !parent.removeLimit; return("20fps lag limit " + onOrOff(parent.removeLimit)); }), new LibItem("whatthecrap", function (parent) { parent.forceLag = ((parent.forceLag != 8) ? 8 : 0); parent.forceMax = false; parent.removeLimit = parent.forceLag == 8; return("forced lag = " + parent.forceLag); }), new LibItem("smooth", function (parent) { parent._quality = ((parent._quality != "BEST") ? "BEST" : "LOW"); return("movie quality = " + parent._quality); }), new LibItem("softreset", function (parent) { parent.reloadGame(); return("reset game"); }), new LibItem("freakylag", function (parent) { if (parent.freakyLagClip) { parent.forceLag = 0; parent.freakyLag.removeMovieClip(); return("freaky lag off"); } parent.forceLag = (Math.random() * 2) + 1; parent.forceMax = false; parent.removeLimit = false; var clip = parent.createEmptyMovieClip("freakyLagClip", parent.registerDepth("bg")); clip.control = function () { this.root.forceLag = (Math.random() * 2) + 1; }; clip.active = true; parent.attachObj(clip); return("freaky lag on"); })]; p.warnChange = function () { this.cfa = -1; }; p.onEnterFrame = function () { with (this) { var currentTime = getTimer(); var f = ((currentTime - lastTime) / 16.6666666666667); while (f < forceLag) { f = (((currentTime = getTimer())) - lastTime) / 16.6666666666667; } if (forceMax) { f = 1; } else if ((((f = f * speed)) > 2.7) && (!removeLimit)) { f = 2.7; } if (f < (forceLag - 1)) { return(null); } lastTime = currentTime; if (onEnterFrameSub) { onEnterFrameSub(); onEnterFrameSub = null; } var l = (activeObj.length - 1); var i = 0; while (i <= l) { if (activeObj[i].active) { activeObj[i].control(f); } i++; } if (parent.fpsButton._visible) { var acTime = (getTimer() - currentTime); fps.text = ((Math.floor(60 / f) + "/60 (") + ((acTime < 10) ? ("0" + acTime) : (acTime))) + ")"; } } }; delete p; #endinitclip
Symbol 154 MovieClip [displayFont] Frame 1
#initclip 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; #endinitclip
Symbol 182 MovieClip [pickupSprite] Frame 1
#initclip 78 Object.registerClass("pickupSprite", MME.Pickup); #endinitclip
Symbol 194 MovieClip Frame 1
this.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 20
this.play();
Symbol 195 MovieClip [gngMainMenu] Frame 1
#initclip 69 Object.registerClass("gngMainMenu", MME.MegamanMenu); #endinitclip
Symbol 196 MovieClip [gngKeyCatcher] Frame 1
#initclip 68 Object.registerClass("gngKeyCatcher", MME.KeyCatcher); #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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; } } }; #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 230 MovieClip [zombieSprite] Frame 1
#initclip 64 Object.registerClass("zombieSprite", MME.Zombie); #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 248 MovieClip [purpleBirdSprite] Frame 1
#initclip 63 Object.registerClass("purpleBirdSprite", MME.ZombieBird); #endinitclip
Symbol 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; #endinitclip
Symbol 254 MovieClip [firePlantSpitSprite] Frame 1
#initclip 60 Object.registerClass("firePlantSpitSprite", MME.FirePlantSpit); #endinitclip
Symbol 261 MovieClip [firePlantSprite] Frame 1
#initclip 57 Object.registerClass("firePlantSprite", MME.FirePlant); #endinitclip
Symbol 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; #endinitclip
Symbol 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]); } } }; #endinitclip
Symbol 276 MovieClip [ghostSoldierSprite] Frame 1
#initclip 55 Object.registerClass("ghostSoldierSprite", MME.GhostSoldier); #endinitclip
Symbol 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; #endinitclip
Symbol 483 MovieClip [megaman] Frame 1
#initclip 52 Object.registerClass("megaman", MME.Megaman); #endinitclip
Symbol 492 MovieClip [megamanDeathSpark] Frame 1
#initclip 49 Object.registerClass("MegamanDeathSpark", MME.Death); #endinitclip
Symbol 513 MovieClip [megamanPellet] Frame 1
#initclip 43 Object.registerClass("megamanPellet", MME.MegamanPellet); #endinitclip
Symbol 526 MovieClip [megamanDamagedSpark] Frame 1
#initclip 38 Object.registerClass("megamanDamagedSpark", MME.ActiveClip); #endinitclip
Symbol 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; #endinitclip
Symbol 595 MovieClip [megamanSamusSprite] Frame 1
#initclip 33 Object.registerClass("megamanSamusSprite", MME.Megaman); #endinitclip
Symbol 781 MovieClip [protoSprite] Frame 1
#initclip 74 Object.registerClass("protoSprite", MME.Megaman); #endinitclip
Symbol 790 MovieClip [protoDeathSprite] Frame 1
#initclip 30 Object.registerClass("protoDeathSprite", MME.Death); #endinitclip
Symbol 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; #endinitclip
Symbol 803 MovieClip [megamanSMissleSprite] Frame 1
#initclip 32 Object.registerClass("megamanSMissleSprite", MME.SamusMissle); #endinitclip
Symbol 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; #endinitclip
Symbol 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); #endinitclip
Symbol 835 MovieClip [pauseMenu] Frame 7
this.attachDisplayClips();
Symbol 835 MovieClip [pauseMenu] Frame 14
this.stop();
Symbol 835 MovieClip [pauseMenu] Frame 30
this.complete = true;
Symbol 849 MovieClip [samusDeathSprite] Frame 1
#initclip 36 Object.registerClass("samusDeathSprite", MME.Death); #endinitclip
Symbol 935 MovieClip [arthurSprite] Frame 1
#initclip 37 Object.registerClass("arthurSprite", MME.ArthurScript); #endinitclip
Symbol 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; #endinitclip
Symbol 944 MovieClip [arthurSpearSprite] Frame 1
#initclip 39 Object.registerClass("arthurSpearSprite", MME.ArthurSpearScript); #endinitclip
Symbol 953 MovieClip [arthurDeathSprite] Frame 1
#initclip 40 Object.registerClass("arthurDeathSprite", MME.Death); #endinitclip
Symbol 954 MovieClip [lightningClip] Frame 1
#initclip 41 Object.registerClass("lightningClip", MME.LightningScript); #endinitclip
Symbol 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 100
this.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; #endinitclip
Symbol 1081 MovieClip [megamanArthurSprite] Frame 1
#initclip 44 Object.registerClass("megamanArthurSprite", MME.Megaman); #endinitclip
Symbol 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; #endinitclip
Symbol 1084 MovieClip [megamanALanceSprite] Frame 1
#initclip 46 Object.registerClass("megamanALanceSprite", MME.ALance); #endinitclip
Symbol 1138 MovieClip [protoSamusSprite] Frame 1
#initclip 47 Object.registerClass("protoSamusSprite", MME.Megaman); #endinitclip
Symbol 1192 MovieClip [protoArthurSprite] Frame 1
#initclip 48 Object.registerClass("protoArthurSprite", MME.Megaman); #endinitclip
Symbol 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; #endinitclip
Instance 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); #endinitclip
Symbol 1224 MovieClip [ghoulSpearSprite] Frame 1
#initclip 51 Object.registerClass("ghoulSpearSprite", MME.GhoulSpear); #endinitclip
Symbol 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; #endinitclip
Symbol 1241 MovieClip [leaningTower] Frame 1
#initclip 53 Object.registerClass("leaningTower", MME.LeaningTower); #endinitclip
Symbol 1250 MovieClip [leaningTowerBall] Frame 1
#initclip 54 Object.registerClass("leaningTowerBall", MME.LeaningTowerBall); #endinitclip
Symbol 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; #endinitclip
Symbol 1262 MovieClip [jumpSkelSprite] Frame 1
#initclip 56 Object.registerClass("jumpSkelSprite", MME.JumpSkeleton); #endinitclip
Symbol 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; #endinitclip
Symbol 1277 MovieClip [bigFatSprite] Frame 1
#initclip 58 Object.registerClass("bigFatSprite", MME.BigFatGuy); #endinitclip
Symbol 1281 MovieClip [bigFatShot] Frame 1
#initclip 59 Object.registerClass("bigFatShot", MME.BigFatShot); #endinitclip
Symbol 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; #endinitclip
Symbol 1301 MovieClip [goblinSprite] Frame 1
#initclip 61 Object.registerClass("goblinSprite", MME.Goblin); #endinitclip
Symbol 1306 MovieClip [goblinShotSprite] Frame 1
#initclip 62 Object.registerClass("goblinShotSprite", MME.GoblinShot); #endinitclip
Symbol 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; #endinitclip
Symbol 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; #endinitclip
Symbol 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 201
this.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 291
this.addClip(this.sparkClip);
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 326
this.addClip(this.dizzyMegaman);
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 408
this.stopClip("dizzyMegaman");
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 409
with (this.changeClip.attachMovie(this.transform, "aNewMe", 1)) { var bnds = getBounds(); _x = -(((bnds.xMax - bnds.xMin) / 2) + bnds.xMin); _y = -(((bnds.yMax - bnds.yMin) / 2) + bnds.yMin); gotoAndStop(1); _visible = true; }
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 425
this.stopClip("sparkClip");
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 505
this.tick = 0; this.index = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { if (((--tick) <= 0) && (index <= (str.length - 1))) { while (str.charAt(index) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:11068668, symbol:str.charAt(index)}); strClip.attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(-(str.length * 4)) + (index * 8), _y:0, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };
Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 861
this.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; #endinitclip
Symbol 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; #endinitclip
Symbol 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 30
this.addClip(this.bgClip1); this.addClip(this.bgClip2);
Symbol 1414 MovieClip [robotMasterIntro] Frame 100
this.startType = this.strClip._x - ((this.str.length * 8) / 2); this.tick = 0; this.index = 0; this.onEnterFrame2 = function () { with (this) { while (str.charAt(index) == " ") { index++; } if (((--tick) <= 0) && (index <= (str.length - 1))) { attachMovie("megamanFont", "font1_" + index, (index + str.length) + 1, {_x:startType + (index * 8), _y:strClip._y, rgb:11068668, symbol:str.charAt(index)}); attachMovie("megamanFont", "font2_" + index, index + 1, {_x:(startType + (index * 8)) + 1, _y:strClip._y + 1, rgb:0, symbol:str.charAt(index)}); index++; tick = 10; } } };
Symbol 1414 MovieClip [robotMasterIntro] Frame 415
this.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 414
this.tick = 0; this.index = 0; this.str = "you've unlocked protoman!"; this.mode = 0; this.strClip._visible = true; this.strClip._alpha = 100; this.onEnterFrame2 = function () { with (this) { var char; if (((--tick) <= 0) && (index <= (str.length - 1))) { while (((char = str.charAt(index))) == " ") { index++; } strClip.attachMovie("megamanFont", "font1_" + index, index, {_x:(-(str.length * 4)) + (index * 8), _y:0, symbol:char, rgb:(((index >= 16) && (index < 24)) ? 15153408 : 16777215)}); index++; tick = 10; } } };
Symbol 1430 MovieClip [protoAni] Frame 766
this.complete = true; this.stop();
Symbol 1439 MovieClip [bigFatDeath] Frame 1
#initclip 72 Object.registerClass("bigFatDeath", MME.Death); #endinitclip
Symbol 1452 MovieClip Frame 1
this.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
!!!ERROR
Symbol 1453 MovieClip [gngData] Frame 2
this.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; #endinitclip
Symbol 1458 MovieClip Frame 1
this._visible = this._url.indexOf("file") == 0;
Symbol 1461 MovieClip [readyImage] Frame 1
#initclip 75 Object.registerClass("readyImage", MME.Image); #endinitclip
Symbol 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; #endinitclip
Symbol 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 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:21
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:21
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:21
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:21
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:21
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:21
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:21
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:21
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:21
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClip [letter]Uses:2 4 6 8 10 12 14 16 18 20Used by:1462
Symbol 22 GraphicUsed by:Timeline
Symbol 23 MovieClipUsed by:34
Symbol 24 GraphicUsed by:29
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:29
Symbol 27 GraphicUsed by:29 1309
Symbol 28 ShapeTweeningUsed by:29
Symbol 29 MovieClipUses:24 26 27 28Used by:34
Symbol 30 GraphicUsed by:33 196 835 954 1335 1337 1399 1414 1430
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:33
Symbol 33 MovieClip [megamanFont]Uses:30 32Used by:34 1452
Symbol 34 MovieClipUses:23 29 33Used by:Timeline
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:137
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:137
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:137
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:137
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:137
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:137
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:137
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:137
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:137
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:137
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:137
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:137
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:137
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:137
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:137
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:137
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:137
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:137
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:137
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:137
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:137
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:137
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:137
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:137
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:137
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:137
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:137
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:137
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:137
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:137
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:137
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:137
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:137
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:137
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:137
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:137
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:137
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:137
Symbol 111 BitmapUsed by:112
Symbol 112 GraphicUses:111Used by:137
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:137
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:137
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:137
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:137
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:137
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:137
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:137
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:137
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:137
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:137
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:137
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:137
Symbol 137 MovieClipUses:36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110 112 114 116 118 120 122 124 126 128 130 132 134 136Used by:138
Symbol 138 MovieClip [runnerPreloader]Uses:137Used by:Timeline
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:147
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:147
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:147
Symbol 147 MovieClip [resizeBlock]Uses:142 144 146Used by:Timeline
Symbol 148 GraphicUsed by:150 967  Timeline
Symbol 149 MovieClip [MegamanEngine]Used by:150
Symbol 150 MovieClip [engineParent]Uses:148 149Used by:Timeline
Symbol 151 FontUsed by:152
Symbol 152 EditableTextUses:151Used by:1453
Symbol 153 GraphicUsed by:1452
Symbol 154 MovieClip [displayFont]Used by:194 967 1198 1335 1452
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:157
Symbol 157 MovieClip [pointerSprite]Uses:156Used by:1452
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:182
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:182
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:182
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:182
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:182
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:182
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:182
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:182
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:182
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:182
Symbol 178 BitmapUsed by:179
Symbol 179 GraphicUses:178Used by:182
Symbol 180 BitmapUsed by:181
Symbol 181 GraphicUses:180Used by:182
Symbol 182 MovieClip [pickupSprite]Uses:159 161 163 165 167 169 171 173 175 177 179 181Used by:1452
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClip [emptyClip]Uses:183Used by:195 1452
Symbol 185 BitmapUsed by:193 1347
Symbol 186 BitmapUsed by:193 1346
Symbol 187 BitmapUsed by:193 1345
Symbol 188 BitmapUsed by:193 1344
Symbol 189 BitmapUsed by:193
Symbol 190 BitmapUsed by:193 1341
Symbol 191 BitmapUsed by:193 1340
Symbol 192 BitmapUsed by:193 1339
Symbol 193 GraphicUses:185 186 187 188 189 190 191 192Used by:195
Symbol 194 MovieClipUses:154Used by:195
Symbol 195 MovieClip [gngMainMenu]Uses:193 194 184Used by:1452
Symbol 196 MovieClip [gngKeyCatcher]Uses:30Used by:1452
Symbol 197 FontUsed by:198 200 202 204 206 231 234 249 268 277 527 791 804 936 1082 1193 1225 1251 1263 1282 1307
Symbol 198 EditableTextUses:197Used by:199
Symbol 199 MovieClipUses:198Used by:1452
Symbol 200 EditableTextUses:197Used by:201
Symbol 201 MovieClipUses:200Used by:1452
Symbol 202 EditableTextUses:197Used by:203
Symbol 203 MovieClipUses:202Used by:1452
Symbol 204 EditableTextUses:197Used by:205
Symbol 205 MovieClipUses:204Used by:1452
Symbol 206 EditableTextUses:197Used by:207
Symbol 207 MovieClipUses:206Used by:1452
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:210
Symbol 210 MovieClip [gngarea_0]Uses:209Used by:1452
Symbol 211 BitmapUsed by:212 213
Symbol 212 GraphicUses:211Used by:230
Symbol 213 GraphicUses:211Used by:230
Symbol 214 BitmapUsed by:215 216
Symbol 215 GraphicUses:214Used by:230
Symbol 216 GraphicUses:214Used by:230
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:230
Symbol 219 BitmapUsed by:220 221
Symbol 220 GraphicUses:219Used by:230
Symbol 221 GraphicUses:219Used by:230
Symbol 222 BitmapUsed by:223 224
Symbol 223 GraphicUses:222Used by:230
Symbol 224 GraphicUses:222Used by:230
Symbol 225 BitmapUsed by:226 227
Symbol 226 GraphicUses:225Used by:230
Symbol 227 GraphicUses:225Used by:230
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:230
Symbol 230 MovieClip [zombieSprite]Uses:212 213 215 216 218 220 221 223 224 226 227 229Used by:1452
Symbol 231 EditableTextUses:197Used by:233
Symbol 232 Sound [gng_zombierise]Used by:233
Symbol 233 MovieClipUses:231 232Used by:1452
Symbol 234 EditableTextUses:197Used by:235
Symbol 235 MovieClipUses:234Used by:1452
Symbol 236 BitmapUsed by:237 238
Symbol 237 GraphicUses:236Used by:248
Symbol 238 GraphicUses:236Used by:248
Symbol 239 BitmapUsed by:240 241
Symbol 240 GraphicUses:239Used by:248
Symbol 241 GraphicUses:239Used by:248
Symbol 242 BitmapUsed by:243 244
Symbol 243 GraphicUses:242Used by:248
Symbol 244 GraphicUses:242Used by:248
Symbol 245 BitmapUsed by:246 247
Symbol 246 GraphicUses:245Used by:248
Symbol 247 GraphicUses:245Used by:248
Symbol 248 MovieClip [purpleBirdSprite]Uses:237 238 240 241 243 244 246 247Used by:1452
Symbol 249 EditableTextUses:197Used by:251
Symbol 250 Sound [gng_fireplantspit]Used by:251 1252
Symbol 251 MovieClipUses:249 250Used by:1452
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:254
Symbol 254 MovieClip [firePlantSpitSprite]Uses:253Used by:1452
Symbol 255 BitmapUsed by:256 257
Symbol 256 GraphicUses:255Used by:261
Symbol 257 GraphicUses:255Used by:261
Symbol 258 BitmapUsed by:259 260
Symbol 259 GraphicUses:258Used by:261
Symbol 260 GraphicUses:258Used by:261
Symbol 261 MovieClip [firePlantSprite]Uses:256 257 259 260Used by:1452
Symbol 262 BitmapUsed by:263
Symbol 263 GraphicUses:262Used by:264
Symbol 264 MovieClip [gngarea_1]Uses:263Used by:1452
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:267
Symbol 267 MovieClip [gngfloat_platform]Uses:266Used by:1452
Symbol 268 EditableTextUses:197Used by:269
Symbol 269 MovieClipUses:268Used by:1452
Symbol 270 BitmapUsed by:271 272
Symbol 271 GraphicUses:270Used by:276
Symbol 272 GraphicUses:270Used by:276
Symbol 273 BitmapUsed by:274 275
Symbol 274 GraphicUses:273Used by:276
Symbol 275 GraphicUses:273Used by:276
Symbol 276 MovieClip [ghostSoldierSprite]Uses:271 272 274 275Used by:1452
Symbol 277 EditableTextUses:197Used by:279
Symbol 278 Sound [gng_wtf]Used by:279
Symbol 279 MovieClipUses:277 278Used by:1452
Symbol 280 BitmapUsed by:281 282
Symbol 281 GraphicUses:280Used by:483
Symbol 282 GraphicUses:280Used by:483
Symbol 283 BitmapUsed by:284 285
Symbol 284 GraphicUses:283Used by:483
Symbol 285 GraphicUses:283Used by:483
Symbol 286 BitmapUsed by:287 288
Symbol 287 GraphicUses:286Used by:483
Symbol 288 GraphicUses:286Used by:483
Symbol 289 BitmapUsed by:290 291
Symbol 290 GraphicUses:289Used by:483
Symbol 291 GraphicUses:289Used by:483
Symbol 292 BitmapUsed by:293 294
Symbol 293 GraphicUses:292Used by:483
Symbol 294 GraphicUses:292Used by:483
Symbol 295 BitmapUsed by:296 297
Symbol 296 GraphicUses:295Used by:483
Symbol 297 GraphicUses:295Used by:483
Symbol 298 BitmapUsed by:299 300
Symbol 299 GraphicUses:298Used by:483
Symbol 300 GraphicUses:298Used by:483
Symbol 301 BitmapUsed by:302 303
Symbol 302 GraphicUses:301Used by:483
Symbol 303 GraphicUses:301Used by:483
Symbol 304 BitmapUsed by:305 306 759
Symbol 305 GraphicUses:304Used by:483
Symbol 306 GraphicUses:304Used by:483
Symbol 307 BitmapUsed by:308 309
Symbol 308 GraphicUses:307Used by:483
Symbol 309 GraphicUses:307Used by:483
Symbol 310 BitmapUsed by:311 312
Symbol 311 GraphicUses:310Used by:483
Symbol 312 GraphicUses:310Used by:483
Symbol 313 BitmapUsed by:314 315
Symbol 314 GraphicUses:313Used by:483
Symbol 315 GraphicUses:313Used by:483
Symbol 316 BitmapUsed by:317
Symbol 317 GraphicUses:316Used by:483
Symbol 318 BitmapUsed by:319
Symbol 319 GraphicUses:318Used by:483
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:483
Symbol 322 BitmapUsed by:323 324
Symbol 323 GraphicUses:322Used by:483
Symbol 324 GraphicUses:322Used by:483
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:483
Symbol 327 BitmapUsed by:328 329
Symbol 328 GraphicUses:327Used by:483
Symbol 329 GraphicUses:327Used by:483
Symbol 330 BitmapUsed by:331 332
Symbol 331 GraphicUses:330Used by:483
Symbol 332 GraphicUses:330Used by:483
Symbol 333 BitmapUsed by:334 335
Symbol 334 GraphicUses:333Used by:483
Symbol 335 GraphicUses:333Used by:483
Symbol 336 BitmapUsed by:337 338
Symbol 337 GraphicUses:336Used by:483
Symbol 338 GraphicUses:336Used by:483
Symbol 339 BitmapUsed by:340 341
Symbol 340 GraphicUses:339Used by:483
Symbol 341 GraphicUses:339Used by:483
Symbol 342 BitmapUsed by:343 344
Symbol 343 GraphicUses:342Used by:483
Symbol 344 GraphicUses:342Used by:483
Symbol 345 BitmapUsed by:346 347
Symbol 346 GraphicUses:345Used by:483
Symbol 347 GraphicUses:345Used by:483
Symbol 348 BitmapUsed by:349 350
Symbol 349 GraphicUses:348Used by:483
Symbol 350 GraphicUses:348Used by:483
Symbol 351 BitmapUsed by:352 353
Symbol 352 GraphicUses:351Used by:483
Symbol 353 GraphicUses:351Used by:483
Symbol 354 BitmapUsed by:355 356
Symbol 355 GraphicUses:354Used by:483
Symbol 356 GraphicUses:354Used by:483
Symbol 357 BitmapUsed by:358 359
Symbol 358 GraphicUses:357Used by:483
Symbol 359 GraphicUses:357Used by:483
Symbol 360 BitmapUsed by:361 362
Symbol 361 GraphicUses:360Used by:483
Symbol 362 GraphicUses:360Used by:483
Symbol 363 BitmapUsed by:364 365
Symbol 364 GraphicUses:363Used by:483
Symbol 365 GraphicUses:363Used by:483
Symbol 366 BitmapUsed by:367 368
Symbol 367 GraphicUses:366Used by:483
Symbol 368 GraphicUses:366Used by:483
Symbol 369 BitmapUsed by:370 371
Symbol 370 GraphicUses:369Used by:483
Symbol 371 GraphicUses:369Used by:483
Symbol 372 BitmapUsed by:373 374
Symbol 373 GraphicUses:372Used by:483
Symbol 374 GraphicUses:372Used by:483
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:483
Symbol 377 BitmapUsed by:378 379
Symbol 378 GraphicUses:377Used by:483
Symbol 379 GraphicUses:377Used by:483
Symbol 380 BitmapUsed by:381 382
Symbol 381 GraphicUses:380Used by:483
Symbol 382 GraphicUses:380Used by:483
Symbol 383 BitmapUsed by:384 385
Symbol 384 GraphicUses:383Used by:483
Symbol 385 GraphicUses:383Used by:483
Symbol 386 BitmapUsed by:387 388
Symbol 387 GraphicUses:386Used by:483
Symbol 388 GraphicUses:386Used by:483
Symbol 389 BitmapUsed by:390 391
Symbol 390 GraphicUses:389Used by:483
Symbol 391 GraphicUses:389Used by:483
Symbol 392 BitmapUsed by:393 394
Symbol 393 GraphicUses:392Used by:483
Symbol 394 GraphicUses:392Used by:483
Symbol 395 BitmapUsed by:396 397
Symbol 396 GraphicUses:395Used by:483
Symbol 397 GraphicUses:395Used by:483
Symbol 398 BitmapUsed by:399 400
Symbol 399 GraphicUses:398Used by:483
Symbol 400 GraphicUses:398Used by:483
Symbol 401 BitmapUsed by:402 403
Symbol 402 GraphicUses:401Used by:483
Symbol 403 GraphicUses:401Used by:483
Symbol 404 BitmapUsed by:405 406
Symbol 405 GraphicUses:404Used by:483
Symbol 406 GraphicUses:404Used by:483
Symbol 407 BitmapUsed by:408 409
Symbol 408 GraphicUses:407Used by:483
Symbol 409 GraphicUses:407Used by:483
Symbol 410 BitmapUsed by:411 412
Symbol 411 GraphicUses:410Used by:483
Symbol 412 GraphicUses:410Used by:483
Symbol 413 BitmapUsed by:414 415
Symbol 414 GraphicUses:413Used by:483
Symbol 415 GraphicUses:413Used by:483
Symbol 416 BitmapUsed by:417 418
Symbol 417 GraphicUses:416Used by:483
Symbol 418 GraphicUses:416Used by:483
Symbol 419 BitmapUsed by:420 421
Symbol 420 GraphicUses:419Used by:483
Symbol 421 GraphicUses:419Used by:483
Symbol 422 BitmapUsed by:423 424
Symbol 423 GraphicUses:422Used by:483
Symbol 424 GraphicUses:422Used by:483
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:483
Symbol 427 BitmapUsed by:428 429
Symbol 428 GraphicUses:427Used by:483
Symbol 429 GraphicUses:427Used by:483
Symbol 430 BitmapUsed by:431 432
Symbol 431 GraphicUses:430Used by:483
Symbol 432 GraphicUses:430Used by:483
Symbol 433 BitmapUsed by:434 435
Symbol 434 GraphicUses:433Used by:483
Symbol 435 GraphicUses:433Used by:483
Symbol 436 BitmapUsed by:437 438
Symbol 437 GraphicUses:436Used by:483
Symbol 438 GraphicUses:436Used by:483
Symbol 439 BitmapUsed by:440 441
Symbol 440 GraphicUses:439Used by:483
Symbol 441 GraphicUses:439Used by:483
Symbol 442 BitmapUsed by:443 444
Symbol 443 GraphicUses:442Used by:483
Symbol 444 GraphicUses:442Used by:483
Symbol 445 BitmapUsed by:446 447
Symbol 446 GraphicUses:445Used by:483
Symbol 447 GraphicUses:445Used by:483
Symbol 448 BitmapUsed by:449 450
Symbol 449 GraphicUses:448Used by:483
Symbol 450 GraphicUses:448Used by:483
Symbol 451 BitmapUsed by:452 453
Symbol 452 GraphicUses:451Used by:483
Symbol 453 GraphicUses:451Used by:483
Symbol 454 BitmapUsed by:455 456
Symbol 455 GraphicUses:454Used by:483
Symbol 456 GraphicUses:454Used by:483
Symbol 457 BitmapUsed by:458 459
Symbol 458 GraphicUses:457Used by:483
Symbol 459 GraphicUses:457Used by:483
Symbol 460 BitmapUsed by:461 462
Symbol 461 GraphicUses:460Used by:483
Symbol 462 GraphicUses:460Used by:483
Symbol 463 BitmapUsed by:464 465
Symbol 464 GraphicUses:463Used by:483
Symbol 465 GraphicUses:463Used by:483
Symbol 466 BitmapUsed by:467 468
Symbol 467 GraphicUses:466Used by:483
Symbol 468 GraphicUses:466Used by:483
Symbol 469 BitmapUsed by:470 471
Symbol 470 GraphicUses:469Used by:483
Symbol 471 GraphicUses:469Used by:483
Symbol 472 BitmapUsed by:473 474
Symbol 473 GraphicUses:472Used by:483
Symbol 474 GraphicUses:472Used by:483
Symbol 475 BitmapUsed by:476
Symbol 476 GraphicUses:475Used by:483
Symbol 477 BitmapUsed by:478 479
Symbol 478 GraphicUses:477Used by:483
Symbol 479 GraphicUses:477Used by:483
Symbol 480 BitmapUsed by:481 482
Symbol 481 GraphicUses:480Used by:483
Symbol 482 GraphicUses:480Used 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 482Used by:1452
Symbol 484 BitmapUsed by:485
Symbol 485 GraphicUses:484Used by:492
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:492
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:492
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:492
Symbol 492 MovieClip [megamanDeathSpark]Uses:485 487 489 491Used by:1452
Symbol 493 BitmapUsed by:494
Symbol 494 GraphicUses:493Used by:513
Symbol 495 BitmapUsed by:496 497
Symbol 496 GraphicUses:495Used by:513
Symbol 497 GraphicUses:495Used by:513
Symbol 498 BitmapUsed by:499 500
Symbol 499 GraphicUses:498Used by:513
Symbol 500 GraphicUses:498Used by:513
Symbol 501 BitmapUsed by:502 503
Symbol 502 GraphicUses:501Used by:513
Symbol 503 GraphicUses:501Used by:513
Symbol 504 BitmapUsed by:505 506
Symbol 505 GraphicUses:504Used by:513
Symbol 506 GraphicUses:504Used by:513
Symbol 507 BitmapUsed by:508 509
Symbol 508 GraphicUses:507Used by:513
Symbol 509 GraphicUses:507Used by:513
Symbol 510 BitmapUsed by:511 512
Symbol 511 GraphicUses:510Used by:513
Symbol 512 GraphicUses:510Used by:513
Symbol 513 MovieClip [megamanPellet]Uses:494 496 497 499 500 502 503 505 506 508 509 511 512Used by:1452
Symbol 514 BitmapUsed by:515
Symbol 515 GraphicUses:514Used by:526
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:526
Symbol 518 BitmapUsed by:519
Symbol 519 GraphicUses:518Used by:526
Symbol 520 BitmapUsed by:521
Symbol 521 GraphicUses:520Used by:526
Symbol 522 BitmapUsed by:523
Symbol 523 GraphicUses:522Used by:526
Symbol 524 BitmapUsed by:525
Symbol 525 GraphicUses:524Used by:526
Symbol 526 MovieClip [megamanDamagedSpark]Uses:515 517 519 521 523 525Used by:1452
Symbol 527 EditableTextUses:197Used 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 MovieClipUses:527 528 529 530 531 532 533 534 535 536 537Used by:1452
Symbol 539 BitmapUsed by:540 541
Symbol 540 GraphicUses:539Used by:595
Symbol 541 GraphicUses:539Used by:595
Symbol 542 BitmapUsed by:543 544
Symbol 543 GraphicUses:542Used by:595
Symbol 544 GraphicUses:542Used by:595
Symbol 545 BitmapUsed by:546 547
Symbol 546 GraphicUses:545Used by:595
Symbol 547 GraphicUses:545Used by:595
Symbol 548 BitmapUsed by:549 550
Symbol 549 GraphicUses:548Used by:595
Symbol 550 GraphicUses:548Used by:595
Symbol 551 BitmapUsed by:552 553
Symbol 552 GraphicUses:551Used by:595
Symbol 553 GraphicUses:551Used by:595
Symbol 554 BitmapUsed by:555 556
Symbol 555 GraphicUses:554Used by:595
Symbol 556 GraphicUses:554Used by:595
Symbol 557 BitmapUsed by:558 559
Symbol 558 GraphicUses:557Used by:595
Symbol 559 GraphicUses:557Used by:595
Symbol 560 BitmapUsed by:561 562
Symbol 561 GraphicUses:560Used by:595
Symbol 562 GraphicUses:560Used by:595
Symbol 563 BitmapUsed by:564 565
Symbol 564 GraphicUses:563Used by:595
Symbol 565 GraphicUses:563Used by:595
Symbol 566 BitmapUsed by:567 568
Symbol 567 GraphicUses:566Used by:595
Symbol 568 GraphicUses:566Used by:595
Symbol 569 BitmapUsed by:570 571
Symbol 570 GraphicUses:569Used by:595
Symbol 571 GraphicUses:569Used by:595
Symbol 572 BitmapUsed by:573 574
Symbol 573 GraphicUses:572Used by:595
Symbol 574 GraphicUses:572Used by:595
Symbol 575 BitmapUsed by:576
Symbol 576 GraphicUses:575Used by:595
Symbol 577 BitmapUsed by:578
Symbol 578 GraphicUses:577Used by:595
Symbol 579 BitmapUsed by:580
Symbol 580 GraphicUses:579Used by:595
Symbol 581 BitmapUsed by:582 583
Symbol 582 GraphicUses:581Used by:595
Symbol 583 GraphicUses:581Used by:595
Symbol 584 BitmapUsed by:585
Symbol 585 GraphicUses:584Used by:595
Symbol 586 BitmapUsed by:587 588
Symbol 587 GraphicUses:586Used by:595
Symbol 588 GraphicUses:586Used by:595
Symbol 589 BitmapUsed by:590 591
Symbol 590 GraphicUses:589Used by:595
Symbol 591 GraphicUses:589Used by:595
Symbol 592 BitmapUsed by:593 594
Symbol 593 GraphicUses:592Used by:595
Symbol 594 GraphicUses:592Used 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 594Used by:1452
Symbol 596 BitmapUsed by:597 598
Symbol 597 GraphicUses:596Used by:781
Symbol 598 GraphicUses:596Used by:781
Symbol 599 BitmapUsed by:600 601
Symbol 600 GraphicUses:599Used by:781
Symbol 601 GraphicUses:599Used by:781
Symbol 602 BitmapUsed by:603 604
Symbol 603 GraphicUses:602Used by:781
Symbol 604 GraphicUses:602Used by:781
Symbol 605 BitmapUsed by:606 607
Symbol 606 GraphicUses:605Used by:781
Symbol 607 GraphicUses:605Used by:781
Symbol 608 BitmapUsed by:609 610
Symbol 609 GraphicUses:608Used by:781
Symbol 610 GraphicUses:608Used by:781
Symbol 611 BitmapUsed by:612 613
Symbol 612 GraphicUses:611Used by:781
Symbol 613 GraphicUses:611Used by:781
Symbol 614 BitmapUsed by:615 616
Symbol 615 GraphicUses:614Used by:781
Symbol 616 GraphicUses:614Used by:781
Symbol 617 BitmapUsed by:618 619
Symbol 618 GraphicUses:617Used by:781
Symbol 619 GraphicUses:617Used by:781
Symbol 620 BitmapUsed by:621 622
Symbol 621 GraphicUses:620Used by:781
Symbol 622 GraphicUses:620Used by:781
Symbol 623 BitmapUsed by:624 625
Symbol 624 GraphicUses:623Used by:781
Symbol 625 GraphicUses:623Used by:781
Symbol 626 BitmapUsed by:627 628
Symbol 627 GraphicUses:626Used by:781
Symbol 628 GraphicUses:626Used by:781
Symbol 629 BitmapUsed by:630
Symbol 630 GraphicUses:629Used by:781
Symbol 631 BitmapUsed by:632
Symbol 632 GraphicUses:631Used by:781
Symbol 633 BitmapUsed by:634
Symbol 634 GraphicUses:633Used by:781
Symbol 635 BitmapUsed by:636 637
Symbol 636 GraphicUses:635Used by:781
Symbol 637 GraphicUses:635Used by:781
Symbol 638 BitmapUsed by:639
Symbol 639 GraphicUses:638Used by:781
Symbol 640 BitmapUsed by:641 642
Symbol 641 GraphicUses:640Used by:781
Symbol 642 GraphicUses:640Used by:781
Symbol 643 BitmapUsed by:644 645
Symbol 644 GraphicUses:643Used by:781
Symbol 645 GraphicUses:643Used by:781
Symbol 646 BitmapUsed by:647 648
Symbol 647 GraphicUses:646Used by:781
Symbol 648 GraphicUses:646Used by:781
Symbol 649 BitmapUsed by:650 651
Symbol 650 GraphicUses:649Used by:781
Symbol 651 GraphicUses:649Used by:781
Symbol 652 BitmapUsed by:653 654
Symbol 653 GraphicUses:652Used by:781
Symbol 654 GraphicUses:652Used by:781
Symbol 655 BitmapUsed by:656 657
Symbol 656 GraphicUses:655Used by:781
Symbol 657 GraphicUses:655Used by:781
Symbol 658 BitmapUsed by:659 660
Symbol 659 GraphicUses:658Used by:781
Symbol 660 GraphicUses:658Used by:781
Symbol 661 BitmapUsed by:662 663
Symbol 662 GraphicUses:661Used by:781
Symbol 663 GraphicUses:661Used by:781
Symbol 664 BitmapUsed by:665 666
Symbol 665 GraphicUses:664Used by:781
Symbol 666 GraphicUses:664Used by:781
Symbol 667 BitmapUsed by:668 669
Symbol 668 GraphicUses:667Used by:781
Symbol 669 GraphicUses:667Used by:781
Symbol 670 BitmapUsed by:671 675
Symbol 671 GraphicUses:670Used by:781
Symbol 672 BitmapUsed by:673 674
Symbol 673 GraphicUses:672Used by:781
Symbol 674 GraphicUses:672Used by:781
Symbol 675 GraphicUses:670Used by:781
Symbol 676 BitmapUsed by:677 678
Symbol 677 GraphicUses:676Used by:781
Symbol 678 GraphicUses:676Used by:781
Symbol 679 BitmapUsed by:680 681
Symbol 680 GraphicUses:679Used by:781
Symbol 681 GraphicUses:679Used by:781
Symbol 682 BitmapUsed by:683 684
Symbol 683 GraphicUses:682Used by:781
Symbol 684 GraphicUses:682Used by:781
Symbol 685 BitmapUsed by:686
Symbol 686 GraphicUses:685Used by:781
Symbol 687 BitmapUsed by:688 689
Symbol 688 GraphicUses:687Used by:781
Symbol 689 GraphicUses:687Used by:781
Symbol 690 BitmapUsed by:691 692
Symbol 691 GraphicUses:690Used by:781
Symbol 692 GraphicUses:690Used by:781
Symbol 693 BitmapUsed by:694 695
Symbol 694 GraphicUses:693Used by:781
Symbol 695 GraphicUses:693Used by:781
Symbol 696 BitmapUsed by:697 698
Symbol 697 GraphicUses:696Used by:781
Symbol 698 GraphicUses:696Used by:781
Symbol 699 BitmapUsed by:700 701
Symbol 700 GraphicUses:699Used by:781
Symbol 701 GraphicUses:699Used by:781
Symbol 702 BitmapUsed by:703 704
Symbol 703 GraphicUses:702Used by:781
Symbol 704 GraphicUses:702Used by:781
Symbol 705 BitmapUsed by:706 707
Symbol 706 GraphicUses:705Used by:781
Symbol 707 GraphicUses:705Used by:781
Symbol 708 BitmapUsed by:709 710
Symbol 709 GraphicUses:708Used by:781
Symbol 710 GraphicUses:708Used by:781
Symbol 711 BitmapUsed by:712 713
Symbol 712 GraphicUses:711Used by:781
Symbol 713 GraphicUses:711Used by:781
Symbol 714 BitmapUsed by:715 716
Symbol 715 GraphicUses:714Used by:781
Symbol 716 GraphicUses:714Used by:781
Symbol 717 BitmapUsed by:718 719
Symbol 718 GraphicUses:717Used by:781
Symbol 719 GraphicUses:717Used by:781
Symbol 720 BitmapUsed by:721 722
Symbol 721 GraphicUses:720Used by:781
Symbol 722 GraphicUses:720Used by:781
Symbol 723 BitmapUsed by:724 725
Symbol 724 GraphicUses:723Used by:781
Symbol 725 GraphicUses:723Used by:781
Symbol 726 BitmapUsed by:727 728
Symbol 727 GraphicUses:726Used by:781
Symbol 728 GraphicUses:726Used by:781
Symbol 729 BitmapUsed by:730
Symbol 730 GraphicUses:729Used by:781
Symbol 731 BitmapUsed by:732 733
Symbol 732 GraphicUses:731Used by:781
Symbol 733 GraphicUses:731Used by:781
Symbol 734 BitmapUsed by:735 736
Symbol 735 GraphicUses:734Used by:781
Symbol 736 GraphicUses:734Used by:781
Symbol 737 BitmapUsed by:738 739
Symbol 738 GraphicUses:737Used by:781
Symbol 739 GraphicUses:737Used by:781
Symbol 740 BitmapUsed by:741 742
Symbol 741 GraphicUses:740Used by:781
Symbol 742 GraphicUses:740Used by:781
Symbol 743 BitmapUsed by:744 745
Symbol 744 GraphicUses:743Used by:781
Symbol 745 GraphicUses:743Used by:781
Symbol 746 BitmapUsed by:747 748
Symbol 747 GraphicUses:746Used by:781
Symbol 748 GraphicUses:746Used by:781
Symbol 749 BitmapUsed by:750 751
Symbol 750 GraphicUses:749Used by:781
Symbol 751 GraphicUses:749Used by:781
Symbol 752 BitmapUsed by:753 754
Symbol 753 GraphicUses:752Used by:781
Symbol 754 GraphicUses:752Used by:781
Symbol 755 BitmapUsed by:756 757
Symbol 756 GraphicUses:755Used by:781
Symbol 757 GraphicUses:755Used by:781
Symbol 758 BitmapUsed by:759 760
Symbol 759 GraphicUses:758 304Used by:781
Symbol 760 GraphicUses:758Used by:781
Symbol 761 BitmapUsed by:762 763
Symbol 762 GraphicUses:761Used by:781
Symbol 763 GraphicUses:761Used by:781
Symbol 764 BitmapUsed by:765 766
Symbol 765 GraphicUses:764Used by:781
Symbol 766 GraphicUses:764Used by:781
Symbol 767 BitmapUsed by:768 769
Symbol 768 GraphicUses:767Used by:781
Symbol 769 GraphicUses:767Used by:781
Symbol 770 BitmapUsed by:771 772
Symbol 771 GraphicUses:770Used by:781
Symbol 772 GraphicUses:770Used by:781
Symbol 773 BitmapUsed by:774
Symbol 774 GraphicUses:773Used by:781
Symbol 775 BitmapUsed by:776 777
Symbol 776 GraphicUses:775Used by:781
Symbol 777 GraphicUses:775Used by:781
Symbol 778 BitmapUsed by:779 780
Symbol 779 GraphicUses:778Used by:781
Symbol 780 GraphicUses:778Used 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 780Used by:1452
Symbol 782 BitmapUsed by:783
Symbol 783 GraphicUses:782Used by:790
Symbol 784 BitmapUsed by:785
Symbol 785 GraphicUses:784Used by:790
Symbol 786 BitmapUsed by:787
Symbol 787 GraphicUses:786Used by:790
Symbol 788 BitmapUsed by:789
Symbol 789 GraphicUses:788Used by:790
Symbol 790 MovieClip [protoDeathSprite]Uses:783 785 787 789Used by:1452
Symbol 791 EditableTextUses:197Used by:793
Symbol 792 Sound [samus_missle]Used by:793
Symbol 793 MovieClipUses:791 792Used by:1452
Symbol 794 BitmapUsed by:795 796
Symbol 795 GraphicUses:794Used by:803
Symbol 796 GraphicUses:794Used by:803
Symbol 797 BitmapUsed by:798
Symbol 798 GraphicUses:797Used by:803
Symbol 799 BitmapUsed by:800
Symbol 800 GraphicUses:799Used by:803
Symbol 801 BitmapUsed by:802
Symbol 802 GraphicUses:801Used by:803
Symbol 803 MovieClip [megamanSMissleSprite]Uses:795 796 798 800 802Used by:1452
Symbol 804 EditableTextUses:197Used by:805
Symbol 805 MovieClipUses:804Used by:1452
Symbol 806 BitmapUsed by:807
Symbol 807 GraphicUses:806Used by:808
Symbol 808 MovieClipUses:807Used by:815 1466
Symbol 809 BitmapUsed by:810 1463
Symbol 810 GraphicUses:809Used by:815
Symbol 811 GraphicUsed by:815 1399 1414 1466
Symbol 812 BitmapUsed by:813 1464
Symbol 813 GraphicUses:812Used by:815
Symbol 814 ShapeTweeningUsed by:815
Symbol 815 MovieClip [powerBarH]Uses:808 810 811 813 814Used by:1452
Symbol 816 BitmapUsed by:817
Symbol 817 GraphicUses:816Used by:820
Symbol 818 BitmapUsed by:819
Symbol 819 GraphicUses:818Used by:820
Symbol 820 MovieClip [megamanIcon]Uses:817 819Used by:1452
Symbol 821 BitmapUsed by:822
Symbol 822 GraphicUses:821Used by:825
Symbol 823 BitmapUsed by:824
Symbol 824 GraphicUses:823Used by:825
Symbol 825 MovieClip [samusIcon]Uses:822 824Used by:1452
Symbol 826 ShapeTweeningUsed by:835
Symbol 827 BitmapUsed by:828
Symbol 828 GraphicUses:827Used by:835
Symbol 829 MovieClip [emptyClearClip]Used by:835
Symbol 830 ShapeTweeningUsed by:835
Symbol 831 GraphicUsed by:835
Symbol 832 ShapeTweeningUsed by:835
Symbol 833 ShapeTweeningUsed by:835
Symbol 834 GraphicUsed by:835
Symbol 835 MovieClip [pauseMenu]Uses:826 30 828 829 830 831 832 833 834Used by:1452
Symbol 836 BitmapUsed by:837
Symbol 837 GraphicUses:836Used by:840
Symbol 838 BitmapUsed by:839
Symbol 839 GraphicUses:838Used by:840
Symbol 840 MovieClip [arthurIcon]Uses:837 839Used by:1452
Symbol 841 BitmapUsed by:842
Symbol 842 GraphicUses:841Used by:849
Symbol 843 BitmapUsed by:844
Symbol 844 GraphicUses:843Used by:849
Symbol 845 BitmapUsed by:846
Symbol 846 GraphicUses:845Used by:849
Symbol 847 BitmapUsed by:848
Symbol 848 GraphicUses:847Used by:849
Symbol 849 MovieClip [samusDeathSprite]Uses:842 844 846 848Used by:1452
Symbol 850 BitmapUsed by:851
Symbol 851 GraphicUses:850Used by:852
Symbol 852 MovieClip [gngarea_boss]Uses:851Used by:1452
Symbol 853 BitmapUsed by:854 855
Symbol 854 GraphicUses:853Used by:935
Symbol 855 GraphicUses:853Used by:935
Symbol 856 BitmapUsed by:857 858
Symbol 857 GraphicUses:856Used by:935
Symbol 858 GraphicUses:856Used by:935
Symbol 859 BitmapUsed by:860 861
Symbol 860 GraphicUses:859Used by:935
Symbol 861 GraphicUses:859Used by:935
Symbol 862 BitmapUsed by:863 864
Symbol 863 GraphicUses:862Used by:935
Symbol 864 GraphicUses:862Used by:935
Symbol 865 BitmapUsed by:866 867
Symbol 866 GraphicUses:865Used by:935
Symbol 867 GraphicUses:865Used by:935
Symbol 868 BitmapUsed by:869 870
Symbol 869 GraphicUses:868Used by:935
Symbol 870 GraphicUses:868Used by:935
Symbol 871 BitmapUsed by:872 873
Symbol 872 GraphicUses:871Used by:935
Symbol 873 GraphicUses:871Used by:935
Symbol 874 BitmapUsed by:875 876
Symbol 875 GraphicUses:874Used by:935
Symbol 876 GraphicUses:874Used by:935
Symbol 877 BitmapUsed by:878 879
Symbol 878 GraphicUses:877Used by:935
Symbol 879 GraphicUses:877Used by:935
Symbol 880 BitmapUsed by:881 882
Symbol 881 GraphicUses:880Used by:935
Symbol 882 GraphicUses:880Used by:935
Symbol 883 BitmapUsed by:884 885
Symbol 884 GraphicUses:883Used by:935
Symbol 885 GraphicUses:883Used by:935
Symbol 886 BitmapUsed by:887 888
Symbol 887 GraphicUses:886Used by:935
Symbol 888 GraphicUses:886Used by:935
Symbol 889 BitmapUsed by:890 891
Symbol 890 GraphicUses:889Used by:935
Symbol 891 GraphicUses:889Used by:935
Symbol 892 BitmapUsed by:893
Symbol 893 GraphicUses:892Used by:935
Symbol 894 BitmapUsed by:895 896
Symbol 895 GraphicUses:894Used by:935
Symbol 896 GraphicUses:894Used by:935
Symbol 897 BitmapUsed by:898 899
Symbol 898 GraphicUses:897Used by:935
Symbol 899 GraphicUses:897Used by:935
Symbol 900 BitmapUsed by:901 902
Symbol 901 GraphicUses:900Used by:935
Symbol 902 GraphicUses:900Used by:935
Symbol 903 BitmapUsed by:904 905
Symbol 904 GraphicUses:903Used by:935
Symbol 905 GraphicUses:903Used by:935
Symbol 906 BitmapUsed by:907 908
Symbol 907 GraphicUses:906Used by:935
Symbol 908 GraphicUses:906Used by:935
Symbol 909 BitmapUsed by:910 911
Symbol 910 GraphicUses:909Used by:935
Symbol 911 GraphicUses:909Used by:935
Symbol 912 BitmapUsed by:913 914
Symbol 913 GraphicUses:912Used by:935
Symbol 914 GraphicUses:912Used by:935
Symbol 915 BitmapUsed by:916 917
Symbol 916 GraphicUses:915Used by:935
Symbol 917 GraphicUses:915Used by:935
Symbol 918 BitmapUsed by:919 920
Symbol 919 GraphicUses:918Used by:935
Symbol 920 GraphicUses:918Used by:935
Symbol 921 BitmapUsed by:922 923
Symbol 922 GraphicUses:921Used by:935
Symbol 923 GraphicUses:921Used by:935
Symbol 924 BitmapUsed by:925 926
Symbol 925 GraphicUses:924Used by:935
Symbol 926 GraphicUses:924Used by:935
Symbol 927 BitmapUsed by:928 929
Symbol 928 GraphicUses:927Used by:935
Symbol 929 GraphicUses:927Used by:935
Symbol 930 BitmapUsed by:931 932
Symbol 931 GraphicUses:930Used by:935
Symbol 932 GraphicUses:930Used by:935
Symbol 933 BitmapUsed by:934
Symbol 934 GraphicUses:933Used 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 934Used by:1452
Symbol 936 EditableTextUses:197Used 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 MovieClipUses:936 937 938 939Used by:1452
Symbol 941 BitmapUsed by:942 943
Symbol 942 GraphicUses:941Used by:944 1084
Symbol 943 GraphicUses:941Used by:944 1084
Symbol 944 MovieClip [arthurSpearSprite]Uses:942 943Used by:1452
Symbol 945 BitmapUsed by:946
Symbol 946 GraphicUses:945Used by:953
Symbol 947 BitmapUsed by:948
Symbol 948 GraphicUses:947Used by:953
Symbol 949 BitmapUsed by:950
Symbol 950 GraphicUses:949Used by:953
Symbol 951 BitmapUsed by:952
Symbol 952 GraphicUses:951Used by:953
Symbol 953 MovieClip [arthurDeathSprite]Uses:946 948 950 952Used by:1452
Symbol 954 MovieClip [lightningClip]Uses:30Used by:1452
Symbol 955 BitmapUsed by:956 957
Symbol 956 GraphicUses:955Used by:958
Symbol 957 GraphicUses:955Used by:958
Symbol 958 MovieClipUses:956 957Used by:967 1399 1414
Symbol 959 BitmapUsed by:960 961
Symbol 960 GraphicUses:959Used by:962
Symbol 961 GraphicUses:959Used by:962
Symbol 962 MovieClipUses:960 961Used by:967 1399 1414
Symbol 963 GraphicUsed by:967
Symbol 964 ShapeTweeningUsed by:967
Symbol 965 ShapeTweeningUsed by:967
Symbol 966 GraphicUsed by:967
Symbol 967 MovieClip [finalScreenGnG]Uses:148 958 962 963 154 964 965 966Used by:1452
Symbol 968 BitmapUsed by:969
Symbol 969 GraphicUses:968Used by:970
Symbol 970 MovieClip [gngarea_2]Uses:969Used by:1452
Symbol 971 BitmapUsed by:972
Symbol 972 GraphicUses:971Used by:973
Symbol 973 MovieClip [gngarea_3]Uses:972Used by:1452
Symbol 974 BitmapUsed by:975
Symbol 975 GraphicUses:974Used by:976
Symbol 976 MovieClip [gngarea_4]Uses:975Used by:1452
Symbol 977 BitmapUsed by:978
Symbol 978 GraphicUses:977Used by:979
Symbol 979 MovieClip [gngarea_5]Uses:978Used by:1452
Symbol 980 BitmapUsed by:981
Symbol 981 GraphicUses:980Used by:982
Symbol 982 MovieClip [gngarea_6]Uses:981Used by:1452
Symbol 983 BitmapUsed by:984
Symbol 984 GraphicUses:983Used by:985
Symbol 985 MovieClip [gngarea_7]Uses:984Used by:1452
Symbol 986 BitmapUsed by:987
Symbol 987 GraphicUses:986Used by:988
Symbol 988 MovieClip [gngarea_8]Uses:987Used by:1452
Symbol 989 BitmapUsed by:990
Symbol 990 GraphicUses:989Used by:991
Symbol 991 MovieClip [gngarea_9]Uses:990Used by:1452
Symbol 992 BitmapUsed by:993
Symbol 993 GraphicUses:992Used by:994
Symbol 994 MovieClip [gngarea_10]Uses:993Used by:1452
Symbol 995 BitmapUsed by:996
Symbol 996 GraphicUses:995Used by:997
Symbol 997 MovieClip [gngarea_11]Uses:996Used by:1452
Symbol 998 BitmapUsed by:999
Symbol 999 GraphicUses:998Used by:1000
Symbol 1000 MovieClip [gngarea_12]Uses:999Used by:1452
Symbol 1001 BitmapUsed by:1002
Symbol 1002 GraphicUses:1001Used by:1003
Symbol 1003 MovieClip [gngarea_13]Uses:1002Used by:1452
Symbol 1004 BitmapUsed by:1005
Symbol 1005 GraphicUses:1004Used by:1006
Symbol 1006 MovieClip [gngarea_14]Uses:1005Used by:1452
Symbol 1007 BitmapUsed by:1008
Symbol 1008 GraphicUses:1007Used by:1009
Symbol 1009 MovieClip [gngarea_15]Uses:1008Used by:1452
Symbol 1010 BitmapUsed by:1011
Symbol 1011 GraphicUses:1010Used by:1012
Symbol 1012 MovieClip [gngarea_16]Uses:1011Used by:1452
Symbol 1013 BitmapUsed by:1014
Symbol 1014 GraphicUses:1013Used by:1015
Symbol 1015 MovieClip [gngarea_17]Uses:1014Used by:1452
Symbol 1016 BitmapUsed by:1017
Symbol 1017 GraphicUses:1016Used by:1018
Symbol 1018 MovieClip [gngarea_18]Uses:1017Used by:1452
Symbol 1019 BitmapUsed by:1020
Symbol 1020 GraphicUses:1019Used by:1021
Symbol 1021 MovieClip [gngarea_19]Uses:1020Used by:1452
Symbol 1022 BitmapUsed by:1023
Symbol 1023 GraphicUses:1022Used by:1024
Symbol 1024 MovieClip [gngeyeball_platform]Uses:1023Used by:1452
Symbol 1025 BitmapUsed by:1026 1027
Symbol 1026 GraphicUses:1025Used by:1081
Symbol 1027 GraphicUses:1025Used by:1081
Symbol 1028 BitmapUsed by:1029 1030
Symbol 1029 GraphicUses:1028Used by:1081
Symbol 1030 GraphicUses:1028Used by:1081
Symbol 1031 BitmapUsed by:1032 1033
Symbol 1032 GraphicUses:1031Used by:1081
Symbol 1033 GraphicUses:1031Used by:1081
Symbol 1034 BitmapUsed by:1035 1036
Symbol 1035 GraphicUses:1034Used by:1081
Symbol 1036 GraphicUses:1034Used by:1081
Symbol 1037 BitmapUsed by:1038 1039
Symbol 1038 GraphicUses:1037Used by:1081
Symbol 1039 GraphicUses:1037Used by:1081
Symbol 1040 BitmapUsed by:1041 1042
Symbol 1041 GraphicUses:1040Used by:1081
Symbol 1042 GraphicUses:1040Used by:1081
Symbol 1043 BitmapUsed by:1044 1045
Symbol 1044 GraphicUses:1043Used by:1081
Symbol 1045 GraphicUses:1043Used by:1081
Symbol 1046 BitmapUsed by:1047 1048
Symbol 1047 GraphicUses:1046Used by:1081
Symbol 1048 GraphicUses:1046Used by:1081
Symbol 1049 BitmapUsed by:1050 1051
Symbol 1050 GraphicUses:1049Used by:1081
Symbol 1051 GraphicUses:1049Used by:1081
Symbol 1052 BitmapUsed by:1053 1054
Symbol 1053 GraphicUses:1052Used by:1081
Symbol 1054 GraphicUses:1052Used by:1081
Symbol 1055 BitmapUsed by:1056 1057
Symbol 1056 GraphicUses:1055Used by:1081
Symbol 1057 GraphicUses:1055Used by:1081
Symbol 1058 BitmapUsed by:1059 1060
Symbol 1059 GraphicUses:1058Used by:1081
Symbol 1060 GraphicUses:1058Used by:1081
Symbol 1061 BitmapUsed by:1062
Symbol 1062 GraphicUses:1061Used by:1081
Symbol 1063 BitmapUsed by:1064
Symbol 1064 GraphicUses:1063Used by:1081
Symbol 1065 BitmapUsed by:1066
Symbol 1066 GraphicUses:1065Used by:1081
Symbol 1067 BitmapUsed by:1068 1069
Symbol 1068 GraphicUses:1067Used by:1081
Symbol 1069 GraphicUses:1067Used by:1081
Symbol 1070 BitmapUsed by:1071
Symbol 1071 GraphicUses:1070Used by:1081
Symbol 1072 BitmapUsed by:1073 1074
Symbol 1073 GraphicUses:1072Used by:1081
Symbol 1074 GraphicUses:1072Used by:1081
Symbol 1075 BitmapUsed by:1076 1077
Symbol 1076 GraphicUses:1075Used by:1081
Symbol 1077 GraphicUses:1075Used by:1081
Symbol 1078 BitmapUsed by:1079 1080
Symbol 1079 GraphicUses:1078Used by:1081
Symbol 1080 GraphicUses:1078Used 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 1080Used by:1452
Symbol 1082 EditableTextUses:197Used by:1083
Symbol 1083 MovieClipUses:1082 937Used by:1452
Symbol 1084 MovieClip [megamanALanceSprite]Uses:942 943Used by:1452
Symbol 1085 BitmapUsed by:1086 1087
Symbol 1086 GraphicUses:1085Used by:1138
Symbol 1087 GraphicUses:1085Used by:1138
Symbol 1088 BitmapUsed by:1089 1090
Symbol 1089 GraphicUses:1088Used by:1138
Symbol 1090 GraphicUses:1088Used by:1138
Symbol 1091 BitmapUsed by:1092 1093
Symbol 1092 GraphicUses:1091Used by:1138
Symbol 1093 GraphicUses:1091Used by:1138
Symbol 1094 BitmapUsed by:1095 1096
Symbol 1095 GraphicUses:1094Used by:1138
Symbol 1096 GraphicUses:1094Used by:1138
Symbol 1097 BitmapUsed by:1098 1099
Symbol 1098 GraphicUses:1097Used by:1138
Symbol 1099 GraphicUses:1097Used by:1138
Symbol 1100 BitmapUsed by:1101 1102
Symbol 1101 GraphicUses:1100Used by:1138
Symbol 1102 GraphicUses:1100Used by:1138
Symbol 1103 BitmapUsed by:1104 1105
Symbol 1104 GraphicUses:1103Used by:1138
Symbol 1105 GraphicUses:1103Used by:1138
Symbol 1106 BitmapUsed by:1107 1108
Symbol 1107 GraphicUses:1106Used by:1138
Symbol 1108 GraphicUses:1106Used by:1138
Symbol 1109 BitmapUsed by:1110 1111
Symbol 1110 GraphicUses:1109Used by:1138
Symbol 1111 GraphicUses:1109Used by:1138
Symbol 1112 BitmapUsed by:1113 1114
Symbol 1113 GraphicUses:1112Used by:1138
Symbol 1114 GraphicUses:1112Used by:1138
Symbol 1115 BitmapUsed by:1116 1117
Symbol 1116 GraphicUses:1115Used by:1138
Symbol 1117 GraphicUses:1115Used by:1138
Symbol 1118 BitmapUsed by:1119
Symbol 1119 GraphicUses:1118Used by:1138
Symbol 1120 BitmapUsed by:1121
Symbol 1121 GraphicUses:1120Used by:1138
Symbol 1122 BitmapUsed by:1123
Symbol 1123 GraphicUses:1122Used by:1138
Symbol 1124 BitmapUsed by:1125 1126
Symbol 1125 GraphicUses:1124Used by:1138
Symbol 1126 GraphicUses:1124Used by:1138
Symbol 1127 BitmapUsed by:1128
Symbol 1128 GraphicUses:1127Used by:1138
Symbol 1129 BitmapUsed by:1130 1131
Symbol 1130 GraphicUses:1129Used by:1138
Symbol 1131 GraphicUses:1129Used by:1138
Symbol 1132 BitmapUsed by:1133 1134
Symbol 1133 GraphicUses:1132Used by:1138
Symbol 1134 GraphicUses:1132Used by:1138
Symbol 1135 BitmapUsed by:1136 1137
Symbol 1136 GraphicUses:1135Used by:1138
Symbol 1137 GraphicUses:1135Used 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 1137Used by:1452
Symbol 1139 BitmapUsed by:1140 1141
Symbol 1140 GraphicUses:1139Used by:1192
Symbol 1141 GraphicUses:1139Used by:1192
Symbol 1142 BitmapUsed by:1143 1144
Symbol 1143 GraphicUses:1142Used by:1192
Symbol 1144 GraphicUses:1142Used by:1192
Symbol 1145 BitmapUsed by:1146 1147
Symbol 1146 GraphicUses:1145Used by:1192
Symbol 1147 GraphicUses:1145Used by:1192
Symbol 1148 BitmapUsed by:1149 1150
Symbol 1149 GraphicUses:1148Used by:1192
Symbol 1150 GraphicUses:1148Used by:1192
Symbol 1151 BitmapUsed by:1152 1153
Symbol 1152 GraphicUses:1151Used by:1192
Symbol 1153 GraphicUses:1151Used by:1192
Symbol 1154 BitmapUsed by:1155 1156
Symbol 1155 GraphicUses:1154Used by:1192
Symbol 1156 GraphicUses:1154Used by:1192
Symbol 1157 BitmapUsed by:1158 1159
Symbol 1158 GraphicUses:1157Used by:1192
Symbol 1159 GraphicUses:1157Used by:1192
Symbol 1160 BitmapUsed by:1161 1162
Symbol 1161 GraphicUses:1160Used by:1192
Symbol 1162 GraphicUses:1160Used by:1192
Symbol 1163 BitmapUsed by:1164 1165
Symbol 1164 GraphicUses:1163Used by:1192
Symbol 1165 GraphicUses:1163Used by:1192
Symbol 1166 BitmapUsed by:1167 1168
Symbol 1167 GraphicUses:1166Used by:1192
Symbol 1168 GraphicUses:1166Used by:1192
Symbol 1169 BitmapUsed by:1170 1171
Symbol 1170 GraphicUses:1169Used by:1192
Symbol 1171 GraphicUses:1169Used by:1192
Symbol 1172 BitmapUsed by:1173
Symbol 1173 GraphicUses:1172Used by:1192
Symbol 1174 BitmapUsed by:1175
Symbol 1175 GraphicUses:1174Used by:1192
Symbol 1176 BitmapUsed by:1177
Symbol 1177 GraphicUses:1176Used by:1192
Symbol 1178 BitmapUsed by:1179 1180
Symbol 1179 GraphicUses:1178Used by:1192
Symbol 1180 GraphicUses:1178Used by:1192
Symbol 1181 BitmapUsed by:1182
Symbol 1182 GraphicUses:1181Used by:1192
Symbol 1183 BitmapUsed by:1184 1185
Symbol 1184 GraphicUses:1183Used by:1192
Symbol 1185 GraphicUses:1183Used by:1192
Symbol 1186 BitmapUsed by:1187 1188
Symbol 1187 GraphicUses:1186Used by:1192
Symbol 1188 GraphicUses:1186Used by:1192
Symbol 1189 BitmapUsed by:1190 1191
Symbol 1190 GraphicUses:1189Used by:1192
Symbol 1191 GraphicUses:1189Used 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 1191Used by:1452
Symbol 1193 EditableTextUses:197Used by:1195
Symbol 1194 Sound [upgradeBGmusic]Used by:1195 1399
Symbol 1195 MovieClip [chooseChar]Uses:1193 1194Used by:1452
Symbol 1196 BitmapUsed by:1197
Symbol 1197 GraphicUses:1196Used by:1198
Symbol 1198 MovieClip [chooseCharBG]Uses:1197 154Used by:1452
Symbol 1199 BitmapUsed by:1200
Symbol 1200 GraphicUses:1199Used by:1201
Symbol 1201 MovieClip [choicePointer]Uses:1200Used by:1452
Symbol 1202 BitmapUsed by:1203 1204
Symbol 1203 GraphicUses:1202Used by:1217
Symbol 1204 GraphicUses:1202Used by:1217
Symbol 1205 BitmapUsed by:1206 1207
Symbol 1206 GraphicUses:1205Used by:1217
Symbol 1207 GraphicUses:1205Used by:1217
Symbol 1208 BitmapUsed by:1209 1210
Symbol 1209 GraphicUses:1208Used by:1217
Symbol 1210 GraphicUses:1208Used by:1217
Symbol 1211 BitmapUsed by:1212 1213
Symbol 1212 GraphicUses:1211Used by:1217
Symbol 1213 GraphicUses:1211Used by:1217
Symbol 1214 BitmapUsed by:1215 1216
Symbol 1215 GraphicUses:1214Used by:1217
Symbol 1216 GraphicUses:1214Used by:1217
Symbol 1217 MovieClip [ghoulSprite]Uses:1203 1204 1206 1207 1209 1210 1212 1213 1215 1216Used by:1452
Symbol 1218 BitmapUsed by:1219 1222
Symbol 1219 GraphicUses:1218Used by:1224
Symbol 1220 BitmapUsed by:1221 1223
Symbol 1221 GraphicUses:1220Used by:1224
Symbol 1222 GraphicUses:1218Used by:1224
Symbol 1223 GraphicUses:1220Used by:1224
Symbol 1224 MovieClip [ghoulSpearSprite]Uses:1219 1221 1222 1223Used by:1452
Symbol 1225 EditableTextUses:197Used by:1227
Symbol 1226 Sound [gng_banshee]Used by:1227
Symbol 1227 MovieClipUses:1225 1226Used by:1452
Symbol 1228 BitmapUsed by:1229
Symbol 1229 GraphicUses:1228Used by:1241
Symbol 1230 BitmapUsed by:1231
Symbol 1231 GraphicUses:1230Used by:1241
Symbol 1232 BitmapUsed by:1233 1234
Symbol 1233 GraphicUses:1232Used by:1241
Symbol 1234 GraphicUses:1232Used by:1241
Symbol 1235 BitmapUsed by:1236 1237
Symbol 1236 GraphicUses:1235Used by:1241
Symbol 1237 GraphicUses:1235Used by:1241
Symbol 1238 BitmapUsed by:1239 1240
Symbol 1239 GraphicUses:1238Used by:1241
Symbol 1240 GraphicUses:1238Used by:1241
Symbol 1241 MovieClip [leaningTower]Uses:1229 1231 1233 1234 1236 1237 1239 1240Used by:1452
Symbol 1242 BitmapUsed by:1243
Symbol 1243 GraphicUses:1242Used by:1250
Symbol 1244 BitmapUsed by:1245
Symbol 1245 GraphicUses:1244Used by:1250
Symbol 1246 BitmapUsed by:1247
Symbol 1247 GraphicUses:1246Used by:1250
Symbol 1248 BitmapUsed by:1249
Symbol 1249 GraphicUses:1248Used by:1250
Symbol 1250 MovieClip [leaningTowerBall]Uses:1243 1245 1247 1249Used by:1452
Symbol 1251 EditableTextUses:197Used by:1252
Symbol 1252 MovieClipUses:1251 250Used by:1452
Symbol 1253 BitmapUsed by:1254 1255
Symbol 1254 GraphicUses:1253Used by:1262
Symbol 1255 GraphicUses:1253Used by:1262
Symbol 1256 BitmapUsed by:1257 1258
Symbol 1257 GraphicUses:1256Used by:1262
Symbol 1258 GraphicUses:1256Used by:1262
Symbol 1259 BitmapUsed by:1260 1261
Symbol 1260 GraphicUses:1259Used by:1262
Symbol 1261 GraphicUses:1259Used by:1262
Symbol 1262 MovieClip [jumpSkelSprite]Uses:1254 1255 1257 1258 1260 1261Used by:1452
Symbol 1263 EditableTextUses:197Used by:1264
Symbol 1264 MovieClipUses:1263Used by:1452
Symbol 1265 BitmapUsed by:1266 1267
Symbol 1266 GraphicUses:1265Used by:1277
Symbol 1267 GraphicUses:1265Used by:1277
Symbol 1268 BitmapUsed by:1269 1270
Symbol 1269 GraphicUses:1268Used by:1277
Symbol 1270 GraphicUses:1268Used by:1277
Symbol 1271 BitmapUsed by:1272 1273
Symbol 1272 GraphicUses:1271Used by:1277
Symbol 1273 GraphicUses:1271Used by:1277
Symbol 1274 BitmapUsed by:1275 1276
Symbol 1275 GraphicUses:1274Used by:1277
Symbol 1276 GraphicUses:1274Used by:1277
Symbol 1277 MovieClip [bigFatSprite]Uses:1266 1267 1269 1270 1272 1273 1275 1276Used by:1452
Symbol 1278 BitmapUsed by:1279 1280
Symbol 1279 GraphicUses:1278Used by:1281
Symbol 1280 GraphicUses:1278Used by:1281
Symbol 1281 MovieClip [bigFatShot]Uses:1279 1280Used by:1452
Symbol 1282 EditableTextUses:197Used by:1284
Symbol 1283 Sound [stomparound]Used by:1284
Symbol 1284 MovieClipUses:1282 1283Used by:1452
Symbol 1285 BitmapUsed by:1286 1287
Symbol 1286 GraphicUses:1285Used by:1301
Symbol 1287 GraphicUses:1285Used by:1301
Symbol 1288 BitmapUsed by:1289 1290
Symbol 1289 GraphicUses:1288Used by:1301
Symbol 1290 GraphicUses:1288Used by:1301
Symbol 1291 BitmapUsed by:1292 1293
Symbol 1292 GraphicUses:1291Used by:1301
Symbol 1293 GraphicUses:1291Used by:1301
Symbol 1294 BitmapUsed by:1295 1296
Symbol 1295 GraphicUses:1294Used by:1301
Symbol 1296 GraphicUses:1294Used by:1301
Symbol 1297 BitmapUsed by:1298
Symbol 1298 GraphicUses:1297Used by:1301
Symbol 1299 BitmapUsed by:1300
Symbol 1300 GraphicUses:1299Used by:1301
Symbol 1301 MovieClip [goblinSprite]Uses:1286 1287 1289 1290 1292 1293 1295 1296 1298 1300Used by:1452
Symbol 1302 BitmapUsed by:1303
Symbol 1303 GraphicUses:1302Used by:1306
Symbol 1304 BitmapUsed by:1305
Symbol 1305 GraphicUses:1304Used by:1306
Symbol 1306 MovieClip [goblinShotSprite]Uses:1303 1305Used by:1452
Symbol 1307 EditableTextUses:197Used by:1308
Symbol 1308 MovieClipUses:1307Used by:1452
Symbol 1309 MovieClipUses:27Used by:1310
Symbol 1310 MovieClip [slickDraw]Uses:1309Used by:1452
Symbol 1311 BitmapUsed by:1312
Symbol 1312 GraphicUses:1311Used by:1335
Symbol 1313 GraphicUsed by:1335
Symbol 1314 SoundUsed by:1335
Symbol 1315 BitmapUsed by:1316
Symbol 1316 GraphicUses:1315Used by:1335
Symbol 1317 GraphicUsed by:1335
Symbol 1318 BitmapUsed by:1319
Symbol 1319 GraphicUses:1318Used by:1335
Symbol 1320 GraphicUsed by:1335
Symbol 1321 BitmapUsed by:1322
Symbol 1322 GraphicUses:1321Used by:1335
Symbol 1323 BitmapUsed by:1324
Symbol 1324 GraphicUses:1323Used by:1335
Symbol 1325 BitmapUsed by:1326
Symbol 1326 GraphicUses:1325Used by:1335
Symbol 1327 BitmapUsed by:1328
Symbol 1328 GraphicUses:1327Used by:1335
Symbol 1329 BitmapUsed by:1330
Symbol 1330 GraphicUses:1329Used by:1335
Symbol 1331 BitmapUsed by:1332
Symbol 1332 GraphicUses:1331Used by:1335
Symbol 1333 BitmapUsed by:1334
Symbol 1334 GraphicUses:1333Used by:1335
Symbol 1335 MovieClip [capcomLogoGnG]Uses:30 1312 154 1313 1314 1316 1317 1319 1320 1322 1324 1326 1328 1330 1332 1334Used by:1452
Symbol 1336 MovieClipUsed by:1338
Symbol 1337 MovieClipUses:30Used by:1338
Symbol 1338 MovieClip [scLineAni]Uses:1336 1337Used by:1452
Symbol 1339 GraphicUses:192Used by:1348
Symbol 1340 GraphicUses:191Used by:1348
Symbol 1341 GraphicUses:190Used by:1348
Symbol 1342 BitmapUsed by:1343
Symbol 1343 GraphicUses:1342Used by:1348
Symbol 1344 GraphicUses:188Used by:1348
Symbol 1345 GraphicUses:187Used by:1348
Symbol 1346 GraphicUses:186Used by:1348
Symbol 1347 GraphicUses:185Used by:1348
Symbol 1348 MovieClip [gngTitleImage]Uses:1339 1340 1341 1343 1344 1345 1346 1347Used by:1452
Symbol 1349 GraphicUsed by:1399 1414
Symbol 1350 BitmapUsed by:1351
Symbol 1351 GraphicUses:1350Used by:1391 1399
Symbol 1352 BitmapUsed by:1353
Symbol 1353 GraphicUses:1352Used by:1356
Symbol 1354 BitmapUsed by:1355
Symbol 1355 GraphicUses:1354Used by:1356
Symbol 1356 MovieClipUses:1353 1355Used by:1399 1414
Symbol 1357 BitmapUsed by:1358
Symbol 1358 GraphicUses:1357Used by:1361
Symbol 1359 BitmapUsed by:1360
Symbol 1360 GraphicUses:1359Used by:1361
Symbol 1361 MovieClipUses:1358 1360Used by:1399 1414
Symbol 1362 BitmapUsed by:1363
Symbol 1363 GraphicUses:1362Used by:1391 1399
Symbol 1364 BitmapUsed by:1365
Symbol 1365 GraphicUses:1364Used by:1391 1399
Symbol 1366 BitmapUsed by:1367
Symbol 1367 GraphicUses:1366Used by:1391 1399
Symbol 1368 BitmapUsed by:1369
Symbol 1369 GraphicUses:1368Used by:1391 1399
Symbol 1370 BitmapUsed by:1371
Symbol 1371 GraphicUses:1370Used by:1391 1399
Symbol 1372 BitmapUsed by:1373
Symbol 1373 GraphicUses:1372Used by:1391 1399
Symbol 1374 BitmapUsed by:1375
Symbol 1375 GraphicUses:1374Used by:1391 1399
Symbol 1376 BitmapUsed by:1377
Symbol 1377 GraphicUses:1376Used by:1390 1399
Symbol 1378 BitmapUsed by:1379
Symbol 1379 GraphicUses:1378Used by:1390 1399
Symbol 1380 BitmapUsed by:1381
Symbol 1381 GraphicUses:1380Used by:1390
Symbol 1382 BitmapUsed by:1383
Symbol 1383 GraphicUses:1382Used by:1390
Symbol 1384 BitmapUsed by:1385
Symbol 1385 GraphicUses:1384Used by:1390
Symbol 1386 BitmapUsed by:1387
Symbol 1387 GraphicUses:1386Used by:1390
Symbol 1388 BitmapUsed by:1389
Symbol 1389 GraphicUses:1388Used by:1390
Symbol 1390 MovieClipUses:1379 1377 1381 1383 1385 1387 1389Used by:1399
Symbol 1391 MovieClipUses:1351 1363 1365 1367 1369 1371 1373 1375Used by:1399
Symbol 1392 ShapeTweeningUsed by:1399
Symbol 1393 GraphicUsed by:1394
Symbol 1394 MovieClipUses:1393Used by:1399 1414 1430
Symbol 1395 GraphicUsed by:1399
Symbol 1396 GraphicUsed by:1399
Symbol 1397 SoundUsed by:1399 1430
Symbol 1398 ShapeTweeningUsed 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 1398Used by:1452
Symbol 1400 BitmapUsed by:1401
Symbol 1401 GraphicUses:1400Used by:1406
Symbol 1402 BitmapUsed by:1403
Symbol 1403 GraphicUses:1402Used by:1406
Symbol 1404 BitmapUsed by:1405
Symbol 1405 GraphicUses:1404Used by:1406
Symbol 1406 MovieClip [doorSprite]Uses:1401 1403 1405Used by:1452
Symbol 1407 BitmapUsed by:1408
Symbol 1408 GraphicUses:1407Used by:1411
Symbol 1409 BitmapUsed by:1410
Symbol 1410 GraphicUses:1409Used by:1411
Symbol 1411 MovieClip [gngKeySprite]Uses:1408 1410Used by:1452
Symbol 1412 ShapeTweeningUsed by:1414
Symbol 1413 SoundUsed by:1414
Symbol 1414 MovieClip [robotMasterIntro]Uses:30 1412 1349 1394 1356 1361 1413 958 962 811Used by:1452
Symbol 1415 BitmapUsed by:1416
Symbol 1416 GraphicUses:1415Used by:1421
Symbol 1417 GraphicUsed by:1421
Symbol 1418 BitmapUsed by:1419
Symbol 1419 GraphicUses:1418Used by:1421
Symbol 1420 ShapeTweeningUsed by:1421
Symbol 1421 MovieClipUses:1416 1417 1419 1420Used by:1430
Symbol 1422 BitmapUsed by:1423
Symbol 1423 GraphicUses:1422Used by:1428
Symbol 1424 BitmapUsed by:1425
Symbol 1425 GraphicUses:1424Used by:1428
Symbol 1426 BitmapUsed by:1427
Symbol 1427 GraphicUses:1426Used by:1428
Symbol 1428 MovieClipUses:1423 1425 1427Used by:1430
Symbol 1429 SoundUsed by:1430
Symbol 1430 MovieClip [protoAni]Uses:30 1421 1428 1429 1394 1397Used by:1452
Symbol 1431 BitmapUsed by:1432
Symbol 1432 GraphicUses:1431Used by:1439
Symbol 1433 BitmapUsed by:1434
Symbol 1434 GraphicUses:1433Used by:1439
Symbol 1435 BitmapUsed by:1436
Symbol 1436 GraphicUses:1435Used by:1439
Symbol 1437 BitmapUsed by:1438
Symbol 1438 GraphicUses:1437Used by:1439
Symbol 1439 MovieClip [bigFatDeath]Uses:1432 1434 1436 1438Used by:1452
Symbol 1440 BitmapUsed by:1441
Symbol 1441 GraphicUses:1440Used by:1446
Symbol 1442 BitmapUsed by:1443
Symbol 1443 GraphicUses:1442Used by:1446
Symbol 1444 BitmapUsed by:1445
Symbol 1445 GraphicUses:1444Used by:1446
Symbol 1446 MovieClip [cow]Uses:1441 1443 1445Used 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 MovieClipUses: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 1451Used by:1453
Symbol 1453 MovieClip [gngData]Uses:152 1452Used by:Timeline
Symbol 1454 MovieClip [consoleClip]Used by:Timeline
Symbol 1455 GraphicUsed by:1458
Symbol 1456 FontUsed by:1457
Symbol 1457 EditableTextUses:1456Used by:1458
Symbol 1458 MovieClipUses:1455 1457Used by:Timeline
Symbol 1459 BitmapUsed by:1460
Symbol 1460 GraphicUses:1459Used by:1461
Symbol 1461 MovieClip [readyImage]Uses:1460Used by:1467
Symbol 1462 MovieClip [score]Uses:21Used by:1467
Symbol 1463 GraphicUses:809Used by:1466
Symbol 1464 GraphicUses:812Used by:1466
Symbol 1465 ShapeTweeningUsed by:1466
Symbol 1466 MovieClip [powerBar]Uses:808 1463 811 1464 1465Used by:1467
Symbol 1467 MovieClipUses:1461 1462 1466Used by:Timeline

Instance Names

"gameCore"Frame 6Symbol 150 MovieClip [engineParent]
"importData"Frame 6Symbol 1453 MovieClip [gngData]
"console"Frame 6Symbol 1454 MovieClip [consoleClip]
"fpsButton"Frame 6Symbol 1458 MovieClip
"hud"Frame 6Symbol 1467 MovieClip
"fontSys"Symbol 34 MovieClip Frame 1Symbol 23 MovieClip
"loadingBar"Symbol 34 MovieClip Frame 1Symbol 29 MovieClip
"r1"Symbol 138 MovieClip [runnerPreloader] Frame 1Symbol 137 MovieClip
"r2"Symbol 138 MovieClip [runnerPreloader] Frame 1Symbol 137 MovieClip
"gameCore"Symbol 150 MovieClip [engineParent] Frame 1Symbol 149 MovieClip [MegamanEngine]
"menuPos"Symbol 195 MovieClip [gngMainMenu] Frame 1Symbol 184 MovieClip [emptyClip]
"barColor"Symbol 815 MovieClip [powerBarH] Frame 1Symbol 808 MovieClip
"options"Symbol 835 MovieClip [pauseMenu] Frame 7Symbol 829 MovieClip [emptyClearClip]
"sprites"Symbol 835 MovieClip [pauseMenu] Frame 7Symbol 829 MovieClip [emptyClearClip]
"wpnEnergy"Symbol 835 MovieClip [pauseMenu] Frame 7Symbol 829 MovieClip [emptyClearClip]
"bgClip2"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 958 MovieClip
"bgClip1"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 962 MovieClip
"djpretzel"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"restart"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"spritesinc"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"kashou"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"disk2"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"staticreator"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"bossTime"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"ocremix"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"vgmuseum"Symbol 967 MovieClip [finalScreenGnG] Frame 1Symbol 154 MovieClip [displayFont]
"mask1"Symbol 1310 MovieClip [slickDraw] Frame 1Symbol 1309 MovieClip
"mask2"Symbol 1310 MovieClip [slickDraw] Frame 1Symbol 1309 MovieClip
"attachClip"Symbol 1338 MovieClip [scLineAni] Frame 1Symbol 1336 MovieClip
"fader"Symbol 1338 MovieClip [scLineAni] Frame 1Symbol 1337 MovieClip
"bgClip2"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 1Symbol 958 MovieClip
"bgClip1"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 1Symbol 962 MovieClip
"sparkClip"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 291Symbol 1390 MovieClip
"dizzyMegaman"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 326Symbol 1391 MovieClip
"changeClip"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 409Symbol 1394 MovieClip
"strClip"Symbol 1399 MovieClip [youGetAnUpgradeJackass] Frame 505Symbol 1394 MovieClip
"drawClip"Symbol 1414 MovieClip [robotMasterIntro] Frame 1Symbol 1394 MovieClip
"strClip"Symbol 1414 MovieClip [robotMasterIntro] Frame 1Symbol 1394 MovieClip
"barBottom"Symbol 1414 MovieClip [robotMasterIntro] Frame 1Symbol 1356 MovieClip
"barTop"Symbol 1414 MovieClip [robotMasterIntro] Frame 1Symbol 1361 MovieClip
"bgClip2"Symbol 1414 MovieClip [robotMasterIntro] Frame 30Symbol 958 MovieClip
"bgClip1"Symbol 1414 MovieClip [robotMasterIntro] Frame 30Symbol 962 MovieClip
"drawClip"Symbol 1414 MovieClip [robotMasterIntro] Frame 30Symbol 1394 MovieClip
"strClip"Symbol 1414 MovieClip [robotMasterIntro] Frame 30Symbol 1394 MovieClip
"proto"Symbol 1430 MovieClip [protoAni] Frame 1Symbol 1421 MovieClip
"scarf"Symbol 1430 MovieClip [protoAni] Frame 1Symbol 1428 MovieClip
"strClip"Symbol 1430 MovieClip [protoAni] Frame 414Symbol 1394 MovieClip
"fps"Symbol 1458 MovieClip Frame 1Symbol 1457 EditableText
"score0"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score1"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score2"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score3"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score4"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score5"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"score6"Symbol 1462 MovieClip [score] Frame 1Symbol 21 MovieClip [letter]
"barColor"Symbol 1466 MovieClip [powerBar] Frame 1Symbol 808 MovieClip
"readyImage"Symbol 1467 MovieClip Frame 1Symbol 1461 MovieClip [readyImage]
"score"Symbol 1467 MovieClip Frame 1Symbol 1462 MovieClip [score]
"healthBar"Symbol 1467 MovieClip Frame 1Symbol 1466 MovieClip [powerBar]
"enemyBar"Symbol 1467 MovieClip Frame 1Symbol 1466 MovieClip [powerBar]
"weaponBar"Symbol 1467 MovieClip Frame 1Symbol 1466 MovieClip [powerBar]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 1Symbol 33 as "megamanFont"
ExportAssets (56)Timeline Frame 2Symbol 138 as "runnerPreloader"
ExportAssets (56)Timeline Frame 3Symbol 138 as "runnerPreloader"
ExportAssets (56)Timeline Frame 6Symbol 147 as "resizeBlock"
ExportAssets (56)Timeline Frame 6Symbol 149 as "MegamanEngine"
ExportAssets (56)Timeline Frame 6Symbol 149 as "MegamanEngine"
ExportAssets (56)Timeline Frame 6Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 33 as "megamanFont"
ExportAssets (56)Timeline Frame 6Symbol 157 as "pointerSprite"
ExportAssets (56)Timeline Frame 6Symbol 182 as "pickupSprite"
ExportAssets (56)Timeline Frame 6Symbol 184 as "emptyClip"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 184 as "emptyClip"
ExportAssets (56)Timeline Frame 6Symbol 195 as "gngMainMenu"
ExportAssets (56)Timeline Frame 6Symbol 196 as "gngKeyCatcher"
ExportAssets (56)Timeline Frame 6Symbol 210 as "gngarea_0"
ExportAssets (56)Timeline Frame 6Symbol 230 as "zombieSprite"
ExportAssets (56)Timeline Frame 6Symbol 232 as "gng_zombierise"
ExportAssets (56)Timeline Frame 6Symbol 248 as "purpleBirdSprite"
ExportAssets (56)Timeline Frame 6Symbol 250 as "gng_fireplantspit"
ExportAssets (56)Timeline Frame 6Symbol 254 as "firePlantSpitSprite"
ExportAssets (56)Timeline Frame 6Symbol 261 as "firePlantSprite"
ExportAssets (56)Timeline Frame 6Symbol 264 as "gngarea_1"
ExportAssets (56)Timeline Frame 6Symbol 267 as "gngfloat_platform"
ExportAssets (56)Timeline Frame 6Symbol 276 as "ghostSoldierSprite"
ExportAssets (56)Timeline Frame 6Symbol 278 as "gng_wtf"
ExportAssets (56)Timeline Frame 6Symbol 483 as "megaman"
ExportAssets (56)Timeline Frame 6Symbol 492 as "megamanDeathSpark"
ExportAssets (56)Timeline Frame 6Symbol 513 as "megamanPellet"
ExportAssets (56)Timeline Frame 6Symbol 526 as "megamanDamagedSpark"
ExportAssets (56)Timeline Frame 6Symbol 528 as "megaman_death"
ExportAssets (56)Timeline Frame 6Symbol 529 as "megaman_land"
ExportAssets (56)Timeline Frame 6Symbol 530 as "megaman_shoot"
ExportAssets (56)Timeline Frame 6Symbol 531 as "megaman_teleportland"
ExportAssets (56)Timeline Frame 6Symbol 532 as "megaman_charge"
ExportAssets (56)Timeline Frame 6Symbol 533 as "megaman_chargefull"
ExportAssets (56)Timeline Frame 6Symbol 534 as "megaman_damage"
ExportAssets (56)Timeline Frame 6Symbol 535 as "healthrestore"
ExportAssets (56)Timeline Frame 6Symbol 536 as "tink"
ExportAssets (56)Timeline Frame 6Symbol 537 as "megaman_teleportback"
ExportAssets (56)Timeline Frame 6Symbol 595 as "megamanSamusSprite"
ExportAssets (56)Timeline Frame 6Symbol 781 as "protoSprite"
ExportAssets (56)Timeline Frame 6Symbol 790 as "protoDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 792 as "samus_missle"
ExportAssets (56)Timeline Frame 6Symbol 803 as "megamanSMissleSprite"
ExportAssets (56)Timeline Frame 6Symbol 815 as "powerBarH"
ExportAssets (56)Timeline Frame 6Symbol 820 as "megamanIcon"
ExportAssets (56)Timeline Frame 6Symbol 825 as "samusIcon"
ExportAssets (56)Timeline Frame 6Symbol 195 as "gngMainMenu"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 829 as "emptyClearClip"
ExportAssets (56)Timeline Frame 6Symbol 835 as "pauseMenu"
ExportAssets (56)Timeline Frame 6Symbol 840 as "arthurIcon"
ExportAssets (56)Timeline Frame 6Symbol 849 as "samusDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 852 as "gngarea_boss"
ExportAssets (56)Timeline Frame 6Symbol 935 as "arthurSprite"
ExportAssets (56)Timeline Frame 6Symbol 937 as "arthur_speartoss"
ExportAssets (56)Timeline Frame 6Symbol 938 as "lightningStrike"
ExportAssets (56)Timeline Frame 6Symbol 939 as "arthur_hit"
ExportAssets (56)Timeline Frame 6Symbol 944 as "arthurSpearSprite"
ExportAssets (56)Timeline Frame 6Symbol 953 as "arthurDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 954 as "lightningClip"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 967 as "finalScreenGnG"
ExportAssets (56)Timeline Frame 6Symbol 970 as "gngarea_2"
ExportAssets (56)Timeline Frame 6Symbol 973 as "gngarea_3"
ExportAssets (56)Timeline Frame 6Symbol 976 as "gngarea_4"
ExportAssets (56)Timeline Frame 6Symbol 979 as "gngarea_5"
ExportAssets (56)Timeline Frame 6Symbol 982 as "gngarea_6"
ExportAssets (56)Timeline Frame 6Symbol 985 as "gngarea_7"
ExportAssets (56)Timeline Frame 6Symbol 988 as "gngarea_8"
ExportAssets (56)Timeline Frame 6Symbol 991 as "gngarea_9"
ExportAssets (56)Timeline Frame 6Symbol 994 as "gngarea_10"
ExportAssets (56)Timeline Frame 6Symbol 997 as "gngarea_11"
ExportAssets (56)Timeline Frame 6Symbol 1000 as "gngarea_12"
ExportAssets (56)Timeline Frame 6Symbol 1003 as "gngarea_13"
ExportAssets (56)Timeline Frame 6Symbol 1006 as "gngarea_14"
ExportAssets (56)Timeline Frame 6Symbol 1009 as "gngarea_15"
ExportAssets (56)Timeline Frame 6Symbol 1012 as "gngarea_16"
ExportAssets (56)Timeline Frame 6Symbol 1015 as "gngarea_17"
ExportAssets (56)Timeline Frame 6Symbol 1018 as "gngarea_18"
ExportAssets (56)Timeline Frame 6Symbol 1021 as "gngarea_19"
ExportAssets (56)Timeline Frame 6Symbol 1024 as "gngeyeball_platform"
ExportAssets (56)Timeline Frame 6Symbol 1081 as "megamanArthurSprite"
ExportAssets (56)Timeline Frame 6Symbol 953 as "arthurDeathSprite"
ExportAssets (56)Timeline Frame 6Symbol 937 as "arthur_speartoss"
ExportAssets (56)Timeline Frame 6Symbol 1084 as "megamanALanceSprite"
ExportAssets (56)Timeline Frame 6Symbol 1138 as "protoSamusSprite"
ExportAssets (56)Timeline Frame 6Symbol 1192 as "protoArthurSprite"
ExportAssets (56)Timeline Frame 6Symbol 1194 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1195 as "chooseChar"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 1198 as "chooseCharBG"
ExportAssets (56)Timeline Frame 6Symbol 1201 as "choicePointer"
ExportAssets (56)Timeline Frame 6Symbol 1217 as "ghoulSprite"
ExportAssets (56)Timeline Frame 6Symbol 1224 as "ghoulSpearSprite"
ExportAssets (56)Timeline Frame 6Symbol 1226 as "gng_banshee"
ExportAssets (56)Timeline Frame 6Symbol 1241 as "leaningTower"
ExportAssets (56)Timeline Frame 6Symbol 1250 as "leaningTowerBall"
ExportAssets (56)Timeline Frame 6Symbol 250 as "gng_fireplantspit"
ExportAssets (56)Timeline Frame 6Symbol 1262 as "jumpSkelSprite"
ExportAssets (56)Timeline Frame 6Symbol 1277 as "bigFatSprite"
ExportAssets (56)Timeline Frame 6Symbol 1281 as "bigFatShot"
ExportAssets (56)Timeline Frame 6Symbol 1283 as "stomparound"
ExportAssets (56)Timeline Frame 6Symbol 1301 as "goblinSprite"
ExportAssets (56)Timeline Frame 6Symbol 1306 as "goblinShotSprite"
ExportAssets (56)Timeline Frame 6Symbol 1310 as "slickDraw"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 154 as "displayFont"
ExportAssets (56)Timeline Frame 6Symbol 1335 as "capcomLogoGnG"
ExportAssets (56)Timeline Frame 6Symbol 1338 as "scLineAni"
ExportAssets (56)Timeline Frame 6Symbol 1348 as "gngTitleImage"
ExportAssets (56)Timeline Frame 6Symbol 1194 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1194 as "upgradeBGmusic"
ExportAssets (56)Timeline Frame 6Symbol 1399 as "youGetAnUpgradeJackass"
ExportAssets (56)Timeline Frame 6Symbol 1406 as "doorSprite"
ExportAssets (56)Timeline Frame 6Symbol 1411 as "gngKeySprite"
ExportAssets (56)Timeline Frame 6Symbol 1414 as "robotMasterIntro"
ExportAssets (56)Timeline Frame 6Symbol 1430 as "protoAni"
ExportAssets (56)Timeline Frame 6Symbol 1439 as "bigFatDeath"
ExportAssets (56)Timeline Frame 6Symbol 1446 as "cow"
ExportAssets (56)Timeline Frame 6Symbol 1447 as "yougotakeyjackass"
ExportAssets (56)Timeline Frame 6Symbol 1448 as "enemy_dead"
ExportAssets (56)Timeline Frame 6Symbol 1449 as "thebigdooropens"
ExportAssets (56)Timeline Frame 6Symbol 1450 as "psychoUnderpants"
ExportAssets (56)Timeline Frame 6Symbol 1451 as "bossMusic"
ExportAssets (56)Timeline Frame 6Symbol 1453 as "gngData"
ExportAssets (56)Timeline Frame 6Symbol 1454 as "consoleClip"
ExportAssets (56)Timeline Frame 6Symbol 1461 as "readyImage"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 21 as "letter"
ExportAssets (56)Timeline Frame 6Symbol 1462 as "score"
ExportAssets (56)Timeline Frame 6Symbol 1466 as "powerBar"
ExportAssets (56)Timeline Frame 6Symbol 1466 as "powerBar"
ExportAssets (56)Timeline Frame 6Symbol 1466 as "powerBar"
ExportAssets (56)Timeline Frame 7Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 7Symbol 1453 as "gngData"
ExportAssets (56)Timeline Frame 7Symbol 1454 as "consoleClip"
ExportAssets (56)Timeline Frame 8Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 8Symbol 1453 as "gngData"
ExportAssets (56)Timeline Frame 8Symbol 1454 as "consoleClip"
ExportAssets (56)Timeline Frame 9Symbol 150 as "engineParent"
ExportAssets (56)Timeline Frame 9Symbol 1453 as "gngData"
ExportAssets (56)Timeline Frame 9Symbol 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




http://swfchan.com/1/4273/info.shtml
Created: 17/6 -2019 04:38:13 Last modified: 17/6 -2019 04:38:13 Server time: 30/04 -2024 04:54:56