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

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

Duel Kings Of Leon.swf

This is the info page for
Flash #58492

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


Text
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P>

Jogar

Jogar

Comandos

Comandos

VOCÊ MORREU

TIROS:DDDSDSSDS

HOMBRES MORTOS:VFDGHFDGF

ACERTO: PORDCEBVGF

JOGAR NOVAMENTE

JOGAR

RECARREGAR:

ATIRAR:

COMANDOS:

Parabéns!

Você conseguiu salvar a banda

das garras do terrível El Erriero!

Sua inscrição já foi efetuada

Jogar novamente

TIROS:DDDSDSSDS

HOMBRES MORTOS:VFDGHFDGF

ACERTO: PORDCEBVGF

ActionScript [AS1/AS2]

Frame 1
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) add "% carregado"; tellTarget ("loader") { gotoAndStop(Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)); };
Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) { gotoAndPlay (4); } else { gotoAndPlay (1); }
Frame 4
stop(); var ComecoFundo = new Sound(); ComecoFundo.attachSound("BgComeco"); ComecoFundo.start();
Frame 5
function AlteraTempo() { trace((">>>>>>>>>>>>>>>>>>>>ACERTOS:" + Acertos) + "<<<<<<<<<<<<<<<<<<<<<"); if (Acertos == SEGUNDA_FASE) { trace("Mudar para segunda fase"); Temporizador.gotoAndPlay(25); } if (Acertos == TERCEIRA_FASE) { trace("Mudar para terceira fase"); Temporizador.gotoAndPlay(42); } } function RetiraVidas() { VidasPerdidas = VidasPerdidas + 1; if (VidasPerdidas < 6) { Sangue.gotoAndPlay(5); Vidas.gotoAndStop(VidasPerdidas); } else { trace("Morreu !!!"); trace("DisparosEfetuados: " + DisparosEfetuados); trace("Acertos: " + Acertos); trace(("Porcentagem: " + FormataPorcentagem((Acertos / DisparosEfetuados) * 100)) + "%"); _root.gotoAndPlay(6); MusicaFundo.stop(); } } function CalculaCalcula() { trace("Acertos: " + Acertos); txtTiros = "TIROS: " + DisparosEfetuados; txtHombresMortos = "HOMBRES MORTOS: " + Acertos; txtAcertos = ("ACERTOS: " + FormataPorcentagem((Acertos / DisparosEfetuados) * 100)) + "%"; } function Atirar(AcertouAlvo) { if (BalasRestantes > -1) { DisparosEfetuados++; if (AcertouAlvo) { Acertos++; } BalasRestantes = BalasRestantes - 1; som = new Sound(); som.attachSound("tiro"); som.start(); Tambor.gotoAndStop(6 - BalasRestantes); trace("BalasRestantes: " + BalasRestantes); CalculaCalcula(); return(true); } trace("Recarregar Arma !!!"); Tambor.gotoAndPlay(8); som = new Sound(); som.attachSound("tiro_sem_municao"); som.start(); CalculaCalcula(); return(false); } function Recarregar() { if (Key.isDown(32)) { if (_root.BalasRestantes != 5) { trace("Recarregar()"); _root.BalasRestantes = 5; som = new Sound(); som.attachSound("recarrega"); som.start(); Tambor.gotoAndStop(1); } else { trace("Arma j\u00E1 esta carregada!"); } } } function FilaAnimacoes(i) { trace((">>>>>>>>>>>>>>>>>>>FilaAnimacoes " + i) + "<<<<<<<<<<<<<<<<<<<<<<<"); EstadoAnimacoes[i] = 0; } function AnimacaoPlay() { var Animacoes = new Array("an_toxshot", "an_ed", "an_guy", "an_badhombre", "an_alucard", "an_exord"); var i = 0; i = UltimaAnimacao; while (i == UltimaAnimacao) { i = random(6); } UltimaAnimacao = i; if (EstadoAnimacoes[i] == 0) { trace(((Animacoes[i] + " - ") + i) + ": >>>>>Play"); var Animacao = eval (Animacoes[i]); Animacao.gotoAndPlay(2); EstadoAnimacoes[i] = 1; } ExibeEstado(); } function ExibeEstado() { trace(">>>>>>>>>>>>>>>>>>>>>>>EXIBEESTADO<<<<<<<<<<<<<<<<<<<<<<<<"); i = 0; while (i < 6) { trace((("EstadoAnimacoes[" + i) + "]: ") + EstadoAnimacoes[i]); i++; } } function FormataPorcentagem(Valor) { if (valor == 100) { return(100); } trace("Valor.length: " + Valor.length); trace("Valor: " + Valor); var sValor = new String(Valor); Valor = sValor.Substring(0, 5); var Retorno = Valor; trace("sValor.length: " + sValor.length); switch (sValor.length) { case 1 : Retorno = ("0" + Valor) + ".00"; break; case 2 : Retorno = Valor + ".00"; break; case 3 : Retorno = "0" + Valor; break; case 4 : Retorno = Valor + "0"; } trace("Retorno: " + Retorno); return(Retorno); } stop(); var Acertos = 0; var DisparosEfetuados = 0; var VidasPerdidas = 1; var BalasRestantes = 5; var txtTiros = "TIROS: 0"; var txtHombresMortos = "HOMBRES MORTOS: 0"; var txtAcertos = "ACERTOS: 0"; var SEGUNDA_FASE = 30; var TERCEIRA_FASE = 80; var FINAL_FASE = 100; var MusicaFundo = new Sound(); MusicaFundo.attachSound("BG"); MusicaFundo.onSoundComplete = function () { MusicaFundo.start(); }; MusicaFundo.start(); var UltimaAnimacao = -1; var EstadoAnimacoes = new Array(0, 0, 0, 0, 0, 0); myListener = new Object(); myListener.onKeyDown = function () { Recarregar(); }; Key.addListener(myListener); Mouse.hide(); startDrag (Cursor, true);
Frame 6
stop(); Mouse.show(); var BgFim = new Sound(); BgFim.attachSound("BgFim"); BgFim.onSoundComplete = function () { BgFim.start(); }; BgFim.start();
Frame 7
stop();
Frame 8
stop(); Mouse.show();
Symbol 11 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 20 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 26 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 32 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");
Symbol 38 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 39 MovieClip [fpb_states] Frame 1
stop();
Symbol 39 MovieClip [fpb_states] Frame 2
stop();
Symbol 39 MovieClip [fpb_states] Frame 3
stop();
Symbol 39 MovieClip [fpb_states] Frame 4
stop();
Symbol 40 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 47 MovieClip [FPushButtonSymbol] Frame 1
#initclip 3 function FPushButtonClass() { this.init(); } FPushButtonClass.prototype = new FUIComponentClass(); Object.registerClass("FPushButtonSymbol", FPushButtonClass); FPushButtonClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fpb_states", "fpbState_mc", 1); this.attachMovie("FLabelSymbol", "fLabel_mc", 2); this.attachMovie("fpb_hitArea", "fpb_hitArea_mc", 3); super.init(); this.btnState = false; this.setClickHandler(this.clickHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_PUSHBUTTON = 43; this.STATE_SYSTEM_PRESSED = 8; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FPushButtonClass.prototype.setHitArea = function (w, h) { var hit = this.fpb_hitArea_mc; this.hitArea = hit; hit._visible = false; hit._width = w; hit._height = ((arguments.length > 1) ? (h) : (hit._height)); }; FPushButtonClass.prototype.setSize = function (w, h) { w = ((w < 6) ? 6 : (w)); if (arguments.length > 1) { if (h < 6) { h = 6; } } super.setSize(w, h); this.setLabel(this.getLabel()); this.arrangeLabel(); this.setHitArea(w, h); this.boundingBox_mc._width = w; this.boundingBox_mc._height = h; this.drawFrame(); if (this.focused) { super.myOnSetFocus(); } this.initContentPos("fLabel_mc"); }; FPushButtonClass.prototype.arrangeLabel = function () { var label = this.fLabel_mc; var h = this.height; var w = (this.width - 2); var b = 1; this.fLabel_mc.setSize(w - (b * 4)); label._x = b * 3; label._y = (h / 2) - (label._height / 2); }; FPushButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FPushButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); this.arrangeLabel(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FPushButtonClass.prototype.getEnabled = function () { return(this.enabled); }; FPushButtonClass.prototype.setEnabled = function (enable) { if (enable || (enable == undefined)) { this.gotoFrame(1); this.drawFrame(); this.flabel_mc.setEnabled(true); this.enabled = true; super.setEnabled(true); } else { this.gotoFrame(4); this.drawFrame(); this.flabel_mc.setEnabled(false); this.enabled = false; super.setEnabled(false); } }; FPushButtonClass.prototype.txtFormat = function () { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = "center")) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 1)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 1)) : undefined); if (this.fLabel_mc._height > this.height) { super.setSize(this.width, this.fLabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FPushButtonClass.prototype.drawFrame = function () { var b = 1; var x1 = 0; var y1 = 0; var x2 = this.width; var y2 = this.height; var mc_array = ["up_mc", "over_mc", "down_mc", "disabled_mc"]; var frame = mc_array[this.fpbState_mc._currentframe - 1]; var mc = "frame"; var i = 0; while (i < 6) { x1 = x1 + ((i % 2) * b); y1 = y1 + ((i % 2) * b); x2 = x2 - (((i + 1) % 2) * b); y2 = y2 - (((i + 1) % 2) * b); var w = (Math.abs(x1 - x2) + (2 * b)); var h = (Math.abs(y1 - y2) + (2 * b)); this.fpbState_mc[frame][mc + i]._width = w; this.fpbState_mc[frame][mc + i]._height = h; this.fpbState_mc[frame][mc + i]._x = x1 - b; this.fpbState_mc[frame][mc + i]._y = y1 - b; i++; } }; FPushButtonClass.prototype.setClickHandler = function (chng, obj) { this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj)); this.clickHandler = chng; }; FPushButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.clickHandler](this); }; FPushButtonClass.prototype.initContentPos = function (mc) { this.incrVal = 1; this.initx = this[mc]._x - (this.getBtnState() * this.incrVal); this.inity = this[mc]._y - (this.getBtnState() * this.incrVal); this.togx = this.initx + this.incrVal; this.togy = this.inity + this.incrVal; }; FPushButtonClass.prototype.setBtnState = function (state) { this.btnState = state; if (state) { this.fLabel_mc._x = this.togx; this.fLabel_mc._y = this.togy; } else { this.fLabel_mc._x = this.initx; this.fLabel_mc._y = this.inity; } }; FPushButtonClass.prototype.getBtnState = function () { return(this.btnState); }; FPushButtonClass.prototype.myOnSetFocus = function () { this.focused = true; super.myOnSetFocus(); }; FPushButtonClass.prototype.onPress = function () { this.pressFocus(); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); this.setBtnState(true); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRelease = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); this.executeCallBack(); this.setBtnState(false); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRollOver = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); }; FPushButtonClass.prototype.onRollOut = function () { this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onReleaseOutside = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOut = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOver = function () { this.setBtnState(true); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); }; FPushButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this.pressOnce == undefined)) { this.onPress(); this.pressOnce = 1; } }; FPushButtonClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.onRelease(); this.pressOnce = undefined; } }; FPushButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_PUSHBUTTON); }; FPushButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FPushButtonClass.prototype.get_accState = function (childId) { if (this.pressOnce) { return(this.master.STATE_SYSTEM_PRESSED); } return(this.master.STATE_SYSTEM_DEFAULT); }; FPushButtonClass.prototype.get_accDefaultAction = function (childId) { return("Press"); }; FPushButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.onPress(); this.master.onRelease(); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 49 Button
on (press) { gotoAndPlay (32); }
Symbol 50 Button
on (press) { _root.Atirar(); gotoAndPlay (32); }
Symbol 55 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { this.enabled = false; gotoAndPlay (32); } } else { _root.Atirar(0); } }
Symbol 57 Button
on (press) { _root.Atirar(0); }
Symbol 59 MovieClip [an_exord] Frame 1
stop();
Symbol 59 MovieClip [an_exord] Frame 10
this.enabled = true;
Symbol 59 MovieClip [an_exord] Frame 24
_root.RetiraVidas();
Symbol 59 MovieClip [an_exord] Frame 31
_root.FilaAnimacoes(5); stop();
Symbol 59 MovieClip [an_exord] Frame 42
_root.FilaAnimacoes(5); stop();
Symbol 63 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { this.enabled = false; gotoAndPlay (30); } } else { _root.Atirar(0); } }
Symbol 65 MovieClip [an_alucard] Frame 1
stop();
Symbol 65 MovieClip [an_alucard] Frame 8
this.enabled = true;
Symbol 65 MovieClip [an_alucard] Frame 22
this_mc.enabled = false; _root.RetiraVidas();
Symbol 65 MovieClip [an_alucard] Frame 29
this_mc.enabled = true; _root.FilaAnimacoes(4); stop();
Symbol 65 MovieClip [an_alucard] Frame 38
this_mc.enabled = true; _root.FilaAnimacoes(4); stop();
Symbol 69 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { _root.FilaAnimacoes(0); this.enabled = false; gotoAndPlay (34); } } else { _root.Atirar(0); } }
Symbol 71 MovieClip [an_toxshot] Frame 1
stop();
Symbol 71 MovieClip [an_toxshot] Frame 7
this.enabled = true;
Symbol 71 MovieClip [an_toxshot] Frame 23
_root.RetiraVidas();
Symbol 71 MovieClip [an_toxshot] Frame 33
_root.FilaAnimacoes(0); stop();
Symbol 71 MovieClip [an_toxshot] Frame 43
_root.FilaAnimacoes(0); stop();
Symbol 75 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { this.enabled = false; gotoAndPlay (36); } } else { _root.Atirar(0); } }
Symbol 77 MovieClip [an_ed_original] Frame 1
stop();
Symbol 77 MovieClip [an_ed_original] Frame 9
this.enabled = true;
Symbol 77 MovieClip [an_ed_original] Frame 22
_root.RetiraVidas();
Symbol 77 MovieClip [an_ed_original] Frame 35
_root.FilaAnimacoes(1); stop();
Symbol 77 MovieClip [an_ed_original] Frame 45
_root.FilaAnimacoes(1); stop();
Symbol 81 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { this.enabled = false; gotoAndPlay (33); } } else { _root.Atirar(0); } }
Symbol 83 MovieClip [an_guy] Frame 1
stop();
Symbol 83 MovieClip [an_guy] Frame 7
this.enabled = true;
Symbol 83 MovieClip [an_guy] Frame 20
_root.RetiraVidas();
Symbol 83 MovieClip [an_guy] Frame 32
_root.FilaAnimacoes(2); stop();
Symbol 83 MovieClip [an_guy] Frame 41
_root.FilaAnimacoes(2); stop();
Symbol 87 Button
on (press) { if (this.enabled) { if (_root.Atirar(1)) { this.enabled = false; gotoAndPlay (32); } } else { _root.Atirar(0); } }
Symbol 89 MovieClip [an_ed] Frame 1
stop();
Symbol 89 MovieClip [an_ed] Frame 6
this.enabled = true;
Symbol 89 MovieClip [an_ed] Frame 22
_root.RetiraVidas();
Symbol 89 MovieClip [an_ed] Frame 31
_root.FilaAnimacoes(3); stop();
Symbol 89 MovieClip [an_ed] Frame 42
_root.FilaAnimacoes(3); stop();
Symbol 102 Button
on (press) { _root.gotoAndPlay(5); _root = function () { BgComeco.stop(); }; }
Symbol 107 Button
on (press) { _root.gotoAndPlay(7); }
Symbol 108 MovieClip Frame 55
stop();
Symbol 109 MovieClip Frame 21
trace("PRIMEIRA FASE"); _root.AnimacaoPlay(); if (_root.Acertos < _root.SEGUNDA_FASE) { gotoAndPlay (1); }
Symbol 109 MovieClip Frame 39
trace("SEGUNDA FASE"); _root.AnimacaoPlay(); if (_root.Acertos < _root.TERCEIRA_FASE) { gotoAndPlay (24); }
Symbol 109 MovieClip Frame 51
trace("TERCEIRA FASE"); _root.AnimacaoPlay(); if (_root.Acertos < _root.FINAL_FASE) { gotoAndPlay (42); } else { trace("Concluindo a inscricao na promo\u00E7\u00E3o."); lVars = new LoadVars(); lVars.load("inscricao.aspx"); trace("J\u00E1 Era"); lVars.onLoad = function () { _root.gotoAndPlay(8); }; }
Symbol 115 MovieClip Frame 1
stop();
Symbol 128 MovieClip Frame 1
stop(); TamborOver.onRelease = function () { RecarregaMunicao(); }; RecarregaMunicao(); _root.BalasRestantes = 5; gotoAndStop (1); trace("TamborOver()");
Symbol 128 MovieClip Frame 2
stop();
Symbol 128 MovieClip Frame 3
stop();
Symbol 128 MovieClip Frame 4
stop();
Symbol 128 MovieClip Frame 5
stop();
Symbol 128 MovieClip Frame 6
stop();
Symbol 128 MovieClip Frame 7
stop();
Symbol 128 MovieClip Frame 26
gotoAndPlay (8);
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 2
stop();
Symbol 135 MovieClip Frame 3
stop();
Symbol 135 MovieClip Frame 4
stop();
Symbol 135 MovieClip Frame 5
stop();
Symbol 141 MovieClip Frame 1
stop();
Symbol 143 Button
on (press) { Atirar(0); }
Symbol 155 Button
on (press) { this.BgFim.stop(); stopAllSounds(); _root.gotoAndPlay(5); }
Symbol 159 MovieClip Frame 196
gotoAndPlay (164);
Symbol 160 Button
on (press) { _root.gotoAndPlay(5); }
Symbol 177 Button
on (press) { this.BG.stop(); stopAllSounds(); _root.gotoAndPlay(5); }
Symbol 182 MovieClip Frame 70
gotoAndPlay (40);
Symbol 182 MovieClip Frame 71
stop();

