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

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

The Normandy Mission prev.swf

This is the info page for
Flash #71322

(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>

loading

STREAM

STREAM

STREAM

LOADING APPROXIMATLEY 7000KB

play movie

play movie

play movie

Warning- this movie contains
a large amount of textures,
animation and sound. For most
computers, LOW setting is
recommended, although some
computers may be able to take
MEDIUM.

Play movie

Play movie

Play movie

Play movie

AOH

REDEMPTION

presents

MaKa

A FILM BY

WITH HELP FROM

SHVILA

TATE

the normandy mission

THE SIEGE

part two

Sgt Shvila: Maka- wake up. Stanton's back.

Cpt. Maka: Stanton? Why're you here?

Cpt. Maka: NOW!!

Oh fuck!!

Cpt. Maka: Fire at that window!!

coming soon

aohredemption
COPYRIGHT AOHREDEMPTION.CJB.NET 2004 'THE NORMANDY MISSION' 'THE
DROP' AND 'THE SIEGE' ARE ALL REGISTERED TRADEMARKS OF
AOH REDEMPTION 2004.

replay

replay

replay

ActionScript [AS1/AS2]

Frame 1
stop(); _quality = "MEDIUM";
Frame 31
stop();
Frame 502
_quality = "LOW"; stop();
Frame 1363
stopAllSounds();
Frame 1394
stop();
Symbol 11 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 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 19 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 22 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 26 MovieClip [fcb_states] Frame 1
stop();
Symbol 26 MovieClip [fcb_states] Frame 2
stop();
Symbol 26 MovieClip [fcb_states] Frame 3
stop();
Symbol 26 MovieClip [fcb_states] Frame 4
stop();
Symbol 26 MovieClip [fcb_states] Frame 5
stop();
Symbol 26 MovieClip [fcb_states] Frame 6
stop();
Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 6 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 33 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 44 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(arrow_mc, "arrow"); component.registerSkinElement(face_mc, "face"); component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 54 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 63 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 64 MovieClip [UpArrow] Frame 1
stop();
Symbol 64 MovieClip [UpArrow] Frame 2
stop();
Symbol 64 MovieClip [UpArrow] Frame 3
stop();
Symbol 70 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 77 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 82 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 83 MovieClip [ScrollThumb] Frame 1
stop();
Symbol 91 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 99 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 107 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 108 MovieClip [DownArrow] Frame 1
stop();
Symbol 108 MovieClip [DownArrow] Frame 2
stop();
Symbol 108 MovieClip [DownArrow] Frame 3
stop();
Symbol 111 MovieClip [FHighlightSymbol] Frame 1
var component = _parent.controller; component.registerSkinElement(highlight_mc, "selection"); stop();
Symbol 111 MovieClip [FHighlightSymbol] Frame 2
component.registerSkinElement(highlight_mc2, "selectionDisabled"); stop();
Symbol 111 MovieClip [FHighlightSymbol] Frame 3
component.registerSkinElement(highlight_mc3, "selectionUnfocused"); stop();
Symbol 114 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 116 MovieClip Frame 1
var component = _parent; component.registerSkinElement(track_mc, "scrollTrack");
Symbol 117 MovieClip [FScrollBarSymbol] Frame 1
#initclip 4 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 118 MovieClip [FListItemSymbol] Frame 1
#initclip 10 function FListItemClass() { this.init(); } FListItemClass.prototype = new FSelectableItemClass(); Object.registerClass("FListItemSymbol", FListItemClass); #endinitclip
Symbol 119 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 120 MovieClip [FSelectableItemSymbol] Frame 1
#initclip 8 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 121 MovieClip [FSelectableListSymbol] Frame 1
#initclip 5 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 119 MovieClip [DataProviderSymbol] "dPAsset" in Symbol 121 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Instance of Symbol 120 MovieClip [FSelectableItemSymbol] "ItemAsset" in Symbol 121 MovieClip [FSelectableListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 122 MovieClip [FScrollSelectListSymbol] Frame 1
#initclip 7 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 117 MovieClip [FScrollBarSymbol] "scrollBarAsset" in Symbol 122 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { _targetInstanceName = ""; horizontal = false; } onClipEvent (load) { this._width = (this._height = 1); }
Instance of Symbol 121 MovieClip [FSelectableListSymbol] "superClassAsset" in Symbol 122 MovieClip [FScrollSelectListSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 125 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 122 MovieClip [FScrollSelectListSymbol] "superClassAsset" in Symbol 125 MovieClip [FListBoxSymbol] Frame 1
//component parameters onClipEvent (initialize) { }
Symbol 133 Button
on (release, keyPress "3") { gotoAndPlay (1313); }
Symbol 145 Button
on (release) { play(); }
Symbol 151 Button
on (release) { _root.play(); } on (release) { stopAllSounds(); }
Symbol 152 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 152 MovieClip Frame 2
gotoAndPlay (1);
Symbol 154 Button
on (release, keyPress "4") { gotoAndPlay (370); }
Symbol 155 Button
on (release, keyPress "1") { gotoAndStop (1058); }
Symbol 157 Button
on (release, keyPress "s") { gotoAndPlay (502); }
Symbol 166 Button
on (release) { play(); }
Symbol 250 MovieClip Frame 6
tellTarget ("_parent") { play(); };
Symbol 250 MovieClip Frame 25
stop();
Symbol 705 MovieClip Frame 12
stop();
Symbol 706 MovieClip Frame 6
stop(); stop();
Symbol 715 MovieClip Frame 338
stop();
Symbol 716 MovieClip Frame 21
stop();
Symbol 718 MovieClip Frame 21
stop();
Symbol 745 MovieClip Frame 16
stop();
Symbol 748 MovieClip Frame 21
stop();
Symbol 768 Button
on (release) { gotoAndStop (31); }

Library Items

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

Instance Names

"highlight3D_mc"Symbol 11 MovieClip Frame 1Symbol 4 MovieClip
"highlight_mc"Symbol 11 MovieClip Frame 1Symbol 6 MovieClip
"shadow_mc"Symbol 11 MovieClip Frame 1Symbol 8 MovieClip
"darkshadow_mc"Symbol 11 MovieClip Frame 1Symbol 10 MovieClip
"background_mc"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"background_mc"Symbol 17 MovieClip Frame 1Symbol 16 MovieClip
"background_mc"Symbol 19 MovieClip Frame 1Symbol 18 MovieClip
"check_mc"Symbol 22 MovieClip Frame 1Symbol 21 MovieClip
"check_mc"Symbol 25 MovieClip Frame 1Symbol 24 MovieClip
"fcb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 11 MovieClip
"frb_frame_mc"Symbol 26 MovieClip [fcb_states] Frame 1Symbol 14 MovieClip
"boundingBox"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 27 MovieClip
"boundingBox2"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 27 MovieClip
"boundingBox_mc"Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1Symbol 29 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 32 MovieClip [FCheckBoxSymbol] Frame 1Symbol 31 MovieClip
"face_mc"Symbol 44 MovieClip Frame 1Symbol 35 MovieClip
"arrow_mc"Symbol 44 MovieClip Frame 1Symbol 37 MovieClip
"highlight_mc"Symbol 44 MovieClip Frame 1Symbol 39 MovieClip
"shadow_mc"Symbol 44 MovieClip Frame 1Symbol 41 MovieClip
"darkshadow_mc"Symbol 44 MovieClip Frame 1Symbol 42 MovieClip
"highlight3D_mc"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"darkshadow_mc"Symbol 54 MovieClip Frame 1Symbol 45 MovieClip
"highlight3D_mc"Symbol 54 MovieClip Frame 1Symbol 46 MovieClip
"highlight_mc"Symbol 54 MovieClip Frame 1Symbol 48 MovieClip
"shadow_mc"Symbol 54 MovieClip Frame 1Symbol 50 MovieClip
"face_mc"Symbol 54 MovieClip Frame 1Symbol 51 MovieClip
"arrow_mc"Symbol 54 MovieClip Frame 1Symbol 53 MovieClip
"highlight3D_mc"Symbol 63 MovieClip Frame 1Symbol 55 MovieClip
"darkshadow_mc"Symbol 63 MovieClip Frame 1Symbol 56 MovieClip
"highlight_mc"Symbol 63 MovieClip Frame 1Symbol 57 MovieClip
"shadow_mc"Symbol 63 MovieClip Frame 1Symbol 58 MovieClip
"face_mc"Symbol 63 MovieClip Frame 1Symbol 60 MovieClip
"arrow_mc"Symbol 63 MovieClip Frame 1Symbol 62 MovieClip
"up"Symbol 64 MovieClip [UpArrow] Frame 1Symbol 44 MovieClip
"down"Symbol 64 MovieClip [UpArrow] Frame 2Symbol 54 MovieClip
"disabled"Symbol 64 MovieClip [UpArrow] Frame 3Symbol 63 MovieClip
"highlight3D_mc"Symbol 70 MovieClip Frame 1Symbol 66 MovieClip
"darkshadow_mc"Symbol 70 MovieClip Frame 1Symbol 67 MovieClip
"highlight_mc"Symbol 70 MovieClip Frame 1Symbol 68 MovieClip
"shadow_mc"Symbol 70 MovieClip Frame 1Symbol 69 MovieClip
"highlight3D_mc"Symbol 77 MovieClip Frame 1Symbol 71 MovieClip
"darkshadow_mc"Symbol 77 MovieClip Frame 1Symbol 72 MovieClip
"shadow_mc"Symbol 77 MovieClip Frame 1Symbol 74 MovieClip
"face_mc"Symbol 77 MovieClip Frame 1Symbol 75 MovieClip
"highlight_mc"Symbol 77 MovieClip Frame 1Symbol 76 MovieClip
"shadow_mc"Symbol 82 MovieClip Frame 1Symbol 78 MovieClip
"darkshadow_mc"Symbol 82 MovieClip Frame 1Symbol 80 MovieClip
"highlight3D_mc"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"mc_sliderTop"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 70 MovieClip
"mc_sliderMid"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 77 MovieClip
"mc_sliderBot"Symbol 83 MovieClip [ScrollThumb] Frame 1Symbol 82 MovieClip
"face_mc"Symbol 91 MovieClip Frame 1Symbol 84 MovieClip
"arrow_mc"Symbol 91 MovieClip Frame 1Symbol 86 MovieClip
"highlight_mc"Symbol 91 MovieClip Frame 1Symbol 87 MovieClip
"shadow_mc"Symbol 91 MovieClip Frame 1Symbol 88 MovieClip
"darkshadow_mc"Symbol 91 MovieClip Frame 1Symbol 89 MovieClip
"highlight3D_mc"Symbol 91 MovieClip Frame 1Symbol 90 MovieClip
"darkshadow_mc"Symbol 99 MovieClip Frame 1Symbol 92 MovieClip
"highlight3D_mc"Symbol 99 MovieClip Frame 1Symbol 93 MovieClip
"highlight_mc"Symbol 99 MovieClip Frame 1Symbol 94 MovieClip
"shadow_mc"Symbol 99 MovieClip Frame 1Symbol 95 MovieClip
"face_mc"Symbol 99 MovieClip Frame 1Symbol 96 MovieClip
"arrow_mc"Symbol 99 MovieClip Frame 1Symbol 98 MovieClip
"highlight3D_mc"Symbol 107 MovieClip Frame 1Symbol 100 MovieClip
"darkshadow_mc"Symbol 107 MovieClip Frame 1Symbol 101 MovieClip
"highlight_mc"Symbol 107 MovieClip Frame 1Symbol 102 MovieClip
"shadow_mc"Symbol 107 MovieClip Frame 1Symbol 103 MovieClip
"face_mc"Symbol 107 MovieClip Frame 1Symbol 104 MovieClip
"arrow_mc"Symbol 107 MovieClip Frame 1Symbol 106 MovieClip
"up"Symbol 108 MovieClip [DownArrow] Frame 1Symbol 91 MovieClip
"down"Symbol 108 MovieClip [DownArrow] Frame 2Symbol 99 MovieClip
"disabled"Symbol 108 MovieClip [DownArrow] Frame 3Symbol 107 MovieClip
"highlight_mc"Symbol 111 MovieClip [FHighlightSymbol] Frame 1Symbol 110 MovieClip
"highlight_mc2"Symbol 111 MovieClip [FHighlightSymbol] Frame 2Symbol 110 MovieClip
"highlight_mc3"Symbol 111 MovieClip [FHighlightSymbol] Frame 3Symbol 110 MovieClip
"labelField"Symbol 114 MovieClip [FLabelSymbol] Frame 1Symbol 113 EditableText
"track_mc"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"scrollTrack_mc"Symbol 117 MovieClip [FScrollBarSymbol] Frame 1Symbol 116 MovieClip
"dPAsset"Symbol 121 MovieClip [FSelectableListSymbol] Frame 1Symbol 119 MovieClip [DataProviderSymbol]
"ItemAsset"Symbol 121 MovieClip [FSelectableListSymbol] Frame 1Symbol 120 MovieClip [FSelectableItemSymbol]
"scrollBarAsset"Symbol 122 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 117 MovieClip [FScrollBarSymbol]
"superClassAsset"Symbol 122 MovieClip [FScrollSelectListSymbol] Frame 1Symbol 121 MovieClip [FSelectableListSymbol]
"itemAsset"Symbol 125 MovieClip [FListBoxSymbol] Frame 1Symbol 118 MovieClip [FListItemSymbol]
"superClassAsset"Symbol 125 MovieClip [FListBoxSymbol] Frame 1Symbol 122 MovieClip [FScrollSelectListSymbol]
"boundingBox_mc"Symbol 125 MovieClip [FListBoxSymbol] Frame 1Symbol 29 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 125 MovieClip [FListBoxSymbol] Frame 1Symbol 124 MovieClip
"bar"Symbol 152 MovieClip Frame 1Symbol 135 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$R9$uYF2XVUBA21NO2mj2rCUZ/."
ExportAssets (56)Timeline Frame 1Symbol 2 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 26 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 32 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 33 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 64 as "UpArrow"
ExportAssets (56)Timeline Frame 1Symbol 83 as "ScrollThumb"
ExportAssets (56)Timeline Frame 1Symbol 108 as "DownArrow"
ExportAssets (56)Timeline Frame 1Symbol 111 as "FHighlightSymbol"
ExportAssets (56)Timeline Frame 1Symbol 114 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 118 as "FListItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 117 as "FScrollBarSymbol"
ExportAssets (56)Timeline Frame 1Symbol 119 as "DataProviderSymbol"
ExportAssets (56)Timeline Frame 1Symbol 120 as "FSelectableItemSymbol"
ExportAssets (56)Timeline Frame 1Symbol 121 as "FSelectableListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 122 as "FScrollSelectListSymbol"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 125 as "FListBoxSymbol"

Labels

"up"Symbol 26 MovieClip [fcb_states] Frame 1
"press"Symbol 26 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 26 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 26 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 26 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 26 MovieClip [fcb_states] Frame 6
"enabled"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 29 MovieClip [FBoundingBoxSymbol] Frame 2
"Symbol_36"Symbol 33 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 111 MovieClip [FHighlightSymbol] Frame 1
"disabled"Symbol 111 MovieClip [FHighlightSymbol] Frame 2
"unfocused"Symbol 111 MovieClip [FHighlightSymbol] Frame 3
"Symbol_32"Symbol 114 MovieClip [FLabelSymbol] Frame 1
"Symbol_354"Symbol 119 MovieClip [DataProviderSymbol] Frame 1
"loaded"Symbol 152 MovieClip Frame 3




http://swfchan.com/15/71322/info.shtml
Created: 9/4 -2019 09:36:59 Last modified: 9/4 -2019 09:36:59 Server time: 08/05 -2024 21:10:57