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

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

Camperstrike.swf

This is the info page for
Flash #100363

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


Text
NAMENAMENAM

888

100%

123000

123456

PAUSED

10%

Loading Game

BarraxWorld 2003

Version 1.9

[played]

Welcome to Camper-Strike

Your objective is to hit as many targets
as possible within the time limit.

Controls

Fire

Reload

Space Bar = Change Gun

R

P

Pause

<P ALIGN="RIGHT"><FONT FACE="Impact" SIZE="12" COLOR="#666666">BarraxWorld 2003</FONT></P>

START

Scoreboard

To begin, enter your name....

To begin, enter your name....

SNIPER RIFLE

PISTOL

1000

500

1000

500

POINTS AWARDED

Score

50

Time Left

NAME

Next level....

AZTEC

Continue...

Play Again

Score:
Name:
Headshots:
Accuracy:

%

GAME OVER

#

Player Name

Accuracy

Score

TOPPLAYER

Back

ActionScript [AS1/AS2]

Frame 1
totalBytes = Math.floor(_root.getBytesTotal() / 1000); bytesLoaded = Math.floor(_root.getBytesLoaded() / 1000); percent = Math.round((bytesLoaded * 100) / totalBytes) + "%";
Frame 5
if (bytesLoaded >= totalBytes) { play(); } else { gotoAndPlay (1); }
Frame 6
stop(); scoresShown = false; score = 0; hits = 0; shots = 0; headshots = 0; played = ("Played " + pagehits) + " times"; Selection.setFocus("myName"); scoreArray = new Array(); scoreArray.uspbody = 250; scoreArray.usphead = 500; scoreArray.awpbody = 450; scoreArray.awphead = 1000; sniper1.text = scoreArray.awphead; sniper2.text = scoreArray.awpbody; pistol1.text = scoreArray.usphead; pistol2.text = scoreArray.uspbody;
Instance of Symbol 115 MovieClip "body" in Frame 6
onClipEvent (mouseDown) { _parent.hittarget(this); }
Instance of Symbol 115 MovieClip "head" in Frame 6
onClipEvent (mouseDown) { _parent.hittarget(this); }
Frame 9
function zoom() { if (zoomed == true) { sight.gotoAndStop(2); } else { sight.gotoAndStop(1); } } function loadlevel() { lc.attachMovie(gamelevel[nextLevel], "scene", "1"); allowfire = true; allowawpfire = true; if (nextLevel < (gamelevel.length - 1)) { nextLevel++; } else { nextLevel = 0; } } function lives() { _root.loselifeSound.start(); _root.lifeleft.prevFrame(); } function addscore() { scoretype = (shottype + "") + targethit; score = score + scoreArray[scoretype]; trace(((("...Added score from scoreArray[" + scoretype) + "] (") + scoreArray[scoretype]) + ")"); } function stopIntervals() { clearInterval(intervalID); clearInterval(timeInterval); } function pauseGame() { if (gameOn != false) { gamePaused = true; lc.scene.targets.stop(); ps = _root.attachMovie("pauseScreen", "pauseScreen", 11); ps.button.useHandCursor = false; clearInterval(timeInterval); } } function resumeGame() { gamePaused = false; ps.removeMovieClip(); lc.scene.targets.play(); _root.timeInterval = setInterval(timeleft.timer, 1000); } stop(); gameOn = true; Mouse.hide(); _root.allowuspfire = true; _root.allowawpfire = true; zoomlevel = 110; scoresaved = false; gamelevel = new Array(); gamelevel[0] = "dust"; gamelevel[1] = "oilrig"; gamelevel[2] = "aztec"; beepSound = new Sound(); beepSound.attachSound("beep"); awp_clipinsound = new Sound(); awp_clipinsound.attachSound("awp_clipin"); loselifeSound = new Sound(); loselifeSound.attachSound("loselife"); buzzersound = new Sound(); buzzersound.attachSound("buzzer"); if (!nextLevel) { nextLevel = 0; } Key.addListener(Key); Key.onKeyDown = function () { var dwn = String.fromCharCode(this.getAscii()); if (dwn.length) { this.broadcastMessage(("onKey" + dwn) + "Down"); } }; Key.onKeyUp = function () { var up = String.fromCharCode(this.getAscii()); if (up.length) { this.broadcastMessage(("onKey" + up) + "Up"); } }; _root.addListener(reListener); Key.addListener(this); this.onKeyrUp = function () { if ((gamePaused != true) && (gameOn != false)) { uspammo.gotoAndStop(1); awpammo.gotoAndStop(12); awp_clipinsound.start(); } }; this.onKeypUp = function () { if (gamePaused != true) { pauseGame(); } else { resumeGame(); } }; loadLevel();
Instance of Symbol 234 MovieClip "sight" in Frame 9
onClipEvent (enterFrame) { if (_root.gamePaused != true) { this._x = _root._xmouse; this._y = _root._ymouse; _parent.mask._y = this._y; _parent.mask._x = this._x; if (_root.shottype == "awp") { sc._x = sc._x - (sc._x + _root._xmouse); sc._y = sc._y - (sc._y + _root._ymouse); } if (key.isDown(32) && (zoomnow == true)) { zoomnow = false; zoom(); } else if (!key.isDown(32)) { zoomnow = true; } } }
Instance of Symbol 237 MovieClip "usp" in Frame 9
onClipEvent (load) { yoffset = this._y; myarea = this._height; } onClipEvent (enterFrame) { if (_root.gamePaused != true) { this._x = _parent.sight._x; this._y = ((_root._ymouse / 400) * myarea) + yoffset; } }
Frame 10
_quality = "HIGH"; gameOn = false; stop(); Mouse.show(); stopIntervals(); txt = gamelevel[nextLevel].toUpperCase(); thumbs.gotoAndStop(gamelevel[nextLevel]);
Frame 11
_quality = "HIGH"; gameOn = false; stop(); stopIntervals(); nextLevel = 0; scoretxt = score; percenttxt = Math.round((hits / shots) * 100); headshotstxt = headshots; Mouse.show(); if (scoresShown == false) { buzzersound.start(); } if (score > 0) { resultStr = (((((("num=" + _root.num) + "&playername=") + playername) + "&accuracy=") + percenttxt) + "&score=") + scoretxt; loadVariablesNum ("updatescores.php?" + resultStr, 0, "GET"); }
Frame 16
stop(); scorepane.setScrollContent("scoretable");
Instance of Symbol 173 MovieClip [FScrollPaneSymbol] "scorepane" in Frame 16
//component parameters onClipEvent (initialize) { scrollContent = ""; hScroll = false; vScroll = "auto"; dragContent = true; }
Symbol 11 MovieClip [FPSMeter] Frame 1
#initclip 2 FPSMeterClass = function () { this.listenersList = []; this.init(); }; Object.registerClass("FPSMeter", FPSMeterClass); FPSMeterClass.prototype.init = function () { if (this._targetInstanceName.length > 0) { this.FPSMeterTarget = (this.targetInstance = this._parent[this._targetInstanceName]); if (this.FPSMeterTarget instanceof TextField) { this._visible = false; this.past = 0; this.now = 0; this.fps = 0; this.pass = 0; this.delta = 0; this.population = new Array(this.populationSize); } else { trace("FPSMeter Component: no target TextField found!"); } } }; FPSMeterClass.prototype.onEnterFrame = function () { this.now = getTimer(); this.delta = this.now - this.past; if (this.modus) { this.population[this.pass] = this.delta; this.pass++; if (this.pass >= this.populationSize) { var sum = 0; for (var measurement in this.population) { sum = sum + this.population[measurement]; } this.fps = int((1000 * this.populationSize) / sum); this.sendFPSMeterEvent(this.fps); this.pass = 0; } } else { this.fps = int(1000 / this.delta); this.sendFPSMeterEvent(this.fps); } this.past = this.now; }; FPSMeterClass.prototype.getFPS = function () { return(this.fps); }; FPSMeterClass.prototype.addListener = function (ref) { this.listenersList[ref] = ref; }; FPSMeterClass.prototype.removeListener = function (ref) { delete this.listenersList[ref]; }; FPSMeterClass.prototype.sendFPSMeterEvent = function (value) { this.FPSMeterTarget.text = (this.prefix + value) + this.suffix; for (var i in this.listenersList) { this.listenersList[i].getFPS(value); } }; #endinitclip
Symbol 13 MovieClip [scoretable] Frame 1
nocacheURL = "showscores.php?" + Math.floor(Math.random() * 99999); normalURL = "showscores.php"; this.loadVariables(nocacheURL); this.onData = function () { trace("...loaded php"); scoresXML = new XML(); scoresXML.load("scores.xml?" + Math.floor(Math.random() * 99999)); scoresXML.ignoreWhite = true; scoresXML.onLoad = function (success) { if (success) { trace("...loaded scoresXML"); rootNode = scoresXML.firstChild; _root.num = rootNode.firstChild.firstChild; trace("num = " + _root.num); scores = rootNode.childNodes; i = 1; while (i < scores.length) { _root.trophy.topplayer = scores[1].firstChild.nextSibling.firstChild; sc_id = scores[i].firstChild.firstChild; sc_playername = scores[i].firstChild.nextSibling.firstChild; sc_accuracy = scores[i].firstChild.nextSibling.nextSibling.firstChild; sc_score = scores[i].firstChild.nextSibling.nextSibling.nextSibling.firstChild; item = attachMovie("scoreitem", "scoreitem" + i, i); item.rank = i; item.playername = ("" + sc_playername) + ""; item.accuracy = sc_accuracy + "%"; item.score = sc_score; item._y = ypos; ypos = ypos + 20; i++; } _root.scorepane.getScrollContent()._height; _root.scorepane.refreshPane(); } else { trace("...failed to load scoresXML"); } }; };
Symbol 21 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 34 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 44 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 53 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 54 MovieClip [UpArrow] Frame 1
stop();
Symbol 54 MovieClip [UpArrow] Frame 2
stop();
Symbol 54 MovieClip [UpArrow] Frame 3
stop();
Symbol 61 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 68 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 73 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(highlight3D_mc, "highlight3D"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight");
Symbol 74 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 82 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 90 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 98 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "foregroundDisabled"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 99 MovieClip [DownArrow] Frame 1
stop();
Symbol 99 MovieClip [DownArrow] Frame 2
stop();
Symbol 99 MovieClip [DownArrow] Frame 3
stop();
Symbol 110 MovieClip [explosion1] Frame 15
this.removeMovieClip();
Symbol 119 MovieClip Frame 1
if (_parent.headshot == false) { score = _parent.topscore; } else { score = _root.hsscore; }
Symbol 134 MovieClip Frame 1
function nextTarget() { rnd = random(3); _parent.gotoAndPlay(_parent.anim[rnd]); gotoAndStop (1); } function checkshotallowed() { if ((st == "awp") && (_root.allowawpfire == true)) { shotallowed = true; } else if ((st == "usp") && (_root.allowuspfire == true)) { shotallowed = true; } else { shotallowed = false; } } function hittarget(me) { hitit = me.hitTest(_root._xmouse, _root._ymouse, true); if (hitit) { checkshotallowed(); if (shotallowed == true) { trace("the shot is allowed"); _parent.stop(); _root.targethit = me._name; trace("_root.targethit = " + _root.targethit); _root.hits++; _root.addscore(); if (_root.targethit == "head") { _root.headshots++; gotoAndPlay (20); } else { gotoAndPlay (2); } } else { trace("the shot is NOT allowed"); } } } stop(); st = _root.shottype;
Instance of Symbol 115 MovieClip "body" in Symbol 134 MovieClip Frame 1
onClipEvent (mouseDown) { _parent.hittarget(this); }
Instance of Symbol 115 MovieClip "head" in Symbol 134 MovieClip Frame 1
onClipEvent (mouseDown) { _parent.hittarget(this); }
Symbol 134 MovieClip Frame 19
nextTarget();
Symbol 134 MovieClip Frame 35
nextTarget();
Symbol 139 MovieClip Frame 1
anim = new Array(); anim[0] = "one"; anim[1] = "two"; anim[2] = "three";
Symbol 139 MovieClip Frame 234
_root.lives();
Symbol 139 MovieClip Frame 476
_root.lives();
Symbol 139 MovieClip Frame 697
_root.lives();
Symbol 146 MovieClip Frame 1
anim = new Array(); anim[0] = "one"; anim[1] = "two"; anim[2] = "three";
Symbol 146 MovieClip Frame 209
_root.lives();
Symbol 146 MovieClip Frame 396
_root.lives();
Symbol 146 MovieClip Frame 579
_root.lives();
Symbol 153 MovieClip Frame 1
anim = new Array(); anim[0] = "one"; anim[1] = "two"; anim[2] = "three";
Symbol 153 MovieClip Frame 209
_root.lives();
Symbol 153 MovieClip Frame 396
_root.lives();
Symbol 153 MovieClip Frame 579
_root.lives();
Symbol 158 MovieClip [bullethole] Frame 3
t++; if (t > 15) { play(); t = 0; } else { gotoAndPlay (1); }
Symbol 158 MovieClip [bullethole] Frame 20
this.removeMovieClip();
Symbol 165 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 166 MovieClip [FScrollBarSymbol] Frame 1
#initclip 3 FScrollBarClass = function () { if (this._height == 4) { return(undefined); } this.init(); this.minPos = (this.maxPos = (this.pageSize = (this.largeScroll = 0))); this.smallScroll = 1; this.width = (this.horizontal ? (this._width) : (this._height)); this._xscale = (this._yscale = 100); this.setScrollPosition(0); this.tabEnabled = false; if (this._targetInstanceName.length > 0) { this.setScrollTarget(this._parent[this._targetInstanceName]); } this.tabChildren = false; this.setSize(this.width); }; FScrollBarClass.prototype = new FUIComponentClass(); FScrollBarClass.prototype.setHorizontal = function (flag) { if (this.horizontal && (!flag)) { this._xscale = 100; this._rotation = 0; } else if (flag && (!this.horizontal)) { this._xscale = -100; this._rotation = -90; } this.horizontal = flag; }; FScrollBarClass.prototype.setScrollProperties = function (pSize, mnPos, mxPos) { if (!this.enable) { return(undefined); } this.pageSize = pSize; this.minPos = Math.max(mnPos, 0); this.maxPos = Math.max(mxPos, 0); this.scrollPosition = Math.max(this.minPos, this.scrollPosition); this.scrollPosition = Math.min(this.maxPos, this.scrollPosition); if ((this.maxPos - this.minPos) <= 0) { this.scrollThumb_mc.removeMovieClip(); this.upArrow_mc.gotoAndStop(3); this.downArrow_mc.gotoAndStop(3); this.downArrow_mc.onPress = (this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = null)); this.upArrow_mc.onPress = (this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = null)); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onRelease = null); this.scrollTrack_mc.onDragOut = (this.scrollTrack_mc.onRollOut = null); this.scrollTrack_mc.useHandCursor = false; } else { var tmp = this.getScrollPosition(); this.upArrow_mc.gotoAndStop(1); this.downArrow_mc.gotoAndStop(1); this.upArrow_mc.onPress = (this.upArrow_mc.onDragOver = this.startUpScroller); this.upArrow_mc.onRelease = (this.upArrow_mc.onDragOut = this.stopScrolling); this.downArrow_mc.onPress = (this.downArrow_mc.onDragOver = this.startDownScroller); this.downArrow_mc.onRelease = (this.downArrow_mc.onDragOut = this.stopScrolling); this.scrollTrack_mc.onPress = (this.scrollTrack_mc.onDragOver = this.startTrackScroller); this.scrollTrack_mc.onRelease = this.stopScrolling; this.scrollTrack_mc.onDragOut = this.stopScrolling; this.scrollTrack_mc.onRollOut = this.stopScrolling; this.scrollTrack_mc.useHandCursor = false; this.attachMovie("ScrollThumb", "scrollThumb_mc", 3); this.scrollThumb_mc._x = 0; this.scrollThumb_mc._y = this.upArrow_mc._height; this.scrollThumb_mc.onPress = this.startDragThumb; this.scrollThumb_mc.controller = this; this.scrollThumb_mc.onRelease = (this.scrollThumb_mc.onReleaseOutside = this.stopDragThumb); this.scrollThumb_mc.useHandCursor = false; this.thumbHeight = (this.pageSize / ((this.maxPos - this.minPos) + this.pageSize)) * this.trackSize; this.thumbMid_mc = this.scrollThumb_mc.mc_sliderMid; this.thumbTop_mc = this.scrollThumb_mc.mc_sliderTop; this.thumbBot_mc = this.scrollThumb_mc.mc_sliderBot; this.thumbHeight = Math.max(this.thumbHeight, 6); this.midHeight = (this.thumbHeight - this.thumbTop_mc._height) - this.thumbBot_mc._height; this.thumbMid_mc._yScale = (this.midHeight * 100) / this.thumbMid_mc._height; this.thumbMid_mc._y = this.thumbTop_mc._height; this.thumbBot_mc._y = this.thumbTop_mc._height + this.midHeight; this.scrollTop = this.scrollThumb_mc._y; this.trackHeight = this.trackSize - this.thumbHeight; this.scrollBot = this.trackHeight + this.scrollTop; tmp = Math.min(tmp, this.maxPos); this.setScrollPosition(Math.max(tmp, this.minPos)); } }; FScrollBarClass.prototype.getScrollPosition = function () { return(this.scrollPosition); }; FScrollBarClass.prototype.setScrollPosition = function (pos) { this.scrollPosition = pos; if (this.scrollThumb_mc != undefined) { pos = Math.min(pos, this.maxPos); pos = Math.max(pos, this.minPos); } this.scrollThumb_mc._y = (((pos - this.minPos) * this.trackHeight) / (this.maxPos - this.minPos)) + this.scrollTop; this.executeCallBack(); }; FScrollBarClass.prototype.setLargeScroll = function (lScroll) { this.largeScroll = lScroll; }; FScrollBarClass.prototype.setSmallScroll = function (sScroll) { this.smallScroll = sScroll; }; FScrollBarClass.prototype.setEnabled = function (enabledFlag) { var wasEnabled = this.enable; if (enabledFlag && (!wasEnabled)) { this.enable = enabledFlag; if (this.textField != undefined) { this.setScrollTarget(this.textField); } else { this.setScrollProperties(this.pageSize, this.cachedMinPos, this.cachedMaxPos); this.setScrollPosition(this.cachedPos); } this.clickFilter = undefined; } else if ((!enabledFlag) && (wasEnabled)) { this.textField.removeListener(this); this.cachedPos = this.getScrollPosition(); this.cachedMinPos = this.minPos; this.cachedMaxPos = this.maxPos; if (this.clickFilter == undefined) { this.setScrollProperties(this.pageSize, 0, 0); } else { this.clickFilter = true; } this.enable = enabledFlag; } }; FScrollBarClass.prototype.setSize = function (hgt) { if (this._height == 1) { return(undefined); } this.width = hgt; this.scrollTrack_mc._yscale = 100; this.scrollTrack_mc._yscale = (100 * this.width) / this.scrollTrack_mc._height; if (this.upArrow_mc == undefined) { this.attachMovie("UpArrow", "upArrow_mc", 1); this.attachMovie("DownArrow", "downArrow_mc", 2); this.downArrow_mc.controller = (this.upArrow_mc.controller = this); this.upArrow_mc.useHandCursor = (this.downArrow_mc.useHandCursor = false); this.upArrow_mc._x = (this.upArrow_mc._y = 0); this.downArrow_mc._x = 0; } this.scrollTrack_mc.controller = this; this.downArrow_mc._y = this.width - this.downArrow_mc._height; this.trackSize = this.width - (2 * this.downArrow_mc._height); if (this.textField != undefined) { this.onTextChanged(); } else { this.setScrollProperties(this.pageSize, this.minPos, this.maxPos); } }; FScrollBarClass.prototype.scrollIt = function (inc, mode) { var delt = this.smallScroll; if (inc != "one") { delt = ((this.largeScroll == 0) ? (this.pageSize) : (this.largeScroll)); } var newPos = (this.getScrollPosition() + (mode * delt)); if (newPos > this.maxPos) { newPos = this.maxPos; } else if (newPos < this.minPos) { newPos = this.minPos; } this.setScrollPosition(newPos); }; FScrollBarClass.prototype.startDragThumb = function () { this.lastY = this._ymouse; this.onMouseMove = this.controller.dragThumb; }; FScrollBarClass.prototype.dragThumb = function () { this.scrollMove = this._ymouse - this.lastY; this.scrollMove = this.scrollMove + this._y; if (this.scrollMove < this.controller.scrollTop) { this.scrollMove = this.controller.scrollTop; } else if (this.scrollMove > this.controller.scrollBot) { this.scrollMove = this.controller.scrollBot; } this._y = this.scrollMove; var c = this.controller; c.scrollPosition = Math.round(((c.maxPos - c.minPos) * (this._y - c.scrollTop)) / c.trackHeight) + c.minPos; this.controller.isScrolling = true; updateAfterEvent(); this.controller.executeCallBack(); }; FScrollBarClass.prototype.stopDragThumb = function () { this.controller.isScrolling = false; this.onMouseMove = null; }; FScrollBarClass.prototype.startTrackScroller = function () { this.controller.trackScroller(); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "page", -1); }; FScrollBarClass.prototype.scrollInterval = function (inc, mode) { clearInterval(this.scrolling); if (inc == "page") { this.trackScroller(); } else { this.scrollIt(inc, mode); } this.scrolling = setInterval(this, "scrollInterval", 35, inc, mode); }; FScrollBarClass.prototype.trackScroller = function () { if ((this.scrollThumb_mc._y + this.thumbHeight) < this._ymouse) { this.scrollIt("page", 1); } else if (this.scrollThumb_mc._y > this._ymouse) { this.scrollIt("page", -1); } }; FScrollBarClass.prototype.stopScrolling = function () { this.controller.downArrow_mc.gotoAndStop(1); this.controller.upArrow_mc.gotoAndStop(1); clearInterval(this.controller.scrolling); }; FScrollBarClass.prototype.startUpScroller = function () { this.controller.upArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", -1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", -1); }; FScrollBarClass.prototype.startDownScroller = function () { this.controller.downArrow_mc.gotoAndStop(2); this.controller.scrollIt("one", 1); this.controller.scrolling = setInterval(this.controller, "scrollInterval", 500, "one", 1); }; FScrollBarClass.prototype.setScrollTarget = function (tF) { if (tF == undefined) { this.textField.removeListener(this); delete this.textField[(this.horizontal ? "hScroller" : "vScroller")]; if ((this.textField.hScroller != undefined) && (this.textField.vScroller != undefined)) { this.textField.unwatch("text"); this.textField.unwatch("htmltext"); } } this.textField = undefined; if (!(tF instanceof TextField)) { return(undefined); } this.textField = tF; this.textField[(this.horizontal ? "hScroller" : "vScroller")] = this; this.onTextChanged(); this.onChanged = function () { this.onTextChanged(); }; this.onScroller = function () { if (!this.isScrolling) { if (!this.horizontal) { this.setScrollPosition(this.textField.scroll); } else { this.setScrollPosition(this.textField.hscroll); } } }; this.textField.addListener(this); this.textField.watch("text", this.callback); this.textField.watch("htmlText", this.callback); }; FScrollBarClass.prototype.callback = function (prop, oldVal, newVal) { clearInterval(this.hScroller.synchScroll); clearInterval(this.vScroller.synchScroll); this.hScroller.synchScroll = setInterval(this.hScroller, "onTextChanged", 50); this.vScroller.synchScroll = setInterval(this.vScroller, "onTextChanged", 50); return(newVal); }; FScrollBarClass.prototype.onTextChanged = function () { if ((!this.enable) || (this.textField == undefined)) { return(undefined); } clearInterval(this.synchScroll); if (this.horizontal) { var pos = this.textField.hscroll; this.setScrollProperties(this.textField._width, 0, this.textField.maxhscroll); this.setScrollPosition(Math.min(pos, this.textField.maxhscroll)); } else { var pos = this.textField.scroll; var pageSize = (this.textField.bottomScroll - this.textField.scroll); this.setScrollProperties(pageSize, 1, this.textField.maxscroll); this.setScrollPosition(Math.min(pos, this.textField.maxscroll)); } }; FScrollBarClass.prototype.executeCallBack = function () { if (this.textField == undefined) { super.executeCallBack(); } else if (this.horizontal) { this.textField.hscroll = this.getScrollPosition(); } else { this.textField.scroll = this.getScrollPosition(); } }; Object.registerClass("FScrollBarSymbol", FScrollBarClass); #endinitclip
Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1
#initclip 4 function FScrollPaneClass() { function boolToString(str) { if (str == "false") { return(false); } if (str == "true") { return(true); } return(str); } this.init(); this.width = this._width; this.height = this._height; this._xscale = (this._yscale = 100); this.contentWidth = (this.contentHeight = 0); if (this.hScroll == undefined) { this.hScroll = (this.vScroll = "auto"); this.dragContent = false; } this.offset = new Object(); this.vScroll = boolToString(this.vScroll); this.hScroll = boolToString(this.hScroll); this.attachMovie("FScrollBarSymbol", "hScrollBar_mc", 100, {hostStyle:this.styleTable}); this.hScrollBar_mc.setHorizontal(true); this.hScrollBar_mc.setSmallScroll(5); this.hScrollBar_mc.setChangeHandler("onScroll", this); this.attachMovie("FScrollBarSymbol", "vScrollBar_mc", 99, {hostStyle:this.styleTable}); this.vScrollBar_mc.setSmallScroll(5); this.vScrollBar_mc.setChangeHandler("onScroll", this); this.setSize(this.width, this.height); if (this.scrollContent != "") { this.setScrollContent(this.scrollContent); } this.setDragContent(this.dragContent); } FScrollPaneClass.prototype = new FUIComponentClass(); Object.registerClass("FScrollPaneSymbol", FScrollPaneClass); FScrollPaneClass.prototype.getScrollContent = function () { return(this.content_mc); }; FScrollPaneClass.prototype.getPaneWidth = function () { return(this.width); }; FScrollPaneClass.prototype.getPaneHeight = function () { return(this.height); }; FScrollPaneClass.prototype.getScrollPosition = function () { var xPos = ((this.hScrollBar_mc == undefined) ? 0 : (this.hScrollBar_mc.getScrollPosition())); var yPos = ((this.vScrollBar_mc == undefined) ? 0 : (this.vScrollBar_mc.getScrollPosition())); return({x:xPos, y:yPos}); }; FScrollPaneClass.prototype.setScrollContent = function (target) { this.offset.x = 0; this.offset.y = 0; if (this.content_mc != undefined) { if (target != this.content_mc) { this.content_mc._visible = false; this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); } } if (typeof(target) == "string") { this.attachMovie(target, "tmp_mc", 3); this.content_mc = this.tmp_mc; } else if (target == undefined) { this.content_mc.unloadMovie(); } else { this.content_mc = target; } this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; var contentBounds = this.content_mc.getBounds(this); this.offset.x = -contentBounds.xMin; this.offset.y = -contentBounds.yMin; this.localToGlobal(this.offset); this.content_mc._parent.globalToLocal(this.offset); this.content_mc._x = this.offset.x; this.content_mc._y = this.offset.y; this.contentWidth = this.content_mc._width; this.contentHeight = this.content_mc._height; this.content_mc.setMask(this.mask_mc); this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setSize = function (w, h) { if (((arguments.length < 2) || (isNaN(w))) || (isNaN(h))) { return(undefined); } super.setSize(w, h); this.width = Math.max(w, 60); this.height = Math.max(h, 60); this.boundingBox_mc._xscale = 100; this.boundingBox_mc._yscale = 100; this.boundingBox_mc._width = this.width; this.boundingBox_mc._height = this.height; this.setHandV(); this.initScrollBars(); if (this.mask_mc == undefined) { this.attachMovie("FBoundingBoxSymbol", "mask_mc", 3000); } this.mask_mc._xscale = 100; this.mask_mc._yscale = 100; this.mask_mc._width = this.hWidth; this.mask_mc._height = this.vHeight; this.mask_mc._alpha = 0; }; FScrollPaneClass.prototype.setScrollPosition = function (x, y) { x = Math.max(this.hScrollBar_mc.minPos, x); x = Math.min(this.hScrollBar_mc.maxPos, x); y = Math.max(this.vScrollBar_mc.minPos, y); y = Math.min(this.vScrollBar_mc.maxPos, y); this.hScrollBar_mc.setScrollPosition(x); this.vScrollBar_mc.setScrollPosition(y); }; FScrollPaneClass.prototype.refreshPane = function () { this.setScrollContent(this.content_mc); }; FScrollPaneClass.prototype.loadScrollContent = function (url, handler, location) { this.content_mc.removeMovieClip(); this.content_mc.unloadMovie(); this.content_mc._visible = 0; this.loadContent.duplicateMovieClip("loadTemp", 3); this.dupeFlag = true; this.contentLoaded = function () { this.loadReady = false; this.content_mc = this.loadTemp; this.refreshPane(); this.executeCallBack(); }; this.setChangeHandler(handler, location); this.loadTemp.loadMovie(url); }; FScrollPaneClass.prototype.setHScroll = function (prop) { this.hScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setVScroll = function (prop) { this.vScroll = prop; this.setSize(this.width, this.height); }; FScrollPaneClass.prototype.setDragContent = function (dragFlag) { if (dragFlag) { this.boundingBox_mc.useHandCursor = true; this.boundingBox_mc.onPress = function () { this._parent.startDragLoop(); }; this.boundingBox_mc.tabEnabled = false; this.boundingBox_mc.onRelease = (this.boundingBox_mc.onReleaseOutside = function () { this._parent.pressFocus(); this._parent.onMouseMove = null; }); } else { delete this.boundingBox_mc.onPress; this.boundingBox_mc.useHandCursor = false; } }; FScrollPaneClass.prototype.setSmallScroll = function (x, y) { this.hScrollBar_mc.setSmallScroll(x); this.vScrollBar_mc.setSmallScroll(y); }; FScrollPaneClass.prototype.setHandV = function () { if ((((this.contentHeight - this.height) > 2) && (this.vScroll != false)) || (this.vScroll == true)) { this.hWidth = this.width - this.vScrollBar_mc._width; } else { this.hWidth = this.width; } if ((((this.contentWidth - this.width) > 2) && (this.hScroll != false)) || (this.hScroll == true)) { this.vHeight = this.height - this.hScrollBar_mc._height; } else { this.vHeight = this.height; } }; FScrollPaneClass.prototype.startDragLoop = function () { this.tabFocused = false; this.myOnSetFocus(); this.lastX = this._xmouse; this.lastY = this._ymouse; this.onMouseMove = function () { this.scrollXMove = this.lastX - this._xmouse; this.scrollYMove = this.lastY - this._ymouse; this.scrollXMove = this.scrollXMove + this.hScrollBar_mc.getScrollPosition(); this.scrollYMove = this.scrollYMove + this.vScrollBar_mc.getScrollPosition(); this.setScrollPosition(this.scrollXMove, this.scrollYMove); if ((this.scrollXMove < this.hScrollBar_mc.maxPos) && (this.scrollXMove > this.hScrollBar_mc.minPos)) { this.lastX = this._xmouse; } if ((this.scrollYMove < this.vScrollBar_mc.maxPos) && (this.scrollYMove > this.vScrollBar_mc.minPos)) { this.lastY = this._ymouse; } this.updateAfterEvent(); }; }; FScrollPaneClass.prototype.initScrollBars = function () { this.hScrollBar_mc._y = this.height - this.hScrollBar_mc._height; this.hScrollBar_mc.setSize(this.hWidth); this.hScrollBar_mc.setScrollProperties(this.hWidth, 0, this.contentWidth - this.hWidth); this.vScrollBar_mc._visible = ((this.hWidth == this.width) ? false : true); this.vScrollBar_mc._x = this.width - this.vScrollBar_mc._width; this.vScrollBar_mc.setSize(this.vHeight); this.vScrollBar_mc.setScrollProperties(this.vHeight, 0, this.contentHeight - this.vHeight); this.hScrollBar_mc._visible = ((this.vHeight == this.height) ? false : true); }; FScrollPaneClass.prototype.onScroll = function (component) { var pos = component.getScrollPosition(); var XorY = ((component._name == "hScrollBar_mc") ? "x" : "y"); if (component._name == "hScrollBar_mc") { this.content_mc._x = (-pos) + this.offset.x; } else { this.content_mc._y = (-pos) + this.offset.y; } }; FScrollPaneClass.prototype.myOnKeyDown = function () { var posX = this.hScrollBar_mc.getScrollPosition(); var posY = this.vScrollBar_mc.getScrollPosition(); if (this.hScrollBar_mc.maxPos > this.hScrollBar_mc.minPos) { if (Key.isDown(37)) { this.setScrollPosition(posX - 3, posY); } else if (Key.isDown(39)) { this.setScrollPosition(posX + 3, posY); } } if (this.vScrollBar_mc.maxPos > this.vScrollBar_mc.minPos) { if (Key.isDown(38)) { this.setScrollPosition(posX, posY - 3); } else if (Key.isDown(40)) { this.setScrollPosition(posX, posY + 3); } else if (Key.isDown(34)) { this.setScrollPosition(posX, posY + this.vScrollBar_mc.pageSize); } else if (Key.isDown(33)) { this.setScrollPosition(posX, posY - this.vScrollBar_mc.pageSize); } } }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 166 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; }
Instance of Symbol 170 MovieClip "loadContent" in Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1
onClipEvent (load) { if (this._parent.loadReady) { this._parent.contentLoaded(); delete this._parent.loadReady; } else if (this._name != "loadContent") { this._parent.loadReady = true; } }
Symbol 203 Button
on (release) { getURL ("http://www.barraxworld.co.uk", "_blank"); }
Symbol 209 Button
on (release) { playername = myName.text; if (((playername != null) && (playername.length <= 10)) && (playername != "")) { stopAllSounds(); gotoAndStop (9); } else if (!playername) { errortxt = "Please enter a name\n10 characters max"; } } on (rollOut) { errortxt = ""; }
Symbol 213 Button
on (release) { gotoAndPlay (16); }
Symbol 232 Button
on (press) { if (gamePaused != true) { fire(); } }
Symbol 234 MovieClip Frame 1
function bullethole() { id++; this.attachMovie("explosion1", "explosion", 1); _root.lc.scene.attachMovie("bulletHole", "bulletHole" + id, id); bh = _root.lc.scene["bulletHole" + id]; bh._x = _root.lc.scene._xmouse; bh._y = _root.lc.scene._ymouse; } function awpammo() { if (aa.reload == false) { reload = false; aa.prevFrame(); aaremaining = aa._currentframe - 2; } else { reload = true; } } function fireawp() { awpammo(); if ((reload == false) && (_root.awp_ammo == true)) { _root.allowawpfire = false; awpsound.start(); bullethole(); firebutton.enabled = false; this.onEnterFrame = function () { t++; if (t == (delay / 2)) { awpdeploysound.start(); } if (t >= delay) { _root.allowawpfire = true; firebutton.enabled = true; t = 0; delete this.onEnterFrame; } }; } else { _root.allowawpfire = false; noammosound.start(); } } function fireusp() { if (_root.usp_ammo == true) { uspsound.start(); bullethole(); ua.nextFrame(); _parent.usp.play(); _root.allowuspfire = true; } else { _root.allowuspfire = false; noammosound.start(); } } function fire() { _root.shots++; if (_root.shottype == "awp") { fireawp(); } else { fireusp(); } } function zoom() { zoomsound.start(); play(); } stop(); _quality = "HIGH"; _root.shottype = "usp"; _parent.usp._visible = true; delay = 50; weight = 2; aa = _root.awpammo; ua = _root.uspammo; id = 200; sc = _root.lc.scene; lc = _root.lc.scene; lc._xscale = 53.7; lc._yscale = 53.7; lc._x = 0; lc._y = 0; awpsound = new Sound(); awpsound.attachSound("awp"); uspsound = new Sound(); uspsound.attachSound("usp"); zoomsound = new Sound(); zoomsound.attachSound("zoom"); awpdeploysound = new Sound(); awpdeploysound.attachSound("awpdeploy"); noammosound = new Sound(); noammosound.attachSound("outtaammo");
Symbol 234 MovieClip Frame 2
stop(); _quality = "LOW"; _parent.usp._visible = false; _root.shottype = "awp"; lc._xscale = _root.zoomlevel; lc._yscale = _root.zoomlevel;
Symbol 237 MovieClip Frame 1
stop();
Symbol 244 MovieClip Frame 1
reload = false; _root.awp_ammo = false; gotoAndStop (12);
Symbol 244 MovieClip Frame 2
reload = true;
Symbol 244 MovieClip Frame 12
reload = false; _root.awp_ammo = true;
Symbol 251 MovieClip Frame 1
function timer() { timeDisp = timeDisp - 1; if (timeDisp < 6) { _parent.beepSound.start(); } if (timeDisp == 0) { if (_root.nextlevel != 0) { _root.play(); } else { _root.gotoAndPlay("summary"); } } } _root.timeInterval = setInterval(timer, 1000);
Symbol 257 MovieClip Frame 1
gotoAndStop (7);
Symbol 257 MovieClip Frame 2
_root.gotoAndPlay("summary", 1);
Symbol 261 MovieClip Frame 1
_root.usp_ammo = true; stop();
Symbol 261 MovieClip Frame 13
_root.usp_ammo = false;
Symbol 270 Button
on (release) { gotoAndPlay (9); }
Symbol 275 Button
on (release) { stopAllSounds(); gotoAndPlay (6); }
Symbol 277 Button
on (release) { gotoAndPlay (11); }
Symbol 293 Button
on (release) { stopAllSounds(); gotoAndPlay (6); }

Library Items

Symbol 1 Sound [loselife]
Symbol 2 Sound [zoom]
Symbol 3 Sound [usp]
Symbol 4 Sound [outtaammo]
Symbol 5 Sound [beep]
Symbol 6 Sound [awpdeploy]
Symbol 7 Sound [awp]
Symbol 8 Sound [awp_clipin]
Symbol 9 Sound [buzzer]Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClip [FPSMeter]Uses:10
Symbol 12 GraphicUsed by:13 167 187 203 232
Symbol 13 MovieClip [scoretable]Uses:12
Symbol 14 GraphicUsed by:20
Symbol 15 FontUsed by:16 17 18 19 118 160 179 180 182 185 186 188 194 202 210 212 214 215 216 219 220 221 222 223 224 226 268 269 271 273 274 276 278 279 280 281 282 285 286 287 288 291 294
Symbol 16 EditableTextUses:15Used by:20
Symbol 17 EditableTextUses:15Used by:20
Symbol 18 EditableTextUses:15Used by:20
Symbol 19 EditableTextUses:15Used by:20
Symbol 20 MovieClip [scoreitem]Uses:14 16 17 18 19
Symbol 21 MovieClip [FUIComponentSymbol]
Symbol 22 GraphicUsed by:23 41 59 60 66 67 69 75 87
Symbol 23 MovieClipUses:22Used by:34
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:34
Symbol 26 GraphicUsed by:27 47 78 93
Symbol 27 MovieClipUses:26Used by:34
Symbol 28 GraphicUsed by:29 48 79 94
Symbol 29 MovieClipUses:28Used by:34
Symbol 30 GraphicUsed by:31 36 46 80 84 92
Symbol 31 MovieClipUses:30Used by:34
Symbol 32 GraphicUsed by:33 35 45 81 83 91
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:23 25 27 29 31 33Used by:54
Symbol 35 MovieClipUses:32Used by:44
Symbol 36 MovieClipUses:30Used by:44
Symbol 37 GraphicUsed by:38 85
Symbol 38 MovieClipUses:37Used by:44
Symbol 39 GraphicUsed by:40 86
Symbol 40 MovieClipUses:39Used by:44
Symbol 41 MovieClipUses:22Used by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:35 36 38 40 41 43Used by:54
Symbol 45 MovieClipUses:32Used by:53
Symbol 46 MovieClipUses:30Used by:53
Symbol 47 MovieClipUses:26Used by:53
Symbol 48 MovieClipUses:28Used by:53
Symbol 49 GraphicUsed by:50 95
Symbol 50 MovieClipUses:49Used by:53
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:53
Symbol 53 MovieClipUses:45 46 47 48 50 52Used by:54
Symbol 54 MovieClip [UpArrow]Uses:34 44 53
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:61
Symbol 57 GraphicUsed by:58 62 63 72
Symbol 58 MovieClipUses:57Used by:61
Symbol 59 MovieClipUses:22Used by:61
Symbol 60 MovieClipUses:22Used by:61
Symbol 61 MovieClipUses:56 58 59 60Used by:74
Symbol 62 MovieClipUses:57Used by:68
Symbol 63 MovieClipUses:57Used by:68
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:68
Symbol 66 MovieClipUses:22Used by:68
Symbol 67 MovieClipUses:22Used by:68
Symbol 68 MovieClipUses:62 63 65 66 67Used by:74
Symbol 69 MovieClipUses:22Used by:73
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:70Used by:73
Symbol 72 MovieClipUses:57Used by:73
Symbol 73 MovieClipUses:69 71 72Used by:74
Symbol 74 MovieClip [ScrollThumb]Uses:61 68 73
Symbol 75 MovieClipUses:22Used by:82
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:82
Symbol 78 MovieClipUses:26Used by:82
Symbol 79 MovieClipUses:28Used by:82
Symbol 80 MovieClipUses:30Used by:82
Symbol 81 MovieClipUses:32Used by:82
Symbol 82 MovieClipUses:75 77 78 79 80 81Used by:99
Symbol 83 MovieClipUses:32Used by:90
Symbol 84 MovieClipUses:30Used by:90
Symbol 85 MovieClipUses:37Used by:90
Symbol 86 MovieClipUses:39Used by:90
Symbol 87 MovieClipUses:22Used by:90
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:83 84 85 86 87 89Used by:99
Symbol 91 MovieClipUses:32Used by:98
Symbol 92 MovieClipUses:30Used by:98
Symbol 93 MovieClipUses:26Used by:98
Symbol 94 MovieClipUses:28Used by:98
Symbol 95 MovieClipUses:49Used by:98
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:98
Symbol 98 MovieClipUses:91 92 93 94 95 97Used by:99
Symbol 99 MovieClip [DownArrow]Uses:82 90 98
Symbol 100 ShapeTweeningUsed by:110
Symbol 101 ShapeTweeningUsed by:110
Symbol 102 ShapeTweeningUsed by:110
Symbol 103 ShapeTweeningUsed by:110
Symbol 104 ShapeTweeningUsed by:110
Symbol 105 ShapeTweeningUsed by:110
Symbol 106 ShapeTweeningUsed by:110
Symbol 107 ShapeTweeningUsed by:110
Symbol 108 ShapeTweeningUsed by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClip [explosion1]Uses:100 101 102 103 104 105 106 107 108 109
Symbol 111 BitmapUsed by:112 263
Symbol 112 GraphicUses:111Used by:140
Symbol 113 GraphicUsed by:134  Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:134  Timeline
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:134
Symbol 118 EditableTextUses:15Used by:119
Symbol 119 MovieClipUses:118Used by:134
Symbol 120 SoundUsed by:134
Symbol 121 GraphicUsed by:134
Symbol 122 GraphicUsed by:134
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:134
Symbol 125 GraphicUsed by:134
Symbol 126 GraphicUsed by:134
Symbol 127 GraphicUsed by:134
Symbol 128 SoundUsed by:134
Symbol 129 GraphicUsed by:134
Symbol 130 GraphicUsed by:134
Symbol 131 GraphicUsed by:134
Symbol 132 ShapeTweeningUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:113 115 117 119 120 121 122 124 125 126 127 128 129 130 131 132 133Used by:139 146 153
Symbol 135 GraphicUsed by:139 146 153
Symbol 136 GraphicUsed by:139
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:134 135 136 137 138Used by:140
Symbol 140 MovieClip [aztec]Uses:112 139
Symbol 141 BitmapUsed by:142 265
Symbol 142 GraphicUses:141Used by:147
Symbol 143 GraphicUsed by:146
Symbol 144 GraphicUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:134 135 143 144 145Used by:147
Symbol 147 MovieClip [oilrig]Uses:142 146
Symbol 148 BitmapUsed by:149 264
Symbol 149 GraphicUses:148Used by:154
Symbol 150 GraphicUsed by:153
Symbol 151 GraphicUsed by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:134 135 150 151 152Used by:154
Symbol 154 MovieClip [dust]Uses:149 153
Symbol 155 GraphicUsed by:158
Symbol 156 ShapeTweeningUsed by:158
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClip [bullethole]Uses:155 156 157
Symbol 159 GraphicUsed by:161  Timeline
Symbol 160 TextUses:15Used by:161
Symbol 161 ButtonUses:159 160Used by:162
Symbol 162 MovieClip [pauseScreen]Uses:161
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:165
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClip [FScrollBarSymbol]Uses:165Used by:173
Symbol 167 MovieClipUses:12Used by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClip [FBoundingBoxSymbol]Uses:167 168Used by:173
Symbol 170 MovieClipUsed by:173
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:173
Symbol 173 MovieClip [FScrollPaneSymbol]Uses:166 169 170 172Used by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:178
Symbol 176 GraphicUsed by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:175 176 177Used by:234  Timeline
Symbol 179 EditableTextUses:15Used by:Timeline
Symbol 180 TextUses:15Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 TextUses:15Used by:Timeline
Symbol 183 BitmapUsed by:184 267 283
Symbol 184 GraphicUses:183Used by:Timeline
Symbol 185 TextUses:15Used by:Timeline
Symbol 186 EditableTextUses:15Used by:Timeline
Symbol 187 ButtonUses:12Used by:Timeline
Symbol 188 TextUses:15Used by:Timeline
Symbol 189 FontUsed by:191 196 197 198 199 200 201 211
Symbol 190 FontUsed by:191
Symbol 191 TextUses:189 190Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:Timeline
Symbol 194 TextUses:15Used by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 TextUses:189Used by:Timeline
Symbol 197 TextUses:189Used by:Timeline
Symbol 198 TextUses:189Used by:Timeline
Symbol 199 TextUses:189Used by:Timeline
Symbol 200 TextUses:189Used by:Timeline
Symbol 201 TextUses:189Used by:Timeline
Symbol 202 EditableTextUses:15Used by:Timeline
Symbol 203 ButtonUses:12Used by:Timeline
Symbol 204 GraphicUsed by:Timeline
Symbol 205 GraphicUsed by:209 213 270 275 277 293
Symbol 206 GraphicUsed by:209 213 270 275 277 293
Symbol 207 SoundUsed by:209 213 270 275 277 293
Symbol 208 SoundUsed by:209 213 270 275 277 293
Symbol 209 ButtonUses:205 206 207 208Used by:Timeline
Symbol 210 TextUses:15Used by:Timeline
Symbol 211 EditableTextUses:189Used by:Timeline
Symbol 212 EditableTextUses:15Used by:Timeline
Symbol 213 ButtonUses:205 206 207 208Used by:Timeline
Symbol 214 TextUses:15Used by:Timeline
Symbol 215 TextUses:15Used by:217
Symbol 216 TextUses:15Used by:217
Symbol 217 MovieClipUses:215 216Used by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 TextUses:15Used by:Timeline
Symbol 220 TextUses:15Used by:Timeline
Symbol 221 EditableTextUses:15Used by:Timeline
Symbol 222 EditableTextUses:15Used by:Timeline
Symbol 223 EditableTextUses:15Used by:Timeline
Symbol 224 EditableTextUses:15Used by:Timeline
Symbol 225 GraphicUsed by:Timeline
Symbol 226 TextUses:15Used by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 SoundUsed by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 GraphicUsed by:234
Symbol 232 ButtonUses:12Used by:234
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:231 232 178 233Used by:Timeline
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:237
Symbol 237 MovieClipUses:236Used by:Timeline
Symbol 238 GraphicUsed by:244
Symbol 239 GraphicUsed by:241
Symbol 240 SoundUsed by:241
Symbol 241 MovieClipUses:239 240Used by:244 261
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:244
Symbol 244 MovieClipUses:238 241 243Used by:Timeline
Symbol 245 FontUsed by:246 249 252
Symbol 246 EditableTextUses:245Used by:Timeline
Symbol 247 FontUsed by:248 250 253
Symbol 248 TextUses:247Used by:Timeline
Symbol 249 EditableTextUses:245Used by:251
Symbol 250 TextUses:247Used by:251
Symbol 251 MovieClipUses:249 250Used by:Timeline
Symbol 252 EditableTextUses:245Used by:Timeline
Symbol 253 TextUses:247Used by:Timeline
Symbol 254 GraphicUsed by:257
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:255Used by:257
Symbol 257 MovieClipUses:254 256Used by:Timeline
Symbol 258 GraphicUsed by:261
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:261
Symbol 261 MovieClipUses:258 260 241Used by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 GraphicUses:111Used by:266
Symbol 264 GraphicUses:148Used by:266
Symbol 265 GraphicUses:141Used by:266
Symbol 266 MovieClipUses:263 264 265Used by:Timeline
Symbol 267 GraphicUses:183Used by:Timeline
Symbol 268 TextUses:15Used by:Timeline
Symbol 269 EditableTextUses:15Used by:Timeline
Symbol 270 ButtonUses:205 206 207 208Used by:Timeline
Symbol 271 TextUses:15Used by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 EditableTextUses:15Used by:Timeline
Symbol 274 EditableTextUses:15Used by:Timeline
Symbol 275 ButtonUses:205 206 207 208Used by:Timeline
Symbol 276 TextUses:15Used by:Timeline
Symbol 277 ButtonUses:205 206 207 208Used by:Timeline
Symbol 278 TextUses:15Used by:Timeline
Symbol 279 EditableTextUses:15Used by:Timeline
Symbol 280 TextUses:15Used by:Timeline
Symbol 281 EditableTextUses:15Used by:Timeline
Symbol 282 TextUses:15Used by:Timeline
Symbol 283 GraphicUses:183Used by:Timeline
Symbol 284 GraphicUsed by:Timeline
Symbol 285 TextUses:15Used by:Timeline
Symbol 286 TextUses:15Used by:Timeline
Symbol 287 TextUses:15Used by:Timeline
Symbol 288 TextUses:15Used by:Timeline
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:292
Symbol 291 EditableTextUses:15Used by:292
Symbol 292 MovieClipUses:290 291Used by:Timeline
Symbol 293 ButtonUses:205 206 207 208Used by:Timeline
Symbol 294 TextUses:15Used by:Timeline

Instance Names

"myName"Frame 6Symbol 212 EditableText
"body"Frame 6Symbol 115 MovieClip
"head"Frame 6Symbol 115 MovieClip
"sniper1"Frame 6Symbol 221 EditableText
"sniper2"Frame 6Symbol 222 EditableText
"pistol1"Frame 6Symbol 223 EditableText
"pistol2"Frame 6Symbol 224 EditableText
"lc"Frame 9Symbol 230 MovieClip
"sight"Frame 9Symbol 234 MovieClip
"usp"Frame 9Symbol 237 MovieClip
"awpammo"Frame 9Symbol 244 MovieClip
"timeleft"Frame 9Symbol 251 MovieClip
"lifeleft"Frame 9Symbol 257 MovieClip
"uspammo"Frame 9Symbol 261 MovieClip
"thumbs"Frame 10Symbol 266 MovieClip
"scorepane"Frame 16Symbol 173 MovieClip [FScrollPaneSymbol]
"trophy"Frame 16Symbol 292 MovieClip
"final_playername"Symbol 20 MovieClip [scoreitem] Frame 1Symbol 16 EditableText
"final_accuracy"Symbol 20 MovieClip [scoreitem] Frame 1Symbol 18 EditableText
"final_score"Symbol 20 MovieClip [scoreitem] Frame 1Symbol 19 EditableText
"face_mc"Symbol 34 MovieClip Frame 1Symbol 23 MovieClip
"arrow_mc"Symbol 34 MovieClip Frame 1Symbol 25 MovieClip
"highlight_mc"Symbol 34 MovieClip Frame 1Symbol 27 MovieClip
"shadow_mc"Symbol 34 MovieClip Frame 1Symbol 29 MovieClip
"darkshadow_mc"Symbol 34 MovieClip Frame 1Symbol 31 MovieClip
"highlight3D_mc"Symbol 34 MovieClip Frame 1Symbol 33 MovieClip
"darkshadow_mc"Symbol 44 MovieClip Frame 1Symbol 35 MovieClip
"highlight3D_mc"Symbol 44 MovieClip Frame 1Symbol 36 MovieClip
"highlight_mc"Symbol 44 MovieClip Frame 1Symbol 38 MovieClip
"shadow_mc"Symbol 44 MovieClip Frame 1Symbol 40 MovieClip
"face_mc"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"arrow_mc"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"highlight3D_mc"Symbol 53 MovieClip Frame 1Symbol 45 MovieClip
"darkshadow_mc"Symbol 53 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 53 MovieClip Frame 1Symbol 47 MovieClip
"shadow_mc"Symbol 53 MovieClip Frame 1Symbol 48 MovieClip
"face_mc"Symbol 53 MovieClip Frame 1Symbol 50 MovieClip
"arrow_mc"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip
"up"Symbol 54 MovieClip [UpArrow] Frame 1Symbol 34 MovieClip
"down"Symbol 54 MovieClip [UpArrow] Frame 2Symbol 44 MovieClip
"disabled"Symbol 54 MovieClip [UpArrow] Frame 3Symbol 53 MovieClip
"highlight3D_mc"Symbol 61 MovieClip Frame 1Symbol 56 MovieClip
"darkshadow_mc"Symbol 61 MovieClip Frame 1Symbol 58 MovieClip
"highlight_mc"Symbol 61 MovieClip Frame 1Symbol 59 MovieClip
"shadow_mc"Symbol 61 MovieClip Frame 1Symbol 60 MovieClip
"highlight3D_mc"Symbol 68 MovieClip Frame 1Symbol 62 MovieClip
"darkshadow_mc"Symbol 68 MovieClip Frame 1Symbol 63 MovieClip
"shadow_mc"Symbol 68 MovieClip Frame 1Symbol 65 MovieClip
"face_mc"Symbol 68 MovieClip Frame 1Symbol 66 MovieClip
"highlight_mc"Symbol 68 MovieClip Frame 1Symbol 67 MovieClip
"shadow_mc"Symbol 73 MovieClip Frame 1Symbol 69 MovieClip
"darkshadow_mc"Symbol 73 MovieClip Frame 1Symbol 71 MovieClip
"highlight3D_mc"Symbol 73 MovieClip Frame 1Symbol 72 MovieClip
"mc_sliderTop"Symbol 74 MovieClip [ScrollThumb] Frame 1Symbol 61 MovieClip
"mc_sliderMid"Symbol 74 MovieClip [ScrollThumb] Frame 1Symbol 68 MovieClip
"mc_sliderBot"Symbol 74 MovieClip [ScrollThumb] Frame 1Symbol 73 MovieClip
"face_mc"Symbol 82 MovieClip Frame 1Symbol 75 MovieClip
"arrow_mc"Symbol 82 MovieClip Frame 1Symbol 77 MovieClip
"highlight_mc"Symbol 82 MovieClip Frame 1Symbol 78 MovieClip
"shadow_mc"Symbol 82 MovieClip Frame 1Symbol 79 MovieClip
"darkshadow_mc"Symbol 82 MovieClip Frame 1Symbol 80 MovieClip
"highlight3D_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"darkshadow_mc"Symbol 90 MovieClip Frame 1Symbol 83 MovieClip
"highlight3D_mc"Symbol 90 MovieClip Frame 1Symbol 84 MovieClip
"highlight_mc"Symbol 90 MovieClip Frame 1Symbol 85 MovieClip
"shadow_mc"Symbol 90 MovieClip Frame 1Symbol 86 MovieClip
"face_mc"Symbol 90 MovieClip Frame 1Symbol 87 MovieClip
"arrow_mc"Symbol 90 MovieClip Frame 1Symbol 89 MovieClip
"highlight3D_mc"Symbol 98 MovieClip Frame 1Symbol 91 MovieClip
"darkshadow_mc"Symbol 98 MovieClip Frame 1Symbol 92 MovieClip
"highlight_mc"Symbol 98 MovieClip Frame 1Symbol 93 MovieClip
"shadow_mc"Symbol 98 MovieClip Frame 1Symbol 94 MovieClip
"face_mc"Symbol 98 MovieClip Frame 1Symbol 95 MovieClip
"arrow_mc"Symbol 98 MovieClip Frame 1Symbol 97 MovieClip
"up"Symbol 99 MovieClip [DownArrow] Frame 1Symbol 82 MovieClip
"down"Symbol 99 MovieClip [DownArrow] Frame 2Symbol 90 MovieClip
"disabled"Symbol 99 MovieClip [DownArrow] Frame 3Symbol 98 MovieClip
"body"Symbol 134 MovieClip Frame 1Symbol 115 MovieClip
"head"Symbol 134 MovieClip Frame 1Symbol 115 MovieClip
"targets"Symbol 140 MovieClip [aztec] Frame 1Symbol 139 MovieClip
"targets"Symbol 147 MovieClip [oilrig] Frame 1Symbol 146 MovieClip
"targets"Symbol 154 MovieClip [dust] Frame 1Symbol 153 MovieClip
"button"Symbol 162 MovieClip [pauseScreen] Frame 1Symbol 161 Button
"track_mc"Symbol 165 MovieClip Frame 1Symbol 164 MovieClip
"scrollTrack_mc"Symbol 166 MovieClip [FScrollBarSymbol] Frame 1Symbol 165 MovieClip
"boundingBox"Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 167 MovieClip
"boundingBox2"Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 167 MovieClip
"scrollBarAsset"Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1Symbol 166 MovieClip [FScrollBarSymbol]
"boundingBox_mc"Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1Symbol 169 MovieClip [FBoundingBoxSymbol]
"loadContent"Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1Symbol 170 MovieClip
"deadPreview"Symbol 173 MovieClip [FScrollPaneSymbol] Frame 1Symbol 172 MovieClip
"firebutton"Symbol 234 MovieClip Frame 1Symbol 232 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "loselife"
ExportAssets (56)Timeline Frame 1Symbol 2 as "zoom"
ExportAssets (56)Timeline Frame 1Symbol 3 as "usp"
ExportAssets (56)Timeline Frame 1Symbol 4 as "outtaammo"
ExportAssets (56)Timeline Frame 1Symbol 5 as "beep"
ExportAssets (56)Timeline Frame 1Symbol 6 as "awpdeploy"
ExportAssets (56)Timeline Frame 1Symbol 7 as "awp"
ExportAssets (56)Timeline Frame 1Symbol 8 as "awp_clipin"
ExportAssets (56)Timeline Frame 1Symbol 9 as "buzzer"
ExportAssets (56)Timeline Frame 1Symbol 11 as "FPSMeter"
ExportAssets (56)Timeline Frame 1Symbol 13 as "scoretable"
ExportAssets (56)Timeline Frame 1Symbol 20 as "scoreitem"
ExportAssets (56)Timeline Frame 1Symbol 21 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 54 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 74 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 99 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 110 as "explosion1"
ExportAssets (56)Timeline Frame 1Symbol 140 as "aztec"
ExportAssets (56)Timeline Frame 1Symbol 147 as "oilrig"
ExportAssets (56)Timeline Frame 1Symbol 154 as "dust"
ExportAssets (56)Timeline Frame 1Symbol 158 as "bullethole"
ExportAssets (56)Timeline Frame 1Symbol 162 as "pauseScreen"
ExportAssets (56)Timeline Frame 1Symbol 166 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 166 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 169 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 173 as "FScrollPaneSymbol"
ExportAssets (56)Timeline Frame 10Symbol 9 as "buzzer"
ExportAssets (56)Timeline Frame 16Symbol 173 as "FScrollPaneSymbol"
ExportAssets (56)Timeline Frame 17Symbol 173 as "FScrollPaneSymbol"
ExportAssets (56)Timeline Frame 18Symbol 173 as "FScrollPaneSymbol"

Labels

"start"Frame 6
"summary"Frame 11
"scores"Frame 16
"Symbol_36"Symbol 21 MovieClip [FUIComponentSymbol] Frame 1
"headshot"Symbol 134 MovieClip Frame 20
"one"Symbol 139 MovieClip Frame 1
"two"Symbol 139 MovieClip Frame 235
"three"Symbol 139 MovieClip Frame 477
"one"Symbol 146 MovieClip Frame 1
"two"Symbol 146 MovieClip Frame 210
"three"Symbol 146 MovieClip Frame 397
"one"Symbol 153 MovieClip Frame 1
"two"Symbol 153 MovieClip Frame 210
"three"Symbol 153 MovieClip Frame 397
"enabled"Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 169 MovieClip [FBoundingBoxSymbol] Frame 2
"aztec"Symbol 266 MovieClip Frame 1
"dust"Symbol 266 MovieClip Frame 2
"oilrig"Symbol 266 MovieClip Frame 3

Dynamic Text Variables

playernameSymbol 16 EditableText"NAMENAMENAM"
rankSymbol 17 EditableText"888"
accuracySymbol 18 EditableText"100%"
scoreSymbol 19 EditableText"123000"
scoreSymbol 118 EditableText"123456"
percentSymbol 179 EditableText"10%"
playedSymbol 186 EditableText"[played]"
errortxtSymbol 211 EditableText""
scoreSymbol 246 EditableText""
timeDispSymbol 249 EditableText"50"
playernameSymbol 252 EditableText""
txtSymbol 269 EditableText"AZTEC"
scoretxtSymbol 273 EditableText""
percenttxtSymbol 274 EditableText""
playernameSymbol 279 EditableText""
headshotstxtSymbol 281 EditableText""
topplayerSymbol 291 EditableText"TOPPLAYER"




http://swfchan.com/21/100363/info.shtml
Created: 21/3 -2019 08:59:22 Last modified: 21/3 -2019 08:59:22 Server time: 29/04 -2024 13:06:08