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

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

Snowball Fight.swf

This is the info page for
Flash #16512

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


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

Move your mouse around...

100

Skip

Skip

oldsickle

oldsickle

preview
array

save map

Clear

Are you sure?

Yes

Yes

No

No

Back

<P ALIGN="LEFT"></P>

Save

This map name
already exists.

Overwrite?

Name your map

Your map has been saved.

Restart

Quit

Welcome to the help section! Here I will teach you how to play this game.
You can toggle the music anytime by pressing 'M'.
Press 'B' anytime to go back one step.

Press 'C' to continue...

Use W/A/S/D or the directional arrows to move around.

The current control style is called "absolute." This means that you will go
the direction you are pressing no matter which way you are facing.

This control style is called "relative." The direction you go is relative to the
direction you face.

Now "absolute" again.

Which one do you prefer?

Press E for "absolute"
Press R for "relative"

Here is a snowball.
Click and hold the mouse to charge power, then release the mouse to
throw. The more you charge up, the further the snowball goes.

See the blue bar on your side.
This bar indicates that you are creating a snowball.

The maximum number of snowballs you can hold
is equal to the number of enemies you start off facing.

Here is an enemy. Knock him out!
Notice that the more you charge up, the more damgage you do.

When throwing while moving, the ball retains its motion with the body, and
will not go exactly where you are aiming.
This means that you throw further when moving the same direction that you
are throwing, and shorter when moving the opposite direction.

There are two kinds of obstacles:
Trees block motion and snowballs.
Broken ice blocks motion but NOT snowballs.
Snowmen block both, but can be destroyed in 3 hits.

That is all you need to know!

Press 'C' to begin playing! Or return to the menu by using the 'menu' button.

Click to play more games

<P ALIGN="RIGHT"><FONT FACE="Bauhaus 93" SIZE="12" COLOR="#45A2FE"><A HREF="http://goldsickle.deviantart.com/" target = "_blank">Game brought to you by DBarbarian</A></FONT></P><P ALIGN="RIGHT"><FONT FACE="Bauhaus 93" SIZE="12" COLOR="#45A2FE"><A HREF="http://goldsickle.deviantart.com/" target = "_blank">Character design and illustrations by Goldsickle</A></FONT></P>

Custom Game

Menu

Map Editor

Hi! Welcome to Snowball Fight!
It seems that this is your first time.
Would you like me to teach how how to play?

Yes

No

control style:

in-game quality:

absolute

medium

Number of Enemies:

Number of Teammates:

Difficulty:

Color:

Number of Enemies:

Number of Teammates:

99

99

Difficulty:

Color:

Medium

blue

Play

Play

Random

Random

Cancel

Cancel

Custom Maps

Custom Maps

Default Maps

Default Maps

D
E
L
E
T
E

D
E
L
E
T
E

Create New

Create New

Edit Map

Edit Map

Resume

Settings

ActionScript [AS1/AS2]