Library Items

Symbol 1 Sound [tiro]
Symbol 2 Sound [tiro_sem_municao]
Symbol 3 Sound [recarrega]
Symbol 4 Sound [BgFim]
Symbol 5 Sound [BgComeco]
Symbol 6 Sound [BG]
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [fpb_hitArea]Uses:7
Symbol 9 FontUsed by:10
Symbol 10 EditableTextUses:9Used by:11
Symbol 11 MovieClip [FLabelSymbol]Uses:10
Symbol 12 GraphicUsed by:13 21 27 33
Symbol 13 MovieClipUses:12Used by:20
Symbol 14 GraphicUsed by:15 16 22 23 34 35 160 177
Symbol 15 MovieClipUses:14Used by:20
Symbol 16 MovieClipUses:14Used by:20
Symbol 17 GraphicUsed by:18 19 24 25 28 29 30 31 36 37 102 157 158
Symbol 18 MovieClipUses:17Used by:20
Symbol 19 MovieClipUses:17Used by:20
Symbol 20 MovieClipUses:13 15 16 18 19Used by:39
Symbol 21 MovieClipUses:12Used by:26
Symbol 22 MovieClipUses:14Used by:26
Symbol 23 MovieClipUses:14Used by:26
Symbol 24 MovieClipUses:17Used by:26
Symbol 25 MovieClipUses:17Used by:26
Symbol 26 MovieClipUses:21 22 23 24 25Used by:39
Symbol 27 MovieClipUses:12Used by:32
Symbol 28 MovieClipUses:17Used by:32
Symbol 29 MovieClipUses:17Used by:32
Symbol 30 MovieClipUses:17Used by:32
Symbol 31 MovieClipUses:17Used by:32
Symbol 32 MovieClipUses:27 28 29 30 31Used by:39
Symbol 33 MovieClipUses:12Used by:38
Symbol 34 MovieClipUses:14Used by:38
Symbol 35 MovieClipUses:14Used by:38
Symbol 36 MovieClipUses:17Used by:38
Symbol 37 MovieClipUses:17Used by:38
Symbol 38 MovieClipUses:33 34 35 36 37Used by:39
Symbol 39 MovieClip [fpb_states]Uses:20 26 32 38
Symbol 40 MovieClip [FUIComponentSymbol]
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:47
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:45 155
Symbol 45 MovieClipUses:44Used by:46
Symbol 46 MovieClip [FBoundingBoxSymbol]Uses:43 45Used by:47
Symbol 47 MovieClip [FPushButtonSymbol]Uses:42 46
Symbol 48 ButtonUsed by:50
Symbol 49 ButtonUsed by:50
Symbol 50 ButtonUses:48 49Used by:51
Symbol 51 MovieClip [an_badhombre]Uses:50
Symbol 52 GraphicUsed by:59
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:55 57
Symbol 55 ButtonUses:54Used by:59
Symbol 56 SoundUsed by:59 65 71 77 83 89
Symbol 57 ButtonUses:54Used by:59
Symbol 58 SoundUsed by:59
Symbol 59 MovieClip [an_exord]Uses:55 52 56 57 58Used by:Timeline
Symbol 60 GraphicUsed by:65
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 ButtonUses:62Used by:65
Symbol 64 SoundUsed by:65
Symbol 65 MovieClip [an_alucard]Uses:63 60 56 64Used by:Timeline
Symbol 66 GraphicUsed by:71
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:69
Symbol 69 ButtonUses:68Used by:71
Symbol 70 SoundUsed by:71
Symbol 71 MovieClip [an_toxshot]Uses:69 66 56 70Used by:Timeline
Symbol 72 GraphicUsed by:77
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:75
Symbol 75 ButtonUses:74Used by:77
Symbol 76 SoundUsed by:77
Symbol 77 MovieClip [an_ed_original]Uses:75 72 56 76Used by:Timeline
Symbol 78 GraphicUsed by:83
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:81
Symbol 81 ButtonUses:80Used by:83
Symbol 82 SoundUsed by:83
Symbol 83 MovieClip [an_guy]Uses:81 78 56 82Used by:Timeline
Symbol 84 GraphicUsed by:89
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:87
Symbol 87 ButtonUses:86Used by:89
Symbol 88 SoundUsed by:89
Symbol 89 MovieClip [an_ed]Uses:87 84 56 88Used by:Timeline
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:90 91Used by:Timeline
Symbol 93 FontUsed by:94
Symbol 94 EditableTextUses:93Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:108
Symbol 97 FontUsed by:98 101 103 105 149 152 153 154 156 161 166 167 168 169 170 174 175 176 178 179 180 181
Symbol 98 TextUses:97Used by:102
Symbol 99 BitmapUsed by:100 104
Symbol 100 GraphicUses:99Used by:102
Symbol 101 TextUses:97Used by:102
Symbol 102 ButtonUses:98 100 101 17Used by:108
Symbol 103 TextUses:97Used by:107
Symbol 104 GraphicUses:99Used by:107
Symbol 105 TextUses:97Used by:107
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:103 104 105 106Used by:108
Symbol 108 MovieClipUses:96 102 107Used by:Timeline
Symbol 109 MovieClipUsed by:Timeline
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:110 111Used by:Timeline
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 BitmapUsed by:117 122 123 124 125 126
Symbol 117 GraphicUses:116Used by:128
Symbol 118 GraphicUsed by:119
Symbol 119 ButtonUses:118Used by:128
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:128
Symbol 122 GraphicUses:116Used by:128
Symbol 123 GraphicUses:116Used by:128
Symbol 124 GraphicUses:116Used by:128
Symbol 125 GraphicUses:116Used by:128
Symbol 126 GraphicUses:116Used by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:117 119 121 122 123 124 125 126 127Used by:Timeline
Symbol 129 BitmapUsed by:130 131 132 133 134
Symbol 130 GraphicUses:129Used by:135
Symbol 131 GraphicUses:129Used by:135
Symbol 132 GraphicUses:129Used by:135
Symbol 133 GraphicUses:129Used by:135
Symbol 134 GraphicUses:129Used by:135
Symbol 135 MovieClipUses:130 131 132 133 134Used by:Timeline
Symbol 136 BitmapUsed by:138
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:136 137Used by:Timeline
Symbol 139 GraphicUsed by:141
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:139 140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 ButtonUses:142Used by:Timeline
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:Timeline
Symbol 146 GraphicUsed by:159
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:159
Symbol 149 TextUses:97Used by:159
Symbol 150 ShapeTweeningUsed by:159
Symbol 151 GraphicUsed by:159
Symbol 152 EditableTextUses:97Used by:159
Symbol 153 EditableTextUses:97Used by:159
Symbol 154 EditableTextUses:97Used by:159
Symbol 155 ButtonUses:44Used by:159
Symbol 156 TextUses:97Used by:157 158
Symbol 157 ButtonUses:156 17Used by:159
Symbol 158 ButtonUses:156 17Used by:159
Symbol 159 MovieClipUses:146 148 149 150 151 152 153 154 155 157 158Used by:Timeline
Symbol 160 ButtonUses:14Used by:162
Symbol 161 TextUses:97Used by:162
Symbol 162 MovieClipUses:160 161Used by:Timeline
Symbol 163 BitmapUsed by:165
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:163 164Used by:Timeline
Symbol 166 TextUses:97Used by:Timeline
Symbol 167 TextUses:97Used by:Timeline
Symbol 168 TextUses:97Used by:Timeline
Symbol 169 EditableTextUses:97Used by:182
Symbol 170 TextUses:97Used by:171
Symbol 171 MovieClipUses:170Used by:182
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:182
Symbol 174 TextUses:97Used by:182
Symbol 175 TextUses:97Used by:182
Symbol 176 TextUses:97Used by:182
Symbol 177 ButtonUses:14Used by:182
Symbol 178 TextUses:97Used by:182
Symbol 179 EditableTextUses:97Used by:182
Symbol 180 EditableTextUses:97Used by:182
Symbol 181 EditableTextUses:97Used by:182
Symbol 182 MovieClipUses:169 171 173 174 175 176 177 178 179 180 181Used by:Timeline

