STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229494 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2575 · P5149 |
This is the info page for Flash #21938 |
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P> |
yy |
yy |
yy |
Kbytes loaded: |
Total kbytes: |
ETA: |
Loading... |
go |
go |
Game fully loaded, Click here to play: |
Damnation |
super shootout 2 |
All rights reserved to Eitan Blumin AKA FLATLINE flatline972@hotmail.com :: www.uachq.cjb.net All trademarks are properties of their respective owners |
instructions |
instructions |
Meanwhile, please read the |
Please wait, |
Damnation Shootout 2 |
Proceed: |
This is a fully interactive shootout game in the theme of DooM. You can change almost everything here, so every game can be different from the other. You can change the amount of enemies, damage inflicted by each weapon, whether you'll fight the boss or not, whether to use armor and lots more! Objectives: Kill all enemies on stage without dying. You need to pass a certain criteria of game and winning conditions in order to be able to collect the grand prize: The Flash source file of this game's beta version! I know that for some of you it means nothing at all, but you can still have lots of fun! ;) |
back |
back |
credits |
credits |
Damnation Shootout 2 Credits |
Sound Effects DooM original sound fx Quake 2 Counter-Strike ColdFusion Music Track 1: Marc A. Pullen - Rage Track 2: Don Davis - The Matrix Soundtrack Track 3: Alan Silvestri - Predator 2 Soundtrack Track 4: Marc A. Pullen - The Clash Everything Else: Eitan Blumin AKA FlatlinE flatline972@hotmail.com :: www.uachq.cjb.net The original DooM game is copyrighted to ID Software |
Controls: Aim: Mouse Fire: Mouse button 1 Reload: R Hide: SPACEBAR Weapon Selection: 1 - Pistol 2 - Shotgun 3 - Chaingun Notes: You can't be hurt while hiding, but you also can't shoot. You'll need to periodicly reload your pistol and shotgun by pressing R. The harder you make the game for yourself, the higher score you will get. By collecting the prize you can also register your highscore. |
input |
Zombies on stage: Total zombies: Use armor? Enable boss? Enable zombies: |
input |
The following options can be changed, but by doing so you won't be able to win the prize. |
input |
input |
input |
input |
input |
input |
Pistol clip size: Shotgun shells: Chaingun bullets: Pistol damage: Shotgun damage: Chaingun damage: Zombie health: Boss health: Zombie1's damage: Zombie2's damage: Boss's Damage: |
input |
input |
input |
input |
To be able to win the prize, you need to kill at least 40 zombies, at least 2 zombies on stage, beat the boss, and without using armor. |
Background: |
bg |
loading music... |
muted |
track1 |
track2 |
track3 |
track4 |
paused |
select track: |
input |
HeadQuarters |
100 |
100 |
150 |
/ / |
BULL: SHEL: |
150 |
25 |
150 |
25 |
You won |
Yeppee!! You saved the world from a horde of armed zombies and nasty creatures from hell! If all conditions were met, you will now be able to collect your prize and register your highscore: Enemies killed: Total Score: High Score: Prize available? Click here to play again: All rights reserved to Eitan Blumin AKA FLATLINE flatline972@hotmail.com :: www.uachq.cjb.net All trademarks are properties of their respective owners |
10 / 10 |
1000 |
No, conditions weren't met :( |
Yes!! :D |
collect it! |
collect it! |
1000 |
You are dead |
10 / 10 |
Aaaaw too bad. You're dead! After your guts were splattered all over the place, the remaining zombies had a nice meal of your body... Well whatever was left of it anyway. Enemies killed: Click here to try again: All rights reserved to Eitan Blumin AKA FLATLINE flatline972@hotmail.com :: www.uachq.cjb.net All trademarks are properties of their respective owners |
Please enter a Username, Password and E-mail with which you'll register to the highscore table. If you've already registered, just enter your existing login information below to update your highscore. UserName: Password: E-mail: |
password |
Your HighScore: |
HighScore |
username |
Click here to play again: |
ActionScript [AS1/AS2]
Frame 1function resetvars() { _root.nocheat = true; _root.clipsize = 12; _root.shellssu = 50; _root.bulletssu = 150; _root.dmgpistol = 25; _root.dmgshotgun = 85; _root.dmgbullets = 15; _root.dmgzombie = 9; _root.dmgshotzom = 20; _root.dmgboss = 50; _root.zomhp = 100; _root.bosshp = 700; _root.clipsize1 = _root.clipsize; _root.shellssu1 = _root.shellssu; _root.bulletssu1 = _root.bulletssu; _root.dmgpistol1 = _root.dmgpistol; _root.dmgshotgun1 = _root.dmgshotgun; _root.dmgbullets1 = _root.dmgbullets; _root.dmgzombie1 = _root.dmgzombie; _root.dmgshotzom1 = _root.dmgshotzom; _root.dmgboss1 = _root.dmgboss; _root.zomhp1 = _root.zomhp; _root.bosshp1 = _root.bosshp; } stopAllSounds(); resetvars(); _root.highscore = 0; _root.bg = 1; _root.zomarr = new Array(); _root.zomarr[0] = "zombie"; _root.zomarr[1] = "shotgun"; _root.totalenem = 20; _root.initialzom = 2; _root.ifarmor = "No"; _root.ifboss = "Yes"; _root.ifshotgun = true; _root.ifauto = true; play();Frame 2if (_framesloaded >= _totalframes) { gotoAndPlay (7); }Frame 5gotoAndPlay (2);Frame 10stop();Frame 18stop();Frame 24stop();Frame 32function armorDisplay(component) { _root.ifarmor = component.getValue(); trace(ifarmor); } function bossDisplay(component) { _root.ifboss = component.getValue(); trace(ifboss); } function shotgunDisplay(component) { _root.ifshotgun = component.getValue(); trace(ifshotgun); } function autoDisplay(component) { _root.ifauto = component.getValue(); trace(ifauto); } function zomDisplay(component) { if (component.getValue() == "Normal") { _root.zomarr[0] = "zombie"; _root.zomarr[1] = "zombie"; } else if (component.getValue() == "Shotgun") { _root.zomarr[0] = "shotgun"; _root.zomarr[1] = "shotgun"; } else if (component.getValue() == "Both") { _root.zomarr[0] = "zombie"; _root.zomarr[1] = "shotgun"; } trace(component.getValue()); } function updateDisplay() { _root.nocheat = false; _root.highscore = 0; _root.clipsize = _root.clipsize1; _root.shellssu = _root.shellssu1; _root.bulletssu = _root.bulletssu1; _root.dmgpistol = _root.dmgpistol1; _root.dmgshotgun = _root.dmgshotgun1; _root.dmgbullets = _root.dmgbullets1; _root.dmgzombie = _root.dmgzombie1; _root.dmgshotzom = _root.dmgshotzom1; _root.dmgboss = _root.dmgboss1; _root.zomhp = _root.zomhp1; _root.bosshp = _root.bosshp1; trace("changes were saved and cheats enabled"); } armorgrp.setChangeHandler("armorDisplay"); bossgrp.setChangeHandler("bossDisplay"); zomgrp.setChangeHandler("zomDisplay"); FStyle = new FStyleFormat(); FStyle.textColor = 52224; FStyle.face = 17408; FStyle.darkshadow = 56576; FStyle.shadow = 60928; FStyle.highlight = 65280; FStyle.highlight3d = 65280; FStyle.addListener(armorgrp); FStyle.addListener(bossgrp); FStyle.addListener(zomgrp); FStyle.addListener(shotgunv); FStyle.addListener(autov); FStyle.addListener(resetbtn); FStyle.addListener(savebtn); stop();Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "Yes"; initialState = false; groupName = "armorgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "No"; initialState = true; groupName = "armorgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "Yes"; initialState = true; groupName = "bossgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "No"; initialState = false; groupName = "bossgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 109 MovieClip [FCheckBoxSymbol] "shotgunv" in Frame 32//component parameters onClipEvent (initialize) { label = "Enable Shotgun"; initialValue = true; labelPlacement = "right"; changeHandler = "shotgunDisplay"; }Instance of Symbol 109 MovieClip [FCheckBoxSymbol] "autov" in Frame 32//component parameters onClipEvent (initialize) { label = "Enable Chaingun"; initialValue = true; labelPlacement = "right"; changeHandler = "autoDisplay"; }Instance of Symbol 106 MovieClip [FPushButtonSymbol] "savebtn" in Frame 32//component parameters onClipEvent (initialize) { label = "Save changes"; clickHandler = "updateDisplay"; }Instance of Symbol 106 MovieClip [FPushButtonSymbol] "resetbtn" in Frame 32//component parameters onClipEvent (initialize) { label = "Reset to default"; clickHandler = "resetvars"; }Instance of Symbol 129 MovieClip in Frame 32onClipEvent (enterFrame) { if (_root._framesloaded >= _root._totalframes) { this.gotoAndStop("loaded"); } }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "Normal"; initialState = false; groupName = "zomgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "Shotgun"; initialState = false; groupName = "zomgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 112 MovieClip [FRadioButtonSymbol] in Frame 32//component parameters onClipEvent (initialize) { label = "Both"; initialState = true; groupName = "zomgrp"; data = ""; labelPlacement = "right"; changeHandler = ""; }Instance of Symbol 232 MovieClip in Frame 32onClipEvent (enterFrame) { this.gotoAndStop("bg" + _root.bg); }Frame 39_root._quality = "LOW"; stopAllSounds();Frame 40function takehit(damage) { _root.hitMC.gotoAndPlay("hit"); if (_root.armor > 0) { _root.armor = _root.armor - Math.round(damage * 1.3); if (_root.armor < 0) { _root.armor = 0; } } else { _root.health = _root.health - damage; if (_root.health <= 0) { stopAllSounds(); _root.gotoAndPlay("dead"); } else { plapain.stop(); plapain.start(0.00011, 1); } } } emptypistol = new Sound(); emptypistol.attachSound("dryfire"); _root.wep = "pistol"; _root.bullets = _root.bulletssu; _root.shells = _root.shellssu - 8; _root.shelclip = 8; _root.curclip = _root.clipsize; _root.hide = true; _root.health = 100; if (_root.ifarmor == "Yes") { trace("armor was set!"); _root.armor = 100; } else { _root.armor = 0; } _root.killed = 0; _root.zomcount = _root.initialzom; play();Instance of Symbol 232 MovieClip "bgMC" in Frame 40onClipEvent (load) { this.gotoAndStop("bg" + _root.bg); }Instance of Symbol 344 MovieClip "respawner" in Frame 40/* no clip actions */Instance of Symbol 350 MovieClip in Frame 40/* no clip actions */Instance of Symbol 352 MovieClip "crosshair" in Frame 40onClipEvent (enterFrame) { startDrag ("", true); Mouse.hide(); }Instance of Symbol 354 MovieClip "hitMC" in Frame 40/* no clip actions */Instance of Symbol 377 MovieClip "gun" in Frame 40onClipEvent (enterFrame) { this._x = _root.crosshair._x; }Instance of Symbol 392 MovieClip in Frame 40/* no clip actions */Frame 41play();Frame 42prevFrame();Frame 48scorestat = (_root.killed + " / ") + _root.totalenem; if (_root.ifboss == "Yes") { scorestat = scorestat + " +boss"; } totalscore = _root.killed * 10; totalscore = totalscore + (_root.initialzom * 5); totalscore = totalscore + Math.round((_root.bullets * 100) / _root.bulletssu); totalscore = totalscore + Math.round((_root.shells * 100) / _root.shellssu); if ((_root.ifarmor == "No") or (_root.armor == 100)) { _root.armorpassed = true; totalscore = totalscore + (_root.health * 10); } else { _root.armorpassed = false; } if (_root.zomarr[0] == "shotgun") { totalscore = totalscore + 50; } if (_root.zomarr[1] == "shotgun") { totalscore = totalscore + 50; } if (_root.armorpassed && (_root.nocheat)) { if (!_root.ifshotgun) { totalscore = totalscore + 50; } if (!_root.ifauto) { totalscore = totalscore + 50; } trace("Player has NOT cheated"); } else { trace("Player has cheated :("); } trace("score before calculating boss:" + totalscore); if ((_root.ifboss == "Yes") && (_root.bosshp > 600)) { _root.bosspassed = true; totalscore = totalscore + _root.bosshp; } if (totalscore > _root.highscore) { _root.highscore = totalscore; } Mouse.show(); play(); _root.pause = false;Instance of Symbol 406 MovieClip in Frame 48onClipEvent (enterFrame) { if ((((_root.bosspassed && (_root.killed >= 40)) && (_root.initialzom >= 2)) && (_root.armorpassed)) && (_root.nocheat)) { this.gotoAndStop("collect"); } } onClipEvent (load) { trace((((((((("boss:" + _root.bosspassed) + ", totalen:") + _root.totalenem) + " , initial:") + _root.initialzom) + ", armor:") + _root.armorpassed) + ", cheat:") + _root.nocheat); if ((((_root.bosspassed && (_root.killed >= 40)) && (_root.initialzom >= 2)) && (_root.armorpassed)) && (_root.nocheat)) { trace("Prize is available!"); } }Frame 50stopAllSounds(); prevFrame();Frame 54scorestat = (_root.killed + " / ") + _root.totalenem; if (_root.ifboss == "Yes") { scorestat = scorestat + " and boss was not killed"; } Mouse.show(); play(); _root.pause = false; _root.health = 0;Frame 56prevFrame();Frame 57prevFrame();Frame 62function loginFunc(component) { scorekey = _root.highscore * 3; getURL ((((((((("http://uachq.service-club.net/games/register.asp?user=" + _root.username) + "&email=") + _root.email) + "&pass=") + _root.password) + "&score=") + _root.highscore) + "&key=") + scorekey, "uachq"); trace("Opening login page..."); } FStyle.addListener(submitbtn);Instance of Symbol 106 MovieClip [FPushButtonSymbol] "submitbtn" in Frame 62//component parameters onClipEvent (initialize) { label = "Submit Score"; clickHandler = "loginFunc"; }Symbol 17 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 23 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 29 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");Symbol 35 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 36 MovieClip [fpb_states] Frame 1stop();Symbol 36 MovieClip [fpb_states] Frame 2stop();Symbol 36 MovieClip [fpb_states] Frame 3stop();Symbol 36 MovieClip [fpb_states] Frame 4stop();Symbol 46 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");Symbol 49 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "background");Symbol 51 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 53 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 56 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");Symbol 59 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(check_mc, "check");Symbol 60 MovieClip [fcb_states] Frame 1stop();Symbol 60 MovieClip [fcb_states] Frame 2stop();Symbol 60 MovieClip [fcb_states] Frame 3stop();Symbol 60 MovieClip [fcb_states] Frame 4stop();Symbol 60 MovieClip [fcb_states] Frame 5stop();Symbol 60 MovieClip [fcb_states] Frame 6stop();Symbol 64 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; }; #endinitclipSymbol 73 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");Symbol 76 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "background");Symbol 79 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 81 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 84 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(disabled_mc, "foregroundDisabled");Symbol 87 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(dot_mc, "radioDot");Symbol 88 MovieClip [frb_states] Frame 1stop();Symbol 88 MovieClip [frb_states] Frame 2stop();Symbol 88 MovieClip [frb_states] Frame 3stop();Symbol 88 MovieClip [frb_states] Frame 4stop();Symbol 88 MovieClip [frb_states] Frame 5stop();Symbol 89 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)); }; #endinitclipSymbol 99 MovieClip Frame 7stop(); _parent.removeMovieClip(this);Symbol 100 MovieClip [miss] Frame 17stop(); if (_root.hide) { _root.takehit(_root.dmgboss - Math.round(_root.dmgboss * 0.5)); }Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();Symbol 106 MovieClip [FPushButtonSymbol] Frame 1#initclip 5 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 109 MovieClip [FCheckBoxSymbol] Frame 1#initclip 3 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; 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; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : 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); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;Symbol 112 MovieClip [FRadioButtonSymbol] Frame 1#initclip 4 function FRadioButtonClass() { this.init(); } function FRadioButtonGroupClass() { this.radioInstances = new Array(); } FRadioButtonClass.prototype = new FUIComponentClass(); FRadioButtonGroupClass.prototype = new FUIComponentClass(); Object.registerClass("FRadioButtonSymbol", FRadioButtonClass); FRadioButtonClass.prototype.init = function () { if (this.initialState == undefined) { this.selected = false; } else { this.selected = this.initialState; } super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.boundingBox_mc._width = 0; this.boundingBox_mc._height = 0; this.attachMovie("frb_hitArea", "frb_hitArea_mc", 1); this.attachMovie("frb_states", "frb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); this.setChangeHandler(this.changeHandler); if (this.label != undefined) { this.setLabel(this.label); } if (this.initialState == undefined) { this.setValue(false); } else { this.setValue(this.initialState); } if (this.data == "") { this.data = undefined; } else { this.setData(this.data); } this.addToRadioGroup(); this.ROLE_SYSTEM_RADIOBUTTON = 45; this.STATE_SYSTEM_SELECTED = 16; 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; }; FRadioButtonClass.prototype.setHitArea = function (w, h) { var hit = this.frb_hitArea_mc; this.hitArea = hit; if (this.frb_states_mc._width > w) { hit._width = this.frb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FRadioButtonClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.setEnabled(this.enable); }; FRadioButtonClass.prototype.setSize = function (w, h) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.frb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FRadioButtonClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.frb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var radioWidth = this.frb_states_mc._width; var frame = this.frb_states_mc; var label = this.fLabel_mc; var w = (this.width - frame._width); if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.frb_states_mc._x = 0; this.fLabel_mc._x = radioWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.frb_states_mc._x = this.width - radioWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.frb_hitArea_mc._y = vertCenter; this.setLabel(this.getLabel()); }; FRadioButtonClass.prototype.setData = function (dataValue) { this.data = dataValue; }; FRadioButtonClass.prototype.getData = function () { return(this.data); }; FRadioButtonClass.prototype.getState = function () { return(this.selected); }; FRadioButtonClass.prototype.getSize = function () { return(this.width); }; FRadioButtonClass.prototype.getGroupName = function () { return(this.groupName); }; FRadioButtonClass.prototype.setGroupName = function (groupName) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i] == this) { delete this._parent[this.groupName].radioInstances[i]; } i++; } this.groupName = groupName; this.addToRadioGroup(); }; FRadioButtonClass.prototype.addToRadioGroup = function () { if (this._parent[this.groupName] == undefined) { this._parent[this.groupName] = new FRadioButtonGroupClass(); } this._parent[this.groupName].addRadioInstance(this); }; FRadioButtonClass.prototype.setValue = function (selected) { if (selected || (selected == undefined)) { this.setState(true); this.focusRect.removeMovieClip(); this.executeCallBack(); } else if (selected == false) { this.setState(false); } }; FRadioButtonClass.prototype.setTabState = function (selected) { Selection.setFocus(this); this.setState(selected); this.drawFocusRect(); this.executeCallBack(); }; FRadioButtonClass.prototype.setState = function (selected) { if (selected || (selected == undefined)) { this.tabEnabled = true; for (var i in this._parent) { if ((this != this._parent[i]) && (this._parent[i].groupName == this.groupName)) { this._parent[i].setState(false); this._parent[i].tabEnabled = false; } } } if (this.enable) { this.flabel_mc.setEnabled(true); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedEnabled"); this.enabled = false; this.selected = true; this.tabEnabled = true; this.tabFocused = true; } else { this.frb_states_mc.gotoAndStop("unselectedEnabled"); this.enabled = true; this.selected = false; this.tabEnabled = false; var enabTrue = this._parent[this.groupName].getEnabled(); var noneSelect = (this._parent[this.groupName].getValue() == undefined); if (enabTrue && (noneSelect)) { this._parent[this.groupName].radioInstances[0].tabEnabled = true; } } } else { this.flabel_mc.setEnabled(false); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedDisabled"); this.enabled = false; this.selected = true; this.tabEnabled = false; } else { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.enabled = false; this.selected = false; this.tabEnabled = false; } } if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FRadioButtonClass.prototype.getValue = function () { if (this.selected) { if ((this.data == "") || (this.data == undefined)) { return(this.getLabel()); } return(this.data); } }; FRadioButtonClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; super.setEnabled(true); } else { this.enable = false; super.setEnabled(false); } this.setState(this.selected); var cgn = (this._parent[this.groupName].getEnabled() == undefined); var cgnez = (this._parent[this.groupName].radioInstances[0].getEnabled() == false); if (cgn && (cgnez)) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i].getEnabled() == true) { this._parent[this.groupName].radioInstances[i].tabEnabled = true; return(undefined); } i++; } } }; FRadioButtonClass.prototype.getEnabled = function () { return(this.enable); }; FRadioButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FRadioButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.getLabel()); }; FRadioButtonClass.prototype.onPress = function () { this.pressFocus(); this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.onRelease = function () { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.setValue(!this.selected); }; FRadioButtonClass.prototype.onReleaseOutside = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOut = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOver = function () { this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this._parent[this.groupName]); }; FRadioButtonGroupClass.prototype.addRadioInstance = function (instance) { this.radioInstances.push(instance); this.radioInstances[0].tabEnabled = true; }; FRadioButtonGroupClass.prototype.setEnabled = function (enableFlag) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setEnabled(enableFlag); i++; } }; FRadioButtonGroupClass.prototype.getEnabled = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getEnabled() != this.radioInstances[0].getEnabled()) { return(undefined); } i++; } return(this.radioInstances[0].getEnabled()); }; FRadioButtonGroupClass.prototype.setChangeHandler = function (changeHandler, obj) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setChangeHandler(changeHandler, obj); i++; } }; FRadioButtonGroupClass.prototype.getValue = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { if ((this.radioInstances[i].data == "") || (this.radioInstances[i].data == undefined)) { return(this.radioInstances[i].getLabel()); } return(this.radioInstances[i].data); } i++; } }; FRadioButtonGroupClass.prototype.getData = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected) { return(this.radioInstances[i].getData()); } i++; } }; FRadioButtonGroupClass.prototype.getInstance = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { return(i); } i++; } }; FRadioButtonGroupClass.prototype.setValue = function (dataValue) { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].data == dataValue) { this.radioInstances[i].setValue(true); return(undefined); } i++; } var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getLabel() == dataValue) { this.radioInstances[i].setValue(true); } i++; } }; FRadioButtonGroupClass.prototype.setSize = function (w) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setSize(w); i++; } }; FRadioButtonGroupClass.prototype.getSize = function () { var widestRadio = 0; var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].width >= widestRadio) { widestRadio = this.radioInstances[i].width; } i++; } return(widestRadio); }; FRadioButtonGroupClass.prototype.setGroupName = function (groupName) { this.oldGroupName = this.radioInstances[0].groupName; var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].groupName = groupName; this.radioInstances[i].addToRadioGroup(); i++; } delete this._parent[this.oldGroupName]; }; FRadioButtonGroupClass.prototype.getGroupName = function () { return(this.radioInstances[0].groupName); }; FRadioButtonGroupClass.prototype.setLabelPlacement = function (pos) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setLabelPlacement(pos); i++; } }; FRadioButtonGroupClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setStyleProperty(propName, value, isGlobal); i++; } }; FRadioButtonGroupClass.prototype.addListener = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].addListener(); i++; } }; FRadioButtonGroupClass.prototype.applyChanges = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].applyChanges(); i++; } }; FRadioButtonGroupClass.prototype.removeListener = function (component) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].removeListener(component); i++; } }; FRadioButtonClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 3); }; FRadioButtonClass.prototype.myOnKillFocus = function () { Key.removeListener(this.keyListener); this.focused = false; this.focusRect.removeMovieClip(); this._parent[this.groupName].foobar = 0; }; FRadioButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this._parent[this.groupName].getValue() == undefined)) { if (this._parent[this.groupName].radioInstances[0] == this) { this.setTabState(true); } } if ((Key.getCode() == 40) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i < this._parent[this.groupName].radioInstances.length) { var inc = (i + 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i++; } } if ((Key.getCode() == 38) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i >= 0) { var inc = (i - 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i--; } } }; FRadioButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_RADIOBUTTON); }; FRadioButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FRadioButtonClass.prototype.get_accState = function (childId) { if (this.master.getState()) { return(this.master.STATE_SYSTEM_SELECTED); } return(0); }; FRadioButtonClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getState()) { return("UnCheck"); } return("Check"); }; FRadioButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;Symbol 127 Buttonon (release) { _root.gotoAndPlay("shootoutstart"); }Symbol 129 MovieClip Frame 1time1 = int(getTimer() / 1000);Symbol 129 MovieClip Frame 2percentType = 0; b_loaded = _root.getBytesLoaded(); b_total = _root.getBytesTotal(); time = (getTimer() / 1000) - time1; totalbytes = Math.round(_root.getBytesTotal() / 1000); loadedbytes = Math.round(_root.getBytesLoaded() / 1000); bps = b_loaded / time; b_left = b_total - b_loaded; s_left = Math.ceil(b_left / bps); min = Math.floor(s_left / 60); min = Math.round(min); if (min >= 1) { s_left = s_left - Math.floor(min * 60); s_left = Math.round(s_left); if (s_left < 10) { s_left = "0" add s_left; } } else { min = "0"; if (s_left < 10) { s_left = "0" add s_left; } } timeleft = (min add ":") add s_left; bit_rate = int(bps) add "bps"; percent = (b_loaded / b_total) * 100; _root.bar._xscale = percent; if (percentType == 0) { percentVal = Math.round(percent) + "%"; } else { percentVal = percent + "%"; }Symbol 129 MovieClip Frame 3gotoAndPlay (2);Symbol 142 Buttonon (release) { gotoAndStop (10); }Symbol 147 Buttonon (release) { gotoAndStop (24); }Symbol 155 Buttonon (release) { if (_framesloaded < _totalframes) { gotoAndPlay (1); } }Symbol 161 Buttonon (release) { gotoAndStop (18); }Symbol 165 Buttonon (release) { gotoAndStop (10); }Symbol 166 Buttonon (release) { if (_root._framesloaded >= _root._totalframes) { gotoAndStop (32); } else { gotoAndPlay (10); } }Symbol 187 Buttonon (release) { if (_root.bg < 4) { _root.bg++; } else { _root.bg = 1; } }Symbol 188 Buttonon (release) { if (_root.bg > 1) { _root.bg--; } else { _root.bg = 4; } }Symbol 202 MovieClip Frame 1stop();Symbol 202 MovieClip Frame 8stop();Symbol 202 MovieClip Frame 14stop();Symbol 202 MovieClip Frame 20stop();Symbol 202 MovieClip Frame 26stop();Symbol 208 Buttonon (release) { stopAllSounds(); if (_root.music >= 4) { _root.music = 1; } else { _root.music++; } musMC.gotoAndStop("mus" + _root.music); }Symbol 213 Buttonon (release) { stopAllSounds(); _root.music = 0; musMC.gotoAndStop("mus" + _root.music); }Symbol 214 Buttonon (release) { stopAllSounds(); if (_root.music <= 1) { _root.music = 4; } else { _root.music--; } musMC.gotoAndStop("mus" + _root.music); }Symbol 219 Buttonon (release) { if (pause) { pause = false; musMC.gotoAndStop("mus" + _root.music); } else { stopAllSounds(); pause = true; musMC.gotoAndStop("paused"); } }Symbol 220 MovieClip Frame 1play();Symbol 220 MovieClip Frame 3if (_root._totalframes >= _root._framesloaded) { gotoAndStop (7); } else { gotoAndPlay (1); }Symbol 220 MovieClip Frame 7stop(); pause = false;Instance of Symbol 202 MovieClip "musMC" in Symbol 220 MovieClip Frame 7onClipEvent (load) { this.gotoAndStop("mus" + _root.music); }Symbol 221 Buttonon (release) { gotoAndStop (24); }Symbol 232 MovieClip Frame 1stop();Symbol 232 MovieClip Frame 6stop();Symbol 232 MovieClip Frame 11stop();Symbol 232 MovieClip Frame 16stop();Symbol 233 Buttonon (press) { if (_root.hide && (!_root.pause)) { if (_root.clip <= 0) { emptypistol.start(0, 1); } else { _root.gun.wep.gotoAndPlay("shoot"); } } } on (keyPress "r") { _root.gun.wep.gotoAndPlay("reload"); } on (keyPress "1") { _root.wep = "pistol"; _root.gun.wep.gotoAndPlay("holster"); } on (keyPress "2") { if (_root.ifshotgun) { _root.wep = "shotgun"; _root.gun.wep.gotoAndPlay("holster"); } } on (keyPress "3") { if (_root.ifauto) { _root.wep = "auto"; _root.gun.wep.gotoAndPlay("holster"); } }Symbol 234 Buttonon (press) { if (_root.hide && (!_root.pause)) { if (_root.clip <= 0) { _root.emptypistol.start(0, 1); } else { _root.gun.wep.gotoAndPlay("shoot"); this.gotoAndPlay("hit"); } } }Symbol 259 MovieClip Frame 1zomhealth = _root.zomhp; zompain = new Sound(this); zompain.attachSound("impouch"); berreta = new Sound(this); berreta.attachSound("berreta");Instance of Symbol 235 MovieClip in Symbol 259 MovieClip Frame 1onClipEvent (enterFrame) { if ((((this.hitTest(_root.crosshair) && (_root.hide)) && (!_root.pause)) && ((_root.wep == "auto") or (_root.wep == "shotgun"))) && (Key.isDown(1))) { if (_root.clip <= 0) { _root.emptypistol.start(0, 1); } else { _root.gun.wep.gotoAndPlay("shoot"); _parent.gotoAndPlay("hit"); } } }Symbol 259 MovieClip Frame 2fchn = random(4);Symbol 259 MovieClip Frame 14if (fchn < 2) { gotoAndPlay (20); } else { gotoAndPlay (2); }Symbol 259 MovieClip Frame 20hitchn = random(4); _parent.stop();Symbol 259 MovieClip Frame 27berreta.start(0.00011, 1); if ((hitchn < 2) && (_root.hide)) { _root.takehit(_root.dmgzombie); }Symbol 259 MovieClip Frame 35gotoAndPlay (2); _parent.play();Symbol 259 MovieClip Frame 38_parent.stop(); zomhealth = zomhealth - _root.damage; if (zomhealth <= 0) { zompain.stop(); gotoAndPlay (42); } else { zompain.stop(); zompain.start(0, 1); }Symbol 259 MovieClip Frame 40gotoAndPlay (2); _parent.play();Symbol 259 MovieClip Frame 42_parent.stop();Symbol 259 MovieClip Frame 54_root.killed++; if (_root.zomcount < _root.totalenem) { _root.zomcount++; duplicateMovieClip (_root.respawner.zom, "zom" + _root.zomcount, _root.zomcount); _root.respawner["zom" + _root.zomcount]._x = random(200) - 100; _root.respawner["zom" + _root.zomcount]._y = random(100) - 100; } else if (_root.killed >= _root.totalenem) { if (_root.ifboss == "Yes") { _root.respawner.gotoAndStop("boss"); } else { _root.gotoAndStop("win"); } } stop();Symbol 260 MovieClip Frame 66gotoAndPlay (1);Instance of Symbol 259 MovieClip in Symbol 260 MovieClip Frame 66/* no clip actions */Symbol 286 MovieClip Frame 1zomhealth = _root.zomhp; zompain = new Sound(this); zompain.attachSound("impouch");Instance of Symbol 235 MovieClip in Symbol 286 MovieClip Frame 1onClipEvent (enterFrame) { if ((((this.hitTest(_root.crosshair) && (_root.hide)) && (!_root.pause)) && ((_root.wep == "auto") or (_root.wep == "shotgun"))) && (Key.isDown(1))) { if (_root.clip <= 0) { _root.emptypistol.start(0, 1); } else { _root.gun.wep.gotoAndPlay("shoot"); _parent.gotoAndPlay("hit"); } } }Symbol 286 MovieClip Frame 2fchn = random(4);Symbol 286 MovieClip Frame 14if (fchn < 2) { gotoAndPlay (20); } else { gotoAndPlay (2); }Symbol 286 MovieClip Frame 20_parent.stop(); hitchn = random(3);Symbol 286 MovieClip Frame 27if ((hitchn < 2) && (_root.hide)) { _root.takehit(random(_root.dmgshotzom)); }Symbol 286 MovieClip Frame 40gotoAndPlay (2); _parent.play();Symbol 286 MovieClip Frame 43_parent.stop(); zomhealth = zomhealth - Math.round(_root.damage * 0.9); if (zomhealth <= 0) { zompain.stop(); gotoAndPlay (47); } else { zompain.stop(); zompain.start(0, 1); }Symbol 286 MovieClip Frame 45gotoAndPlay (2); _parent.play();Symbol 286 MovieClip Frame 47_parent.stop();Symbol 286 MovieClip Frame 59_root.killed++; if (_root.zomcount < _root.totalenem) { _root.zomcount++; duplicateMovieClip (_root.respawner.zom, "zom" + _root.zomcount, _root.zomcount); _root.respawner["zom" + _root.zomcount]._x = random(200) - 100; _root.respawner["zom" + _root.zomcount]._y = random(100) - 100; } else if (_root.killed >= _root.totalenem) { if (_root.ifboss == "Yes") { _root.respawner.gotoAndStop("boss"); } else { _root.gotoAndStop("win"); } } stop();Symbol 288 MovieClip Frame 1stop();Instance of Symbol 260 MovieClip "zom" in Symbol 288 MovieClip Frame 1/* no clip actions */Symbol 288 MovieClip Frame 5stop();Symbol 306 Buttonon (press) { if (_root.hide && (!_root.pause)) { if (_root.clip <= 0) { _root.emptypistol.start(0, 1); } else if (random(3) < 2) { _root.gun.wep.gotoAndPlay("shoot"); zomhealth = zomhealth - (_root.damage * 0.5); if (zomhealth <= 0) { zompain.stop(); gotoAndPlay (39); } else { zompain.stop(); zompain.start(0, 1); } } else { _root.gun.wep.gotoAndPlay("shoot"); this.gotoAndPlay("hit"); } } }Symbol 341 MovieClip Frame 1zomhealth = _root.bosshp; zompain = new Sound(this); zompain.attachSound("bossouch"); launch = new Sound(); launch.attachSound("rocket");Instance of Symbol 235 MovieClip in Symbol 341 MovieClip Frame 1onClipEvent (enterFrame) { if ((((this.hitTest(_root.crosshair) && (_root.hide)) && (!_root.pause)) && ((_root.wep == "auto") or (_root.wep == "shotgun"))) && (Key.isDown(1))) { if (_root.clip <= 0) { _root.emptypistol.start(0, 1); } else if (random(3) < 2) { _root.gun.wep.gotoAndPlay("shoot"); zomhealth = zomhealth - (_root.damage * 0.5); if (zomhealth <= 0) { zompain.stop(); gotoAndPlay (39); } else { zompain.stop(); zompain.start(0, 1); } } else { _parent.gotoAndPlay("hit"); } } }Symbol 341 MovieClip Frame 2fired = 3; fchn = random(5);Symbol 341 MovieClip Frame 14if (fchn < 2) { gotoAndPlay (20); } else { gotoAndPlay (2); }Symbol 341 MovieClip Frame 20_parent.stop();Symbol 341 MovieClip Frame 28launch.start(0, 1); fired--; _root.respawner.bossMC.mnstboss.attachMovie("miss", "mis" + fired, fired); _root.respawner.bossMC.mnstboss["mis" + fired]._x = _x + 50; _root.respawner.bossMC.mnstboss["mis" + fired]._y = _y + 2;Symbol 341 MovieClip Frame 31if (fired <= 0) { gotoAndPlay (2); _parent.play(); } else { gotoAndPlay (20); }Symbol 341 MovieClip Frame 34_parent.stop(); zomhealth = zomhealth - (_root.damage * 0.5); if (zomhealth <= 0) { zompain.stop(); gotoAndPlay (39); } else { zompain.stop(); zompain.start(0, 1); }Symbol 341 MovieClip Frame 37gotoAndPlay (2); _parent.play();Symbol 341 MovieClip Frame 39_parent.stop();Symbol 341 MovieClip Frame 102stop(); _root.gotoAndStop("win");Symbol 342 MovieClip Frame 138gotoAndPlay (30);Instance of Symbol 291 MovieClip in Symbol 343 MovieClip Frame 1onClipEvent (enterFrame) { if (sw != 1) { _root.bgMC._x = _root.bgMC._x - 4; sw = 1; } else { _root.bgMC._x = _root.bgMC._x + 4; sw = 0; } }Symbol 343 MovieClip Frame 64stop();Symbol 344 MovieClip Frame 1i = 2; while (i <= _root.initialzom) { duplicateMovieClip (_root.respawner.zom, "zom" + i, i); _root.respawner["zom" + i]._x = random(200) - 150; _root.respawner["zom" + i]._y = random(100) - 100; i++; } stop();Instance of Symbol 288 MovieClip "zom" in Symbol 344 MovieClip Frame 1onClipEvent (load) { ran = random(2); gotoAndStop(_root.zomarr[ran]); }Symbol 344 MovieClip Frame 5stop();Symbol 347 Buttonon (keyPress "<Space>") { gotoAndPlay (10); _root.hide = false; }Symbol 349 Buttonon (keyPress "<Space>") { gotoAndPlay (15); _root.hide = true; }Symbol 350 MovieClip Frame 1stop();Symbol 350 MovieClip Frame 13stop();Symbol 350 MovieClip Frame 18gotoAndStop (1);Symbol 354 MovieClip Frame 1stop();Symbol 354 MovieClip Frame 6gotoAndStop (1);Symbol 362 MovieClip Frame 1_root.clip = _root.curclip; _root.damage = _root.dmgpistol;Symbol 362 MovieClip Frame 5stop();Symbol 362 MovieClip Frame 9berreta.stop(); berreta.start(0.00011, 1); _root.clip--;Symbol 362 MovieClip Frame 16gotoAndStop (5);Symbol 362 MovieClip Frame 24_root.clip = 0;Symbol 362 MovieClip Frame 40_root.clip = _root.clipsize; gotoAndStop (5);Symbol 362 MovieClip Frame 46_root.curclip = _root.clip; _parent.gotoAndStop(_root.wep);Symbol 371 MovieClip Frame 1if ((_root.shells >= _root.shelclip) && (_root.shelclip <= 8)) { _root.shells = _root.shells - _root.shelclip; _root.clip = _root.shelclip; } else if (_root.shells > 0) { _root.clip = _root.shells; _root.shells = 0; } else { _root.clip = 0; } _root.damage = _root.dmgshotgun;Symbol 371 MovieClip Frame 5stop();Symbol 371 MovieClip Frame 9_root.pause = true;Symbol 371 MovieClip Frame 10_root.clip--;Symbol 371 MovieClip Frame 21_root.pause = false;Symbol 371 MovieClip Frame 22if ((Key.isDown(1) && (_root.clip > 0)) && (_root.hide)) { gotoAndPlay (9); } else { gotoAndStop (5); }Symbol 371 MovieClip Frame 24_root.pause = false;Symbol 371 MovieClip Frame 27if ((_root.shells <= 0) or (_root.clip == 8)) { gotoAndPlay (35); }Symbol 371 MovieClip Frame 30_root.shells--; _root.clip++;Symbol 371 MovieClip Frame 34if ((_root.clip < 8) && (_root.shells > 0)) { gotoAndPlay (27); }Symbol 371 MovieClip Frame 38gotoAndStop (5);Symbol 371 MovieClip Frame 44_root.shells = _root.shells + _root.clip; _root.shelclip = _root.clip; _root.pause = false; _parent.gotoAndStop(_root.wep);Symbol 376 MovieClip Frame 1_root.clip = _root.bullets; _root.damage = _root.dmgbullets;Symbol 376 MovieClip Frame 5_root.pause = false; stop();Instance of Symbol 373 MovieClip in Symbol 376 MovieClip Frame 5onClipEvent (mouseDown) { if (Key.isDown(1) && (_root.hide)) { gotoAndPlay (9); } }Symbol 376 MovieClip Frame 9_root.clip--; _root.bullets = _root.clip; berreta.stop(); berreta.start(0.00011, 1);Symbol 376 MovieClip Frame 11_root.pause = true;Symbol 376 MovieClip Frame 13_root.pause = false; if ((Key.isDown(1) && (_root.clip > 0)) && (_root.hide)) { gotoAndPlay (9); } else { gotoAndStop (5); }Symbol 376 MovieClip Frame 20_root.bullets = _root.clip; _root.pause = false; _parent.gotoAndStop(_root.wep);Symbol 377 MovieClip Frame 1stop();Instance of Symbol 362 MovieClip "wep" in Symbol 377 MovieClip Frame 1onClipEvent (load) { berreta = new Sound(this); berreta.attachSound("berreta"); }Symbol 377 MovieClip Frame 7stop();Symbol 377 MovieClip Frame 15stop();Instance of Symbol 376 MovieClip "wep" in Symbol 377 MovieClip Frame 15onClipEvent (load) { berreta = new Sound(this); berreta.attachSound("berreta"); }Symbol 394 Buttonon (release) { gotoAndStop (10); }Symbol 405 Buttonon (release) { _root.gotoAndStop("submitscore"); }Symbol 406 MovieClip Frame 1stop();Symbol 406 MovieClip Frame 5stop();
Library Items
Symbol 1 Sound [rocket] | ||
Symbol 2 Sound [impouch] | ||
Symbol 3 Sound [bossouch] | ||
Symbol 4 Sound [dryfire] | ||
Symbol 5 Sound [berreta] | ||
Symbol 6 Sound [playerpain] | Used by:354 | |
Symbol 7 Graphic | Used by:8 37 61 | |
Symbol 8 MovieClip [fpb_hitArea] | Uses:7 | |
Symbol 9 Graphic | Used by:10 11 18 19 24 25 26 27 30 31 | |
Symbol 10 MovieClip | Uses:9 | Used by:17 |
Symbol 11 MovieClip | Uses:9 | Used by:17 |
Symbol 12 Graphic | Used by:13 14 20 21 32 33 50 52 | |
Symbol 13 MovieClip | Uses:12 | Used by:17 |
Symbol 14 MovieClip | Uses:12 | Used by:17 |
Symbol 15 Graphic | Used by:16 22 28 34 | |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:10 11 13 14 16 | Used by:36 |
Symbol 18 MovieClip | Uses:9 | Used by:23 |
Symbol 19 MovieClip | Uses:9 | Used by:23 |
Symbol 20 MovieClip | Uses:12 | Used by:23 |
Symbol 21 MovieClip | Uses:12 | Used by:23 |
Symbol 22 MovieClip | Uses:15 | Used by:23 |
Symbol 23 MovieClip | Uses:18 19 20 21 22 | Used by:36 |
Symbol 24 MovieClip | Uses:9 | Used by:29 |
Symbol 25 MovieClip | Uses:9 | Used by:29 |
Symbol 26 MovieClip | Uses:9 | Used by:29 |
Symbol 27 MovieClip | Uses:9 | Used by:29 |
Symbol 28 MovieClip | Uses:15 | Used by:29 |
Symbol 29 MovieClip | Uses:24 25 26 27 28 | Used by:36 |
Symbol 30 MovieClip | Uses:9 | Used by:35 |
Symbol 31 MovieClip | Uses:9 | Used by:35 |
Symbol 32 MovieClip | Uses:12 | Used by:35 |
Symbol 33 MovieClip | Uses:12 | Used by:35 |
Symbol 34 MovieClip | Uses:15 | Used by:35 |
Symbol 35 MovieClip | Uses:30 31 32 33 34 | Used by:36 |
Symbol 36 MovieClip [fpb_states] | Uses:17 23 29 35 | |
Symbol 37 MovieClip [fcb_hitArea] | Uses:7 | |
Symbol 38 Graphic | Used by:39 | |
Symbol 39 MovieClip | Uses:38 | Used by:46 |
Symbol 40 Graphic | Used by:41 | |
Symbol 41 MovieClip | Uses:40 | Used by:46 |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:46 |
Symbol 44 Graphic | Used by:45 | |
Symbol 45 MovieClip | Uses:44 | Used by:46 |
Symbol 46 MovieClip | Uses:39 41 43 45 | Used by:60 |
Symbol 47 Graphic | Used by:48 101 | |
Symbol 48 MovieClip | Uses:47 | Used by:49 |
Symbol 49 MovieClip | Uses:48 | Used by:60 |
Symbol 50 MovieClip | Uses:12 | Used by:51 |
Symbol 51 MovieClip | Uses:50 | Used by:60 |
Symbol 52 MovieClip | Uses:12 | Used by:53 |
Symbol 53 MovieClip | Uses:52 | Used by:60 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:54 | Used by:56 |
Symbol 56 MovieClip | Uses:55 | Used by:60 |
Symbol 57 Graphic | Used by:58 | |
Symbol 58 MovieClip | Uses:57 | Used by:59 |
Symbol 59 MovieClip | Uses:58 | Used by:60 |
Symbol 60 MovieClip [fcb_states] | Uses:46 49 51 53 56 59 | |
Symbol 61 MovieClip [frb_hitArea] | Uses:7 | |
Symbol 62 Font | Used by:63 | |
Symbol 63 EditableText | Uses:62 | Used by:64 |
Symbol 64 MovieClip [FLabelSymbol] | Uses:63 | |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:65 | Used by:73 |
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:73 |
Symbol 69 Graphic | Used by:70 | |
Symbol 70 MovieClip | Uses:69 | Used by:73 |
Symbol 71 Graphic | Used by:72 | |
Symbol 72 MovieClip | Uses:71 | Used by:73 |
Symbol 73 MovieClip | Uses:66 68 70 72 | Used by:88 |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:74 | Used by:76 |
Symbol 76 MovieClip | Uses:75 | Used by:88 |
Symbol 77 Graphic | Used by:78 80 | |
Symbol 78 MovieClip | Uses:77 | Used by:79 |
Symbol 79 MovieClip | Uses:78 | Used by:88 |
Symbol 80 MovieClip | Uses:77 | Used by:81 |
Symbol 81 MovieClip | Uses:80 | Used by:88 |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:84 |
Symbol 84 MovieClip | Uses:83 | Used by:88 |
Symbol 85 Graphic | Used by:86 | |
Symbol 86 MovieClip | Uses:85 | Used by:87 |
Symbol 87 MovieClip | Uses:86 | Used by:88 |
Symbol 88 MovieClip [frb_states] | Uses:73 76 79 81 84 87 | |
Symbol 89 MovieClip [FUIComponentSymbol] | ||
Symbol 90 Bitmap | Used by:91 | |
Symbol 91 Graphic | Uses:90 | Used by:100 |
Symbol 92 Bitmap | Used by:93 | |
Symbol 93 Graphic | Uses:92 | Used by:99 |
Symbol 94 Sound | Used by:99 | |
Symbol 95 Bitmap | Used by:96 | |
Symbol 96 Graphic | Uses:95 | Used by:99 |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:99 |
Symbol 99 MovieClip | Uses:93 94 96 98 | Used by:100 |
Symbol 100 MovieClip [miss] | Uses:91 99 | |
Symbol 101 MovieClip | Uses:47 | Used by:103 |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip [FBoundingBoxSymbol] | Uses:101 102 | Used by:106 109 112 |
Symbol 104 Graphic | Used by:105 | |
Symbol 105 MovieClip | Uses:104 | Used by:106 |
Symbol 106 MovieClip [FPushButtonSymbol] | Uses:103 105 | Used by:Timeline |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 MovieClip | Uses:107 | Used by:109 |
Symbol 109 MovieClip [FCheckBoxSymbol] | Uses:103 108 | Used by:Timeline |
Symbol 110 Graphic | Used by:111 | |
Symbol 111 MovieClip | Uses:110 | Used by:112 |
Symbol 112 MovieClip [FRadioButtonSymbol] | Uses:103 111 | Used by:Timeline |
Symbol 113 Font | Used by:114 115 116 117 118 119 120 128 132 133 143 144 146 148 149 162 164 167 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 189 190 191 192 193 195 197 199 201 203 222 395 396 397 398 399 407 409 410 412 413 414 415 416 417 418 | |
Symbol 114 EditableText | Uses:113 | Used by:129 |
Symbol 115 EditableText | Uses:113 | Used by:129 |
Symbol 116 EditableText | Uses:113 | Used by:129 |
Symbol 117 Text | Uses:113 | Used by:129 |
Symbol 118 Text | Uses:113 | Used by:129 |
Symbol 119 Text | Uses:113 | Used by:129 |
Symbol 120 Text | Uses:113 | Used by:129 |
Symbol 121 Graphic | Used by:127 147 166 394 | |
Symbol 122 Font | Used by:123 125 138 140 151 153 157 159 393 401 403 408 | |
Symbol 123 Text | Uses:122 | Used by:127 147 166 394 |
Symbol 124 Graphic | Used by:127 147 166 394 | |
Symbol 125 Text | Uses:122 | Used by:127 147 166 394 |
Symbol 126 Graphic | Used by:127 147 166 394 | |
Symbol 127 Button | Uses:121 123 124 125 126 | Used by:129 |
Symbol 128 Text | Uses:113 | Used by:129 |
Symbol 129 MovieClip | Uses:114 115 116 117 118 119 120 127 128 | Used by:Timeline |
Symbol 130 Font | Used by:131 | |
Symbol 131 Text | Uses:130 | Used by:Timeline |
Symbol 132 Text | Uses:113 | Used by:Timeline |
Symbol 133 Text | Uses:113 | Used by:Timeline |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 MovieClip | Uses:134 | Used by:Timeline |
Symbol 136 Graphic | Used by:Timeline | |
Symbol 137 Graphic | Used by:142 | |
Symbol 138 Text | Uses:122 | Used by:142 |
Symbol 139 Graphic | Used by:142 | |
Symbol 140 Text | Uses:122 | Used by:142 |
Symbol 141 Graphic | Used by:142 | |
Symbol 142 Button | Uses:137 138 139 140 141 | Used by:Timeline |
Symbol 143 Text | Uses:113 | Used by:Timeline |
Symbol 144 Text | Uses:113 | Used by:Timeline |
Symbol 145 Graphic | Used by:Timeline | |
Symbol 146 Text | Uses:113 | Used by:Timeline |
Symbol 147 Button | Uses:121 123 124 125 126 | Used by:Timeline |
Symbol 148 Text | Uses:113 | Used by:Timeline |
Symbol 149 Text | Uses:113 | Used by:Timeline |
Symbol 150 Graphic | Used by:155 165 221 | |
Symbol 151 Text | Uses:122 | Used by:155 165 221 |
Symbol 152 Graphic | Used by:155 165 221 | |
Symbol 153 Text | Uses:122 | Used by:155 165 221 |
Symbol 154 Graphic | Used by:155 165 221 | |
Symbol 155 Button | Uses:150 151 152 153 154 | Used by:Timeline |
Symbol 156 Graphic | Used by:161 | |
Symbol 157 Text | Uses:122 | Used by:161 |
Symbol 158 Graphic | Used by:161 | |
Symbol 159 Text | Uses:122 | Used by:161 |
Symbol 160 Graphic | Used by:161 | |
Symbol 161 Button | Uses:156 157 158 159 160 | Used by:Timeline |
Symbol 162 Text | Uses:113 | Used by:Timeline |
Symbol 163 Font | Used by:164 | |
Symbol 164 Text | Uses:163 113 | Used by:Timeline |
Symbol 165 Button | Uses:150 151 152 153 154 | Used by:Timeline |
Symbol 166 Button | Uses:121 123 124 125 126 | Used by:Timeline |
Symbol 167 Text | Uses:113 | Used by:Timeline |
Symbol 168 Graphic | Used by:Timeline | |
Symbol 169 EditableText | Uses:113 | Used by:Timeline |
Symbol 170 Text | Uses:113 | Used by:Timeline |
Symbol 171 EditableText | Uses:113 | Used by:Timeline |
Symbol 172 Text | Uses:113 | Used by:Timeline |
Symbol 173 EditableText | Uses:113 | Used by:Timeline |
Symbol 174 EditableText | Uses:113 | Used by:Timeline |
Symbol 175 EditableText | Uses:113 | Used by:Timeline |
Symbol 176 EditableText | Uses:113 | Used by:Timeline |
Symbol 177 EditableText | Uses:113 | Used by:Timeline |
Symbol 178 EditableText | Uses:113 | Used by:Timeline |
Symbol 179 Text | Uses:113 | Used by:Timeline |
Symbol 180 EditableText | Uses:113 | Used by:Timeline |
Symbol 181 EditableText | Uses:113 | Used by:Timeline |
Symbol 182 EditableText | Uses:113 | Used by:Timeline |
Symbol 183 EditableText | Uses:113 | Used by:Timeline |
Symbol 184 Text | Uses:113 | Used by:Timeline |
Symbol 185 Graphic | Used by:187 188 | |
Symbol 186 Graphic | Used by:187 188 | |
Symbol 187 Button | Uses:185 186 | Used by:Timeline |
Symbol 188 Button | Uses:185 186 | Used by:Timeline |
Symbol 189 Text | Uses:113 | Used by:Timeline |
Symbol 190 EditableText | Uses:113 | Used by:Timeline |
Symbol 191 Text | Uses:113 | Used by:220 |
Symbol 192 Text | Uses:113 | Used by:202 |
Symbol 193 Text | Uses:113 | Used by:202 |
Symbol 194 Sound | Used by:202 | |
Symbol 195 Text | Uses:113 | Used by:202 |
Symbol 196 Sound | Used by:202 | |
Symbol 197 Text | Uses:113 | Used by:202 |
Symbol 198 Sound | Used by:202 | |
Symbol 199 Text | Uses:113 | Used by:202 |
Symbol 200 Sound | Used by:202 | |
Symbol 201 Text | Uses:113 | Used by:202 |
Symbol 202 MovieClip | Uses:192 193 194 195 196 197 198 199 200 201 | Used by:220 |
Symbol 203 Text | Uses:113 | Used by:220 |
Symbol 204 Graphic | Used by:208 214 | |
Symbol 205 Graphic | Used by:208 214 | |
Symbol 206 Graphic | Used by:208 214 | |
Symbol 207 Graphic | Used by:208 214 219 | |
Symbol 208 Button | Uses:204 205 206 207 | Used by:220 |
Symbol 209 Graphic | Used by:213 | |
Symbol 210 Graphic | Used by:213 | |
Symbol 211 Graphic | Used by:213 219 233 234 235 306 Timeline | |
Symbol 212 Graphic | Used by:213 | |
Symbol 213 Button | Uses:209 210 211 212 | Used by:220 |
Symbol 214 Button | Uses:204 205 206 207 | Used by:220 |
Symbol 215 Graphic | Used by:219 | |
Symbol 216 Graphic | Used by:219 | |
Symbol 217 Graphic | Used by:219 | |
Symbol 218 Graphic | Used by:219 | |
Symbol 219 Button | Uses:211 215 216 217 218 207 | Used by:220 |
Symbol 220 MovieClip | Uses:191 202 203 208 213 214 219 | Used by:Timeline |
Symbol 221 Button | Uses:150 151 152 153 154 | Used by:Timeline |
Symbol 222 EditableText | Uses:113 | Used by:Timeline |
Symbol 223 Graphic | Used by:Timeline | |
Symbol 224 Bitmap | Used by:225 | |
Symbol 225 Graphic | Uses:224 | Used by:232 |
Symbol 226 Bitmap | Used by:227 | |
Symbol 227 Graphic | Uses:226 | Used by:232 |
Symbol 228 Bitmap | Used by:229 | |
Symbol 229 Graphic | Uses:228 | Used by:232 |
Symbol 230 Bitmap | Used by:231 | |
Symbol 231 Graphic | Uses:230 | Used by:232 |
Symbol 232 MovieClip | Uses:225 227 229 231 | Used by:Timeline |
Symbol 233 Button | Uses:211 | Used by:Timeline |
Symbol 234 Button | Uses:211 | Used by:259 286 |
Symbol 235 MovieClip | Uses:211 | Used by:259 286 341 |
Symbol 236 Bitmap | Used by:237 | |
Symbol 237 Graphic | Uses:236 | Used by:259 |
Symbol 238 Bitmap | Used by:239 | |
Symbol 239 Graphic | Uses:238 | Used by:259 |
Symbol 240 Bitmap | Used by:241 | |
Symbol 241 Graphic | Uses:240 | Used by:259 |
Symbol 242 Bitmap | Used by:243 | |
Symbol 243 Graphic | Uses:242 | Used by:259 |
Symbol 244 Bitmap | Used by:245 | |
Symbol 245 Graphic | Uses:244 | Used by:259 |
Symbol 246 Bitmap | Used by:247 | |
Symbol 247 Graphic | Uses:246 | Used by:259 |
Symbol 248 Bitmap | Used by:249 | |
Symbol 249 Graphic | Uses:248 | Used by:259 |
Symbol 250 Bitmap | Used by:251 | |
Symbol 251 Graphic | Uses:250 | Used by:259 |
Symbol 252 Sound | Used by:259 286 | |
Symbol 253 Bitmap | Used by:254 | |
Symbol 254 Graphic | Uses:253 | Used by:259 |
Symbol 255 Bitmap | Used by:256 | |
Symbol 256 Graphic | Uses:255 | Used by:259 |
Symbol 257 Bitmap | Used by:258 | |
Symbol 258 Graphic | Uses:257 | Used by:259 |
Symbol 259 MovieClip | Uses:234 235 237 239 241 243 245 247 249 251 252 254 256 258 | Used by:260 |
Symbol 260 MovieClip | Uses:259 | Used by:288 |
Symbol 261 Bitmap | Used by:262 | |
Symbol 262 Graphic | Uses:261 | Used by:286 |
Symbol 263 Bitmap | Used by:264 | |
Symbol 264 Graphic | Uses:263 | Used by:286 |
Symbol 265 Bitmap | Used by:266 | |
Symbol 266 Graphic | Uses:265 | Used by:286 |
Symbol 267 Bitmap | Used by:268 | |
Symbol 268 Graphic | Uses:267 | Used by:286 |
Symbol 269 Bitmap | Used by:270 | |
Symbol 270 Graphic | Uses:269 | Used by:286 |
Symbol 271 Bitmap | Used by:272 | |
Symbol 272 Graphic | Uses:271 | Used by:286 |
Symbol 273 Sound | Used by:286 371 | |
Symbol 274 Bitmap | Used by:275 | |
Symbol 275 Graphic | Uses:274 | Used by:286 |
Symbol 276 Bitmap | Used by:277 | |
Symbol 277 Graphic | Uses:276 | Used by:286 |
Symbol 278 Bitmap | Used by:279 | |
Symbol 279 Graphic | Uses:278 | Used by:286 |
Symbol 280 Bitmap | Used by:281 | |
Symbol 281 Graphic | Uses:280 | Used by:286 |
Symbol 282 Bitmap | Used by:283 | |
Symbol 283 Graphic | Uses:282 | Used by:286 |
Symbol 284 Bitmap | Used by:285 | |
Symbol 285 Graphic | Uses:284 | Used by:286 |
Symbol 286 MovieClip | Uses:234 235 262 264 266 268 270 272 273 275 277 252 279 281 283 285 | Used by:287 |
Symbol 287 MovieClip | Uses:286 | Used by:288 |
Symbol 288 MovieClip | Uses:260 287 | Used by:344 |
Symbol 289 Graphic | Used by:343 | |
Symbol 290 Graphic | Used by:291 343 | |
Symbol 291 MovieClip | Uses:290 | Used by:343 |
Symbol 292 Sound | Used by:343 | |
Symbol 293 Graphic | Used by:343 | |
Symbol 294 Graphic | Used by:343 | |
Symbol 295 Graphic | Used by:343 | |
Symbol 296 Graphic | Used by:343 | |
Symbol 297 Graphic | Used by:343 | |
Symbol 298 Graphic | Used by:343 | |
Symbol 299 Graphic | Used by:343 | |
Symbol 300 Bitmap | Used by:301 | |
Symbol 301 Graphic | Uses:300 | Used by:343 |
Symbol 302 Graphic | Used by:343 | |
Symbol 303 Bitmap | Used by:304 | |
Symbol 304 Graphic | Uses:303 | Used by:341 343 |
Symbol 305 Sound | Used by:343 | |
Symbol 306 Button | Uses:211 | Used by:341 |
Symbol 307 Bitmap | Used by:308 | |
Symbol 308 Graphic | Uses:307 | Used by:341 |
Symbol 309 Bitmap | Used by:310 | |
Symbol 310 Graphic | Uses:309 | Used by:341 |
Symbol 311 Sound | Used by:341 | |
Symbol 312 Bitmap | Used by:313 | |
Symbol 313 Graphic | Uses:312 | Used by:341 |
Symbol 314 Sound | Used by:341 | |
Symbol 315 Bitmap | Used by:316 | |
Symbol 316 Graphic | Uses:315 | Used by:341 |
Symbol 317 Bitmap | Used by:318 | |
Symbol 318 Graphic | Uses:317 | Used by:341 |
Symbol 319 Bitmap | Used by:320 | |
Symbol 320 Graphic | Uses:319 | Used by:341 |
Symbol 321 Bitmap | Used by:322 | |
Symbol 322 Graphic | Uses:321 | Used by:341 |
Symbol 323 Sound | Used by:341 | |
Symbol 324 Sound | Used by:341 | |
Symbol 325 Bitmap | Used by:326 | |
Symbol 326 Graphic | Uses:325 | Used by:341 |
Symbol 327 Bitmap | Used by:328 | |
Symbol 328 Graphic | Uses:327 | Used by:341 |
Symbol 329 Bitmap | Used by:330 | |
Symbol 330 Graphic | Uses:329 | Used by:341 |
Symbol 331 Bitmap | Used by:332 | |
Symbol 332 Graphic | Uses:331 | Used by:341 |
Symbol 333 Bitmap | Used by:334 | |
Symbol 334 Graphic | Uses:333 | Used by:341 |
Symbol 335 Bitmap | Used by:336 | |
Symbol 336 Graphic | Uses:335 | Used by:341 |
Symbol 337 Bitmap | Used by:338 | |
Symbol 338 Graphic | Uses:337 | Used by:341 |
Symbol 339 Bitmap | Used by:340 | |
Symbol 340 Graphic | Uses:339 | Used by:341 |
Symbol 341 MovieClip | Uses:306 235 308 310 311 313 304 314 316 318 320 322 323 324 326 328 330 332 334 336 338 340 | Used by:342 |
Symbol 342 MovieClip | Uses:341 | Used by:343 |
Symbol 343 MovieClip | Uses:289 291 292 293 294 295 296 297 298 299 290 301 302 304 305 342 | Used by:344 |
Symbol 344 MovieClip | Uses:288 343 | Used by:Timeline |
Symbol 345 Graphic | Used by:Timeline | |
Symbol 346 Graphic | Used by:347 348 349 | |
Symbol 347 Button | Uses:346 | Used by:350 |
Symbol 348 Button | Uses:346 | Used by:350 |
Symbol 349 Button | Uses:346 | Used by:350 |
Symbol 350 MovieClip | Uses:347 348 349 | Used by:Timeline |
Symbol 351 Graphic | Used by:352 | |
Symbol 352 MovieClip | Uses:351 | Used by:Timeline |
Symbol 353 Graphic | Used by:354 Timeline | |
Symbol 354 MovieClip | Uses:353 6 | Used by:Timeline |
Symbol 355 Graphic | Used by:362 | |
Symbol 356 Graphic | Used by:362 | |
Symbol 357 Graphic | Used by:362 | |
Symbol 358 Sound | Used by:362 | |
Symbol 359 Graphic | Used by:362 | |
Symbol 360 Graphic | Used by:362 371 | |
Symbol 361 Sound | Used by:362 | |
Symbol 362 MovieClip | Uses:355 356 357 358 359 360 361 | Used by:377 |
Symbol 363 Graphic | Used by:371 | |
Symbol 364 Graphic | Used by:371 | |
Symbol 365 Graphic | Used by:371 | |
Symbol 366 Graphic | Used by:371 | |
Symbol 367 Graphic | Used by:371 | |
Symbol 368 Graphic | Used by:371 | |
Symbol 369 Graphic | Used by:371 | |
Symbol 370 Sound | Used by:371 | |
Symbol 371 MovieClip | Uses:363 273 364 365 366 367 368 369 360 370 | Used by:377 |
Symbol 372 Graphic | Used by:373 376 | |
Symbol 373 MovieClip | Uses:372 | Used by:376 |
Symbol 374 Graphic | Used by:376 | |
Symbol 375 Graphic | Used by:376 | |
Symbol 376 MovieClip | Uses:372 373 374 375 | Used by:377 |
Symbol 377 MovieClip | Uses:362 371 376 | Used by:Timeline |
Symbol 378 Graphic | Used by:392 | |
Symbol 379 Font | Used by:380 | |
Symbol 380 Text | Uses:379 | Used by:392 |
Symbol 381 Font | Used by:382 383 384 | |
Symbol 382 EditableText | Uses:381 | Used by:392 |
Symbol 383 EditableText | Uses:381 | Used by:392 |
Symbol 384 EditableText | Uses:381 | Used by:392 |
Symbol 385 Font | Used by:386 387 388 389 390 391 | |
Symbol 386 Text | Uses:385 | Used by:392 |
Symbol 387 Text | Uses:385 | Used by:392 |
Symbol 388 EditableText | Uses:385 | Used by:392 |
Symbol 389 EditableText | Uses:385 | Used by:392 |
Symbol 390 EditableText | Uses:385 | Used by:392 |
Symbol 391 EditableText | Uses:385 | Used by:392 |
Symbol 392 MovieClip | Uses:378 380 382 383 384 386 387 388 389 390 391 | Used by:Timeline |
Symbol 393 Text | Uses:122 | Used by:Timeline |
Symbol 394 Button | Uses:121 123 124 125 126 | Used by:Timeline |
Symbol 395 Text | Uses:113 | Used by:Timeline |
Symbol 396 EditableText | Uses:113 | Used by:Timeline |
Symbol 397 EditableText | Uses:113 | Used by:Timeline |
Symbol 398 Text | Uses:113 | Used by:406 |
Symbol 399 Text | Uses:113 | Used by:406 |
Symbol 400 Graphic | Used by:405 | |
Symbol 401 Text | Uses:122 | Used by:405 |
Symbol 402 Graphic | Used by:405 | |
Symbol 403 Text | Uses:122 | Used by:405 |
Symbol 404 Graphic | Used by:405 | |
Symbol 405 Button | Uses:400 401 402 403 404 | Used by:406 |
Symbol 406 MovieClip | Uses:398 399 405 | Used by:Timeline |
Symbol 407 EditableText | Uses:113 | Used by:Timeline |
Symbol 408 Text | Uses:122 | Used by:Timeline |
Symbol 409 EditableText | Uses:113 | Used by:Timeline |
Symbol 410 Text | Uses:113 | Used by:Timeline |
Symbol 411 Sound | Used by:Timeline | |
Symbol 412 Text | Uses:113 | Used by:Timeline |
Symbol 413 EditableText | Uses:113 | Used by:Timeline |
Symbol 414 Text | Uses:113 | Used by:Timeline |
Symbol 415 EditableText | Uses:113 | Used by:Timeline |
Symbol 416 EditableText | Uses:113 | Used by:Timeline |
Symbol 417 EditableText | Uses:113 | Used by:Timeline |
Symbol 418 Text | Uses:113 | Used by:Timeline |
Instance Names
"bar" | Frame 1 | Symbol 135 MovieClip |
"shotgunv" | Frame 32 | Symbol 109 MovieClip [FCheckBoxSymbol] |
"autov" | Frame 32 | Symbol 109 MovieClip [FCheckBoxSymbol] |
"savebtn" | Frame 32 | Symbol 106 MovieClip [FPushButtonSymbol] |
"resetbtn" | Frame 32 | Symbol 106 MovieClip [FPushButtonSymbol] |
"bgMC" | Frame 40 | Symbol 232 MovieClip |
"respawner" | Frame 40 | Symbol 344 MovieClip |
"crosshair" | Frame 40 | Symbol 352 MovieClip |
"hitMC" | Frame 40 | Symbol 354 MovieClip |
"gun" | Frame 40 | Symbol 377 MovieClip |
"submitbtn" | Frame 62 | Symbol 106 MovieClip [FPushButtonSymbol] |
"frame1" | Symbol 17 MovieClip Frame 1 | Symbol 10 MovieClip |
"frame2" | Symbol 17 MovieClip Frame 1 | Symbol 11 MovieClip |
"frame3" | Symbol 17 MovieClip Frame 1 | Symbol 13 MovieClip |
"frame4" | Symbol 17 MovieClip Frame 1 | Symbol 14 MovieClip |
"frame5" | Symbol 17 MovieClip Frame 1 | Symbol 16 MovieClip |
"frame1" | Symbol 23 MovieClip Frame 1 | Symbol 18 MovieClip |
"frame2" | Symbol 23 MovieClip Frame 1 | Symbol 19 MovieClip |
"frame3" | Symbol 23 MovieClip Frame 1 | Symbol 20 MovieClip |
"frame4" | Symbol 23 MovieClip Frame 1 | Symbol 21 MovieClip |
"frame5" | Symbol 23 MovieClip Frame 1 | Symbol 22 MovieClip |
"frame1" | Symbol 29 MovieClip Frame 1 | Symbol 24 MovieClip |
"frame2" | Symbol 29 MovieClip Frame 1 | Symbol 25 MovieClip |
"frame3" | Symbol 29 MovieClip Frame 1 | Symbol 26 MovieClip |
"frame4" | Symbol 29 MovieClip Frame 1 | Symbol 27 MovieClip |
"frame5" | Symbol 29 MovieClip Frame 1 | Symbol 28 MovieClip |
"frame1" | Symbol 35 MovieClip Frame 1 | Symbol 30 MovieClip |
"frame2" | Symbol 35 MovieClip Frame 1 | Symbol 31 MovieClip |
"frame3" | Symbol 35 MovieClip Frame 1 | Symbol 32 MovieClip |
"frame4" | Symbol 35 MovieClip Frame 1 | Symbol 33 MovieClip |
"frame5" | Symbol 35 MovieClip Frame 1 | Symbol 34 MovieClip |
"up_mc" | Symbol 36 MovieClip [fpb_states] Frame 1 | Symbol 17 MovieClip |
"over_mc" | Symbol 36 MovieClip [fpb_states] Frame 2 | Symbol 23 MovieClip |
"down_mc" | Symbol 36 MovieClip [fpb_states] Frame 3 | Symbol 29 MovieClip |
"disabled_mc" | Symbol 36 MovieClip [fpb_states] Frame 4 | Symbol 35 MovieClip |
"highlight3D_mc" | Symbol 46 MovieClip Frame 1 | Symbol 39 MovieClip |
"highlight_mc" | Symbol 46 MovieClip Frame 1 | Symbol 41 MovieClip |
"shadow_mc" | Symbol 46 MovieClip Frame 1 | Symbol 43 MovieClip |
"darkshadow_mc" | Symbol 46 MovieClip Frame 1 | Symbol 45 MovieClip |
"background_mc" | Symbol 49 MovieClip Frame 1 | Symbol 48 MovieClip |
"background_mc" | Symbol 51 MovieClip Frame 1 | Symbol 50 MovieClip |
"background_mc" | Symbol 53 MovieClip Frame 1 | Symbol 52 MovieClip |
"check_mc" | Symbol 56 MovieClip Frame 1 | Symbol 55 MovieClip |
"check_mc" | Symbol 59 MovieClip Frame 1 | Symbol 58 MovieClip |
"fcb_frame_mc" | Symbol 60 MovieClip [fcb_states] Frame 1 | Symbol 46 MovieClip |
"frb_frame_mc" | Symbol 60 MovieClip [fcb_states] Frame 1 | Symbol 49 MovieClip |
"labelField" | Symbol 64 MovieClip [FLabelSymbol] Frame 1 | Symbol 63 EditableText |
"darkshadow_mc" | Symbol 73 MovieClip Frame 1 | Symbol 66 MovieClip |
"shadow_mc" | Symbol 73 MovieClip Frame 1 | Symbol 68 MovieClip |
"highlight_mc" | Symbol 73 MovieClip Frame 1 | Symbol 70 MovieClip |
"highlight3D_mc" | Symbol 73 MovieClip Frame 1 | Symbol 72 MovieClip |
"background_mc" | Symbol 76 MovieClip Frame 1 | Symbol 75 MovieClip |
"background_mc" | Symbol 79 MovieClip Frame 1 | Symbol 78 MovieClip |
"background_mc" | Symbol 81 MovieClip Frame 1 | Symbol 80 MovieClip |
"disabled_mc" | Symbol 84 MovieClip Frame 1 | Symbol 83 MovieClip |
"dot_mc" | Symbol 87 MovieClip Frame 1 | Symbol 86 MovieClip |
"frb_frame_mc" | Symbol 88 MovieClip [frb_states] Frame 1 | Symbol 73 MovieClip |
"boundingBox" | Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1 | Symbol 101 MovieClip |
"boundingBox2" | Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2 | Symbol 101 MovieClip |
"boundingBox_mc" | Symbol 106 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 103 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 106 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 105 MovieClip |
"boundingBox_mc" | Symbol 109 MovieClip [FCheckBoxSymbol] Frame 1 | Symbol 103 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 109 MovieClip [FCheckBoxSymbol] Frame 1 | Symbol 108 MovieClip |
"boundingBox_mc" | Symbol 112 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 103 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 112 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 111 MovieClip |
"musMC" | Symbol 220 MovieClip Frame 7 | Symbol 202 MovieClip |
"zom" | Symbol 288 MovieClip Frame 1 | Symbol 260 MovieClip |
"boss" | Symbol 342 MovieClip Frame 1 | Symbol 341 MovieClip |
"boss" | Symbol 342 MovieClip Frame 30 | Symbol 341 MovieClip |
"mnstboss" | Symbol 343 MovieClip Frame 64 | Symbol 342 MovieClip |
"zom" | Symbol 344 MovieClip Frame 1 | Symbol 288 MovieClip |
"bossMC" | Symbol 344 MovieClip Frame 5 | Symbol 343 MovieClip |
"wep" | Symbol 377 MovieClip Frame 1 | Symbol 362 MovieClip |
"wep" | Symbol 377 MovieClip Frame 7 | Symbol 371 MovieClip |
"wep" | Symbol 377 MovieClip Frame 15 | Symbol 376 MovieClip |
Special Tags
Protect (24) | Timeline Frame 1 | 31 bytes "..$1$.B$jLrB7pnSfRiWWM27QkTQA.." |
ExportAssets (56) | Timeline Frame 1 | Symbol 1 as "rocket" |
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "impouch" |
ExportAssets (56) | Timeline Frame 1 | Symbol 3 as "bossouch" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "dryfire" |
ExportAssets (56) | Timeline Frame 1 | Symbol 5 as "berreta" |
ExportAssets (56) | Timeline Frame 1 | Symbol 6 as "playerpain" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "fpb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 36 as "fpb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 37 as "fcb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 60 as "fcb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 61 as "frb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 64 as "FLabelSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 88 as "frb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 89 as "FUIComponentSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 100 as "miss" |
ExportAssets (56) | Timeline Frame 1 | Symbol 103 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 103 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 103 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 32 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 33 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 34 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 35 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 36 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 37 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 109 as "FCheckBoxSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 38 | Symbol 112 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 40 | Symbol 6 as "playerpain" |
ExportAssets (56) | Timeline Frame 62 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 63 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 64 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 65 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 66 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 67 | Symbol 106 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 68 | Symbol 106 as "FPushButtonSymbol" |
EnableDebugger2 (64) | Timeline Frame 1 | 31 bytes "..$1$hQ$4IPwHvf2qCVOKyaD3hv6f/." |
DebugMX1 (63) | Timeline Frame 1 |
Labels
"loaded" | Frame 7 |
"welcome" | Frame 10 |
"credits" | Frame 18 |
"controls" | Frame 24 |
"config" | Frame 32 |
"shootoutstart" | Frame 39 |
"win" | Frame 48 |
"dead" | Frame 54 |
"submitscore" | Frame 62 |
#"Symbol_10" | Symbol 8 MovieClip [fpb_hitArea] Frame 1 |
"up" | Symbol 36 MovieClip [fpb_states] Frame 1 |
"over" | Symbol 36 MovieClip [fpb_states] Frame 2 |
"down" | Symbol 36 MovieClip [fpb_states] Frame 3 |
"disabled" | Symbol 36 MovieClip [fpb_states] Frame 4 |
"up" | Symbol 60 MovieClip [fcb_states] Frame 1 |
"press" | Symbol 60 MovieClip [fcb_states] Frame 2 |
"uncheckedDisabled" | Symbol 60 MovieClip [fcb_states] Frame 3 |
"checkedDisabled" | Symbol 60 MovieClip [fcb_states] Frame 4 |
"checkedPress" | Symbol 60 MovieClip [fcb_states] Frame 5 |
"checkedEnabled" | Symbol 60 MovieClip [fcb_states] Frame 6 |
"Symbol_32" | Symbol 64 MovieClip [FLabelSymbol] Frame 1 |
"Symbol_22" | Symbol 66 MovieClip Frame 1 |
"Symbol_23" | Symbol 68 MovieClip Frame 1 |
"unselectedEnabled" | Symbol 88 MovieClip [frb_states] Frame 1 |
"press" | Symbol 88 MovieClip [frb_states] Frame 2 |
"unselectedDisabled" | Symbol 88 MovieClip [frb_states] Frame 3 |
"selectedDisabled" | Symbol 88 MovieClip [frb_states] Frame 4 |
"selectedEnabled" | Symbol 88 MovieClip [frb_states] Frame 5 |
"Symbol_36" | Symbol 89 MovieClip [FUIComponentSymbol] Frame 1 |
"enabled" | Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 1 |
"disabled" | Symbol 103 MovieClip [FBoundingBoxSymbol] Frame 2 |
"loaded" | Symbol 129 MovieClip Frame 5 |
"mus0" | Symbol 202 MovieClip Frame 1 |
"mus1" | Symbol 202 MovieClip Frame 8 |
"mus2" | Symbol 202 MovieClip Frame 14 |
"mus3" | Symbol 202 MovieClip Frame 20 |
"mus4" | Symbol 202 MovieClip Frame 26 |
"paused" | Symbol 202 MovieClip Frame 32 |
"playmusic" | Symbol 220 MovieClip Frame 7 |
"bg1" | Symbol 232 MovieClip Frame 1 |
"bg2" | Symbol 232 MovieClip Frame 6 |
"bg3" | Symbol 232 MovieClip Frame 11 |
"bg4" | Symbol 232 MovieClip Frame 16 |
"normal" | Symbol 259 MovieClip Frame 2 |
"shoot" | Symbol 259 MovieClip Frame 20 |
"hit" | Symbol 259 MovieClip Frame 38 |
"die" | Symbol 259 MovieClip Frame 42 |
"loop" | Symbol 260 MovieClip Frame 1 |
"normal" | Symbol 286 MovieClip Frame 2 |
"shoot" | Symbol 286 MovieClip Frame 20 |
"hit" | Symbol 286 MovieClip Frame 43 |
"die" | Symbol 286 MovieClip Frame 47 |
"zombie" | Symbol 288 MovieClip Frame 1 |
"shotgun" | Symbol 288 MovieClip Frame 5 |
"normal" | Symbol 341 MovieClip Frame 2 |
"shoot" | Symbol 341 MovieClip Frame 20 |
"hit" | Symbol 341 MovieClip Frame 34 |
"die" | Symbol 341 MovieClip Frame 39 |
"loop" | Symbol 342 MovieClip Frame 30 |
"boss" | Symbol 344 MovieClip Frame 5 |
"normal" | Symbol 350 MovieClip Frame 1 |
"hide" | Symbol 350 MovieClip Frame 10 |
"unhide" | Symbol 350 MovieClip Frame 15 |
"hit" | Symbol 354 MovieClip Frame 3 |
"pullout" | Symbol 362 MovieClip Frame 1 |
"normal" | Symbol 362 MovieClip Frame 5 |
"shoot" | Symbol 362 MovieClip Frame 9 |
"reload" | Symbol 362 MovieClip Frame 21 |
"holster" | Symbol 362 MovieClip Frame 42 |
"pullout" | Symbol 371 MovieClip Frame 1 |
"normal" | Symbol 371 MovieClip Frame 5 |
"shoot" | Symbol 371 MovieClip Frame 9 |
"fire" | Symbol 371 MovieClip Frame 10 |
"reload" | Symbol 371 MovieClip Frame 24 |
"load" | Symbol 371 MovieClip Frame 27 |
"unload" | Symbol 371 MovieClip Frame 35 |
"holster" | Symbol 371 MovieClip Frame 40 |
"pullout" | Symbol 376 MovieClip Frame 1 |
"normal" | Symbol 376 MovieClip Frame 5 |
"shoot" | Symbol 376 MovieClip Frame 9 |
"holster" | Symbol 376 MovieClip Frame 16 |
"pistol" | Symbol 377 MovieClip Frame 1 |
"shotgun" | Symbol 377 MovieClip Frame 7 |
"auto" | Symbol 377 MovieClip Frame 15 |
"collect" | Symbol 406 MovieClip Frame 5 |
Dynamic Text Variables
timeleft | Symbol 114 EditableText | "yy" |
totalbytes | Symbol 115 EditableText | "yy" |
loadedbytes | Symbol 116 EditableText | "yy" |
_root.initialzom | Symbol 169 EditableText | "input" |
_root.totalenem | Symbol 171 EditableText | "input" |
_root.clipsize1 | Symbol 173 EditableText | "input" |
_root.shellssu1 | Symbol 174 EditableText | "input" |
_root.bulletssu1 | Symbol 175 EditableText | "input" |
_root.dmgpistol1 | Symbol 176 EditableText | "input" |
_root.dmgshotgun1 | Symbol 177 EditableText | "input" |
_root.dmgbullets1 | Symbol 178 EditableText | "input" |
_root.zomhp1 | Symbol 180 EditableText | "input" |
_root.bosshp1 | Symbol 181 EditableText | "input" |
_root.dmgzombie1 | Symbol 182 EditableText | "input" |
_root.dmgboss1 | Symbol 183 EditableText | "input" |
_root.bg | Symbol 190 EditableText | "bg" |
_root.dmgshotzom1 | Symbol 222 EditableText | "input" |
_root.health | Symbol 382 EditableText | "100" |
_root.armor | Symbol 383 EditableText | "100" |
_root.clip | Symbol 384 EditableText | "150" |
_root.bullets | Symbol 388 EditableText | "150" |
_root.shells | Symbol 389 EditableText | "25" |
_root.bulletssu | Symbol 390 EditableText | "150" |
_root.shellssu | Symbol 391 EditableText | "25" |
scorestat | Symbol 396 EditableText | "10 / 10" |
totalscore | Symbol 397 EditableText | "1000" |
_root.highscore | Symbol 407 EditableText | "1000" |
scorestat | Symbol 409 EditableText | "10 / 10" |
_root.password | Symbol 413 EditableText | "password" |
_root.highscore | Symbol 415 EditableText | "HighScore" |
_root.email | Symbol 416 EditableText | "e-mail" |
_root.username | Symbol 417 EditableText | "username" |
|