Frame 1
function __com_mochibot__(swfid, mc, lv) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = ((((((((((("http://" + mbc) + "/my/core.swf?mv=5&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("5b9c16f4", this, 10301); stop(); Stage.scaleMode = "noScale";
Frame 3
stop();
Symbol 7 MovieClip [FUIComponentSymbol] Frame 1
#initclip 4 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 20 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 33 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, "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 45 MovieClip [UpArrow] Frame 1
stop();
Symbol 45 MovieClip [UpArrow] Frame 2
stop();
Symbol 45 MovieClip [UpArrow] Frame 3
stop();
Symbol 52 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 60 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 66 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 67 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 68 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 69 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 77 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 78 MovieClip [DownArrow] Frame 1
stop();
Symbol 78 MovieClip [DownArrow] Frame 2
stop();
Symbol 78 MovieClip [DownArrow] Frame 3
stop();
Symbol 81 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 81 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 81 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 84 MovieClip [FLabelSymbol] Frame 1
#initclip 1 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 86 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 125 MovieClip Frame 10
stop();
Symbol 125 MovieClip Frame 28
this._parent._parent._parent.throwMode = false;
Symbol 126 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 3
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 2
if (this._name == "pm") { this.bar.gotoAndStop("power"); } else if (this._name == "bm") { this.bar.gotoAndStop("build"); } else if (this._name == "life") { this.bar.gotoAndStop("life"); this.bar._xscale = (100 * this._parent.lives) / this._parent.maxLife; }
Symbol 164 MovieClip Frame 10
stop();
Symbol 164 MovieClip Frame 28
this._parent._parent._parent.throwMode = false;
Symbol 165 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Symbol 166 MovieClip Frame 3
stop();
Symbol 167 MovieClip [computer] Frame 1
stop();
Symbol 216 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 1
this.snow.gotoAndStop(random(this.snow._totalframes) + 1);
Symbol 218 MovieClip [tile] Frame 1
stop(); this.test._visible = false;
Symbol 221 MovieClip [sb] Frame 1
stop();
Symbol 234 MovieClip Frame 90
this._parent.removeMovieClip();
Symbol 244 MovieClip Frame 90
this._parent.removeMovieClip();
Symbol 254 MovieClip Frame 90
this._parent.removeMovieClip();
Symbol 264 MovieClip Frame 90
this._parent.removeMovieClip();
Symbol 276 MovieClip Frame 10
stop(); this._parent.removeMovieClip();
Symbol 277 MovieClip [snowBurst] Frame 9
stop();
Symbol 280 MovieClip [rip] Frame 45
this.removeMovieClip();
Symbol 285 MovieClip [snowman] Frame 1
stop();
Symbol 288 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 289 MovieClip [FScrollBarSymbol] Frame 1
#initclip 5 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 290 MovieClip [FListItemSymbol] Frame 1
#initclip 10 function FListItemClass() { this.init(); } FListItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FListItemSymbol", FListItemClass); #endinitclip
Symbol 291 MovieClip [DataProviderSymbol] Frame 1
#initclip 3 _global.DataProviderClass = function () { this.init(); }; DataProviderClass.prototype.init = function () { this.items = new Array(); this.uniqueID = 0; this.views = new Array(); }; DataProviderClass.prototype.addView = function (viewRef) { this.views.push(viewRef); var eventObj = {event:"updateAll"}; viewRef.modelChanged(eventObj); }; DataProviderClass.prototype.addItemAt = function (index, value) { if (index < this.getLength()) { this.items.splice(index, 0, "tmp"); } this.items[index] = new Object(); if (typeof(value) == "object") { this.items[index] = value; } else { this.items[index].label = value; } this.items[index].__ID__ = this.uniqueID++; var eventObj = {event:"addRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); }; DataProviderClass.prototype.addItem = function (value) { this.addItemAt(this.getLength(), value); }; DataProviderClass.prototype.removeItemAt = function (index) { var tmpItm = this.items[index]; this.items.splice(index, 1); var eventObj = {event:"deleteRows", firstRow:index, lastRow:index}; this.updateViews(eventObj); return(tmpItm); }; DataProviderClass.prototype.removeAll = function () { this.items = new Array(); this.updateViews({event:"deleteRows", firstRow:0, lastRow:this.getLength() - 1}); }; DataProviderClass.prototype.replaceItemAt = function (index, itemObj) { if ((index < 0) || (index >= this.getLength())) { return(undefined); } var tmpID = this.getItemID(index); if (typeof(itemObj) == "object") { this.items[index] = itemObj; } else { this.items[index].label = itemObj; } this.items[index].__ID__ = tmpID; this.updateViews({event:"updateRows", firstRow:index, lastRow:index}); }; DataProviderClass.prototype.getLength = function () { return(this.items.length); }; DataProviderClass.prototype.getItemAt = function (index) { return(this.items[index]); }; DataProviderClass.prototype.getItemID = function (index) { return(this.items[index].__ID__); }; DataProviderClass.prototype.sortItemsBy = function (fieldName, order) { this.items.sortOn(fieldName); if (order == "DESC") { this.items.reverse(); } this.updateViews({event:"sort"}); }; DataProviderClass.prototype.updateViews = function (eventObj) { var i = 0; while (i < this.views.length) { this.views[i].modelChanged(eventObj); i++; } }; #endinitclip
Symbol 292 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 7 function FSelectableItemClass() { this.init(); } FSelectableItemClass.prototype = new FUIComponentClass(); FSelectableItemClass.prototype.init = function () { if (this._name != "itemAsset") { this.highlighted = false; this.layoutContent(100); } }; FSelectableItemClass.prototype.drawItem = function (itmObj, selected) { this.displayContent(itmObj, selected); if ((this.highlighted != selected) || ((this.controller.focused != this.oldFocus) && (selected))) { this.setHighlighted(selected); } this.oldFocus = this.controller.focused; }; FSelectableItemClass.prototype.setSize = function (width, height) { var LOWEST_DEPTH = -16384; this.width = width; this.layoutContent(width); this.attachMovie("FHighlightSymbol", "highlight_mc", LOWEST_DEPTH); this.highlight_mc._x = 0.5; this.highlight_mc._width = width - 0.5; this.highlight_mc._height = height; this.highlight_mc.controller = this; this.highlight_mc._alpha = 0; this.highlight_mc.trackAsMenu = true; this.highlight_mc.onPress = function () { if (this.controller.enable) { this.controller.controller.clickHandler(this.controller.itemNum); } }; this.highlight_mc.onDragOver = function () { if (this.controller.controller.focused) { this.onPress(); } }; this.highlight_mc.useHandCursor = false; this.highlight_mc.trackAsMenu = true; }; FSelectableItemClass.prototype.setEnabled = function (enabledFlag) { this.enable = enabledFlag; this.fLabel_mc.setEnabled(enabledFlag); this.highlight_mc.gotoAndStop((enabledFlag ? "unfocused" : "disabled")); }; FSelectableItemClass.prototype.layoutContent = function (width) { this.attachMovie("FLabelSymbol", "fLabel_mc", 2, {hostComponent:this.controller}); this.fLabel_mc._x = 2; this.fLabel_mc._y = 0; this.fLabel_mc.setSize(width - 2); this.fLabel_mc.labelField.selectable = false; }; FSelectableItemClass.prototype.displayContent = function (itmObj, selected) { var tmpLabel = ""; if (itmObj.label != undefined) { tmpLabel = itmObj.label; } else if (typeof(itmObj) == "object") { for (var i in itmObj) { if (i != "__ID__") { tmpLabel = (itmObj[i] + ", ") + tmpLabel; } } tmpLabel = tmpLabel.substring(0, tmpLabel.length - 2); } else { tmpLabel = itmObj; } if (this.fLabel_mc.labelField.text != tmpLabel) { this.fLabel_mc.setLabel(tmpLabel); } var clr = (selected ? (this.controller.styleTable.textSelected.value) : (this.controller.styleTable.textColor.value)); if (clr == undefined) { clr = (selected ? 16777215 : 0); } this.fLabel_mc.setColor(clr); }; FSelectableItemClass.prototype.getItemIndex = function () { return(this.controller.getScrollPosition() + this.itemNum); }; FSelectableItemClass.prototype.getItemModel = function () { return(this.controller.getItemAt(this.getItemIndex())); }; FSelectableItemClass.prototype.getHostDataProvider = function () { return(this.controller.dataProvider); }; FSelectableItemClass.prototype.setHighlighted = function (flag) { fade = this.controller.styleTable.fadeRate.value; if (((fade == undefined) || (fade == 0)) || (!flag)) { this.highlight_mc._alpha = (flag ? 100 : 0); delete this.onEnterFrame; } else { this.fadeN = fade; this.fadeX = 1; this.highLight_mc._alpha = 20; this.onEnterFrame = function () { this.highLight_mc._alpha = (60 * Math.sqrt((this.fadeX++) / this.fadeN)) + 40; if (this.fadeX > this.fadeN) { delete this.onEnterFrame; } }; } this.highlighted = flag; }; #endinitclip
Symbol 293 MovieClip [FSelectableListSymbol] Frame 1
#initclip 6 function FSelectableListClass() { this.init(); } FSelectableListClass.prototype = new FUIComponentClass(); FSelectableListClass.prototype.init = function () { super.init(); this.enable = true; this.selected = new Array(); this.topDisplayed = (this.numDisplayed = 0); this.lastSelected = 0; this.tabChildren = false; if (this._name != undefined) { this.dataProvider = new DataProviderClass(); this.dataProvider.addView(this); } }; FSelectableListClass.prototype.addItemAt = function (index, label, data) { if ((index < 0) || (!this.enable)) { return(undefined); } this.dataProvider.addItemAt(index, {label:label, data:data}); }; FSelectableListClass.prototype.addItem = function (label, data) { if (!this.enable) { return(undefined); } this.dataProvider.addItem({label:label, data:data}); }; FSelectableListClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndex(); var item = this.getItemAt(index); this.dataProvider.removeItemAt(index); return(item); }; FSelectableListClass.prototype.removeAll = function () { this.dataProvider.removeAll(); }; FSelectableListClass.prototype.replaceItemAt = function (index, newLabel, newData) { this.dataProvider.replaceItemAt(index, {label:newLabel, data:newData}); }; FSelectableListClass.prototype.sortItemsBy = function (fieldName, order) { this.lastSelID = this.dataProvider.getItemID(this.lastSelected); this.dataProvider.sortItemsBy(fieldName, order); }; FSelectableListClass.prototype.getLength = function () { return(this.dataProvider.getLength()); }; FSelectableListClass.prototype.getSelectedIndex = function () { for (var uniqueID in this.selected) { var tmpInd = this.selected[uniqueID].sIndex; if (tmpInd != undefined) { return(tmpInd); } } }; FSelectableListClass.prototype.getSelectedItem = function () { return(this.getItemAt(this.getSelectedIndex())); }; FSelectableListClass.prototype.getItemAt = function (index) { return(this.dataProvider.getItemAt(index)); }; FSelectableListClass.prototype.getEnabled = function () { return(this.enable); }; FSelectableListClass.prototype.getValue = function () { var item = this.getSelectedItem(); return(((item.data == undefined) ? (item.label) : (item.data))); }; FSelectableListClass.prototype.setSelectedIndex = function (index, flag) { if (((index >= 0) && (index < this.getLength())) && (this.enable)) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.invalidate("updateControl"); if (flag != false) { this.executeCallBack(); } } }; FSelectableListClass.prototype.setDataProvider = function (obj) { this.setScrollPosition(0); this.clearSelected(); if (obj instanceof Array) { this.dataProvider = new DataProviderClass(); var i = 0; while (i < obj.length) { var value = ((typeof(obj[i]) == "string") ? ({label:obj[i]}) : (obj[i])); this.dataProvider.addItem(value); i++; } } else { this.dataProvider = obj; } this.dataProvider.addView(this); }; FSelectableListClass.prototype.setItemSymbol = function (linkID) { this.tmpPos = this.getScrollPosition(); this.itemSymbol = linkID; this.invalidate("setSize"); this.setScrollPosition(this.tmpPos); }; FSelectableListClass.prototype.setEnabled = function (enabledFlag) { this.cleanUI(); super.setEnabled(enabledFlag); this.enable = enabledFlag; this.boundingBox_mc.gotoAndStop((this.enable ? "enabled" : "disabled")); var limit = Math.min(this.numDisplayed, this.getLength()); var i = 0; while (i < limit) { this.container_mc[("fListItem" + i) + "_mc"].setEnabled(this.enable); i++; } if (this.enable) { this.invalidate("updateControl"); } }; FSelectableListClass.prototype.updateControl = function () { var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + i), this.isSelected(this.topDisplayed + i)); i++; } }; FSelectableListClass.prototype.setSize = function (w, h) { super.setSize(w, h); this.boundingBox_mc._xscale = (this.boundingBox_mc._yscale = 100); this.boundingBox_mc._xscale = (this.width * 100) / this.boundingBox_mc._width; this.boundingBox_mc._yscale = (this.height * 100) / this.boundingBox_mc._height; var i = 0; while (i < this.numDisplayed) { this.container_mc.attachMovie(this.itemSymbol, ("fListItem" + i) + "_mc", 10 + i, {controller:this, itemNum:i}); var item_mc = this.container_mc[("fListItem" + i) + "_mc"]; var offset = ((this.scrollOffset == undefined) ? 0 : (this.scrollOffset)); item_mc.setSize(this.width - offset, this.itmHgt); item_mc._y = (this.itmHgt - 2) * i; i++; } this.updateControl(); }; FSelectableListClass.prototype.modelChanged = function (eventObj) { var firstRow = eventObj.firstRow; var lastRow = eventObj.lastRow; var event = eventObj.event; if (event == "addRows") { for (var i in this.selected) { if ((this.selected[i].sIndex != undefined) && (this.selected[i].sIndex >= firstRow)) { this.selected[i].sIndex = this.selected[i].sIndex + ((lastRow - firstRow) + 1); this.setSelectedIndex(this.selected[i].sIndex, false); } } } else if (event == "deleteRows") { if (firstRow == lastRow) { var index = firstRow; if (this.selectHolder == index) { this.selectionDeleted = true; } if (((this.topDisplayed + this.numDisplayed) >= this.getLength()) && (this.topDisplayed > 0)) { this.topDisplayed--; if (this.selectionDeleted && ((index - 1) >= 0)) { this.setSelectedIndex(index - 1, false); } } else if (this.selectionDeleted) { var len = this.getLength(); if (((index == (len - 1)) && (len > 1)) || (index > (len / 2))) { this.setSelectedIndex(index - 1, false); } else { this.setSelectedIndex(index, false); } } for (var i in this.selected) { if (this.selected[i].sIndex > firstRow) { this.selected[i].sIndex--; } } } else { this.clearSelected(); this.topDisplayed = 0; } } else if (event == "sort") { var len = this.getLength(); var i = 0; while (i < len) { if (this.isSelected(i)) { var id = this.dataProvider.getItemID(i); if (id == this.lastSelID) { this.lastSelected = i; } this.selected[String(id)].sIndex = i; } i++; } } this.invalidate("updateControl"); }; FSelectableListClass.prototype.measureItmHgt = function () { this.attachMovie(this.itemSymbol, "tmpItem_mc", 0, {controller:this}); this.tmpItem_mc.drawItem({label:"Sizer: PjtTopg"}, false); this.itmHgt = this.tmpItem_mc._height; this.tmpItem_mc.removeMovieClip(); }; FSelectableListClass.prototype.selectItem = function (index, selectedFlag) { if (selectedFlag && (!this.isSelected(index))) { this.selected[String(this.dataProvider.getItemID(index))] = {sIndex:index}; } else if (!selectedFlag) { delete this.selected[String(this.dataProvider.getItemID(index))]; } }; FSelectableListClass.prototype.isSelected = function (index) { return(this.selected[String(this.dataProvider.getItemID(index))].sIndex != undefined); }; FSelectableListClass.prototype.clearSelected = function () { for (var uniqueID in this.selected) { var index = this.selected[uniqueID].sIndex; if (((index != undefined) && (this.topDisplayed <= index)) && (index < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), false); } } delete this.selected; this.selected = new Array(); }; FSelectableListClass.prototype.selectionHandler = function (itemNum) { var tmpInd = (this.topDisplayed + itemNum); if (this.getItemAt(tmpInd == undefined)) { this.changeFlag = false; return(undefined); } this.changeFlag = true; this.clearSelected(); this.selectItem(tmpInd, true); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(tmpInd), this.isSelected(tmpInd)); }; FSelectableListClass.prototype.moveSelBy = function (incr) { var itmNum = this.getSelectedIndex(); var newItm = (itmNum + incr); newItm = Math.max(0, newItm); newItm = Math.min(this.getLength() - 1, newItm); if (newItm == itmNum) { return(undefined); } if ((itmNum < this.topDisplayed) || (itmNum >= (this.topDisplayed + this.numDisplayed))) { this.setScrollPosition(itmNum); } if ((newItm >= (this.topDisplayed + this.numDisplayed)) || (newItm < this.topDisplayed)) { this.setScrollPosition(this.topDisplayed + incr); } this.selectionHandler(newItm - this.topDisplayed); }; FSelectableListClass.prototype.clickHandler = function (itmNum) { this.focusRect.removeMovieClip(); if (!this.focused) { this.pressFocus(); } this.selectionHandler(itmNum); this.onMouseUp = this.releaseHandler; }; FSelectableListClass.prototype.releaseHandler = function () { if (this.changeFlag) { this.executeCallBack(); } this.changeFlag = false; this.onMouseUp = undefined; }; FSelectableListClass.prototype.myOnSetFocus = function () { super.myOnSetFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("enabled"); i++; } }; FSelectableListClass.prototype.myOnKillFocus = function () { super.myOnKillFocus(); var i = 0; while (i < this.numDisplayed) { this.container_mc[("fListItem" + i) + "_mc"].highlight_mc.gotoAndStop("unfocused"); i++; } }; #endinitclip
Instance of Symbol 291 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 293 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 292 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 293 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 294 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 8 function FScrollSelectListClass() { this.init(); } FScrollSelectListClass.prototype = new FSelectableListClass(); FScrollSelectListClass.prototype.getScrollPosition = function () { return(this.topDisplayed); }; FScrollSelectListClass.prototype.setScrollPosition = function (pos) { if (this.enable) { pos = Math.min(pos, this.getLength() - this.numDisplayed); pos = Math.max(pos, 0); this.scrollBar_mc.setScrollPosition(pos); } }; FScrollSelectListClass.prototype.setAutoHideScrollBar = function (flag) { this.permaScrollBar = !flag; this.setSize(this.width, this.height); }; FScrollSelectListClass.prototype.setEnabled = function (enabledFlag) { super.setEnabled(enabledFlag); this.scrollBar_mc.setEnabled(this.enable); }; FScrollSelectListClass.prototype.setSize = function (w, h) { var pos = this.getScrollPosition(); super.setSize(w, h); if (this.scrollBar_mc != undefined) { this.removed = true; } this.scrollBar_mc = undefined; this.initScrollBar(); this.setScrollPosition(pos); }; FScrollSelectListClass.prototype.modelChanged = function (eventObj) { super.modelChanged(eventObj); this.invalidate("initScrollBar"); }; FScrollSelectListClass.prototype.initScrollBar = function () { if ((!this.permaScrollBar) && (this.getLength() <= this.numDisplayed)) { if (this.removed) { this.scrollBar_mc.removeMovieClip(); this.scrollBar_mc = undefined; this.scrollOffset = undefined; this.invalidate("setSize"); } } else { if (this.scrollBar_mc == undefined) { this.container_mc.attachMovie("FScrollBarSymbol", "scrollBar_mc", 3000, {hostStyle:this.styleTable}); this.scrollBar_mc = this.container_mc.scrollBar_mc; this.scrollBar_mc.setChangeHandler("scrollHandler", this); this.scrollBar_mc.setSize(this.height); this.scrollBar_mc._x = this.width - this.scrollBar_mc._width; this.scrollBar_mc._y = 0; this.scrollBar_mc.setLargeScroll(this.numDisplayed - 1); this.scrollOffset = this.scrollBar_mc._width; this.invalidate("setSize"); } this.scrollBar_mc.setScrollProperties(this.numDisplayed, 0, this.getLength() - this.numDisplayed); } }; FScrollSelectListClass.prototype.scrollHandler = function (scrollBar) { var pos = scrollBar.getScrollPosition(); this.topDisplayed = pos; if (this.lastPosition != pos) { this.updateControl(); } this.lastPosition = pos; }; FScrollSelectListClass.prototype.clickHandler = function (itmNum) { super.clickHandler(itmNum); if ((this.dragScrolling == undefined) && (this.scrollBar_mc != undefined)) { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.releaseHandler = function () { clearInterval(this.dragScrolling); this.dragScrolling = undefined; super.releaseHandler(); }; FScrollSelectListClass.prototype.dragScroll = function () { clearInterval(this.dragScrolling); if (this.container_mc._ymouse < 0) { this.setScrollPosition(this.getScrollPosition() - 1); this.selectionHandler(0); this.scrollInterval = Math.max(25, (-23.8 * (-this.container_mc._ymouse)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else if (this.container_mc._ymouse > ((this.itmHgt - 2) * this.numDisplayed)) { this.setScrollPosition(this.getScrollPosition() + 1); this.selectionHandler(this.numDisplayed - 1); this.scrollInterval = Math.max(25, (-23.8 * Math.abs((this.container_mc._ymouse - ((this.itmHgt - 2) * this.numDisplayed)) - 2)) + 500); this.dragScrolling = setInterval(this, "dragScroll", this.scrollInterval); } else { this.dragScrolling = setInterval(this, "dragScroll", 15); } }; FScrollSelectListClass.prototype.myOnKeyDown = function () { if (this.focused) { this.keyCodes = new Array(40, 38, 34, 33, 36, 35); this.keyIncrs = new Array(1, -1, this.numDisplayed - 1, -(this.numDisplayed - 1), -this.getLength(), this.getLength()); var i = 0; while (i < this.keyCodes.length) { if (Key.isDown(this.keyCodes[i])) { this.moveSelBy(this.keyIncrs[i]); return(undefined); } i++; } this.findInputText(); } }; FScrollSelectListClass.prototype.findInputText = function () { var tmpCode = Key.getAscii(); if ((tmpCode >= 33) && (tmpCode <= 126)) { this.findString(String.fromCharCode(tmpCode)); } }; FScrollSelectListClass.prototype.findString = function (str) { if (this.getLength() == 0) { return(undefined); } var itemNum = this.getSelectedIndex(); var jump = 0; var i = (itemNum + 1); while (i != itemNum) { var itmStr = this.getItemAt(i).label.substring(0, str.length); if ((str == itmStr) || (str.toUpperCase() == itmStr.toUpperCase())) { var jump = (i - itemNum); break; } if (i >= (this.getLength() - 1)) { i = -1; } i++; } if (jump != 0) { this.moveSelBy(jump); } }; #endinitclip
Instance of Symbol 289 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 294 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 293 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 294 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 301 MovieClip [FListBoxSymbol] Frame 1
#initclip 9 function FListBoxClass() { this.itemSymbol = "FListItemSymbol"; this.init(); this.permaScrollBar = true; var i = 0; while (i < this.labels.length) { this.addItem(this.labels[i], this.data[i]); i++; } this.boundingBox_mc.gotoAndStop(1); this.width = this._width; this.height = this._height; this._yscale = (this._xscale = 100); this.setSize(this.width, this.height); if (this.changeHandler.length > 0) { this.setChangeHandler(this.changeHandler); } } FListBoxClass.prototype = new FScrollSelectListClass(); Object.registerClass("FListBoxSymbol", FListBoxClass); FListBoxClass.prototype.getSelectedIndices = function () { var tmpArray = new Array(); for (var i in this.selected) { tmpArray.push(this.selected[i].sIndex); } return(((tmpArray.length > 0) ? (tmpArray) : undefined)); }; FListBoxClass.prototype.getSelectedItems = function () { var indices = this.getSelectedIndices(); var tmpArray = new Array(); var i = 0; while (i < indices.length) { tmpArray.push(this.getItemAt(indices[i])); i++; } return(((tmpArray.length > 0) ? (tmpArray) : undefined)); }; FListBoxClass.prototype.getSelectMultiple = function () { return(this.selectMultiple); }; FListBoxClass.prototype.getRowCount = function () { return(this.numDisplayed); }; FListBoxClass.prototype.setSelectedIndices = function (indexArray) { this.clearSelected(); var i = 0; while (i < indexArray.length) { this.selectItem(indexArray[i], true); i++; } this.updateControl(); }; FListBoxClass.prototype.setSelectMultiple = function (flag) { this.selectMultiple = flag; }; FListBoxClass.prototype.setRowCount = function (count) { var hgt = ((count * (this.itmHgt - 2)) + 2); this.setSize(this.width, hgt); }; FListBoxClass.prototype.setWidth = function (wdt) { this.setSize(wdt, this.height); }; FListBoxClass.prototype.setSize = function (w, h) { if (!this.enable) { return(undefined); } w = Math.max(w, 20); h = Math.max(h, 40); this.container_mc.removeMovieClip(); this.container_mc = this.createEmptyMovieClip("container", 3); this.measureItmHgt(); this.numDisplayed = Math.floor(h / (this.itmHgt - 2)); this.height = (this.numDisplayed * (this.itmHgt - 2)) + 2; super.setSize(w, this.height); }; FListBoxClass.prototype.removeItemAt = function (index) { this.selectHolder = this.getSelectedIndices(); return(super.removeItemAt(index)); }; FListBoxClass.prototype.selectionHandler = function (itemNum) { if (this.clickFilter) { var index = (this.topDisplayed + itemNum); if (this.getItemAt(index) == undefined) { this.changeFlag = false; return(undefined); } this.changeFlag = true; if (((!this.selectMultiple) && (!Key.isDown(17))) || ((!Key.isDown(16)) && (!Key.isDown(17)))) { this.clearSelected(); this.selectItem(index, true); this.lastSelected = index; this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(index), this.isSelected(index)); } else if (Key.isDown(16) && (this.selectMultiple)) { if (this.lastSelected == -1) { this.lastSelected = index; } var incr = ((this.lastSelected < index) ? 1 : -1); this.clearSelected(); var i = this.lastSelected; while (i != index) { this.selectItem(i, true); if ((i >= this.topDisplayed) && (i < (this.topDisplayed + this.numDisplayed))) { this.container_mc[("fListItem" + (i - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(i), this.isSelected(i)); } i = i + incr; } this.selectItem(index, true); this.container_mc[("fListItem" + (index - this.topDisplayed)) + "_mc"].drawItem(this.getItemAt(index), this.isSelected(index)); } else if (key.isDown(17)) { var selectedFlag = this.isSelected(index); if (!this.selectMultiple) { this.clearSelected(); } if (!((!this.selectMultiple) && (selectedFlag))) { this.selectItem(index, !selectedFlag); this.container_mc[("fListItem" + itemNum) + "_mc"].drawItem(this.getItemAt(this.topDisplayed + itemNum), this.isSelected(this.topDisplayed + itemNum)); } this.lastSelected = index; } } else { this.clickFilter = true; } }; FListBoxClass.prototype.moveSelBy = function (itemNum) { super.moveSelBy(itemNum); this.releaseHandler(); }; #endinitclip this.deadPreview._visible = false;
Instance of Symbol 294 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 301 MovieClip [FListBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 304 MovieClip Frame 1
this.snow.gotoAndStop(random(this.snow._totalframes) + 1);
Symbol 307 MovieClip Frame 1
stop();
Symbol 308 MovieClip [eTile] Frame 1
stop(); this.test._visible = false;
Symbol 323 MovieClip Frame 1
this.createEmptyMovieClip("handle", 30); this.create = true; this.sW = 640; this.sH = 540; this.mpx = this._xmouse; this.mpy = this._ymouse; this.gds = (this.gd = 100); this.gdm = 1000; this.globA = new Array(); this.genGlob = function (x, y) { var t = this; t.mask.attachMovie("glob", "g" + t.gd, t.gd); var n = t.mask["g" + t.gd]; n._x = (x + random(100)) - 50; n._y = (y + random(100)) - 50; n._xscale = (n._yscale = random(350) + 350); n.mx = (Math.random() * 8) + 12; n.my = (Math.random() * 8) + 12; var dir = random(2); if (dir == 0) { dir = -1; } n.mx = n.mx * dir; var dir = random(2); if (dir == 0) { dir = -1; } n.my = n.my * dir; if (t.gd < t.gdm) { t.gd++; } else { t.gd = t.gds; } n.r = n._width / 2; t.globA.push(n); }; this.moveG = function () { var t = this; var i = (t.globA.length - 1); while (i >= 0) { var n = t.globA[i]; n._x = n._x + n.mx; n._y = n._y + n.my; if (n._x > (t.sW + n.r)) { n.removeMovieClip(); t.globA.splice(i, 1); } else if (n._x < (-n.r)) { n.removeMovieClip(); t.globA.splice(i, 1); } if (n._y > (t.sH + n.r)) { n.removeMovieClip(); t.globA.splice(i, 1); } else if (n._y < (-n.r)) { n.removeMovieClip(); t.globA.splice(i, 1); } i--; } }; this.handle.onEnterFrame = function () { var p = this._parent; p.moveG(); loading = p._parent.getBytesLoaded(); total = p._parent.getBytesTotal(); percent = percent - ((percent - ((loading / total) * 100)) * 0.25); per = int(percent); p.masked.percent = per; if (percent > 99) { percent = 100; p._alpha = p._alpha - 4; if (p._alpha < 0) { p._parent.gotoAndStop("intro"); } } }; this.handle.onMouseMove = function () { var p = this._parent; var xm = p._xmouse; var ym = p._ymouse; var dx = (xm - p.mpx); var dy = (ym - p.mpy); var dist = Math.sqrt((dx * dx) + (dy * dy)); if (dist > 100) { dist = 100; } p.masked._alpha = dist; if (p.create == true) { if (dist > 10) { p.genGlob(xm, ym); } p.create = false; } else { p.create = true; } p.mpx = xm; p.mpy = ym; };
Symbol 361 MovieClip Frame 430
stop(); this._parent.play();
Symbol 365 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 113
stop(); this._parent.play();
Instance of Symbol 365 MovieClip in Symbol 424 MovieClip Frame 1
on (release) { this._parent._parent.gotoAndStop("game"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 424 MovieClip Frame 12
stop();
Symbol 424 MovieClip Frame 37
stop();
Instance of Symbol 325 MovieClip in Symbol 424 MovieClip Frame 60
on (release) { getURL ("http://goldsickle.deviantart.com/", "_blank"); }
Symbol 424 MovieClip Frame 177
stop(); this._parent.gotoAndStop("game");
Symbol 431 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 1
stop();
Symbol 448 MovieClip Frame 1
stop();
Symbol 450 MovieClip Frame 1
stop();
Symbol 455 MovieClip Frame 1
stop();
Symbol 458 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 1
stop();
Instance of Symbol 455 MovieClip in Symbol 459 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.clearAll(); p._parent._parent.gameMode = "map"; p._parent._parent.generateMap("E"); p._parent._parent.toggleCMapBtns(true); p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 458 MovieClip in Symbol 459 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.toggleCMapBtns(true); p._parent._parent.gameMode = "map"; p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 460 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 2
stop();
Instance of Symbol 431 MovieClip "menuBtn" in Symbol 460 MovieClip Frame 2
on (release) { var p = this._parent._parent; p.pause = false; p.quit(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 444 MovieClip "previewBtn" in Symbol 460 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.genMapArray(); p.toggleCMapBtns(false); p.gameMode = ""; p.cMapMC.gotoAndStop("show"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 448 MovieClip "saveBtn" in Symbol 460 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.genMapArray(); p.toggleCMapBtns(false); if (p.editIndex == "") { p.gameMode = ""; p.cMapMC.gotoAndStop("save"); } else { trace(p.allMapNamesA[p.editIndex]); p.updateCustomMap(p.allMapNamesA[p.editIndex], p.editIndex); p.gameMode = ""; p.cMapMC.gotoAndPlay("notice"); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 450 MovieClip "clearBtn" in Symbol 460 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.toggleCMapBtns(false); p.gameMode = ""; this._parent.confirmClear.gotoAndStop("show"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 308 MovieClip [eTile] "t2" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 2; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t3" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 3; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t18" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 18; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t9" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 9; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t16" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 16; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t10" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 10; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t14" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 14; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t17" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 17; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t8" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 8; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t15" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 15; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t11" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 11; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t5" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 5; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t12" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 12; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t7" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 7; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t6" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 6; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t13" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 13; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t4" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 4; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t1" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 1; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Instance of Symbol 308 MovieClip [eTile] "t2" in Symbol 460 MovieClip Frame 3
onClipEvent (load) { this.tileNum = 19; this.graphic.gotoAndStop(this.tileNum); } on (release) { var p = this._parent; p.prevTile.over.gotoAndStop("blank"); p.prevTile = this; this.over.gotoAndStop("over"); p._parent.mapTile = this.tileNum; }
Symbol 465 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 1
stop();
Instance of Symbol 455 MovieClip in Symbol 473 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.updateCustomMap(p._parent.nameInst.text, p.ind); p._parent._parent.toggleSaveMapBtns(true); p._parent.gotoAndPlay("notice"); p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 458 MovieClip in Symbol 473 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.toggleSaveMapBtns(true); p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 483 MovieClip Frame 1
stop();
Symbol 492 MovieClip Frame 2
this.gotoAndPlay(random(80) + 1);
Symbol 492 MovieClip Frame 150
this.gotoAndPlay(random(80) + 1);
Symbol 492 MovieClip Frame 384
this.gotoAndPlay(random(80) + 1);
Symbol 500 MovieClip Frame 143
stop();
Symbol 501 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 1
stop();
Symbol 504 MovieClip Frame 2
this.array.html = true; this.array.htmlText = ""; this.display = function () { var t = this; var r = 0; while (r < 20) { t.array.htmlText = t.array.htmlText + (("[" + t._parent.customMapA[r]) + "]"); if (r != 19) { t.array.text = t.array.text + ","; } r++; } }; this.display();
Instance of Symbol 465 MovieClip in Symbol 504 MovieClip Frame 2
on (release) { var p = this._parent._parent; p.gameMode = "map"; p.toggleCMapBtns(true); this._parent.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 504 MovieClip Frame 3
this.nameInst.text = "Name your map"; this.nameInst.onSetFocus = function (oldFocus) { if (this.text == "Name your map") { this.text = ""; } this._parent._parent.typing = true; }; this.nameInst.onKillFocus = function () { this._parent._parent.typing = false; };
Instance of Symbol 469 MovieClip "saveBtn" in Symbol 504 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; if ((this._parent.nameInst.text != "") and (this._parent.nameInst.text != "Name your map")) { var i = (p.allMapNamesA.length - 1); while (i >= 0) { if (this._parent.nameInst.text == p.allMapNamesA[i]) { var repeat = true; var ind = i; break; } i--; } if (repeat != true) { p.updateCustomMap(this._parent.nameInst.text); this._parent.gotoAndPlay("notice"); } else { p.toggleSaveMapBtns(false); this._parent.promptOverWrite.ind = i; this._parent.promptOverWrite.gotoAndStop("show"); } } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 465 MovieClip "backBtn" in Symbol 504 MovieClip Frame 3
on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); } on (release) { var p = this._parent._parent; p.gameMode = "map"; p.toggleCMapBtns(true); this._parent.gotoAndStop("blank"); }
Symbol 504 MovieClip Frame 4
this.ref.mouth.gotoAndPlay(80);
Symbol 504 MovieClip Frame 80
this._parent.gameMode = "map"; this._parent.toggleCMapBtns(true); this.gotoAndStop("blank");
Symbol 518 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 1
stop();
Symbol 525 MovieClip Frame 1
stop();
Symbol 525 MovieClip Frame 2
play();
Symbol 525 MovieClip Frame 60
this._parent.gamePlay = true; _quality = this._parent.inGameQuality;
Symbol 525 MovieClip Frame 93
this.gotoAndStop("blank");
Symbol 525 MovieClip Frame 94
this._parent.gamePlay = false;
Symbol 525 MovieClip Frame 121
_quality = "high"; this.win.gotoAndStop(this._parent.winner);
Symbol 525 MovieClip Frame 210
stop();
Instance of Symbol 522 MovieClip in Symbol 525 MovieClip Frame 210
on (release) { var p = this._parent._parent; if (p.mapSet == "default") { p.changeLevel(p.currentMap); } else if (p.mapSet == "custom") { p.changeLevel(p.custCurrentMap); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 524 MovieClip in Symbol 525 MovieClip Frame 210
on (release) { var p = this._parent._parent; p.quit(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 548 MovieClip Frame 1
stop();
Symbol 548 MovieClip Frame 2
_quality = "high"; this._parent.gamePlay = true; this._parent.updateHelped(); this._parent.controlMode = "absolute"; this.createEmptyMovieClip("helpListener", 1); helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } } }; Key.addListener(helpListener); this.ref.arm.gotoAndStop(3); this.ref.mouth.gotoAndPlay(10);
Symbol 548 MovieClip Frame 3
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(80);
Symbol 548 MovieClip Frame 4
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(20);
Symbol 548 MovieClip Frame 5
this._parent.controlMode = "relative"; helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(2); this.ref.mouth.gotoAndPlay(35);
Symbol 548 MovieClip Frame 6
this._parent.controlMode = "absolute"; helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(3); this.ref.mouth.gotoAndPlay(90);
Symbol 548 MovieClip Frame 7
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(69)) { this._parent._parent.controlMode = "absolute"; this._parent._parent.updateControl(); this._parent.nextFrame(); } else if (Key.isDown(82)) { this._parent._parent.controlMode = "relative"; this._parent._parent.updateControl(); this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; delete helpListener.onMouseUp; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(90);
Symbol 548 MovieClip Frame 8
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this._parent.numSB = 1; this._parent.char.numsb = 1; this._parent.gameDisplay.sbcounter.gotoAndStop(2); helpListener.onMouseUp = function () { if (this._parent._parent.pause == false) { this._parent.nextFrame(); } }; this.ref.arm.gotoAndStop(2); this.ref.mouth.gotoAndPlay(15);
Symbol 548 MovieClip Frame 9
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; delete helpListener.onMouseUp; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(25);
Symbol 548 MovieClip Frame 10
if (this._parent.enemyA.length > 0) { this._parent.enemyA[0].removeMovieClip(); this._parent.enemyA.splice(0, 1); } helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(20);
Symbol 548 MovieClip Frame 11
this.beforeGen1 = true; if (this._parent.enemyA.length > 0) { this._parent.enemyA[0].removeMovieClip(); this._parent.enemyA.splice(0, 1); } this._parent.difficulty = "dummy"; this._parent.cComp(10 * this._parent.tileW, 16 * this._parent.tileW, "enemy"); helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(2); this.ref.mouth.gotoAndPlay("talk");
Symbol 548 MovieClip Frame 12
if (this.beforeGen1 == false) { this._parent.resetVars(); this._parent.clearAll(); this._parent.generateMap("h1"); } helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(3); this.ref.mouth.gotoAndPlay("talk");
Symbol 548 MovieClip Frame 13
this.beforeGen1 = false; this._parent.resetVars(); this._parent.clearAll(); this._parent.setChar(2, 2); this._parent.generateMap("h2"); helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent.nextFrame(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(1); this.ref.mouth.gotoAndPlay(10);
Symbol 548 MovieClip Frame 14
helpListener.onKeyDown = function () { if (this._parent._parent.pause == false) { if (Key.isDown(67)) { this._parent._parent.gameMode = "custom"; this._parent._parent.quit(); } if (Key.isDown(66)) { this._parent.prevFrame(); } } }; this.ref.arm.gotoAndStop(3); this.ref.mouth.gotoAndPlay(80); this.ref.eyes.gotoAndPlay("wink");
Symbol 553 MovieClip Frame 1
stop();
Symbol 556 MovieClip Frame 1
stop();
Symbol 559 MovieClip Frame 1
stop();
Symbol 569 MovieClip Frame 1
this.base._visible = false; this.sH2 = 270; this.sW2 = 320; this.sfA = new Array(); this.d = 1; this.setMove = function (n) { var t = this; var p = t._parent._parent; n._xscale = (n._yscale = random(30) + 30); n._alpha = random(30) + 50; n.h2 = n._height / 2; n._x = random(640) - t.sW2; n._y = (-t.sH2) - n.h2; n.mx = (Math.random() * 8) - 4; n.my = (Math.random() * 1.5) + 1; n.mr = (Math.random() * 1) + 0.9; var dir = random(2); if (dir == 0) { dir = -1; } n.mr = n.mr * dir; }; this.createSnowFlake = function () { var t = this; var num = 15; while (num > 0) { t.base.duplicateMovieClip("sf" + t.d, t.d); var n = t["sf" + t.d]; t.setMove(n); n._y = ((-t.sH2) - n.h2) + random(150); t.d++; t.sfA.push(n); num--; } }; this.createSnowFlake(); this.onEnterFrame = function () { var t = this; var i = (t.sfA.length - 1); while (i >= 0) { var n = t.sfA[i]; n._x = n._x + n.mx; n._y = n._y + n.my; n._rotation = n._rotation + n.mr; if (((n._y > (100 + n.h2)) or (n._x < ((-t.sW2) - n.h2))) or (n._x > (t.sW2 + n.h2))) { t.setMove(n); } i--; } };
Symbol 575 MovieClip Frame 1
stop();
Symbol 578 MovieClip Frame 1
stop();
Symbol 580 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 1
stop();
Symbol 588 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 2
this.ref.eyes.gotoAndPlay("wink"); this.ref.mouth.gotoAndPlay(30);
Instance of Symbol 586 MovieClip in Symbol 589 MovieClip Frame 2
on (release) { var p = this._parent._parent._parent; p.gameMode = "help"; p.numSB = 0; p.numE = 0; p.numT = 0; p.toggleGameSetUpBtns(true); p.changeLevel("h1"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 2
on (release) { var p = this._parent._parent._parent; p.toggleGameSetUpBtns(true); p.updateHelped(); this._parent.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 600 MovieClip Frame 1
stop();
Symbol 604 MovieClip Frame 1
stop();
Instance of Symbol 553 MovieClip "playBtn" in Symbol 604 MovieClip Frame 1
on (release) { this.gotoAndStop(1); this._parent.gotoAndStop("setUp"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 556 MovieClip "settingsBtn" in Symbol 604 MovieClip Frame 1
on (release) { this.gotoAndStop(1); this._parent.gotoAndStop("settings"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 559 MovieClip "helpBtn" in Symbol 604 MovieClip Frame 1
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.gameMode = "help"; p.numSB = 0; p.numE = 0; p.numT = 0; p.changeLevel("h1"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 319 MovieClip in Symbol 604 MovieClip Frame 1
on (release) { getURL ("http://www.armorgames.com/", "_blank"); }
Symbol 604 MovieClip Frame 2
stop(); if (_root.mySo.data.helped == undefined) { this._parent._parent.toggleGameSetUpBtns(false); this.offerHelp.gotoAndStop("show"); } else { this.offerHelp.gotoAndStop("blank"); }
Instance of Symbol 575 MovieClip "customBtn" in Symbol 604 MovieClip Frame 2
on (release) { this.gotoAndStop(1); this._parent._parent.gameOptions.gotoAndStop("custom"); this._parent._parent.toggleGameSetUpBtns(false); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 578 MovieClip "menuBtn" in Symbol 604 MovieClip Frame 2
on (release) { this.gotoAndStop(1); this._parent.gotoAndStop("title"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 580 MovieClip "mapBtn" in Symbol 604 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.editIndex = ""; p.gameMode = "map"; p.mapSet = "custom"; p.updateMapSet(); p.numSB = 0; p.numE = 0; p.numT = 0; p.resetVars(); p.clearAll(); p.generateMap("E"); p.winner = ""; p.gameDisplay.gotoAndStop("map"); p.pauseDisplay.gotoAndStop("blank"); p.gameOptions.gotoAndStop("blank"); _quality = "high"; p.mouseP.gotoAndStop("aim"); Mouse.show(); p.mainDisplay.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 604 MovieClip Frame 3
stop(); this.cm = this._parent.controlMode; this.qu = this._parent.inGameQuality;
Instance of Symbol 465 MovieClip in Symbol 604 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.gamePlay == false) { this._parent.gotoAndStop("title"); } else { p.pauseDisplay.gotoAndStop("pause"); this._parent.gotoAndStop("blank"); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 600 MovieClip in Symbol 604 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.controlMode == "relative") { p.controlMode = "absolute"; } else { p.controlMode = "relative"; } this._parent.cm = p.controlMode; p.updateControl(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 600 MovieClip in Symbol 604 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.controlMode == "relative") { p.controlMode = "absolute"; } else { p.controlMode = "relative"; } this._parent.cm = p.controlMode; p.updateControl(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 600 MovieClip in Symbol 604 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.inGameQuality == "low") { p.inGameQuality = "medium"; } else if (p.inGameQuality == "medium") { p.inGameQuality = "high"; } this._parent.qu = p.inGameQuality; p.updateQuality(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 600 MovieClip in Symbol 604 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.inGameQuality == "high") { p.inGameQuality = "medium"; } else if (p.inGameQuality == "medium") { p.inGameQuality = "low"; } this._parent.qu = p.inGameQuality; p.updateQuality(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 646 MovieClip Frame 1
stop();
Symbol 649 MovieClip Frame 1
stop();
Symbol 652 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 1
stop();
Symbol 658 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 1
stop();
Symbol 671 MovieClip Frame 1
stop();
Symbol 674 MovieClip Frame 1
stop();
Symbol 676 MovieClip Frame 1
stop();
Instance of Symbol 455 MovieClip in Symbol 676 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.allCustomMapsA.splice(p.ind, 1); p._parent._parent.allMapNamesA.splice(p.ind, 1); p._parent._parent.updateCustomMap(); p._parent.cMaps.removeItemAt(p.ind); p._parent._parent.toggleGOBtns(true); p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 458 MovieClip in Symbol 676 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent._parent.toggleGOBtns(true); p.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 679 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 1
stop();
Symbol 680 MovieClip Frame 2
stop(); if (this._parent.mapSet == "custom") { this.gotoAndStop("customMap"); } this._parent.getGameVar(); if (this._parent.numE == 0) { this._parent.numE = 1; } if (this._parent.difficulty == "dummy") { this._parent.difficulty = "medium"; } this.maps.gotoAndStop(this._parent.currentMap); this.numEne = this._parent.numE; this.numTeam = this._parent.numT; this.diff = this._parent.difficulty; this.col = this._parent.playerColor;
Instance of Symbol 600 MovieClip "nextMapBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent.maps; if (p._currentframe < p._totalframes) { p.nextFrame(); } else { p.gotoAndStop(1); } this._parent._parent.currentMap = p._currentframe; this._parent._parent.updateGame(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 600 MovieClip "prevMapBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent.maps; if (p._currentframe > 1) { p.prevFrame(); } else { p.gotoAndStop(p._totalframes); } this._parent._parent.currentMap = p._currentframe; this._parent._parent.updateGame(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "lessEneBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.numE > 1) { p.numE--; } this._parent.numEne = p.numE; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreEneBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.numE < p.maxE) { p.numE++; } this._parent.numEne = p.numE; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "lessTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.numT > 0) { p.numT--; } this._parent.numTeam = p.numT; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.numT < p.maxT) { p.numT++; } this._parent.numTeam = p.numT; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "lessTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.difficulty == "hard") { p.difficulty = "medium"; } else if (p.difficulty == "medium") { p.difficulty = "easy"; } this._parent.diff = p.difficulty; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.difficulty == "easy") { p.difficulty = "medium"; } else if (p.difficulty == "medium") { p.difficulty = "hard"; } this._parent.diff = p.difficulty; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "lessTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.playerColor == "blue") { p.playerColor = "red"; } else { p.playerColor = "blue"; } this._parent.col = p.playerColor; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreTeamBtn" in Symbol 680 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.playerColor == "blue") { p.playerColor = "red"; } else { p.playerColor = "blue"; } this._parent.col = p.playerColor; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 652 MovieClip "playBtn" in Symbol 680 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.updateGame(); p.gameMode = "custom"; p.numSB = p.numE; p.changeLevel(p.currentMap); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 655 MovieClip "randomBtn" in Symbol 680 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent.maps; p.gotoAndStop(random(p._totalframes) + 1); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 658 MovieClip "cancelBtn" in Symbol 680 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.toggleGameSetUpBtns(true); this._parent.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 661 MovieClip "customBtn" in Symbol 680 MovieClip Frame 2
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent.mapSet = "custom"; p._parent.updateMapSet(); p.gotoAndStop("customMap"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 680 MovieClip Frame 3
stop(); this._parent.getGameVar(); if (this._parent.numE == 0) { this._parent.numE = 1; } if (this._parent.difficulty == "dummy") { this._parent.difficulty = "medium"; } this.maps.gotoAndStop(this._parent.currentMap); this.numEne = this._parent.numE; this.numTeam = this._parent.numT; this.diff = this._parent.difficulty; this.col = this._parent.playerColor; this.cMaps.setAutoHideScrollBar(true); this.updateListBox = function () { var t = this; var p = t._parent; var i = 0; while (i < _root.mySO.data.maps.length) { t.cMaps.addItem(_root.mySO.data.mapNames[i], i); i++; } }; this.updateListBox(); this.cMaps.setStyleProperty("textColor", 84063); this.cMaps.setStyleProperty("selection", 175275);
Instance of Symbol 301 MovieClip [FListBoxSymbol] "cMaps" in Symbol 680 MovieClip Frame 3
//component parameters onClipEvent (initialize) { selectMultiple = false; changeHandler = ""; }
Instance of Symbol 649 MovieClip "lessDiffBtn" in Symbol 680 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.difficulty == "hard") { p.difficulty = "medium"; } else if (p.difficulty == "medium") { p.difficulty = "easy"; } this._parent.diff = p.difficulty; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreDiffBtn" in Symbol 680 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.difficulty == "easy") { p.difficulty = "medium"; } else if (p.difficulty == "medium") { p.difficulty = "hard"; } this._parent.diff = p.difficulty; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "lessColBtn" in Symbol 680 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.playerColor == "blue") { p.playerColor = "red"; } else { p.playerColor = "blue"; } this._parent.col = p.playerColor; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 649 MovieClip "moreColBtn" in Symbol 680 MovieClip Frame 3
on (release) { var p = this._parent._parent; if (p.playerColor == "blue") { p.playerColor = "red"; } else { p.playerColor = "blue"; } this._parent.col = p.playerColor; } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 652 MovieClip "playBtn" in Symbol 680 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; if (this._parent.cMaps.getSelectedItem().data != undefined) { p.gameMode = "custom"; p.numSB = p.numE; p.updateGame(); p.custCurrentMap = this._parent.cMaps.getSelectedItem().data; p.changeLevel(p.custCurrentMap); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 664 MovieClip "defaultBtn" in Symbol 680 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent; p._parent.mapSet = "default"; p._parent.updateMapSet(); p.gotoAndStop("custom"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 671 MovieClip "deleteBtn" in Symbol 680 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent; if (p.cMaps.getSelectedItem().data != undefined) { p.confirm.gotoAndStop("show"); p.confirm.ind = p.cMaps.getSelectedItem().data; p._parent.toggleGOBtns(false); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 674 MovieClip in Symbol 680 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; p.gameMode = "map"; p.numSB = 0; p.numE = 0; p.numT = 0; p.resetVars(); p.clearAll(); p.generateMap("E"); p.winner = ""; p.gameDisplay.gotoAndStop("map"); _quality = "high"; p.mouseP.gotoAndStop("aim"); Mouse.show(); p.mainDisplay.gotoAndStop("blank"); p.pauseDisplay.gotoAndStop("blank"); p.gameOptions.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 679 MovieClip "editBtn" in Symbol 680 MovieClip Frame 3
on (release) { this.gotoAndStop(1); var p = this._parent._parent; if (this._parent.cMaps.getSelectedItem().data != undefined) { p.resetVars(); p.clearAll(); p.editIndex = this._parent.cMaps.getSelectedItem().data; p.gameMode = "map"; p.numSB = 0; p.numE = 0; p.numT = 0; p.generateMap(this._parent.cMaps.getSelectedItem().data); p.winner = ""; p.gameDisplay.gotoAndStop("map"); _quality = "high"; p.mouseP.gotoAndStop("aim"); Mouse.show(); p.mainDisplay.gotoAndStop("blank"); p.pauseDisplay.gotoAndStop("blank"); p.gameOptions.gotoAndStop("blank"); } } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 684 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 1
stop();
Symbol 687 MovieClip Frame 1
stop();
Instance of Symbol 684 MovieClip in Symbol 687 MovieClip Frame 2
on (release) { var p = this._parent._parent; _quality = p.inGameQuality; p.pause = false; if (p.globalsoundcontrol == "play") { p.fade = "in"; } p.pauseDisplay.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 686 MovieClip in Symbol 687 MovieClip Frame 2
on (release) { var p = this._parent._parent; p.mainDisplay.gotoAndStop("settings"); p.pauseDisplay.gotoAndStop("blank"); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 522 MovieClip in Symbol 687 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.globalsoundcontrol == "play") { p.fade = "in"; } p.changeLevel(p.custCurrentMap); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Instance of Symbol 524 MovieClip in Symbol 687 MovieClip Frame 2
on (release) { var p = this._parent._parent; if (p.globalsoundcontrol == "play") { p.fade = "in"; } p.quit(); } on (rollOver) { this.gotoAndStop(2); } on (releaseOutside, rollOut) { this.gotoAndStop(1); }
Symbol 693 MovieClip Frame 1
stop();
Symbol 722 MovieClip Frame 7
stop();
Symbol 722 MovieClip Frame 25
this._parent._parent.throwMode = false;
Symbol 723 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 7
stop();
Symbol 752 MovieClip Frame 25
this._parent._parent.throwMode = false;
Symbol 753 MovieClip Frame 1
stop();
Symbol 754 MovieClip Frame 1
stop();
Symbol 755 MovieClip Frame 1
_root.mySO = sharedobject.getLocal("snowBallFightCookie"); this.updateControl = function () { _root.mySO.data.control = this.controlMode; _root.mySO.flush(); }; this.updateQuality = function () { _root.mySO.data.quality = this.inGameQuality; _root.mySO.flush(); }; this.updateHelped = function () { _root.mySO.data.helped = true; _root.mySO.flush(); }; this.updateMapSet = function () { _root.mySO.data.mapSet = this.mapSet; _root.mySO.flush(); }; this.updateGame = function () { _root.mySO.data.game = [this.currentMap, this.numE, this.numT, this.difficulty, this.playerColor]; _root.mySO.flush(); }; this.updateCustomMap = function (name, overWrite) { if (name != undefined) { if (overWrite == undefined) { this.allMapNamesA.push(name); this.allCustomMapsA.push(this.customMapA); } else { this.allCustomMapsA[overWrite] = this.customMapA; } } _root.mySO.data.mapNames = this.allMapNamesA; _root.mySO.data.maps = this.allCustomMapsA; _root.mySO.flush(); }; this.getMapArrays = function () { if (_root.mySO.data.maps == undefined) { this.allMapNamesA = new Array(); this.allCustomMapsA = new Array(); } else { this.allMapNamesA = _root.mySO.data.mapNames; this.allCustomMapsA = _root.mySO.data.maps; } }; this.getMapArrays(); this.clearSO = function () { _root.mySO.data.control = undefined; _root.mySO.data.quality = undefined; _root.mySO.data.helped = undefined; _root.mySO.data.game = undefined; _root.mySO.data.maps = undefined; _root.mySO.data.mapNames = undefined; _root.mySO.data.mapSet = undefined; _root.mySO.flush(); }; _quality = "high"; if (_root.mySO.data.quality == undefined) { this.inGameQuality = "low"; } else { this.inGameQuality = _root.mySO.data.quality; } Mouse.hide(); this.stageW = 500; this.stageH = 500; this.pi = Math.PI; this.rc = this.pi / 180; this.f = 0.75; this.gamePlay = false; this.pause = false; this.typing = false; this.getGameVar = function () { if (_root.mySO.data.game == undefined) { this.currentMap = 1; this.numE = 3; this.numT = 2; this.difficulty = "medium"; this.playerColor = "red"; } else { this.currentMap = _root.mySO.data.game[0]; this.numE = _root.mySO.data.game[1]; this.numT = _root.mySO.data.game[2]; this.difficulty = _root.mySO.data.game[3]; this.playerColor = _root.mySO.data.game[4]; } }; this.getGameVar(); this.gameMode = ""; if (_root.mySO.data.mapSet == undefined) { this.mapSet = "default"; } else { this.mapSet = _root.mySO.data.mapSet; } this.maxE = 12; this.maxT = 12; this.numSB = this.numE; this.winner = ""; if (_root.mySO.data.control == undefined) { this.controlMode = "absolute"; } else { this.controlMode = _root.mySO.data.control; } this.mapTile = 1; this.mouseIsDown = false; this.editIndex = ""; this.td = 10; this.tds = 10; this.tdm = 600; this.ripd = 100; this.ripds = 100; this.ripdm = 200; this.kod = 510; this.kods = 510; this.kodm = 540; this.ed = 550; this.eds = 550; this.edm = 600; this.sbd = 1100; this.sbds = 1100; this.sbdm = 1500; this.treed = 1600; this.treeds = 1600; this.treedm = 2100; this.mouseP.swapDepths(1000100); this.bord.swapDepths(1000050); this.cMapMC.swapDepths(1000020); this.pauseDisplay.swapDepths(1000015); this.gameOptions.swapDepths(1000010); this.mainDisplay.swapDepths(1000005); this.help.swapDepths(1000000); this.ready.swapDepths(999990); this.char.swapDepths(1000); this.gameDisplay.swapDepths(500); this.addD = function (q) { var t = this; t[q + "d"]++; if (t[q + "d"] > t[q + "dm"]) { t[q + "d"] = t[q + "ds"]; } }; this.resetVars = function () { var t = this; var c = t.char; t.td = t.tds; t.ed = t.eds; t.sbd = t.sbds; t.treed = t.treeds; t.mapTile = 1; t.mouseIsDown = false; t.editIndex = ""; }; this.resetVars(); this.lkey = 65; this.rkey = 68; this.ukey = 87; this.dkey = 83; this.lkey2 = 37; this.rkey2 = 39; this.ukey2 = 38; this.dkey2 = 40; this.pkey = 32; this.mkey = 77; this.toggleGameSetUpBtns = function (what) { var p = this.mainDisplay; p.trainingBtn.enabled = what; p.customBtn.enabled = what; p.mapBtn.enabled = what; p.menuBtn.enabled = what; }; this.toggleCMapBtns = function (what) { var p = this.gameDisplay; p.clearBtn.enabled = what; p.previewBtn.enabled = what; p.saveBtn.enabled = what; p.menuBtn.enabled = what; }; this.toggleGOBtns = function (what) { var p = this.gameOptions; p.defaultBtn.enabled = what; p.deleteBtn.enabled = what; p.editBtn.enabled = what; p.lessEneBtn.enabled = what; p.moreEneBtn.enabled = what; p.lessTeamBtn.enabled = what; p.moreTeamBtn.enabled = what; p.lessDiffBtn.enabled = what; p.moreDiffBtn.enabled = what; p.lessColBtn.enabled = what; p.moreColBtn.enabled = what; p.cancelBtn.enabled = what; p.playBtn.enabled = what; }; this.toggleSaveMapBtns = function (what) { var p = this.cMapMC; p.saveBtn.enabled = what; p.backBtn.enabled = what; p.nameInst.selectable = what; }; this.mapt0 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.mapt1 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.maph1 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.maph2 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 15, 15, 15, 15, 9, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 17, 17, 17, 17, 16, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 17, 17, 17, 17, 16, 0, 0, 0, 0], [0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 13, 17, 17, 17, 17, 16, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 17, 17, 17, 17, 16, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 7, 14, 14, 14, 14, 10, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.genMapArray = function () { var t = this; t.customMapA = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); var r = 0; while (r < 20) { var c = 0; while (c < 20) { var tile = ((("t_" + r) + "_") + c); t.customMapA[r][c] = t.tiles[tile].graphic._currentframe - 1; c++; } r++; } }; this.mapE = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map0 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map0 = new Array([1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]); this.map1 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0], [0, 1, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0], [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0], [0, 0, 0, 1, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map2 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map3 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 8, 15, 15, 15, 9, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 13, 17, 17, 17, 16, 1, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 7, 14, 14, 14, 10, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 8, 15, 15, 15, 9, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 13, 17, 17, 17, 16, 1, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 7, 14, 14, 14, 10, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map4 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 4, 6, 1, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0], [0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0], [0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 11, 11, 6, 1, 1, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map5 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 15, 9, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 8, 15, 9, 0, 0, 0, 0, 13, 1, 16, 0, 0, 0, 0], [0, 0, 18, 0, 0, 0, 13, 1, 16, 0, 0, 0, 0, 7, 14, 10, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 7, 14, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 15, 9, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 13, 1, 16, 0], [0, 0, 0, 8, 15, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 14, 10, 0], [0, 0, 0, 13, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 7, 14, 10, 0, 0, 0, 0, 8, 15, 9, 0, 0, 0, 0, 18, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 1, 16, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 14, 10, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 8, 15, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 13, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0], [0, 0, 7, 14, 10, 0, 0, 18, 0, 0, 0, 8, 15, 9, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13, 1, 16, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 14, 10, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map6 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 18, 1, 18, 1, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 1, 18, 1, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 1, 1, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 15, 15, 9, 0, 0, 0, 0, 0, 0, 0], [0, 0, 18, 0, 0, 0, 0, 0, 0, 13, 1, 1, 16, 0, 0, 0, 0, 0, 18, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 13, 1, 1, 16, 0, 0, 1, 0, 0, 0, 0], [0, 0, 18, 0, 0, 0, 0, 0, 0, 7, 14, 14, 10, 0, 0, 0, 0, 0, 18, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 1, 18, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 1, 18, 1, 18, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map7 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0], [0, 0, 0, 18, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 2, 0, 0, 0, 0, 18, 0, 0, 18, 0, 0, 0, 0, 2, 0, 0, 0], [0, 0, 0, 0, 2, 0, 0, 0, 0, 18, 18, 0, 0, 0, 0, 2, 0, 0, 0, 0], [0, 0, 0, 2, 0, 0, 0, 0, 18, 0, 0, 18, 0, 0, 0, 0, 2, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 18, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0], [0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map8 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0], [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], [0, 0, 0, 1, 0, 0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 1, 0, 0, 0, 0, 4, 11, 11, 11, 11, 11, 6, 0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0], [0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map9 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 18, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 18, 18, 0, 0, 18, 18, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 5, 0, 0, 0, 18, 0, 18, 18, 0, 18, 0, 0, 0, 5, 0, 0, 0], [0, 0, 0, 12, 0, 0, 0, 18, 0, 18, 18, 18, 18, 0, 0, 0, 12, 0, 0, 0], [0, 0, 0, 12, 0, 0, 0, 18, 18, 0, 18, 18, 18, 0, 0, 0, 12, 0, 0, 0], [0, 0, 0, 12, 0, 0, 0, 18, 18, 18, 0, 18, 18, 0, 0, 0, 12, 0, 0, 0], [0, 0, 0, 12, 0, 0, 0, 18, 18, 18, 18, 0, 18, 0, 0, 0, 12, 0, 0, 0], [0, 0, 0, 3, 0, 0, 0, 18, 0, 18, 18, 0, 18, 0, 0, 0, 3, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 18, 18, 0, 0, 18, 18, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 18, 18, 18, 18, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.map10 = new Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 18, 0, 0, 0], [0, 0, 18, 8, 15, 9, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 18, 0, 0], [0, 0, 0, 13, 18, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0], [0, 0, 18, 7, 14, 10, 18, 0, 0, 0, 0, 18, 0, 1, 0, 0, 0, 0, 0, 0], [0, 0, 0, 18, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0, 0, 0], [0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 18, 8, 15, 9, 18, 0, 0], [0, 1, 1, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 13, 18, 16, 0, 0, 0], [0, 18, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 7, 14, 10, 18, 0, 0], [0, 0, 18, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 18, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]); this.tileW = 25; this.tileH = 25; trace("TileW = " + this.tileW); trace("TileH = " + this.tileH); this.obstacleA = new Array(); this.Tile0 = function () { }; this.Tile0.prototype.solid = false; this.Tile0.prototype.through = true; this.Tile0.prototype.t = "snow"; this.Tile0.prototype.frame = "t1"; this.Tile1 = function () { }; this.Tile1.prototype.solid = true; this.Tile1.prototype.through = false; this.Tile1.prototype.t = "tree"; this.Tile1.prototype.frame = "t2"; this.Tile2 = function () { }; this.Tile2.prototype.solid = true; this.Tile2.prototype.through = true; this.Tile2.prototype.t = "ice"; this.Tile2.prototype.frame = "t3"; this.Tile3 = function () { }; this.Tile3.prototype.solid = true; this.Tile3.prototype.through = true; this.Tile3.prototype.t = "ice"; this.Tile3.prototype.frame = "t4"; this.Tile4 = function () { }; this.Tile4.prototype.solid = true; this.Tile4.prototype.through = true; this.Tile4.prototype.t = "ice"; this.Tile4.prototype.frame = "t5"; this.Tile5 = function () { }; this.Tile5.prototype.solid = true; this.Tile5.prototype.through = true; this.Tile5.prototype.t = "ice"; this.Tile5.prototype.frame = "t6"; this.Tile6 = function () { }; this.Tile6.prototype.solid = true; this.Tile6.prototype.through = true; this.Tile6.prototype.t = "ice"; this.Tile6.prototype.frame = "t7"; this.Tile7 = function () { }; this.Tile7.prototype.solid = true; this.Tile7.prototype.through = true; this.Tile7.prototype.t = "ice"; this.Tile7.prototype.frame = "t8"; this.Tile8 = function () { }; this.Tile8.prototype.solid = true; this.Tile8.prototype.through = true; this.Tile8.prototype.t = "ice"; this.Tile8.prototype.frame = "t9"; this.Tile9 = function () { }; this.Tile9.prototype.solid = true; this.Tile9.prototype.through = true; this.Tile9.prototype.t = "ice"; this.Tile9.prototype.frame = "t10"; this.Tile10 = function () { }; this.Tile10.prototype.solid = true; this.Tile10.prototype.through = true; this.Tile10.prototype.t = "ice"; this.Tile10.prototype.frame = "t11"; this.Tile11 = function () { }; this.Tile11.prototype.solid = true; this.Tile11.prototype.through = true; this.Tile11.prototype.t = "ice"; this.Tile11.prototype.frame = "t12"; this.Tile12 = function () { }; this.Tile12.prototype.solid = true; this.Tile12.prototype.through = true; this.Tile12.prototype.t = "ice"; this.Tile12.prototype.frame = "t13"; this.Tile13 = function () { }; this.Tile13.prototype.solid = true; this.Tile13.prototype.through = true; this.Tile13.prototype.t = "ice"; this.Tile13.prototype.frame = "t14"; this.Tile14 = function () { }; this.Tile14.prototype.solid = true; this.Tile14.prototype.through = true; this.Tile14.prototype.t = "ice"; this.Tile14.prototype.frame = "t15"; this.Tile15 = function () { }; this.Tile15.prototype.solid = true; this.Tile15.prototype.through = true; this.Tile15.prototype.t = "ice"; this.Tile15.prototype.frame = "t16"; this.Tile16 = function () { }; this.Tile16.prototype.solid = true; this.Tile16.prototype.through = true; this.Tile16.prototype.t = "ice"; this.Tile16.prototype.frame = "t17"; this.Tile17 = function () { }; this.Tile17.prototype.solid = true; this.Tile17.prototype.through = true; this.Tile17.prototype.t = "ice"; this.Tile17.prototype.frame = "t18"; this.Tile18 = function () { }; this.Tile18.prototype.solid = true; this.Tile18.prototype.through = false; this.Tile18.prototype.t = "sm"; this.Tile18.prototype.frame = "t19"; this.getB = function (obj) { var t = this; obj.xMin = obj._x; obj.xMax = obj._x + t.tileW; obj.yMin = obj._y; obj.yMax = obj._y + t.tileH; obj.cx = obj._x + (t.tileW / 2); obj.cy = obj._y + (t.tileH / 2); }; this.generateMap = function (n) { var t = this; if ((((t.mapSet == "default") or (n == "h1")) or (n == "h2")) or (n == "E")) { var m = t["map" + n]; } else if (t.mapSet == "custom") { var m = _root.mySO.data.maps[n]; } this.createEmptyMovieClip("tiles", 400); var r = (m.length - 1); while (r >= 0) { var c = (m[r].length - 1); while (c >= 0) { var v = m[r][c]; var a = ((("t_" + r) + "_") + c); t[a] = new eval ("Tile" + v)(); if (t.gameMode != "map") { t.tiles.attachMovie("tile", a, t.td); t.tiles[a]._x = c * t.tileW; t.tiles[a]._y = r * t.tileH; t.tiles[a].r = r; t.tiles[a].c = c; t.tiles[a].graphic.gotoAndStop(t[a].frame); t.getB(t.tiles[a]); if (v == 1) { t.attachMovie("tree", "t" + t.treed, t.treed); var n = t["t" + t.treed]; n._x = t.tiles[a].cx; n._y = t.tiles[a].cy; n._rotation = random(20) - 10; t.obstacleA.push(n); t.addD("tree"); } else if (v == 18) { t.attachMovie("snowman", "sm" + t.treed, t.treed); var n = t["sm" + t.treed]; n._x = t.tiles[a].cx; n._y = t.tiles[a].cy; n._rotation = random(360); t.obstacleA.push(n); t.addD("tree"); t[a].sm = n; } } else { t.tiles.attachMovie("eTile", a, t.td); t.tiles[a]._x = c * t.tileW; t.tiles[a]._y = r * t.tileH; t.tiles[a].r = r; t.tiles[a].c = c; t.tiles[a].graphic.gotoAndStop(t[a].frame); t.getB(t.tiles[a]); } t.addD("t"); c--; } r--; } }; this.getTile = function (n) { var t = this; n.r = Math.floor(n._y / t.tileH); n.c = Math.floor(n._x / t.tileW); tile = (("t_" + n.r) + "_") + n.c; return(tile); }; this.sbA = new Array(); this.frameConst = 1.8; this.createSB = function (n, ang, who) { var t = this; if (n._name == "char") { n.char.anim.gotoAndPlay("throw"); } else { n.enemy.char.anim.play(); } t.attachMovie("sb", "sb" + t.sbd, t.sbd); var sb = t["sb" + t.sbd]; sb._x = n._x; sb._y = n._y; sb.w2 = sb.hit._width / 2; sb.h2 = sb.hit._height / 2; sb.dx = sb.w2 + (t.tileW / 2); sb.dy = sb.h2 + (t.tileH / 2); if (n == t.char) { sb.mx = (n.power * Math.cos(ang)) + n.mx; sb.my = (n.power * Math.sin(ang)) + n.my; } else { sb.mx = n.power * Math.cos(ang); sb.my = n.power * Math.sin(ang); } sb._rotation = -15; sb.ang = ang / t.rc; sb.cf = 0; sb.tf = Math.ceil(t.frameConst * n.power); sb.amp = n.power * 3; sb.D = t.pi / sb.tf; sb.who = who; t.addD("sb"); t.sbA.push(sb); n.numsb--; }; this.sbM = function () { var t = this; var i = (t.sbA.length - 1); while (i >= 0) { var n = t.sbA[i]; if (n.remove == true) { t.cSBurst(n._x, n._y, n); n.removeMovieClip(); t.sbA.splice(i, 1); continue; } n._x = n._x + n.mx; n._y = n._y + n.my; var tile = t.getTile(n); n.tile = tile; if (t[n.tile].through == false) { n.remove = true; if (t[n.tile].t == "sm") { t.tiles[n.tile].graphic.shad.nextFrame(); t[n.tile].sm.nextFrame(); if (t.globalsoundcontrol == "play") { t.snowMan.stop(); t.snowMan.start(); } if (t.tiles[n.tile].graphic.shad._currentframe == 4) { t[n.tile].through = true; t[n.tile].solid = false; } } else if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } if (n._x < t.tiles[n.tile].cx) { var c2 = (n.c - 1); } else { var c2 = (n.c + 1); } var tile2 = ((("t_" + n.r) + "_") + c2); if (t[tile2].through == false) { t.sbTestHit(n, n._x, n._y, n.r, c2); } if (n._y < t.tiles[n.tile].cy) { var r2 = (n.r - 1); } else { var r2 = (n.r + 1); } var tile2 = ((("t_" + r2) + "_") + n.c); if (t[tile2].through == false) { t.sbTestHit(n, n._x, n._y, r2, n.c); } n.cf++; if (n.cf == n.tf) { n.remove = true; } n.shad._y = n.amp * Math.sin(n.D * n.cf); if (n._x < n.w2) { n._x = n.w2; n.remove = true; if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } else if (n._x > (t.stageW + n.w2)) { n._x = t.stageW + n.w2; n.remove = true; if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } if (n._y < n.h2) { n._y = n.h2; n.remove = true; if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } else if (n._y > (t.stageH + n.h2)) { n._y = t.stageH + n.h2; n.remove = true; if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } if (n.who == "team") { var j = (t.enemyA.length - 1); while (j >= 0) { var ene = t.enemyA[j]; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); var sep = (n.w2 + ene.w2); if (dist < (sep * sep)) { n.remove = true; if (t.globalsoundcontrol == "play") { t.hitS.start(); } ene.lives = ene.lives - n.tf; if (ene.lives <= 0) { ene.lives = 0; if (t.playerColor == "red") { var col = "blue"; } else { var col = "red"; } t.cKO(ene, "base", col); ene.removeMovieClip(); t.enemyA.splice(j, 1); if (t.enemyA.length == 0) { if (t.gameMode != "help") { t.ready.gotoAndPlay("verdict"); t.winner = t.playerColor; } } } ene.life.gotoAndPlay("charge"); } j--; } } else if (n.who == "enemy") { var j = (t.teamA.length - 1); while (j >= 0) { var ene = t.teamA[j]; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); var sep = (n.w2 + ene.w2); if (dist < (sep * sep)) { n.remove = true; if (t.globalsoundcontrol == "play") { t.hitS.start(); } ene.lives = ene.lives - n.tf; if (ene.lives <= 0) { ene.lives = 0; t.cKO(ene, "base", t.playerColor); ene.removeMovieClip(); t.teamA.splice(j, 1); } ene.life.gotoAndPlay("charge"); } j--; } var ene = t.char; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); var sep = (n.w2 + ene.w2); if (dist < (sep * sep)) { n.remove = true; if (t.globalsoundcontrol == "play") { t.hitS.start(); } ene.lives = ene.lives - n.tf; if (ene.lives <= 0) { ene.lives = 0; t.cKO(ene, "leader", t.playerColor); ene._x = -100; t.youDead = true; } t.gameDisplay.lives._xscale = (100 * ene.lives) / ene.maxLife; ene.life.gotoAndPlay("charge"); } } i--; } }; this.cSBurst = function (x, y, sb) { var t = this; var r = Math.floor(y / t.tileH); var c = Math.floor(x / t.tileW); var tile = ((("t_" + r) + "_") + c); if (t[tile].t != "ice") { var n = t["sb" + t.sbd]; t.addD("sb"); if (t[tile].t == "tree") { if (t.globalsoundcontrol == "play") { t.thunk.stop(); t.thunk.start(); } } else if (t[tile].t == "sm") { if (t.globalsoundcontrol == "play") { t.snowMan.stop(); t.snowMan.start(); } } t.attachMovie("snowBurst", "sb" + t.sbd, t.sbd); var n = t["sb" + t.sbd]; t.addD("sb"); } else { if (t.globalsoundcontrol == "play") { t.splash.stop(); t.splash.start(); } t.attachMovie("rip", "r" + t.ripd, t.ripd); var n = t["r" + t.ripd]; t.addD("rip"); } n._rotation = sb.ang; n._x = x; n._y = y; }; this.sbTestHit = function (n, x, y, r, c) { var t = this; var a = ((("t_" + r) + "_") + c); var tile = t.tiles[(("t_" + r) + "_") + c]; var dx = (x - tile.cx); var dy = (y - tile.cy); var adx = Math.abs(x - tile.cx); var ady = Math.abs(y - tile.cy); var px = (n.dx - adx); var py = (n.dy - ady); if (adx < n.dx) { if (ady < n.dy) { if (t[a].t == "sm") { tile.graphic.shad.nextFrame(); t[a].sm.nextFrame(); if (tile.graphic.shad._currentframe == 4) { t[a].through = true; t[a].solid = false; } } n.remove = true; } } }; this.teamA = new Array(); this.char.w2 = this.char.hit._width / 2; this.char.h2 = this.char.hit._height / 2; this.char.dx = this.char.w2 + (this.tileW / 2); this.char.dy = this.char.h2 + (this.tileH / 2); this.char.adjS = 6; this.char.acc = 0.7; this.char.mmx = 3; this.char.mmy = 3; this.char.mbuild = 50; this.char.chargeS = 0.23; this.char.mpower = 11; this.char.range = this.char.mpower * Math.ceil(this.frameConst * this.char.mpower); this.setChar = function (r, col) { var t = this; var c = t.char; t.youDead = false; c.maxLife = (c.lives = 50); t.gameDisplay.lives._xscale = 100; c.pm.gotoAndStop("blank"); c.bm.gotoAndStop("blank"); trace("player color = " + t.playerColor); c.gotoAndStop(t.playerColor); c.char.gotoAndStop("stand"); c.mx = 0; c.my = 0; c._x = (col * t.tileW) - (t.tileW / 2); c._y = (r * t.tileH) - (t.tileH / 2); c.build = false; c.cbuild = 0; c.numsb = t.numSB; t.gameDisplay.sbcounter.gotoAndStop(c.numsb + 1); c.power = 0; c.charge = false; c.launch = false; c.snowD = 20; c.snowT = 0; c.throwMode = false; }; this.charM = function () { var t = this; var n = t.char; var dx = (this._xmouse - n._x); var dy = (this._ymouse - n._y); var ang = Math.atan2(dy, dx); n._rotation = ang / t.rc; t.moveObj(n); if (n.build == true) { if (n.cbuild < n.mbuild) { n.cbuild++; n.bm.bar._xscale = (n.cbuild / n.mbuild) * 100; } else { n.cbuild = 0; n.numsb++; t.gameDisplay.sbcounter.gotoAndStop(n.numsb + 1); } } if (n.charge == true) { if (n.power < n.mpower) { n.power = n.power + n.chargeS; if (n.power > n.mpower) { n.power = n.mpower; } n.pm.bar._xscale = (n.power / n.mpower) * 100; } } if (n.launch == true) { t.createSB(n, ang, "team"); t.gameDisplay.sbcounter.gotoAndStop(n.numsb + 1); n.power = 0; n.charge = false; n.launch = false; n.pm.gotoAndStop("blank"); } }; this.enemyA = new Array(); this.enemySepF = 0.8; this.initEnemy = function (num) { var t = this; var i = num; while (i > 0) { t.cComp(((20 - i) * t.tileW) - (t.tileW / 2), (20 * t.tileW) - (t.tileW / 2), "enemy"); i--; } }; this.initTeam = function (num) { var t = this; var i = num; while (i > 0) { t.cComp(((1 + i) * t.tileW) - (t.tileW / 2), t.tileH - (t.tileH / 2), "team"); i--; } }; this.cComp = function (x, y, typ) { var t = this; t.attachMovie("computer", "c" + t.ed, t.ed); var n = t["c" + t.ed]; n._x = x; n._y = y; n.w2 = n.hit._width / 2; n.h2 = n.hit._height / 2; n.dx = n.w2 + (this.tileW / 2); n.dy = n.h2 + (this.tileH / 2); if (t.difficulty == "easy") { n.acc = 0.3; } else if (t.difficulty == "medium") { n.acc = 0.45; } else if (t.difficulty == "hard") { n.acc = 0.6; } else if (t.difficulty == "dummy") { n.acc = 0; } n.mx = 0; n.my = 0; n.mmx = 2; n.mmy = 2; n.rs = 4; n.randMove = false; n.randMoveT = 0; n.randMoveD = 20; if (t.difficulty == "easy") { n.losD = 45; } else if (t.difficulty == "medium") { n.losD = 35; } else if (t.difficulty == "hard") { n.losD = 25; } else if (t.difficulty == "dummy") { n.losD = 25; } n.losT = n.losD; n.cSb = false; n.cbuild = 0; n.mbuild = 70; n.numsb = 0; n.chargeS = 0.23; n.power = 0; n.mpower = 11; n.range = n.mpower * Math.ceil(t.frameConst * n.mpower); n.throwMode = false; n.snowD = 20; n.snowT = 0; n.maxLife = (n.lives = 50); n.dist = 1000000 /* 0x0F4240 */; n.xd = 1; n.yd = -1; n.changeDirT = 0; n.changeDirD = random(30) + 20; n.t = typ; if (typ == "enemy") { trace("player color = " + t.playerColor); if (t.playerColor == "red") { n.gotoAndStop("blue"); } else { n.gotoAndStop("red"); } } else { n.gotoAndStop(t.playerColor); } t.addD("e"); t[typ + "A"].push(n); }; this.compM = function (typ) { var t = this; var i = (t[typ + "A"].length - 1); while (i >= 0) { var n = t[typ + "A"][i]; if (t.difficulty == "dummy") { var noTarget = true; } if (t.winner == "") { var e = (t.enemyA.length - 1); if (e == -1) { var noTarget = true; n.throwMode = false; n.bm.gotoAndStop("blank"); n.pm.gotoAndStop("blank"); t.ready.gotoAndPlay("verdict"); t.winner = t.playerColor; } var e2 = (t.teamA.length - 1); if ((e2 == -1) and (t.youDead == true)) { var noTarget = true; n.throwMode = false; n.bm.gotoAndStop("blank"); n.pm.gotoAndStop("blank"); t.ready.gotoAndPlay("verdict"); if (t.playerColor == "red") { t.winner = "blue"; } else { t.winner = "red"; } } } else { var noTarget = true; } if (n.losT == n.losD) { n.tar = ""; if (n.t == "team") { while (e >= 0) { var ene = t.enemyA[e]; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); if (dist < n.dist) { n.sight = t.los(n, ene); n.ptar = ene; if (n.sight == true) { n.dist = dist; n.tar = ene; } } e--; } } else { while (e2 >= 0) { var ene = t.teamA[e2]; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); if (dist < n.dist) { n.sight = t.los(n, ene); n.ptar = ene; if (n.sight == true) { n.dist = dist; n.tar = ene; } } e2--; } if (t.youDead == false) { var ene = t.char; var dx = (ene._x - n._x); var dy = (ene._y - n._y); var dist = ((dx * dx) + (dy * dy)); if (dist < n.dist) { n.sight = t.los(n, ene); n.ptar = ene; if (n.sight == true) { n.dist = dist; n.tar = ene; } } } } n.dist = 1000000 /* 0x0F4240 */; if (n.tar == "") { n.tar = n.ptar; n.sight = false; } n.losT = 0; } else { n.losT++; } if (n.cSb == true) { if (n.cbuild < n.mbuild) { n.cbuild++; n.bm.bar._xscale = (n.cbuild / n.mbuild) * 100; } else { n.cbuild = 0; n.numsb++; n.bm.gotoAndStop("blank"); n.cSb = false; } } if (noTarget != true) { var dx = (n.tar._x - n._x); var dy = (n.tar._y - n._y); var dist = Math.sqrt((dx * dx) + (dy * dy)); var ang = Math.atan2(dy, dx); var deg = (ang / t.rc); if ((dx > 0) && (dy > 0)) { var quad = 4; } if ((dx <= 0) && (dy >= 0)) { var quad = 1; } if ((dx < 0) && (dy < 0)) { var quad = 2; } if ((dx > 0) && (dy < 0)) { var quad = 3; } var abs_x = Math.abs(dx); var abs_y = Math.abs(dy); var tg = (abs_y / abs_x); var maths = (Math.atan(tg) / t.rc); if (quad == 1) { var angle = (180 - maths); } else if (quad == 2) { var angle = (180 + maths); } else if (quad == 3) { var angle = (360 - maths); } else if (quad == 4) { var angle = maths; } if (angle <= 180) { if (n._rotation <= 0) { if ((n._rotation + 180) >= angle) { n._rotation = n._rotation - ((-(angle - n._rotation)) / n.rs); } else { n._rotation = n._rotation - (((360 - (-n._rotation)) - angle) / n.rs); } } else { n._rotation = n._rotation - ((-(angle - n._rotation)) / n.rs); } } else if (angle > 180) { if (n._rotation >= 0) { if ((n._rotation - -180) >= angle) { n._rotation = n._rotation - ((-(angle - n._rotation)) / n.rs); } else { n._rotation = n._rotation - (((360 - (-n._rotation)) - angle) / n.rs); } } else { n._rotation = n._rotation - ((-((angle - 360) - n._rotation)) / n.rs); } } if (dist > n.range) { var inRange = false; } else if (n.power == n.mpower) { var inRange = true; } else if (dist < (n.range - 40)) { var inRange = true; } else { var inRange = false; } if (n.numsb == 1) { if (n.power < n.mpower) { if (n.power == 0) { n.pm.gotoAndStop("charge"); } n.throwMode = true; n.power = n.power + n.chargeS; if (n.power > n.mpower) { n.power = n.mpower; } n.range = n.power * Math.ceil(t.frameConst * n.power); n.pm.bar._xscale = (n.power / n.mpower) * 100; } if ((inRange == false) or (n.sight == false)) { t.chaseTarget(n, n.tar); } else { t.combat(n, n.tar, n._rotation * t.rc); if (t.difficulty != "easy") { t.dodge(n, ang); } } } else { if (n.cSb == false) { n.cSb = true; n.bm.gotoAndStop("charge"); } if (t.difficulty != "easy") { t.dodge(n, ang); } if (dist < n.tar.range) { t.retreat(n, ang); } } } var j = (i - 1); while (j >= 0) { var n2 = t[typ + "A"][j]; var dx = (n._x - n2._x); var dy = (n._y - n2._y); var sep = ((n2.w2 + n.w2) + 30); if (Math.abs(dx) < sep) { if (Math.abs(dy) < sep) { if (dx < 0) { n.mx = n.mx - t.enemySepF; n2.mx = n2.mx + t.enemySepF; } else { n.mx = n.mx + t.enemySepF; n2.mx = n2.mx - t.enemySepF; } if (dy < 0) { n.my = n.my - t.enemySepF; n2.my = n2.my + t.enemySepF; } else { n.my = n.my + t.enemySepF; n2.my = n2.my - t.enemySepF; } } } j--; } if (n.t == "team") { var n2 = t.char; var dx = (n._x - n2._x); var dy = (n._y - n2._y); var sep = ((n2.w2 + n.w2) + 30); if (Math.abs(dx) < sep) { if (Math.abs(dy) < sep) { if (dx < 0) { n.mx = n.mx - t.enemySepF; } else { n.mx = n.mx + t.enemySepF; } if (dy < 0) { n.my = n.my - t.enemySepF; } else { n.my = n.my + t.enemySepF; } } } } t.moveObj(n); i--; } }; this.los = function (n, c) { var t = this; var sight = true; var dc = (c.c - n.c); var dr = (c.r - n.r); if (dc != 0) { var adc = Math.abs(dc); var cdir = (dc / adc); } if (dr != 0) { var adr = Math.abs(dr); var rdir = (dr / adr); } if (adc >= adr) { var domDir = "c"; var recDir = "r"; var mag = adc; var m = (adr / adc); } else { var domDir = "r"; var recDir = "c"; var mag = adr; var m = (adc / adr); } var i = 0; while (i < mag) { if (domDir == "c") { var c = (n.c + (cdir * i)); var r = (n.r + (rdir * Math.floor(i * m))); } else { var r = (n.r + (rdir * i)); var c = (n.c + (cdir * Math.floor(i * m))); } if (t[(("t_" + r) + "_") + c].through == false) { var sight = false; break; } i++; } return(sight); }; this.combat = function (n, tar, ang) { var t = this; if (t.difficulty == "hard") { if (ang < 0) { ang = ang + (2 * t.pi); } trace("ang = " + (ang / t.rc)); var dx = tar.mx; var dy = tar.my; var tarAng = Math.atan2(dy, dx); if (tarAng < 0) { tarAng = tarAng + (2 * t.pi); } trace("tarAng = " + (tarAng / t.rc)); var initDiff = Math.abs(ang - tarAng); if (initDiff > t.pi) { if (ang < tarAng) { tarAng = tarAng - (2 * t.pi); } else { ang = ang - (2 * t.pi); } initDiff = Math.abs(ang - tarAng); } if (initDiff > (t.pi / 2)) { if (tarAng < ang) { var newTarAng = (tarAng + t.pi); } else { var newTarAng = (tarAng - t.pi); } var flipDir = -1; } else { var newTarAng = tarAng; var flipDir = 1; } var diffAng = ((newTarAng - ang) * flipDir); trace("diff ang = " + (diffAng / t.rc)); var ratio = (diffAng / (t.pi / 2)); trace("ratio = " + ratio); ang = ang + ((Math.random() * 0.62) * ratio); } t.createSB(n, ang, n.t); n.range = 0; n.power = 0; n.power = 0; n.pm.gotoAndStop("blank"); }; this.dodge = function (n, ang) { var t = this; var newAng = ((ang + (Math.random() * 0.698)) + 1.459); n.changeDirT++; if (n.changeDirT == n.changeDirD) { n.xd = random(2); if (n.xd == 0) { n.xd = -1; } n.yd = random(2); if (n.yd == 0) { n.yd = -1; } n.changeDirT = 0; n.changeDirD = random(40) + 25; } n.mx = n.mx + ((n.xd * n.acc) * Math.cos(newAng)); n.my = n.my + ((n.yd * n.acc) * Math.sin(newAng)); }; this.retreat = function (n, ang) { var t = this; n.mx = n.mx - (n.acc * Math.cos(ang)); n.my = n.my - (n.acc * Math.sin(ang)); }; this.chaseTarget = function (n, tar) { var t = this; if (n.randMove != true) { var dc = (tar.c - n.c); var dr = (tar.r - n.r); var adc = Math.abs(dc); var adr = Math.abs(dr); if (adc != 0) { var cdir = (dc / adc); } else { var cdir = 0; } if (adr != 0) { var rdir = (dr / adr); } else { var rdir = 0; } var cf = (n.c + cdir); var cb = (n.c - cdir); var rf = (n.r + rdir); var rb = (n.r - rdir); var tilecf = ((("t_" + n.r) + "_") + cf); var tilecb = ((("t_" + n.r) + "_") + cb); var tilerf = ((("t_" + rf) + "_") + n.c); var tilerb = ((("t_" + rb) + "_") + n.c); if (cdir == 0) { if (t[tilerf].solid == true) { var tileL = ((("t_" + n.r) + "_") + (n.c - 1)); if ((t[tileL].solid == false) and (n.ptile != tileL)) { cdir = -1; cf = n.c + cdir; tilecf = (("t_" + n.r) + "_") + cf; } else { var tileR = ((("t_" + n.r) + "_") + (n.c + 1)); if ((t[tileR].solid == false) and (n.ptile != tileR)) { cdir = 1; cf = n.c + cdir; tilecf = (("t_" + n.r) + "_") + cf; } } } } if (rdir == 0) { if (t[tilecf].solid == true) { var tileU = ((("t_" + (n.r - 1)) + "_") + n.c); if ((t[tileU].solid == false) and (n.ptile != tileU)) { rdir = -1; rf = n.r + rdir; tilerf = (("t_" + rf) + "_") + n.c; } else { var tileD = ((("t_" + (n.r + 1)) + "_") + n.c); if ((t[tileD].solid == false) and (n.ptile != tileD)) { rdir = 1; rf = n.r + rdir; tilerf = (("t_" + rf) + "_") + n.c; } } } } if (cdir != 0) { if ((t[tilecf].solid == false) and (n.ptile != tilecf)) { var mc = true; n.lastMove = "c"; } else if ((t[tilecb].solid == false) and (n.ptile != tilecb)) { var recC = true; } } if (rdir != 0) { if ((t[tilerf].solid == false) and (n.ptile != tilerf)) { var mr = true; n.lastMove = "r"; } else if ((t[tilerb].solid == false) and (n.ptile != tilerb)) { var recR = true; } } if ((recC == true) and (recR == true)) { if (n.lastMove == "c") { var mc = true; cdir = cdir * -1; } else { var mr = true; rdir = rdir * -1; } } else if (recC == true) { var mc = true; cdir = cdir * -1; n.lastMove = "c"; } else if (recR == true) { var mr = true; rdir = rdir * -1; n.lastMove = "r"; } if ((mr != true) and (mc != true)) { var dr = (t.tiles[n.ptile].r - n.r); if (dr != 0) { var mr = true; var rdir = dr; n.lastMove = "r"; } else { var dc = (t.tiles[n.ptile].c - n.c); if (dc != 0) { var mc = true; var cdir = dc; n.lastMove = "c"; } } } var rand = random(110); if (rand == 0) { var dir = random(2); if (dir == 0) { dir = -1; } n.cdir = dir; var dir = random(2); if (dir == 0) { dir = -1; } n.rdir = dir; n.randMove = true; } } else { mc = true; mr = true; cdir = n.cdir; rdir = n.rdir; n.randMoveT++; if (n.randMoveT == n.randMoveD) { n.randMove = false; n.randMoveT = 0; } } if (mc == true) { n.mx = n.mx + (cdir * n.acc); } if (mr == true) { n.my = n.my + (rdir * n.acc); } }; this.cKO = function (n, who, col) { var t = this; t.attachMovie("ko", "ko" + t.kod, t.kod); var k = t["ko" + t.kod]; var frame = (col + who); k.gotoAndStop(frame); k._x = n._x; k._y = n._y; k._rotation = n._rotation; t.addD("ko"); if (t.globalsoundcontrol == "play") { t.snowD.stop(); t.snowD.start(); } }; this.moveObj = function (n) { var t = this; if (Math.abs(n.mx) > n.mmx) { if (n.mx > 0) { n.mx = n.mmx; } else { n.mx = -n.mmx; } } if (Math.abs(n.my) > n.mmy) { if (n.my > 0) { n.my = n.mmy; } else { n.my = -n.mmy; } } n._x = n._x + n.mx; n._y = n._y + n.my; n.mx = n.mx * t.f; n.my = n.my * t.f; if (t.globalsoundcontrol == "play") { if ((n.mx != 0) or (n.my != 0)) { n.snowT++; if (n.snowT == n.snowD) { n.snowT = 0; var pick = (random(2) + 1); t["snow" + pick].stop(); t["snow" + pick].start(); n.snowD = random(10) + 10; } } else { n.snowT = 0; } } n.shad._rotation = -n._rotation; if (Math.abs(n.mx) < 0.05) { n.mx = 0; } if (Math.abs(n.my) < 0.05) { n.my = 0; } if (n._name == "char") { var ch = n.char; } else { var ch = n.enemy.char; } if (n.throwMode == false) { if ((n.mx != 0) or (n.my != 0)) { ch.gotoAndStop("walk"); } else { ch.gotoAndStop("stand"); } } else { ch.gotoAndStop("charge"); } if ((n._x - n.w2) < 0) { n._x = n.w2; n.mx = 0; } else if ((n._x + n.w2) > t.stageW) { n._x = t.stageW - n.w2; n.mx = 0; } if ((n._y - n.h2) < 0) { n._y = n.h2; n.my = 0; } else if ((n._y + n.h2) > t.stageH) { n._y = t.stageH - n.h2; n.my = 0; } var tile = t.getTile(n); if (tile != n.tile) { n.ptile = n.tile; } n.tile = tile; if (t[n.tile].solid == true) { t.testHit(n, n._x, n._y, n.r, n.c); } if (n._x < t.tiles[n.tile].cx) { var c2 = (n.c - 1); } else { var c2 = (n.c + 1); } var tile2 = ((("t_" + n.r) + "_") + c2); if (t[tile2].solid == true) { t.testHit(n, n._x, n._y, n.r, c2); } if (n._y < t.tiles[n.tile].cy) { var r2 = (n.r - 1); } else { var r2 = (n.r + 1); } var tile2 = ((("t_" + r2) + "_") + n.c); if (t[tile2].solid == true) { t.testHit(n, n._x, n._y, r2, n.c); } n.hit = false; }; this.testHit = function (n, x, y, r, c) { var t = this; var tile = t.tiles[(("t_" + r) + "_") + c]; var dx = (x - tile.cx); var dy = (y - tile.cy); var adx = Math.abs(x - tile.cx); var ady = Math.abs(y - tile.cy); var px = (n.dx - adx); var py = (n.dy - ady); if (adx < n.dx) { if (ady < n.dy) { if (px < py) { var axis = "x"; if (dx > 0) { var c2 = (c + 1); var tile2 = t[(("t_" + r) + "_") + c2]; if (tile2.solid == true) { var axis = "y"; } } else { var c2 = (c - 1); var tile2 = t[(("t_" + r) + "_") + c2]; if (tile2.solid == true) { var axis = "y"; } } } else { var axis = "y"; if (dy > 0) { var r2 = (r + 1); var tile2 = t[(("t_" + r2) + "_") + c]; if (tile2.solid == true) { var axis = "x"; } } else { var r2 = (r - 1); var tile2 = t[(("t_" + r2) + "_") + c]; if (tile2.solid == true) { var axis = "x"; } } } if (axis == "x") { if (x < tile.cx) { n._x = x - px; n.mx = 0; } else { n._x = x + px; n.mx = 0; } } else if (y < tile.cy) { n._y = y - py; n.my = 0; } else { n._y = y + py; n.my = 0; } n.hit = true; } } }; this.createEmptyMovieClip("loop", 10000000); this.loop = new Sound(loop); this.loop.attachSound("loop"); this.loop.start(); this.loop.onSoundComplete = function () { this.start(); }; this.initLoopVolume = (this.loopvolume = 60); this.loop.setVolume(this.initLoopVolume); this.createEmptyMovieClip("snowD", 10000001); this.snowD = new Sound(snowD); this.snowD.attachSound("snow1"); this.snowD.setVolume(70); this.createEmptyMovieClip("snow1", 10000002); this.snow1 = new Sound(snow1); this.snow1.attachSound("snow1"); this.snow1.setVolume(17); this.createEmptyMovieClip("snowMan", 10000003); this.snowMan = new Sound(snowMan); this.snowMan.attachSound("snow1"); this.snowMan.setVolume(70); this.createEmptyMovieClip("snow2", 10000004); this.snow2 = new Sound(snow2); this.snow2.attachSound("snow2"); this.snow2.setVolume(16); this.createEmptyMovieClip("splash", 10000005); this.splash = new Sound(splash); this.splash.attachSound("splash"); this.splash.setVolume(80); this.createEmptyMovieClip("hitS", 10000006); this.hitS = new Sound(hitS); this.hitS.attachSound("hitS"); this.hitS.setVolume(70); this.createEmptyMovieClip("thunk", 10000007); this.thunk = new Sound(thunk); this.thunk.attachSound("thunk"); this.thunk.setVolume(40); this.globalsoundcontrol = "play"; this.fade = "in"; this.clearAll = function () { var t = this; t.tiles.removeMovieClip(); var i = (t.enemyA.length - 1); while (i >= 0) { var n = t.enemyA[i]; n.removeMovieClip(); t.enemyA.splice(i, 1); i--; } var i = (t.teamA.length - 1); while (i >= 0) { var n = t.teamA[i]; n.removeMovieClip(); t.teamA.splice(i, 1); i--; } var i = (t.sbA.length - 1); while (i >= 0) { var n = t.sbA[i]; n.removeMovieClip(); t.sbA.splice(i, 1); i--; } var i = (t.obstacleA.length - 1); while (i >= 0) { var n = t.obstacleA[i]; n.removeMovieClip(); t.obstacleA.splice(i, 1); i--; } }; this.createEmptyMovieClip("actions", 1); Key.addListener(this.actions); this.actions.onKeyDown = function () { var p = this._parent; if (Key.isDown(76) and Key.isDown(73)) { if (p.typing == false) { p.clearSO(); } } if (Key.isDown(p.pkey)) { if (p.gamePlay == true) { if (p.gameMode != "help") { if (p.pause == false) { _quality = "high"; p.pause = true; p.fade = "out"; p.pauseDisplay.gotoAndStop("pause"); } else { _quality = p.inGameQuality; p.pause = false; if (p.globalsoundcontrol == "play") { p.fade = "in"; } p.pauseDisplay.gotoAndStop("blank"); } } } } if (Key.isDown(p.mkey)) { if (p.typing == false) { if (p.globalsoundcontrol == "play") { p.globalsoundcontrol = "stop"; p.fade = "out"; } else if (p.globalsoundcontrol == "stop") { p.globalsoundcontrol = "play"; p.fade = "in"; } } } }; Mouse.addListener(this.actions); this.actions.onMouseDown = function () { var p = this._parent; p.mouseIsDown = true; if ((p.gamePlay == true) and (p.pause == false)) { if (p.youDead == false) { var c = p.char; if (c.numsb > 0) { c.charge = true; c.throwMode = true; c.char.gotoAndStop("charge"); c.char.anim.gotoAndPlay(1); c.pm.gotoAndStop("charge"); } } } }; this.actions.onMouseUp = function () { var p = this._parent; p.mouseIsDown = false; if ((p.gamePlay == true) and (p.pause == false)) { if (p.youDead == false) { var c = p.char; if (c.charge == true) { c.launch = true; } } } if (p.gameMode == "map") { var r = Math.floor(p._ymouse / p.tileH); var col = Math.floor(p._xmouse / p.tileW); if ((((r != 0) and (r != 19)) and (col != 0)) and (col != 19)) { var tile = ((("t_" + r) + "_") + col); p.tiles[tile].graphic.gotoAndStop(p.mapTile); } } }; this.actions.onMouseMove = function () { var p = this._parent; if (p.mouseIsDown == true) { if (p.gameMode == "map") { var r = Math.floor(p._ymouse / p.tileH); var col = Math.floor(p._xmouse / p.tileW); if ((((r != 0) and (r != 19)) and (col != 0)) and (col != 19)) { var tile = ((("t_" + r) + "_") + col); p.tiles[tile].graphic.gotoAndStop(p.mapTile); } } } }; this.actions.onEnterFrame = function () { var p = this._parent; p.mouseP._x = p._xmouse; p.mouseP._y = p._ymouse; if (p.fade == "in") { if (p.loopvolume < p.initLoopVolume) { p.loopvolume = p.loopvolume + 5; p.loop.setVolume(p.loopvolume); } else if (p.loopvolume > p.initLoopVolume) { p.loopvolume = p.initLoopVolume; p.loop.setVolume(p.loopvolume); } } else if (p.fade == "out") { if (p.loopvolume > 0) { p.loopvolume = p.loopvolume - 5; p.loop.setVolume(p.loopvolume); } else if (p.loopvolume < 0) { p.loopvolume = 0; p.loop.setVolume(p.loopvolume); } } if ((p.gamePlay == true) and (p.pause == false)) { if (p.youDead == false) { var c = p.char; if (Key.isDown(p.lkey) or Key.isDown(p.lkey2)) { if (p.controlMode == "absolute") { c.mx = c.mx - c.acc; } else { var ang = ((c._rotation - 90) * p.rc); c.mx = c.mx + (c.acc * Math.cos(ang)); c.my = c.my + (c.acc * Math.sin(ang)); } } else if (Key.isDown(p.rkey) or Key.isDown(p.rkey2)) { if (p.controlMode == "absolute") { c.mx = c.mx + c.acc; } else { var ang = ((c._rotation + 90) * p.rc); c.mx = c.mx + (c.acc * Math.cos(ang)); c.my = c.my + (c.acc * Math.sin(ang)); } } if (Key.isDown(p.ukey) or Key.isDown(p.ukey2)) { if (p.controlMode == "absolute") { c.my = c.my - c.acc; } else { var ang = (c._rotation * p.rc); c.mx = c.mx + (c.acc * Math.cos(ang)); c.my = c.my + (c.acc * Math.sin(ang)); } } else if (Key.isDown(p.dkey) or Key.isDown(p.dkey2)) { if (p.controlMode == "absolute") { c.my = c.my + c.acc; } else { var ang = ((c._rotation + 180) * p.rc); c.mx = c.mx + (c.acc * Math.cos(ang)); c.my = c.my + (c.acc * Math.sin(ang)); } } if ((c.charge != true) and (c.numsb < p.numSB)) { c.build = true; c.bm.gotoAndStop("charge"); } else if (c.build == true) { c.build = false; c.bm.gotoAndStop("blank"); } p.charM(); } p.sbM(); p.compM("team"); p.compM("enemy"); } }; this.quit = function () { var t = this; t.char._x = -100; _quality = "high"; t.mouseP.gotoAndStop("mitten"); Mouse.hide(); t.gameDisplay.gotoAndStop("blank"); t.help.gotoAndStop("blank"); t.ready.gotoAndStop("blank"); t.pauseDisplay.gotoAndStop("blank"); if ((t.gameMode == "custom") or (t.gameMode == "map")) { t.mainDisplay.gotoAndStop("setUp"); } else if (t.gameMode == "help") { t.mainDisplay.gotoAndStop("title"); } if ((t.pause == true) or (t.editIndex != "")) { t.gameOptions.gotoAndStop("custom"); } t.gamePlay = false; t.pause = false; t.gameMode = ""; t.resetVars(); t.clearAll(); }; this.changeLevel = function (map) { var t = this; t.resetVars(); t.clearAll(); t.generateMap(map); t.setChar(1, 1); t.initEnemy(t.numE); t.initTeam(t.numT); t.gamePlay = false; t.pause = false; t.winner = ""; t.gameDisplay.gotoAndStop("show"); t.gameDisplay.lives.gotoAndStop(t.char.lives + 1); t.gameDisplay.sbcounter.gotoAndStop(t.char.numsb + 1); if (t.gameMode == "custom") { t.ready.gotoAndPlay("start"); } else if (t.gameMode == "help") { t.help.gotoAndStop("start"); } t.pauseDisplay.gotoAndStop("blank"); t.gameOptions.gotoAndStop("blank"); t.mainDisplay.gotoAndStop("blank"); _quality = "high"; t.snow2.stop(); t.mouseP.gotoAndStop("aim"); Mouse.show(); };
Symbol 756 MovieClip Frame 41
stop();

Library Items

Symbol 1 Sound [snow1]
Symbol 2 Sound [snow2]
Symbol 3 Sound [thunk]
Symbol 4 Sound [splash]
Symbol 5 Sound [loop]
Symbol 6 Sound [hitS]
Symbol 7 MovieClip [FUIComponentSymbol]
Symbol 8 GraphicUsed by:9 58 59 176 216 325 361
Symbol 9 MovieClipUses:8Used by:20 68
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:20 68
Symbol 12 GraphicUsed by:13 38 72
Symbol 13 MovieClipUses:12Used by:20 68
Symbol 14 GraphicUsed by:15 39 73
Symbol 15 MovieClipUses:14Used by:20 68
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:20 68
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20 68
Symbol 20 MovieClipUses:9 11 13 15 17 19Used by:45
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:33 69
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:33 69
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:33 69
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:33 69
Symbol 29 GraphicUsed by:30 50 51
Symbol 30 MovieClipUses:29Used by:33 69
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33 69
Symbol 33 MovieClipUses:22 24 26 28 30 32Used by:45
Symbol 34 GraphicUsed by:35 70
Symbol 35 MovieClipUses:34Used by:44
Symbol 36 GraphicUsed by:37 71
Symbol 37 MovieClipUses:36Used by:44
Symbol 38 MovieClipUses:12Used by:44
Symbol 39 MovieClipUses:14Used by:44
Symbol 40 GraphicUsed by:41 74
Symbol 41 MovieClipUses:40Used by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:35 37 38 39 41 43Used by:45
Symbol 45 MovieClip [UpArrow]Uses:20 33 44
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:52
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:52
Symbol 50 MovieClipUses:29Used by:52
Symbol 51 MovieClipUses:29Used by:52
Symbol 52 MovieClipUses:47 49 50 51Used by:67
Symbol 53 GraphicUsed by:54 55 61
Symbol 54 MovieClipUses:53Used by:60
Symbol 55 MovieClipUses:53Used by:60
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:60
Symbol 58 MovieClipUses:8Used by:60
Symbol 59 MovieClipUses:8Used by:60
Symbol 60 MovieClipUses:54 55 57 58 59Used by:67
Symbol 61 MovieClipUses:53Used by:66
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:66
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:64Used by:66
Symbol 66 MovieClipUses:61 63 65Used by:67
Symbol 67 MovieClip [ScrollThumb]Uses:52 60 66
Symbol 68 MovieClipUses:9 11 13 15 17 19Used by:78
Symbol 69 MovieClipUses:22 24 26 28 30 32Used by:78
Symbol 70 MovieClipUses:34Used by:77
Symbol 71 MovieClipUses:36Used by:77
Symbol 72 MovieClipUses:12Used by:77
Symbol 73 MovieClipUses:14Used by:77
Symbol 74 MovieClipUses:40Used by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:70 71 72 73 74 76Used by:78
Symbol 78 MovieClip [DownArrow]Uses:68 69 77
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClip [FHighlightSymbol]Uses:80
Symbol 82 FontUsed by:83
Symbol 83 EditableTextUses:82Used by:84
Symbol 84 MovieClip [FLabelSymbol]Uses:83
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClip [FPSMeter]Uses:85
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:167 221 754
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:167 754
Symbol 92 BitmapUsed by:93 94
Symbol 93 GraphicUses:92Used by:126
Symbol 94 GraphicUses:92Used by:109
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:109
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:109
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:109
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:109
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:109
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:109
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:109
Symbol 109 MovieClipUses:94 96 98 100 102 104 106 108Used by:126
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:125
Symbol 112 BitmapUsed by:113
Symbol 113 GraphicUses:112Used by:125
Symbol 114 BitmapUsed by:115
Symbol 115 GraphicUses:114Used by:125
Symbol 116 BitmapUsed by:117
Symbol 117 GraphicUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:125 164 221 436 722 752
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:125
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:125
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:125
Symbol 125 MovieClipUses:111 113 115 118 120 122 124Used by:126
Symbol 126 MovieClipUses:93 109 125Used by:127
Symbol 127 MovieClipUses:126Used by:167
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:128 129 130Used by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:131 132Used by:167 754
Symbol 134 BitmapUsed by:135 136
Symbol 135 GraphicUses:134Used by:165
Symbol 136 GraphicUses:134Used by:151
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:151
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:151
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:151
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:151
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:151
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:151
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:151
Symbol 151 MovieClipUses:136 138 140 142 144 146 148 150Used by:165
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:164
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:164
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:164
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:164
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:164
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:164
Symbol 164 MovieClipUses:153 155 157 118 159 161 163Used by:165
Symbol 165 MovieClipUses:135 151 164Used by:166
Symbol 166 MovieClipUses:165Used by:167
Symbol 167 MovieClip [computer]Uses:88 91 127 133 166
Symbol 168 GraphicUsed by:176
Symbol 169 GraphicUsed by:176
Symbol 170 GraphicUsed by:176
Symbol 171 GraphicUsed by:176
Symbol 172 GraphicUsed by:176
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:8 168 169 170 171 172 173 174 175Used by:217 304
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:217
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:217 304
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:217 304
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:217 304
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:217 304
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:217 304
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:217 304
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:217 304
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:217 304
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:217 304
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:217 304
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:217 304
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:217 304
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:217 304
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:205Used by:217 304
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:217 304
Symbol 209 MovieClipUsed by:217 304
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:212 285 304
Symbol 212 MovieClipUses:211Used by:216
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215 285
Symbol 215 MovieClipUses:214Used by:216
Symbol 216 MovieClipUses:8 212 215Used by:217
Symbol 217 MovieClipUses:176 178 180 182 184 186 188 190 192 194 196 198 200 202 204 206 208 209 216Used by:218
Symbol 218 MovieClip [tile]Uses:217
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:221
Symbol 221 MovieClip [sb]Uses:220 118 88
Symbol 222 BitmapUsed by:223 303
Symbol 223 GraphicUses:222Used by:224
Symbol 224 MovieClip [tree]Uses:223
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:234
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:234
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:234
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:233
Symbol 233 MovieClipUses:232Used by:234
Symbol 234 MovieClipUses:226 228 230 233Used by:265
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:244
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:244
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:244
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:243
Symbol 243 MovieClipUses:242Used by:244
Symbol 244 MovieClipUses:236 238 240 243Used by:265
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:254
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:254
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:254
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:253
Symbol 253 MovieClipUses:252Used by:254
Symbol 254 MovieClipUses:246 248 250 253Used by:265
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:264
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:264
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:264
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:263
Symbol 263 MovieClipUses:262Used by:264
Symbol 264 MovieClipUses:256 258 260 263Used by:265
Symbol 265 MovieClip [ko]Uses:234 244 254 264
Symbol 266 BitmapUsed by:267
Symbol 267 GraphicUses:266Used by:276
Symbol 268 BitmapUsed by:269
Symbol 269 GraphicUses:268Used by:276
Symbol 270 BitmapUsed by:271
Symbol 271 GraphicUses:270Used by:276
Symbol 272 BitmapUsed by:273
Symbol 273 GraphicUses:272Used by:276
Symbol 274 BitmapUsed by:275
Symbol 275 GraphicUses:274Used by:276
Symbol 276 MovieClipUses:267 269 271 273 275Used by:277
Symbol 277 MovieClip [snowBurst]Uses:276Used by:280
Symbol 278 GraphicUsed by:279
Symbol 279 MovieClipUses:278Used by:280
Symbol 280 MovieClip [rip]Uses:279 277
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClip [glob]Uses:281
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:285
Symbol 285 MovieClip [snowman]Uses:211 284 214
Symbol 286 GraphicUsed by:287
Symbol 287 MovieClipUses:286Used by:288
Symbol 288 MovieClipUses:287Used by:289
Symbol 289 MovieClip [FScrollBarSymbol]Uses:288Used by:294
Symbol 290 MovieClip [FListItemSymbol]Used by:301
Symbol 291 MovieClip [DataProviderSymbol]Used by:293
Symbol 292 MovieClip [FSelectableItemSymbol]Used by:293
Symbol 293 MovieClip [FSelectableListSymbol]Uses:291 292Used by:294
Symbol 294 MovieClip [FScrollSelectListSymbol]Uses:289 293Used by:301
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:298
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClip [FBoundingBoxSymbol]Uses:296 297Used by:301
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:301
Symbol 301 MovieClip [FListBoxSymbol]Uses:290 294 298 300Used by:680
Symbol 302 GraphicUsed by:308 755
Symbol 303 GraphicUses:222Used by:304
Symbol 304 MovieClipUses:176 303 180 182 184 186 188 190 192 194 196 198 200 202 204 206 208 209 211Used by:308
Symbol 305 GraphicUsed by:308
Symbol 306 GraphicUsed by:307
Symbol 307 MovieClipUses:306Used by:308
Symbol 308 MovieClip [eTile]Uses:302 304 305 307Used by:460
Symbol 309 GraphicUsed by:323
Symbol 310 BitmapUsed by:311
Symbol 311 GraphicUses:310Used by:312
Symbol 312 MovieClipUses:311Used by:323
Symbol 313 FontUsed by:314 363 364 421 422 452 453 454 456 457 467 471 472 474 503 527 528 529 530 531 532 533 534 535 536 537 538 540 542 544 547 563 564 584 613 614 615 616 617 618 619 620 621 622 623 624 650 651 653 654 656 657 659 660 662 663 665 668 672 673 677 678
Symbol 314 TextUses:313Used by:323
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:323
Symbol 317 BitmapUsed by:318 359
Symbol 318 GraphicUses:317Used by:319
Symbol 319 MovieClipUses:318Used by:322 604
Symbol 320 FontUsed by:321
Symbol 321 EditableTextUses:320Used by:322
Symbol 322 MovieClipUses:319 321Used by:323
Symbol 323 MovieClipUses:309 312 314 316 322Used by:Timeline
Symbol 324 GraphicUsed by:460  Timeline
Symbol 325 MovieClipUses:8Used by:424 756
Symbol 326 GraphicUsed by:361
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:361
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:361
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:361
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:340 354
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:335Used by:340 354
Symbol 337 GraphicUsed by:338
Symbol 338 MovieClipUses:337Used by:340
Symbol 339 GraphicUsed by:340
Symbol 340 MovieClipUses:334 336 338 339Used by:361
Symbol 341 GraphicUsed by:354
Symbol 342 ShapeTweeningUsed by:353
Symbol 343 ShapeTweeningUsed by:353
Symbol 344 GraphicUsed by:353
Symbol 345 GraphicUsed by:353
Symbol 346 ShapeTweeningUsed by:353
Symbol 347 ShapeTweeningUsed by:353
Symbol 348 ShapeTweeningUsed by:353
Symbol 349 ShapeTweeningUsed by:353
Symbol 350 ShapeTweeningUsed by:353
Symbol 351 ShapeTweeningUsed by:353
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:342 343 344 345 346 347 348 349 350 351 352Used by:354
Symbol 354 MovieClipUses:341 353 334 336Used by:361
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:361
Symbol 357 GraphicUsed by:361
Symbol 358 GraphicUsed by:361
Symbol 359 GraphicUses:317Used by:360
Symbol 360 MovieClipUses:359Used by:361
Symbol 361 MovieClipUses:8 326 328 330 332 340 354 356 357 358 360 SS1Used by:424
Symbol 362 GraphicUsed by:365 455 458 652 655 658 661 664 671 674 679
Symbol 363 TextUses:313Used by:365
Symbol 364 TextUses:313Used by:365
Symbol 365 MovieClipUses:362 363 364Used by:424
Symbol 366 BitmapUsed by:367
Symbol 367 GraphicUses:366Used by:415
Symbol 368 BitmapUsed by:369
Symbol 369 GraphicUses:368Used by:415
Symbol 370 BitmapUsed by:371
Symbol 371 GraphicUses:370Used by:415
Symbol 372 BitmapUsed by:373
Symbol 373 GraphicUses:372Used by:415
Symbol 374 BitmapUsed by:375
Symbol 375 GraphicUses:374Used by:415
Symbol 376 BitmapUsed by:377
Symbol 377 GraphicUses:376Used by:415
Symbol 378 BitmapUsed by:379
Symbol 379 GraphicUses:378Used by:415
Symbol 380 BitmapUsed by:381
Symbol 381 GraphicUses:380Used by:415
Symbol 382 BitmapUsed by:383
Symbol 383 GraphicUses:382Used by:415
Symbol 384 BitmapUsed by:385
Symbol 385 GraphicUses:384Used by:415
Symbol 386 BitmapUsed by:387
Symbol 387 GraphicUses:386Used by:415
Symbol 388 BitmapUsed by:389
Symbol 389 GraphicUses:388Used by:415
Symbol 390 BitmapUsed by:391
Symbol 391 GraphicUses:390Used by:415
Symbol 392 BitmapUsed by:393
Symbol 393 GraphicUses:392Used by:415
Symbol 394 BitmapUsed by:395
Symbol 395 GraphicUses:394Used by:415
Symbol 396 BitmapUsed by:397
Symbol 397 GraphicUses:396Used by:415
Symbol 398 BitmapUsed by:399
Symbol 399 GraphicUses:398Used by:415
Symbol 400 BitmapUsed by:401
Symbol 401 GraphicUses:400Used by:415
Symbol 402 BitmapUsed by:403
Symbol 403 GraphicUses:402Used by:415
Symbol 404 BitmapUsed by:405
Symbol 405 GraphicUses:404Used by:415
Symbol 406 BitmapUsed by:407
Symbol 407 GraphicUses:406Used by:415
Symbol 408 BitmapUsed by:409
Symbol 409 GraphicUses:408Used by:415
Symbol 410 BitmapUsed by:411
Symbol 411 GraphicUses:410Used by:415
Symbol 412 BitmapUsed by:413
Symbol 413 GraphicUses:412Used by:414
Symbol 414 MovieClipUses:413Used by:415
Symbol 415 MovieClipUses:367 369 371 373 375 377 379 381 383 385 387 389 391 393 395 397 399 401 403 405 407 409 411 414Used by:424
Symbol 416 BitmapUsed by:417
Symbol 417 GraphicUses:416Used by:423
Symbol 418 BitmapUsed by:419
Symbol 419 GraphicUses:418Used by:420
Symbol 420 MovieClipUses:419Used by:423
Symbol 421 TextUses:313Used by:423
Symbol 422 TextUses:313Used by:423
Symbol 423 MovieClipUses:417 420 421 422Used by:424
Symbol 424 MovieClipUses:325 361 365 415 423Used by:Timeline
Symbol 425 BitmapUsed by:426
Symbol 426 GraphicUses:425Used by:460
Symbol 427 BitmapUsed by:428
Symbol 428 GraphicUses:427Used by:431
Symbol 429 BitmapUsed by:430
Symbol 430 GraphicUses:429Used by:431
Symbol 431 MovieClipUses:428 430Used by:460
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:460
Symbol 434 BitmapUsed by:435
Symbol 435 GraphicUses:434Used by:460
Symbol 436 MovieClipUses:118Used by:460
Symbol 437 BitmapUsed by:438
Symbol 438 GraphicUses:437Used by:460
Symbol 439 GraphicUsed by:460
Symbol 440 GraphicUsed by:444
Symbol 441 FontUsed by:442 446 449 463 468 520 523 573 577 579 585 587 595 596 597 601 683 685
Symbol 442 TextUses:441Used by:444
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:440 442 443Used by:460
Symbol 445 GraphicUsed by:448 450
Symbol 446 TextUses:441Used by:448
Symbol 447 GraphicUsed by:448 450
Symbol 448 MovieClipUses:445 446 447Used by:460
Symbol 449 TextUses:441Used by:450
Symbol 450 MovieClipUses:445 449 447Used by:460
Symbol 451 GraphicUsed by:459
Symbol 452 TextUses:313Used by:459 676
Symbol 453 TextUses:313Used by:455
Symbol 454 TextUses:313Used by:455
Symbol 455 MovieClipUses:362 453 454Used by:459 473 676
Symbol 456 TextUses:313Used by:458
Symbol 457 TextUses:313Used by:458
Symbol 458 MovieClipUses:362 456 457Used by:459 473 676
Symbol 459 MovieClipUses:451 452 455 458Used by:460
Symbol 460 MovieClipUses:426 431 433 435 436 438 439 444 448 450 308 459 324Used by:755
Symbol 461 GraphicUsed by:504
Symbol 462 GraphicUsed by:465 469
Symbol 463 TextUses:441Used by:465
Symbol 464 GraphicUsed by:465 469
Symbol 465 MovieClipUses:462 463 464Used by:504 604
Symbol 466 GraphicUsed by:504
Symbol 467 EditableTextUses:313Used by:504
Symbol 468 TextUses:441Used by:469
Symbol 469 MovieClipUses:462 468 464Used by:504
Symbol 470 GraphicUsed by:473
Symbol 471 TextUses:313Used by:473
Symbol 472 TextUses:313Used by:473
Symbol 473 MovieClipUses:470 471 472 455 458Used by:504
Symbol 474 EditableTextUses:313Used by:504
Symbol 475 BitmapUsed by:476
Symbol 476 GraphicUses:475Used by:501
Symbol 477 BitmapUsed by:478
Symbol 478 GraphicUses:477Used by:483
Symbol 479 BitmapUsed by:480
Symbol 480 GraphicUses:479Used by:483
Symbol 481 BitmapUsed by:482
Symbol 482 GraphicUses:481Used by:483
Symbol 483 MovieClipUses:478 480 482Used by:501
Symbol 484 BitmapUsed by:485
Symbol 485 GraphicUses:484Used by:492
Symbol 486 BitmapUsed by:487
Symbol 487 GraphicUses:486Used by:492
Symbol 488 BitmapUsed by:489
Symbol 489 GraphicUses:488Used by:492
Symbol 490 BitmapUsed by:491
Symbol 491 GraphicUses:490Used by:492
Symbol 492 MovieClipUses:485 487 489 491Used by:501
Symbol 493 BitmapUsed by:494 496
Symbol 494 GraphicUses:493Used by:500
Symbol 495 BitmapUsed by:496 499
Symbol 496 GraphicUses:495 493Used by:500
Symbol 497 BitmapUsed by:498
Symbol 498 GraphicUses:497Used by:500
Symbol 499 GraphicUses:495Used by:500
Symbol 500 MovieClipUses:494 496 498 499Used by:501
Symbol 501 MovieClipUses:476 483 492 500Used by:504 548 589
Symbol 502 GraphicUsed by:504
Symbol 503 TextUses:313Used by:504
Symbol 504 MovieClipUses:461 465 466 467 469 473 474 501 502 503Used by:755
Symbol 505 BitmapUsed by:506
Symbol 506 GraphicUses:505Used by:507
Symbol 507 MovieClipUses:506Used by:525
Symbol 508 BitmapUsed by:509
Symbol 509 GraphicUses:508Used by:510
Symbol 510 MovieClipUses:509Used by:525
Symbol 511 BitmapUsed by:512
Symbol 512 GraphicUses:511Used by:513
Symbol 513 MovieClipUses:512Used by:525
Symbol 514 BitmapUsed by:515
Symbol 515 GraphicUses:514Used by:518
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:518
Symbol 518 MovieClipUses:515 517Used by:525
Symbol 519 GraphicUsed by:522 524 586 588 684 686
Symbol 520 TextUses:441Used by:522
Symbol 521 GraphicUsed by:522 524 586 588 684 686
Symbol 522 MovieClipUses:519 520 521Used by:525 687
Symbol 523 TextUses:441Used by:524
Symbol 524 MovieClipUses:519 523 521Used by:525 687
Symbol 525 MovieClipUses:507 510 513 518 522 524Used by:755
Symbol 526 GraphicUsed by:548
Symbol 527 TextUses:313Used by:548
Symbol 528 TextUses:313Used by:548
Symbol 529 TextUses:313Used by:548
Symbol 530 TextUses:313Used by:548
Symbol 531 TextUses:313Used by:548
Symbol 532 TextUses:313Used by:548
Symbol 533 TextUses:313Used by:548
Symbol 534 TextUses:313Used by:548
Symbol 535 TextUses:313Used by:548
Symbol 536 TextUses:313Used by:548
Symbol 537 TextUses:313Used by:548
Symbol 538 TextUses:313Used by:548
Symbol 539 GraphicUsed by:548
Symbol 540 TextUses:313Used by:548
Symbol 541 GraphicUsed by:548
Symbol 542 TextUses:313Used by:548
Symbol 543 GraphicUsed by:548
Symbol 544 TextUses:313Used by:548
Symbol 545 BitmapUsed by:546 647
Symbol 546 GraphicUses:545Used by:548 600
Symbol 547 TextUses:313Used by:548
Symbol 548 MovieClipUses:501 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 546 547Used by:755
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:604
Symbol 551 GraphicUsed by:553
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:551 552Used by:604
Symbol 554 GraphicUsed by:556
Symbol 555 GraphicUsed by:556
Symbol 556 MovieClipUses:554 555Used by:604
Symbol 557 GraphicUsed by:559
Symbol 558 GraphicUsed by:559
Symbol 559 MovieClipUses:557 558Used by:604
Symbol 560 BitmapUsed by:561
Symbol 561 GraphicUses:560Used by:604
Symbol 562 GraphicUsed by:604
Symbol 563 TextUses:313Used by:604
Symbol 564 EditableTextUses:313Used by:604
Symbol 565 GraphicUsed by:604
Symbol 566 BitmapUsed by:567
Symbol 567 GraphicUses:566Used by:568
Symbol 568 MovieClipUses:567Used by:569
Symbol 569 MovieClipUses:568Used by:604
Symbol 570 BitmapUsed by:571
Symbol 571 GraphicUses:570Used by:604
Symbol 572 GraphicUsed by:575 580
Symbol 573 TextUses:441Used by:575
Symbol 574 GraphicUsed by:575 578 580
Symbol 575 MovieClipUses:572 573 574Used by:604
Symbol 576 GraphicUsed by:578
Symbol 577 TextUses:441Used by:578
Symbol 578 MovieClipUses:576 577 574Used by:604
Symbol 579 TextUses:441Used by:580
Symbol 580 MovieClipUses:572 579 574Used by:604
Symbol 581 BitmapUsed by:582
Symbol 582 GraphicUses:581Used by:604
Symbol 583 GraphicUsed by:589
Symbol 584 TextUses:313Used by:589
Symbol 585 TextUses:441Used by:586
Symbol 586 MovieClipUses:519 585 521Used by:589
Symbol 587 TextUses:441Used by:588
Symbol 588 MovieClipUses:519 587 521Used by:589
Symbol 589 MovieClipUses:583 584 586 588 501Used by:604
Symbol 590 GraphicUsed by:604
Symbol 591 BitmapUsed by:592 594
Symbol 592 GraphicUses:591Used by:593
Symbol 593 MovieClipUses:592Used by:604
Symbol 594 GraphicUses:591Used by:604
Symbol 595 TextUses:441Used by:604
Symbol 596 TextUses:441Used by:604
Symbol 597 EditableTextUses:441Used by:604
Symbol 598 BitmapUsed by:599 648
Symbol 599 GraphicUses:598Used by:600
Symbol 600 MovieClipUses:546 599Used by:604 680
Symbol 601 EditableTextUses:441Used by:604
Symbol 602 BitmapUsed by:603
Symbol 603 GraphicUses:602Used by:604
Symbol 604 MovieClipUses:550 553 556 559 561 319 562 563 564 565 569 571 575 578 580 582 589 590 593 594 465 595 596 597 600 601 603Used by:755
Symbol 605 GraphicUsed by:680
Symbol 606 GraphicUsed by:680
Symbol 607 GraphicUsed by:680
Symbol 608 BitmapUsed by:609
Symbol 609 GraphicUses:608Used by:610
Symbol 610 MovieClipUses:609Used by:680 687
Symbol 611 GraphicUsed by:612
Symbol 612 MovieClipUses:611Used by:680
Symbol 613 TextUses:313Used by:680
Symbol 614 TextUses:313Used by:680
Symbol 615 TextUses:313Used by:680
Symbol 616 TextUses:313Used by:680
Symbol 617 TextUses:313Used by:680
Symbol 618 TextUses:313Used by:680
Symbol 619 EditableTextUses:313Used by:680
Symbol 620 EditableTextUses:313Used by:680
Symbol 621 TextUses:313Used by:680
Symbol 622 TextUses:313Used by:680
Symbol 623 EditableTextUses:313Used by:680
Symbol 624 EditableTextUses:313Used by:680
Symbol 625 BitmapUsed by:626
Symbol 626 GraphicUses:625Used by:646
Symbol 627 GraphicUsed by:646
Symbol 628 BitmapUsed by:629
Symbol 629 GraphicUses:628Used by:646
Symbol 630 BitmapUsed by:631
Symbol 631 GraphicUses:630Used by:646
Symbol 632 BitmapUsed by:633
Symbol 633 GraphicUses:632Used by:646
Symbol 634 BitmapUsed by:635
Symbol 635 GraphicUses:634Used by:646
Symbol 636 BitmapUsed by:637
Symbol 637 GraphicUses:636Used by:646
Symbol 638 BitmapUsed by:639
Symbol 639 GraphicUses:638Used by:646
Symbol 640 BitmapUsed by:641
Symbol 641 GraphicUses:640Used by:646
Symbol 642 BitmapUsed by:643
Symbol 643 GraphicUses:642Used by:646
Symbol 644 BitmapUsed by:645
Symbol 645 GraphicUses:644Used by:646
Symbol 646 MovieClipUses:626 627 629 631 633 635 637 639 641 643 645Used by:680
Symbol 647 GraphicUses:545Used by:649
Symbol 648 GraphicUses:598Used by:649
Symbol 649 MovieClipUses:647 648Used by:680
Symbol 650 TextUses:313Used by:652
Symbol 651 TextUses:313Used by:652
Symbol 652 MovieClipUses:362 650 651Used by:680
Symbol 653 TextUses:313Used by:655
Symbol 654 TextUses:313Used by:655
Symbol 655 MovieClipUses:362 653 654Used by:680
Symbol 656 TextUses:313Used by:658
Symbol 657 TextUses:313Used by:658
Symbol 658 MovieClipUses:362 656 657Used by:680
Symbol 659 TextUses:313Used by:661
Symbol 660 TextUses:313Used by:661
Symbol 661 MovieClipUses:362 659 660Used by:680
Symbol 662 TextUses:313Used by:664
Symbol 663 TextUses:313Used by:664
Symbol 664 MovieClipUses:362 662 663Used by:680
Symbol 665 TextUses:313Used by:667
Symbol 666 TextUsed by:667
Symbol 667 MovieClipUses:665 666Used by:671
Symbol 668 TextUses:313Used by:670
Symbol 669 TextUsed by:670
Symbol 670 MovieClipUses:668 669Used by:671
Symbol 671 MovieClipUses:362 667 670Used by:680
Symbol 672 TextUses:313Used by:674
Symbol 673 TextUses:313Used by:674
Symbol 674 MovieClipUses:362 672 673Used by:680
Symbol 675 GraphicUsed by:676
Symbol 676 MovieClipUses:675 452 455 458Used by:680
Symbol 677 TextUses:313Used by:679
Symbol 678 TextUses:313Used by:679
Symbol 679 MovieClipUses:362 677 678Used by:680
Symbol 680 MovieClipUses:605 606 607 610 612 613 614 615 616 617 618 619 620 621 622 623 624 646 600 649 652 655 658 661 301 664 671 674 676 679Used by:755
Symbol 681 GraphicUsed by:687
Symbol 682 GraphicUsed by:687
Symbol 683 TextUses:441Used by:684
Symbol 684 MovieClipUses:519 683 521Used by:687
Symbol 685 TextUses:441Used by:686
Symbol 686 MovieClipUses:519 685 521Used by:687
Symbol 687 MovieClipUses:681 610 682 684 686 522 524Used by:755
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:688Used by:755
Symbol 690 GraphicUsed by:755
Symbol 691 BitmapUsed by:692
Symbol 692 GraphicUses:691Used by:693
Symbol 693 MovieClipUses:692Used by:755
Symbol 694 BitmapUsed by:695 704
Symbol 695 GraphicUses:694Used by:723
Symbol 696 BitmapUsed by:697
Symbol 697 GraphicUses:696Used by:711
Symbol 698 BitmapUsed by:699
Symbol 699 GraphicUses:698Used by:711
Symbol 700 BitmapUsed by:701
Symbol 701 GraphicUses:700Used by:711
Symbol 702 BitmapUsed by:703
Symbol 703 GraphicUses:702Used by:711
Symbol 704 GraphicUses:694Used by:711
Symbol 705 BitmapUsed by:706
Symbol 706 GraphicUses:705Used by:711
Symbol 707 BitmapUsed by:708
Symbol 708 GraphicUses:707Used by:711
Symbol 709 BitmapUsed by:710
Symbol 710 GraphicUses:709Used by:711
Symbol 711 MovieClipUses:697 699 701 703 704 706 708 710Used by:723
Symbol 712 BitmapUsed by:713
Symbol 713 GraphicUses:712Used by:722
Symbol 714 BitmapUsed by:715
Symbol 715 GraphicUses:714Used by:722
Symbol 716 BitmapUsed by:717
Symbol 717 GraphicUses:716Used by:722
Symbol 718 BitmapUsed by:719
Symbol 719 GraphicUses:718Used by:722
Symbol 720 BitmapUsed by:721
Symbol 721 GraphicUses:720Used by:722
Symbol 722 MovieClipUses:713 715 118 717 719 721Used by:723
Symbol 723 MovieClipUses:695 711 722Used by:754
Symbol 724 BitmapUsed by:725 726
Symbol 725 GraphicUses:724Used by:753
Symbol 726 GraphicUses:724Used by:741
Symbol 727 BitmapUsed by:728
Symbol 728 GraphicUses:727Used by:741
Symbol 729 BitmapUsed by:730
Symbol 730 GraphicUses:729Used by:741
Symbol 731 BitmapUsed by:732
Symbol 732 GraphicUses:731Used by:741
Symbol 733 BitmapUsed by:734
Symbol 734 GraphicUses:733Used by:741
Symbol 735 BitmapUsed by:736
Symbol 736 GraphicUses:735Used by:741
Symbol 737 BitmapUsed by:738
Symbol 738 GraphicUses:737Used by:741
Symbol 739 BitmapUsed by:740
Symbol 740 GraphicUses:739Used by:741
Symbol 741 MovieClipUses:726 728 730 732 734 736 738 740Used by:753
Symbol 742 BitmapUsed by:743
Symbol 743 GraphicUses:742Used by:752
Symbol 744 BitmapUsed by:745
Symbol 745 GraphicUses:744Used by:752
Symbol 746 BitmapUsed by:747
Symbol 747 GraphicUses:746Used by:752
Symbol 748 BitmapUsed by:749
Symbol 749 GraphicUses:748Used by:752
Symbol 750 BitmapUsed by:751
Symbol 751 GraphicUses:750Used by:752
Symbol 752 MovieClipUses:743 745 118 747 749 751Used by:753
Symbol 753 MovieClipUses:725 741 752Used by:754
Symbol 754 MovieClipUses:88 91 723 133 753Used by:755
Symbol 755 MovieClipUses:302 460 504 525 548 604 680 687 689 690 693 754Used by:Timeline
Symbol 756 MovieClipUses:325Used by:Timeline
Streaming Sound 1Used by:Symbol 361 MovieClip

Instance Names

"preloader"Frame 1Symbol 323 MovieClip
"intro"Frame 2Symbol 424 MovieClip
"game"Frame 3Symbol 755 MovieClip
"face_mc"Symbol 20 MovieClip Frame 1Symbol 9 MovieClip
"arrow_mc"Symbol 20 MovieClip Frame 1Symbol 11 MovieClip
"highlight_mc"Symbol 20 MovieClip Frame 1Symbol 13 MovieClip
"shadow_mc"Symbol 20 MovieClip Frame 1Symbol 15 MovieClip
"darkshadow_mc"Symbol 20 MovieClip Frame 1Symbol 17 MovieClip
"highlight3D_mc"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"darkshadow_mc"Symbol 33 MovieClip Frame 1Symbol 22 MovieClip
"highlight3D_mc"Symbol 33 MovieClip Frame 1Symbol 24 MovieClip
"highlight_mc"Symbol 33 MovieClip Frame 1Symbol 26 MovieClip
"shadow_mc"Symbol 33 MovieClip Frame 1Symbol 28 MovieClip
"face_mc"Symbol 33 MovieClip Frame 1Symbol 30 MovieClip
"arrow_mc"Symbol 33 MovieClip Frame 1Symbol 32 MovieClip
"highlight3D_mc"Symbol 44 MovieClip Frame 1Symbol 35 MovieClip
"darkshadow_mc"Symbol 44 MovieClip Frame 1Symbol 37 MovieClip
"highlight_mc"Symbol 44 MovieClip Frame 1Symbol 38 MovieClip
"shadow_mc"Symbol 44 MovieClip Frame 1Symbol 39 MovieClip
"face_mc"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"arrow_mc"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"up"Symbol 45 MovieClip [UpArrow] Frame 1Symbol 20 MovieClip
"down"Symbol 45 MovieClip [UpArrow] Frame 2Symbol 33 MovieClip
"disabled"Symbol 45 MovieClip [UpArrow] Frame 3Symbol 44 MovieClip
"highlight3D_mc"Symbol 52 MovieClip Frame 1Symbol 47 MovieClip
"darkshadow_mc"Symbol 52 MovieClip Frame 1Symbol 49 MovieClip
"highlight_mc"Symbol 52 MovieClip Frame 1Symbol 50 MovieClip
"shadow_mc"Symbol 52 MovieClip Frame 1Symbol 51 MovieClip
"highlight3D_mc"Symbol 60 MovieClip Frame 1Symbol 54 MovieClip
"darkshadow_mc"Symbol 60 MovieClip Frame 1Symbol 55 MovieClip
"shadow_mc"Symbol 60 MovieClip Frame 1Symbol 57 MovieClip
"face_mc"Symbol 60 MovieClip Frame 1Symbol 58 MovieClip
"highlight_mc"Symbol 60 MovieClip Frame 1Symbol 59 MovieClip
"shadow_mc"Symbol 66 MovieClip Frame 1Symbol 61 MovieClip
"darkshadow_mc"Symbol 66 MovieClip Frame 1Symbol 63 MovieClip
"highlight3D_mc"Symbol 66 MovieClip Frame 1Symbol 65 MovieClip
"mc_sliderTop"Symbol 67 MovieClip [ScrollThumb] Frame 1Symbol 52 MovieClip
"mc_sliderMid"Symbol 67 MovieClip [ScrollThumb] Frame 1Symbol 60 MovieClip
"mc_sliderBot"Symbol 67 MovieClip [ScrollThumb] Frame 1Symbol 66 MovieClip
"face_mc"Symbol 68 MovieClip Frame 1Symbol 9 MovieClip
"arrow_mc"Symbol 68 MovieClip Frame 1Symbol 11 MovieClip
"highlight_mc"Symbol 68 MovieClip Frame 1Symbol 13 MovieClip
"shadow_mc"Symbol 68 MovieClip Frame 1Symbol 15 MovieClip
"darkshadow_mc"Symbol 68 MovieClip Frame 1Symbol 17 MovieClip
"highlight3D_mc"Symbol 68 MovieClip Frame 1Symbol 19 MovieClip
"darkshadow_mc"Symbol 69 MovieClip Frame 1Symbol 22 MovieClip
"highlight3D_mc"Symbol 69 MovieClip Frame 1Symbol 24 MovieClip
"highlight_mc"Symbol 69 MovieClip Frame 1Symbol 26 MovieClip
"shadow_mc"Symbol 69 MovieClip Frame 1Symbol 28 MovieClip
"face_mc"Symbol 69 MovieClip Frame 1Symbol 30 MovieClip
"arrow_mc"Symbol 69 MovieClip Frame 1Symbol 32 MovieClip
"highlight3D_mc"Symbol 77 MovieClip Frame 1Symbol 70 MovieClip
"darkshadow_mc"Symbol 77 MovieClip Frame 1Symbol 71 MovieClip
"highlight_mc"Symbol 77 MovieClip Frame 1Symbol 72 MovieClip
"shadow_mc"Symbol 77 MovieClip Frame 1Symbol 73 MovieClip
"face_mc"Symbol 77 MovieClip Frame 1Symbol 74 MovieClip
"arrow_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"up"Symbol 78 MovieClip [DownArrow] Frame 1Symbol 68 MovieClip
"down"Symbol 78 MovieClip [DownArrow] Frame 2Symbol 69 MovieClip
"disabled"Symbol 78 MovieClip [DownArrow] Frame 3Symbol 77 MovieClip
"highlight_mc"Symbol 81 MovieClip [FHighlightSymbol] Frame 1Symbol 80 MovieClip
"highlight_mc2"Symbol 81 MovieClip [FHighlightSymbol] Frame 2Symbol 80 MovieClip
"highlight_mc3"Symbol 81 MovieClip [FHighlightSymbol] Frame 3Symbol 80 MovieClip
"labelField"Symbol 84 MovieClip [FLabelSymbol] Frame 1Symbol 83 EditableText
"anim"Symbol 126 MovieClip Frame 3Symbol 125 MovieClip
"char"Symbol 127 MovieClip Frame 1Symbol 126 MovieClip
"bar"Symbol 133 MovieClip Frame 2Symbol 131 MovieClip
"anim"Symbol 165 MovieClip Frame 3Symbol 164 MovieClip
"char"Symbol 166 MovieClip Frame 1Symbol 165 MovieClip
"hit"Symbol 167 MovieClip [computer] Frame 1Symbol 88 MovieClip
"shad"Symbol 167 MovieClip [computer] Frame 1Symbol 91 MovieClip
"enemy"Symbol 167 MovieClip [computer] Frame 1Symbol 127 MovieClip
"pm"Symbol 167 MovieClip [computer] Frame 1Symbol 133 MovieClip
"bm"Symbol 167 MovieClip [computer] Frame 1Symbol 133 MovieClip
"life"Symbol 167 MovieClip [computer] Frame 1Symbol 133 MovieClip
"enemy"Symbol 167 MovieClip [computer] Frame 2Symbol 166 MovieClip
"snow"Symbol 217 MovieClip Frame 1Symbol 176 MovieClip
"shad"Symbol 217 MovieClip Frame 19Symbol 216 MovieClip
"graphic"Symbol 218 MovieClip [tile] Frame 1Symbol 217 MovieClip
"shad"Symbol 221 MovieClip [sb] Frame 1Symbol 220 MovieClip
"graphic"Symbol 221 MovieClip [sb] Frame 1Symbol 118 MovieClip
"hit"Symbol 221 MovieClip [sb] Frame 1Symbol 88 MovieClip
"track_mc"Symbol 288 MovieClip Frame 1Symbol 287 MovieClip
"scrollTrack_mc"Symbol 289 MovieClip [FScrollBarSymbol] Frame 1Symbol 288 MovieClip
"dPAsset"Symbol 293 MovieClip [FSelectableListSymbol] Frame 1Symbol 291 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 293 MovieClip [FSelectableListSymbol] Frame 1Symbol 292 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 294 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 289 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 294 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 293 MovieClip [FSelectableListSymbol]
"boundingBox"Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 296 MovieClip
"boundingBox2"Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 296 MovieClip
"itemAsset"Symbol 301 MovieClip [FListBoxSymbol] Frame 1Symbol 290 MovieClip [FListItemSymbol]
"superClassAsset"Symbol 301 MovieClip [FListBoxSymbol] Frame 1Symbol 294 MovieClip [FScrollSelectListSymbol]
"boundingBox_mc"Symbol 301 MovieClip [FListBoxSymbol] Frame 1Symbol 298 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 301 MovieClip [FListBoxSymbol] Frame 1Symbol 300 MovieClip
"snow"Symbol 304 MovieClip Frame 1Symbol 176 MovieClip
"snow"Symbol 304 MovieClip Frame 19Symbol 176 MovieClip
"graphic"Symbol 308 MovieClip [eTile] Frame 1Symbol 304 MovieClip
"over"Symbol 308 MovieClip [eTile] Frame 1Symbol 307 MovieClip
"mask"Symbol 323 MovieClip Frame 1Symbol 316 MovieClip
"masked"Symbol 323 MovieClip Frame 1Symbol 322 MovieClip
"menuBtn"Symbol 460 MovieClip Frame 2Symbol 431 MovieClip
"lives"Symbol 460 MovieClip Frame 2Symbol 433 MovieClip
"sbcounter"Symbol 460 MovieClip Frame 2Symbol 436 MovieClip
"previewBtn"Symbol 460 MovieClip Frame 3Symbol 444 MovieClip
"saveBtn"Symbol 460 MovieClip Frame 3Symbol 448 MovieClip
"clearBtn"Symbol 460 MovieClip Frame 3Symbol 450 MovieClip
"t2"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t3"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t18"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t9"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t16"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t10"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t14"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t17"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t8"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t15"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t11"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t5"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t12"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t7"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t6"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t13"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t4"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t1"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"t2"Symbol 460 MovieClip Frame 3Symbol 308 MovieClip [eTile]
"confirmClear"Symbol 460 MovieClip Frame 3Symbol 459 MovieClip
"arm"Symbol 501 MovieClip Frame 1Symbol 483 MovieClip
"eyes"Symbol 501 MovieClip Frame 1Symbol 492 MovieClip
"mouth"Symbol 501 MovieClip Frame 1Symbol 500 MovieClip
"array"Symbol 504 MovieClip Frame 2Symbol 467 EditableText
"saveBtn"Symbol 504 MovieClip Frame 3Symbol 469 MovieClip
"promptOverWrite"Symbol 504 MovieClip Frame 3Symbol 473 MovieClip
"backBtn"Symbol 504 MovieClip Frame 3Symbol 465 MovieClip
"nameInst"Symbol 504 MovieClip Frame 3Symbol 474 EditableText
"ref"Symbol 504 MovieClip Frame 4Symbol 501 MovieClip
"win"Symbol 525 MovieClip Frame 121Symbol 518 MovieClip
"ref"Symbol 548 MovieClip Frame 2Symbol 501 MovieClip
"base"Symbol 569 MovieClip Frame 1Symbol 568 MovieClip
"ref"Symbol 589 MovieClip Frame 2Symbol 501 MovieClip
"playBtn"Symbol 604 MovieClip Frame 1Symbol 553 MovieClip
"settingsBtn"Symbol 604 MovieClip Frame 1Symbol 556 MovieClip
"helpBtn"Symbol 604 MovieClip Frame 1Symbol 559 MovieClip
"sfc"Symbol 604 MovieClip Frame 2Symbol 569 MovieClip
"customBtn"Symbol 604 MovieClip Frame 2Symbol 575 MovieClip
"menuBtn"Symbol 604 MovieClip Frame 2Symbol 578 MovieClip
"mapBtn"Symbol 604 MovieClip Frame 2Symbol 580 MovieClip
"offerHelp"Symbol 604 MovieClip Frame 2Symbol 589 MovieClip
"maps"Symbol 680 MovieClip Frame 2Symbol 646 MovieClip
"nextMapBtn"Symbol 680 MovieClip Frame 2Symbol 600 MovieClip
"prevMapBtn"Symbol 680 MovieClip Frame 2Symbol 600 MovieClip
"lessEneBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"moreEneBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"lessTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"moreTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"lessTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"moreTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"lessTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"moreTeamBtn"Symbol 680 MovieClip Frame 2Symbol 649 MovieClip
"playBtn"Symbol 680 MovieClip Frame 2Symbol 652 MovieClip
"randomBtn"Symbol 680 MovieClip Frame 2Symbol 655 MovieClip
"cancelBtn"Symbol 680 MovieClip Frame 2Symbol 658 MovieClip
"customBtn"Symbol 680 MovieClip Frame 2Symbol 661 MovieClip
"cMaps"Symbol 680 MovieClip Frame 3Symbol 301 MovieClip [FListBoxSymbol]
"lessDiffBtn"Symbol 680 MovieClip Frame 3Symbol 649 MovieClip
"moreDiffBtn"Symbol 680 MovieClip Frame 3Symbol 649 MovieClip
"lessColBtn"Symbol 680 MovieClip Frame 3Symbol 649 MovieClip
"moreColBtn"Symbol 680 MovieClip Frame 3Symbol 649 MovieClip
"playBtn"Symbol 680 MovieClip Frame 3Symbol 652 MovieClip
"defaultBtn"Symbol 680 MovieClip Frame 3Symbol 664 MovieClip
"deleteBtn"Symbol 680 MovieClip Frame 3Symbol 671 MovieClip
"confirm"Symbol 680 MovieClip Frame 3Symbol 676 MovieClip
"editBtn"Symbol 680 MovieClip Frame 3Symbol 679 MovieClip
"anim"Symbol 723 MovieClip Frame 3Symbol 722 MovieClip
"anim"Symbol 753 MovieClip Frame 3Symbol 752 MovieClip
"hit"Symbol 754 MovieClip Frame 1Symbol 88 MovieClip
"shad"Symbol 754 MovieClip Frame 1Symbol 91 MovieClip
"char"Symbol 754 MovieClip Frame 1Symbol 723 MovieClip
"pm"Symbol 754 MovieClip Frame 1Symbol 133 MovieClip
"bm"Symbol 754 MovieClip Frame 1Symbol 133 MovieClip
"life"Symbol 754 MovieClip Frame 1Symbol 133 MovieClip
"char"Symbol 754 MovieClip Frame 2Symbol 753 MovieClip
"gameDisplay"Symbol 755 MovieClip Frame 1Symbol 460 MovieClip
"cMapMC"Symbol 755 MovieClip Frame 1Symbol 504 MovieClip
"ready"Symbol 755 MovieClip Frame 1Symbol 525 MovieClip
"help"Symbol 755 MovieClip Frame 1Symbol 548 MovieClip
"mainDisplay"Symbol 755 MovieClip Frame 1Symbol 604 MovieClip
"gameOptions"Symbol 755 MovieClip Frame 1Symbol 680 MovieClip
"pauseDisplay"Symbol 755 MovieClip Frame 1Symbol 687 MovieClip
"bord"Symbol 755 MovieClip Frame 1Symbol 689 MovieClip
"mouseP"Symbol 755 MovieClip Frame 1Symbol 693 MovieClip
"char"Symbol 755 MovieClip Frame 1Symbol 754 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "snow1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "snow2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "thunk"
ExportAssets (56)Timeline Frame 1Symbol 4 as "splash"
ExportAssets (56)Timeline Frame 1Symbol 5 as "loop"
ExportAssets (56)Timeline Frame 1Symbol 6 as "hitS"
ExportAssets (56)Timeline Frame 1Symbol 7 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 45 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 67 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 78 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 81 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 84 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 86 as "FPSMeter"
ExportAssets (56)Timeline Frame 1Symbol 167 as "computer"
ExportAssets (56)Timeline Frame 1Symbol 218 as "tile"
ExportAssets (56)Timeline Frame 1Symbol 221 as "sb"
ExportAssets (56)Timeline Frame 1Symbol 224 as "tree"
ExportAssets (56)Timeline Frame 1Symbol 265 as "ko"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 277 as "snowBurst"
ExportAssets (56)Timeline Frame 1Symbol 280 as "rip"
ExportAssets (56)Timeline Frame 1Symbol 282 as "glob"
ExportAssets (56)Timeline Frame 1Symbol 285 as "snowman"
ExportAssets (56)Timeline Frame 1Symbol 289 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 290 as "FListItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 289 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 291 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 292 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 293 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 294 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 298 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 301 as "FListBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 308 as "eTile"
ExportAssets (56)Timeline Frame 3Symbol 301 as "FListBoxSymbol"

Labels

"preloader"Frame 1
"intro"Frame 2
"game"Frame 3
"Symbol_36"Symbol 7 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 81 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 81 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 81 MovieClip [FHighlightSymbol] Frame 3
"Symbol_32"Symbol 84 MovieClip [FLabelSymbol] Frame 1
"stand"Symbol 126 MovieClip Frame 1
"walk"Symbol 126 MovieClip Frame 2
"charge"Symbol 126 MovieClip Frame 3
"3l"Symbol 127 MovieClip Frame 1
"2l"Symbol 127 MovieClip Frame 2
"1l"Symbol 127 MovieClip Frame 3
"power"Symbol 131 MovieClip Frame 1
"build"Symbol 131 MovieClip Frame 2
"life"Symbol 131 MovieClip Frame 3
"blank"Symbol 133 MovieClip Frame 1
"charge"Symbol 133 MovieClip Frame 2
"stand"Symbol 165 MovieClip Frame 1
"walk"Symbol 165 MovieClip Frame 2
"charge"Symbol 165 MovieClip Frame 3
"3l"Symbol 166 MovieClip Frame 1
"2l"Symbol 166 MovieClip Frame 2
"1l"Symbol 166 MovieClip Frame 3
"red"Symbol 167 MovieClip [computer] Frame 1
"blue"Symbol 167 MovieClip [computer] Frame 2
"t1"Symbol 217 MovieClip Frame 1
"t2"Symbol 217 MovieClip Frame 2
"t3"Symbol 217 MovieClip Frame 3
"t4"Symbol 217 MovieClip Frame 4
"t5"Symbol 217 MovieClip Frame 5
"t6"Symbol 217 MovieClip Frame 6
"t7"Symbol 217 MovieClip Frame 7
"t8"Symbol 217 MovieClip Frame 8
"t9"Symbol 217 MovieClip Frame 9
"t10"Symbol 217 MovieClip Frame 10
"t11"Symbol 217 MovieClip Frame 11
"t12"Symbol 217 MovieClip Frame 12
"t13"Symbol 217 MovieClip Frame 13
"t14"Symbol 217 MovieClip Frame 14
"t15"Symbol 217 MovieClip Frame 15
"t16"Symbol 217 MovieClip Frame 16
"t17"Symbol 217 MovieClip Frame 17
"t18"Symbol 217 MovieClip Frame 18
"t19"Symbol 217 MovieClip Frame 19
"tile"Symbol 218 MovieClip [tile] Frame 1
"redleader"Symbol 265 MovieClip [ko] Frame 1
"blueleader"Symbol 265 MovieClip [ko] Frame 2
"redbase"Symbol 265 MovieClip [ko] Frame 3
"bluebase"Symbol 265 MovieClip [ko] Frame 4
"Symbol_354"Symbol 291 MovieClip [DataProviderSymbol] Frame 1
"enabled"Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 298 MovieClip [FBoundingBoxSymbol] Frame 2
"t1"Symbol 304 MovieClip Frame 1
"t2"Symbol 304 MovieClip Frame 2
"t3"Symbol 304 MovieClip Frame 3
"t4"Symbol 304 MovieClip Frame 4
"t5"Symbol 304 MovieClip Frame 5
"t6"Symbol 304 MovieClip Frame 6
"t7"Symbol 304 MovieClip Frame 7
"t8"Symbol 304 MovieClip Frame 8
"t9"Symbol 304 MovieClip Frame 9
"t10"Symbol 304 MovieClip Frame 10
"t11"Symbol 304 MovieClip Frame 11
"t12"Symbol 304 MovieClip Frame 12
"t13"Symbol 304 MovieClip Frame 13
"t14"Symbol 304 MovieClip Frame 14
"t15"Symbol 304 MovieClip Frame 15
"t16"Symbol 304 MovieClip Frame 16
"t17"Symbol 304 MovieClip Frame 17
"t18"Symbol 304 MovieClip Frame 18
"t19"Symbol 304 MovieClip Frame 19
"blank"Symbol 307 MovieClip Frame 1
"over"Symbol 307 MovieClip Frame 2
"tile"Symbol 308 MovieClip [eTile] Frame 1
"blank"Symbol 459 MovieClip Frame 1
"show"Symbol 459 MovieClip Frame 2
"blank"Symbol 460 MovieClip Frame 1
"show"Symbol 460 MovieClip Frame 2
"map"Symbol 460 MovieClip Frame 3
"blank"Symbol 473 MovieClip Frame 1
"show"Symbol 473 MovieClip Frame 2
"wink"Symbol 492 MovieClip Frame 152
"talk"Symbol 500 MovieClip Frame 1
"blank"Symbol 504 MovieClip Frame 1
"show"Symbol 504 MovieClip Frame 2
"save"Symbol 504 MovieClip Frame 3
"notice"Symbol 504 MovieClip Frame 4
"red"Symbol 518 MovieClip Frame 1
"blue"Symbol 518 MovieClip Frame 2
"blank"Symbol 525 MovieClip Frame 1
"start"Symbol 525 MovieClip Frame 2
"verdict"Symbol 525 MovieClip Frame 94
"blank"Symbol 548 MovieClip Frame 1
"start"Symbol 548 MovieClip Frame 2
"blank"Symbol 589 MovieClip Frame 1
"show"Symbol 589 MovieClip Frame 2
"title"Symbol 604 MovieClip Frame 1
"setUp"Symbol 604 MovieClip Frame 2
"settings"Symbol 604 MovieClip Frame 3
"blank"Symbol 604 MovieClip Frame 4
"blank"Symbol 676 MovieClip Frame 1
"show"Symbol 676 MovieClip Frame 2
"blank"Symbol 680 MovieClip Frame 1
"custom"Symbol 680 MovieClip Frame 2
"customMap"Symbol 680 MovieClip Frame 3
"blank"Symbol 687 MovieClip Frame 1
"pause"Symbol 687 MovieClip Frame 2
"mitten"Symbol 693 MovieClip Frame 1
"aim"Symbol 693 MovieClip Frame 2
"throw"Symbol 722 MovieClip Frame 8
"stand"Symbol 723 MovieClip Frame 1
"walk"Symbol 723 MovieClip Frame 2
"charge"Symbol 723 MovieClip Frame 3
"throw"Symbol 752 MovieClip Frame 8
"stand"Symbol 753 MovieClip Frame 1
"walk"Symbol 753 MovieClip Frame 2
"charge"Symbol 753 MovieClip Frame 3
"red"Symbol 754 MovieClip Frame 1
"blue"Symbol 754 MovieClip Frame 2

Dynamic Text Variables

percentSymbol 321 EditableText"100"
nameSymbol 474 EditableText"Name your map"
cmSymbol 597 EditableText"absolute"
quSymbol 601 EditableText"medium"
numEneSymbol 619 EditableText"99"
numTeamSymbol 620 EditableText"99"
diffSymbol 623 EditableText"Medium"
colSymbol 624 EditableText"blue"




http://swfchan.com/4/16512/info.shtml
Created: 1/6 -2019 19:13:17 Last modified: 1/6 -2019 19:13:17 Server time: 03/05 -2024 03:55:49