Instance Names

"loader"Frame 1Symbol 92 MovieClip
"Temporizador"Frame 5Symbol 109 MovieClip
"Cursor"Frame 5Symbol 112 MovieClip
"Tambor"Frame 5Symbol 128 MovieClip
"Vidas"Frame 5Symbol 135 MovieClip
"Sangue"Frame 5Symbol 141 MovieClip
"an_exord"Frame 5Symbol 59 MovieClip [an_exord]
"an_alucard"Frame 5Symbol 65 MovieClip [an_alucard]
"an_toxshot"Frame 5Symbol 71 MovieClip [an_toxshot]
"an_ed"Frame 5Symbol 77 MovieClip [an_ed_original]
"an_guy"Frame 5Symbol 83 MovieClip [an_guy]
"an_badhombre"Frame 5Symbol 89 MovieClip [an_ed]
"labelField"Symbol 11 MovieClip [FLabelSymbol] Frame 1Symbol 10 EditableText
"frame5"Symbol 20 MovieClip Frame 1Symbol 13 MovieClip
"frame4"Symbol 20 MovieClip Frame 1Symbol 15 MovieClip
"frame3"Symbol 20 MovieClip Frame 1Symbol 16 MovieClip
"frame2"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"frame1"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"frame5"Symbol 26 MovieClip Frame 1Symbol 21 MovieClip
"frame4"Symbol 26 MovieClip Frame 1Symbol 22 MovieClip
"frame3"Symbol 26 MovieClip Frame 1Symbol 23 MovieClip
"frame2"Symbol 26 MovieClip Frame 1Symbol 24 MovieClip
"frame1"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"frame5"Symbol 32 MovieClip Frame 1Symbol 27 MovieClip
"frame4"Symbol 32 MovieClip Frame 1Symbol 28 MovieClip
"frame3"Symbol 32 MovieClip Frame 1Symbol 29 MovieClip
"frame2"Symbol 32 MovieClip Frame 1Symbol 30 MovieClip
"frame1"Symbol 32 MovieClip Frame 1Symbol 31 MovieClip
"frame5"Symbol 38 MovieClip Frame 1Symbol 33 MovieClip
"frame4"Symbol 38 MovieClip Frame 1Symbol 34 MovieClip
"frame3"Symbol 38 MovieClip Frame 1Symbol 35 MovieClip
"frame2"Symbol 38 MovieClip Frame 1Symbol 36 MovieClip
"frame1"Symbol 38 MovieClip Frame 1Symbol 37 MovieClip
"up_mc"Symbol 39 MovieClip [fpb_states] Frame 1Symbol 20 MovieClip
"over_mc"Symbol 39 MovieClip [fpb_states] Frame 2Symbol 26 MovieClip
"down_mc"Symbol 39 MovieClip [fpb_states] Frame 3Symbol 32 MovieClip
"disabled_mc"Symbol 39 MovieClip [fpb_states] Frame 4Symbol 38 MovieClip
"boundingBox"Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 45 MovieClip
"boundingBox2"Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 45 MovieClip
"deadPreview"Symbol 47 MovieClip [FPushButtonSymbol] Frame 1Symbol 42 MovieClip
"boundingBox_mc"Symbol 47 MovieClip [FPushButtonSymbol] Frame 1Symbol 46 MovieClip [FBoundingBoxSymbol]
"an_badhombre"Symbol 51 MovieClip [an_badhombre] Frame 1Symbol 50 Button
"TamborOver"Symbol 128 MovieClip Frame 1Symbol 119 Button

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$xf$v6tk.UUKrxADORDbciIky1."
ExportAssets (56)Timeline Frame 1Symbol 1 as "tiro"
ExportAssets (56)Timeline Frame 1Symbol 2 as "tiro_sem_municao"
ExportAssets (56)Timeline Frame 1Symbol 3 as "recarrega"
ExportAssets (56)Timeline Frame 1Symbol 4 as "BgFim"
ExportAssets (56)Timeline Frame 1Symbol 5 as "BgComeco"
ExportAssets (56)Timeline Frame 1Symbol 6 as "BG"
ExportAssets (56)Timeline Frame 1Symbol 8 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 11 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 39 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 40 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 46 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 47 as "FPushButtonSymbol"
ExportAssets (56)Timeline Frame 1Symbol 51 as "an_badhombre"
ExportAssets (56)Timeline Frame 1Symbol 59 as "an_exord"
ExportAssets (56)Timeline Frame 1Symbol 65 as "an_alucard"
ExportAssets (56)Timeline Frame 1Symbol 71 as "an_toxshot"
ExportAssets (56)Timeline Frame 1Symbol 77 as "an_ed_original"
ExportAssets (56)Timeline Frame 1Symbol 83 as "an_guy"
ExportAssets (56)Timeline Frame 1Symbol 89 as "an_ed"
ExportAssets (56)Timeline Frame 5Symbol 59 as "an_exord"
ExportAssets (56)Timeline Frame 5Symbol 65 as "an_alucard"
ExportAssets (56)Timeline Frame 5Symbol 71 as "an_toxshot"
ExportAssets (56)Timeline Frame 5Symbol 77 as "an_ed_original"
ExportAssets (56)Timeline Frame 5Symbol 83 as "an_guy"
ExportAssets (56)Timeline Frame 5Symbol 89 as "an_ed"

Labels

#"Symbol_10"Symbol 8 MovieClip [fpb_hitArea] Frame 1
"Symbol_32"Symbol 11 MovieClip [FLabelSymbol] Frame 1
"up"Symbol 39 MovieClip [fpb_states] Frame 1
"over"Symbol 39 MovieClip [fpb_states] Frame 2
"down"Symbol 39 MovieClip [fpb_states] Frame 3
"disabled"Symbol 39 MovieClip [fpb_states] Frame 4
"Symbol_36"Symbol 40 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 46 MovieClip [FBoundingBoxSymbol] Frame 2
"PrimeiraFase"Symbol 109 MovieClip Frame 1
"SegundaFase"Symbol 109 MovieClip Frame 21
"TerceiraFase"Symbol 109 MovieClip Frame 39

Dynamic Text Variables

txtPercentageSymbol 94 EditableText""
_root.txtTirosSymbol 152 EditableText"TIROS:DDDSDSSDS"
_root.txtHombresMortosSymbol 153 EditableText"HOMBRES MORTOS:VFDGHFDGF"
_root.txtAcertosSymbol 154 EditableText"ACERTO: PORDCEBVGF"
_root.txtTirosSymbol 179 EditableText"TIROS:DDDSDSSDS"
_root.txtHombresMortosSymbol 180 EditableText"HOMBRES MORTOS:VFDGHFDGF"
_root.txtAcertosSymbol 181 EditableText"ACERTO: PORDCEBVGF"




http://swfchan.com/12/58492/info.shtml
Created: 17/4 -2019 04:01:30 Last modified: 17/4 -2019 04:01:30 Server time: 11/05 -2024 15:20:34