STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
This is the info page for Flash #46013 |
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P> |
8 |
: |
0 |
3 |
ActionScript [AS1/AS2]
Frame 1loadpercent = "0%"; loadBytes = ("0 of " + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";Frame 2loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb Loaded."; if (_root.getBytesLoaded() == _root.getBytesTotal()) { loadPercent = "100%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb Loaded."; gotoAndPlay (4); }Frame 3gotoAndPlay (2);Frame 4stop();Frame 25stop();Frame 27stop();Frame 5687stop();Symbol 11 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");Symbol 14 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "background");Symbol 17 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 19 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 22 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(disabled_mc, "foregroundDisabled");Symbol 25 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(dot_mc, "radioDot");Symbol 26 MovieClip [frb_states] Frame 1stop();Symbol 26 MovieClip [frb_states] Frame 2stop();Symbol 26 MovieClip [frb_states] Frame 3stop();Symbol 26 MovieClip [frb_states] Frame 4stop();Symbol 26 MovieClip [frb_states] Frame 5stop();Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 1var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 2component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();Symbol 33 MovieClip [FRadioButtonSymbol] Frame 1#initclip 4 function FRadioButtonClass() { this.init(); } function FRadioButtonGroupClass() { this.radioInstances = new Array(); } FRadioButtonClass.prototype = new FUIComponentClass(); FRadioButtonGroupClass.prototype = new FUIComponentClass(); Object.registerClass("FRadioButtonSymbol", FRadioButtonClass); FRadioButtonClass.prototype.init = function () { if (this.initialState == undefined) { this.selected = false; } else { this.selected = this.initialState; } super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.boundingBox_mc._width = 0; this.boundingBox_mc._height = 0; this.attachMovie("frb_hitArea", "frb_hitArea_mc", 1); this.attachMovie("frb_states", "frb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); this.setChangeHandler(this.changeHandler); if (this.label != undefined) { this.setLabel(this.label); } if (this.initialState == undefined) { this.setValue(false); } else { this.setValue(this.initialState); } if (this.data == "") { this.data = undefined; } else { this.setData(this.data); } this.addToRadioGroup(); this.ROLE_SYSTEM_RADIOBUTTON = 45; this.STATE_SYSTEM_SELECTED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FRadioButtonClass.prototype.setHitArea = function (w, h) { var hit = this.frb_hitArea_mc; this.hitArea = hit; if (this.frb_states_mc._width > w) { hit._width = this.frb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FRadioButtonClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.setEnabled(this.enable); }; FRadioButtonClass.prototype.setSize = function (w, h) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.frb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FRadioButtonClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.frb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var radioWidth = this.frb_states_mc._width; var frame = this.frb_states_mc; var label = this.fLabel_mc; var w = (this.width - frame._width); if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.frb_states_mc._x = 0; this.fLabel_mc._x = radioWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.frb_states_mc._x = this.width - radioWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.frb_hitArea_mc._y = vertCenter; this.setLabel(this.getLabel()); }; FRadioButtonClass.prototype.setData = function (dataValue) { this.data = dataValue; }; FRadioButtonClass.prototype.getData = function () { return(this.data); }; FRadioButtonClass.prototype.getState = function () { return(this.selected); }; FRadioButtonClass.prototype.getSize = function () { return(this.width); }; FRadioButtonClass.prototype.getGroupName = function () { return(this.groupName); }; FRadioButtonClass.prototype.setGroupName = function (groupName) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i] == this) { delete this._parent[this.groupName].radioInstances[i]; } i++; } this.groupName = groupName; this.addToRadioGroup(); }; FRadioButtonClass.prototype.addToRadioGroup = function () { if (this._parent[this.groupName] == undefined) { this._parent[this.groupName] = new FRadioButtonGroupClass(); } this._parent[this.groupName].addRadioInstance(this); }; FRadioButtonClass.prototype.setValue = function (selected) { if (selected || (selected == undefined)) { this.setState(true); this.focusRect.removeMovieClip(); this.executeCallBack(); } else if (selected == false) { this.setState(false); } }; FRadioButtonClass.prototype.setTabState = function (selected) { Selection.setFocus(this); this.setState(selected); this.drawFocusRect(); this.executeCallBack(); }; FRadioButtonClass.prototype.setState = function (selected) { if (selected || (selected == undefined)) { this.tabEnabled = true; for (var i in this._parent) { if ((this != this._parent[i]) && (this._parent[i].groupName == this.groupName)) { this._parent[i].setState(false); this._parent[i].tabEnabled = false; } } } if (this.enable) { this.flabel_mc.setEnabled(true); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedEnabled"); this.enabled = false; this.selected = true; this.tabEnabled = true; this.tabFocused = true; } else { this.frb_states_mc.gotoAndStop("unselectedEnabled"); this.enabled = true; this.selected = false; this.tabEnabled = false; var enabTrue = this._parent[this.groupName].getEnabled(); var noneSelect = (this._parent[this.groupName].getValue() == undefined); if (enabTrue && (noneSelect)) { this._parent[this.groupName].radioInstances[0].tabEnabled = true; } } } else { this.flabel_mc.setEnabled(false); if (selected || (selected == undefined)) { this.frb_states_mc.gotoAndStop("selectedDisabled"); this.enabled = false; this.selected = true; this.tabEnabled = false; } else { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.enabled = false; this.selected = false; this.tabEnabled = false; } } if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FRadioButtonClass.prototype.getValue = function () { if (this.selected) { if ((this.data == "") || (this.data == undefined)) { return(this.getLabel()); } return(this.data); } }; FRadioButtonClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; super.setEnabled(true); } else { this.enable = false; super.setEnabled(false); } this.setState(this.selected); var cgn = (this._parent[this.groupName].getEnabled() == undefined); var cgnez = (this._parent[this.groupName].radioInstances[0].getEnabled() == false); if (cgn && (cgnez)) { var i = 0; while (i < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[i].getEnabled() == true) { this._parent[this.groupName].radioInstances[i].tabEnabled = true; return(undefined); } i++; } } }; FRadioButtonClass.prototype.getEnabled = function () { return(this.enable); }; FRadioButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FRadioButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.getLabel()); }; FRadioButtonClass.prototype.onPress = function () { this.pressFocus(); this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.onRelease = function () { this.frb_states_mc.gotoAndStop("unselectedDisabled"); this.setValue(!this.selected); }; FRadioButtonClass.prototype.onReleaseOutside = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOut = function () { this.frb_states_mc.gotoAndStop("unselectedEnabled"); }; FRadioButtonClass.prototype.onDragOver = function () { this.frb_states_mc.gotoAndStop("press"); }; FRadioButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this._parent[this.groupName]); }; FRadioButtonGroupClass.prototype.addRadioInstance = function (instance) { this.radioInstances.push(instance); this.radioInstances[0].tabEnabled = true; }; FRadioButtonGroupClass.prototype.setEnabled = function (enableFlag) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setEnabled(enableFlag); i++; } }; FRadioButtonGroupClass.prototype.getEnabled = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getEnabled() != this.radioInstances[0].getEnabled()) { return(undefined); } i++; } return(this.radioInstances[0].getEnabled()); }; FRadioButtonGroupClass.prototype.setChangeHandler = function (changeHandler, obj) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setChangeHandler(changeHandler, obj); i++; } }; FRadioButtonGroupClass.prototype.getValue = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { if ((this.radioInstances[i].data == "") || (this.radioInstances[i].data == undefined)) { return(this.radioInstances[i].getLabel()); } return(this.radioInstances[i].data); } i++; } }; FRadioButtonGroupClass.prototype.getData = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected) { return(this.radioInstances[i].getData()); } i++; } }; FRadioButtonGroupClass.prototype.getInstance = function () { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].selected == true) { return(i); } i++; } }; FRadioButtonGroupClass.prototype.setValue = function (dataValue) { var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].data == dataValue) { this.radioInstances[i].setValue(true); return(undefined); } i++; } var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].getLabel() == dataValue) { this.radioInstances[i].setValue(true); } i++; } }; FRadioButtonGroupClass.prototype.setSize = function (w) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setSize(w); i++; } }; FRadioButtonGroupClass.prototype.getSize = function () { var widestRadio = 0; var i = 0; while (i < this.radioInstances.length) { if (this.radioInstances[i].width >= widestRadio) { widestRadio = this.radioInstances[i].width; } i++; } return(widestRadio); }; FRadioButtonGroupClass.prototype.setGroupName = function (groupName) { this.oldGroupName = this.radioInstances[0].groupName; var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].groupName = groupName; this.radioInstances[i].addToRadioGroup(); i++; } delete this._parent[this.oldGroupName]; }; FRadioButtonGroupClass.prototype.getGroupName = function () { return(this.radioInstances[0].groupName); }; FRadioButtonGroupClass.prototype.setLabelPlacement = function (pos) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setLabelPlacement(pos); i++; } }; FRadioButtonGroupClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].setStyleProperty(propName, value, isGlobal); i++; } }; FRadioButtonGroupClass.prototype.addListener = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].addListener(); i++; } }; FRadioButtonGroupClass.prototype.applyChanges = function () { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].applyChanges(); i++; } }; FRadioButtonGroupClass.prototype.removeListener = function (component) { var i = 0; while (i < this.radioInstances.length) { this.radioInstances[i].removeListener(component); i++; } }; FRadioButtonClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 3); }; FRadioButtonClass.prototype.myOnKillFocus = function () { Key.removeListener(this.keyListener); this.focused = false; this.focusRect.removeMovieClip(); this._parent[this.groupName].foobar = 0; }; FRadioButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this._parent[this.groupName].getValue() == undefined)) { if (this._parent[this.groupName].radioInstances[0] == this) { this.setTabState(true); } } if ((Key.getCode() == 40) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i < this._parent[this.groupName].radioInstances.length) { var inc = (i + 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i++; } } if ((Key.getCode() == 38) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var i = this.foobar; while (i >= 0) { var inc = (i - 1); if (this._parent[this.groupName].radioInstances[inc].getEnabled()) { this._parent[this.groupName].radioInstances[inc].setTabState(true); return(undefined); } i--; } } }; FRadioButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_RADIOBUTTON); }; FRadioButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FRadioButtonClass.prototype.get_accState = function (childId) { if (this.master.getState()) { return(this.master.STATE_SYSTEM_SELECTED); } return(0); }; FRadioButtonClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getState()) { return("UnCheck"); } return("Check"); }; FRadioButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;Symbol 37 MovieClip [FLabelSymbol] Frame 1#initclip 1 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclipSymbol 46 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 52 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 58 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");Symbol 64 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 65 MovieClip [fpb_states] Frame 1stop();Symbol 65 MovieClip [fpb_states] Frame 2stop();Symbol 65 MovieClip [fpb_states] Frame 3stop();Symbol 65 MovieClip [fpb_states] Frame 4stop();Symbol 66 MovieClip [FUIComponentSymbol] Frame 1#initclip 2 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclipSymbol 69 MovieClip [FPushButtonSymbol] Frame 1#initclip 3 function FPushButtonClass() { this.init(); } FPushButtonClass.prototype = new FUIComponentClass(); Object.registerClass("FPushButtonSymbol", FPushButtonClass); FPushButtonClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fpb_states", "fpbState_mc", 1); this.attachMovie("FLabelSymbol", "fLabel_mc", 2); this.attachMovie("fpb_hitArea", "fpb_hitArea_mc", 3); super.init(); this.btnState = false; this.setClickHandler(this.clickHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_PUSHBUTTON = 43; this.STATE_SYSTEM_PRESSED = 8; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FPushButtonClass.prototype.setHitArea = function (w, h) { var hit = this.fpb_hitArea_mc; this.hitArea = hit; hit._visible = false; hit._width = w; hit._height = ((arguments.length > 1) ? (h) : (hit._height)); }; FPushButtonClass.prototype.setSize = function (w, h) { w = ((w < 6) ? 6 : (w)); if (arguments.length > 1) { if (h < 6) { h = 6; } } super.setSize(w, h); this.setLabel(this.getLabel()); this.arrangeLabel(); this.setHitArea(w, h); this.boundingBox_mc._width = w; this.boundingBox_mc._height = h; this.drawFrame(); if (this.focused) { super.myOnSetFocus(); } this.initContentPos("fLabel_mc"); }; FPushButtonClass.prototype.arrangeLabel = function () { var label = this.fLabel_mc; var h = this.height; var w = (this.width - 2); var b = 1; this.fLabel_mc.setSize(w - (b * 4)); label._x = b * 3; label._y = (h / 2) - (label._height / 2); }; FPushButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FPushButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); this.arrangeLabel(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FPushButtonClass.prototype.getEnabled = function () { return(this.enabled); }; FPushButtonClass.prototype.setEnabled = function (enable) { if (enable || (enable == undefined)) { this.gotoFrame(1); this.drawFrame(); this.flabel_mc.setEnabled(true); this.enabled = true; super.setEnabled(true); } else { this.gotoFrame(4); this.drawFrame(); this.flabel_mc.setEnabled(false); this.enabled = false; super.setEnabled(false); } }; FPushButtonClass.prototype.txtFormat = function () { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = "center")) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 1)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 1)) : undefined); if (this.fLabel_mc._height > this.height) { super.setSize(this.width, this.fLabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FPushButtonClass.prototype.drawFrame = function () { var b = 1; var x1 = 0; var y1 = 0; var x2 = this.width; var y2 = this.height; var mc_array = ["up_mc", "over_mc", "down_mc", "disabled_mc"]; var frame = mc_array[this.fpbState_mc._currentframe - 1]; var mc = "frame"; var i = 0; while (i < 6) { x1 = x1 + ((i % 2) * b); y1 = y1 + ((i % 2) * b); x2 = x2 - (((i + 1) % 2) * b); y2 = y2 - (((i + 1) % 2) * b); var w = (Math.abs(x1 - x2) + (2 * b)); var h = (Math.abs(y1 - y2) + (2 * b)); this.fpbState_mc[frame][mc + i]._width = w; this.fpbState_mc[frame][mc + i]._height = h; this.fpbState_mc[frame][mc + i]._x = x1 - b; this.fpbState_mc[frame][mc + i]._y = y1 - b; i++; } }; FPushButtonClass.prototype.setClickHandler = function (chng, obj) { this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj)); this.clickHandler = chng; }; FPushButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.clickHandler](this); }; FPushButtonClass.prototype.initContentPos = function (mc) { this.incrVal = 1; this.initx = this[mc]._x - (this.getBtnState() * this.incrVal); this.inity = this[mc]._y - (this.getBtnState() * this.incrVal); this.togx = this.initx + this.incrVal; this.togy = this.inity + this.incrVal; }; FPushButtonClass.prototype.setBtnState = function (state) { this.btnState = state; if (state) { this.fLabel_mc._x = this.togx; this.fLabel_mc._y = this.togy; } else { this.fLabel_mc._x = this.initx; this.fLabel_mc._y = this.inity; } }; FPushButtonClass.prototype.getBtnState = function () { return(this.btnState); }; FPushButtonClass.prototype.myOnSetFocus = function () { this.focused = true; super.myOnSetFocus(); }; FPushButtonClass.prototype.onPress = function () { this.pressFocus(); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); this.setBtnState(true); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRelease = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); this.executeCallBack(); this.setBtnState(false); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRollOver = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); }; FPushButtonClass.prototype.onRollOut = function () { this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onReleaseOutside = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOut = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOver = function () { this.setBtnState(true); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); }; FPushButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this.pressOnce == undefined)) { this.onPress(); this.pressOnce = 1; } }; FPushButtonClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.onRelease(); this.pressOnce = undefined; } }; FPushButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_PUSHBUTTON); }; FPushButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FPushButtonClass.prototype.get_accState = function (childId) { if (this.pressOnce) { return(this.master.STATE_SYSTEM_PRESSED); } return(this.master.STATE_SYSTEM_DEFAULT); }; FPushButtonClass.prototype.get_accDefaultAction = function (childId) { return("Press"); }; FPushButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.onPress(); this.master.onRelease(); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;Symbol 85 MovieClip Frame 1this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;Symbol 85 MovieClip Frame 2gotoAndPlay (1);Symbol 94 Buttonon (release) { gotoAndPlay (11); }Symbol 176 Buttonon (release) { gotoAndPlay (28); }Symbol 183 Buttonon (release) { gotoAndPlay (26); }Symbol 209 Buttonon (release) { gotoAndPlay (1160); }Symbol 236 Buttonon (release) { gotoAndPlay (2600); }Symbol 245 Buttonon (release) { gotoAndPlay (3925); }Symbol 254 Buttonon (release) { gotoAndPlay (28); }Symbol 260 Buttonon (release) { gotoAndPlay (25); }Symbol 270 Buttonon (press) { _parent.stop(); this.gotoAndStop(2); }Symbol 274 Buttonon (press) { _parent.play(); this.gotoAndStop(1); }Symbol 275 MovieClip Frame 1stop();Symbol 999 Buttonon (release) { gotoAndPlay (28); }Symbol 1002 Buttonon (release) { gotoAndPlay (11); }
Library Items
Symbol 1 Graphic | Used by:2 34 | |
Symbol 2 MovieClip [frb_hitArea] | Uses:1 | |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:11 |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:5 | Used by:11 |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 MovieClip | Uses:7 | Used by:11 |
Symbol 9 Graphic | Used by:10 | |
Symbol 10 MovieClip | Uses:9 | Used by:11 |
Symbol 11 MovieClip | Uses:4 6 8 10 | Used by:26 |
Symbol 12 Graphic | Used by:13 | |
Symbol 13 MovieClip | Uses:12 | Used by:14 |
Symbol 14 MovieClip | Uses:13 | Used by:26 |
Symbol 15 Graphic | Used by:16 18 | |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:16 | Used by:26 |
Symbol 18 MovieClip | Uses:15 | Used by:19 |
Symbol 19 MovieClip | Uses:18 | Used by:26 |
Symbol 20 Graphic | Used by:21 | |
Symbol 21 MovieClip | Uses:20 | Used by:22 |
Symbol 22 MovieClip | Uses:21 | Used by:26 |
Symbol 23 Graphic | Used by:24 | |
Symbol 24 MovieClip | Uses:23 | Used by:25 |
Symbol 25 MovieClip | Uses:24 | Used by:26 |
Symbol 26 MovieClip [frb_states] | Uses:11 14 17 19 22 25 | |
Symbol 27 Graphic | Used by:28 999 1002 Timeline | |
Symbol 28 MovieClip | Uses:27 | Used by:30 |
Symbol 29 Graphic | Used by:30 | |
Symbol 30 MovieClip [FBoundingBoxSymbol] | Uses:28 29 | Used by:33 69 |
Symbol 31 Graphic | Used by:32 | |
Symbol 32 MovieClip | Uses:31 | Used by:33 |
Symbol 33 MovieClip [FRadioButtonSymbol] | Uses:30 32 | |
Symbol 34 MovieClip [fpb_hitArea] | Uses:1 | |
Symbol 35 Font | Used by:36 | |
Symbol 36 EditableText | Uses:35 | Used by:37 |
Symbol 37 MovieClip [FLabelSymbol] | Uses:36 | |
Symbol 38 Graphic | Used by:39 40 47 48 53 54 55 56 59 60 | |
Symbol 39 MovieClip | Uses:38 | Used by:46 |
Symbol 40 MovieClip | Uses:38 | Used by:46 |
Symbol 41 Graphic | Used by:42 43 49 50 61 62 | |
Symbol 42 MovieClip | Uses:41 | Used by:46 |
Symbol 43 MovieClip | Uses:41 | Used by:46 |
Symbol 44 Graphic | Used by:45 51 57 63 | |
Symbol 45 MovieClip | Uses:44 | Used by:46 |
Symbol 46 MovieClip | Uses:39 40 42 43 45 | Used by:65 |
Symbol 47 MovieClip | Uses:38 | Used by:52 |
Symbol 48 MovieClip | Uses:38 | Used by:52 |
Symbol 49 MovieClip | Uses:41 | Used by:52 |
Symbol 50 MovieClip | Uses:41 | Used by:52 |
Symbol 51 MovieClip | Uses:44 | Used by:52 |
Symbol 52 MovieClip | Uses:47 48 49 50 51 | Used by:65 |
Symbol 53 MovieClip | Uses:38 | Used by:58 |
Symbol 54 MovieClip | Uses:38 | Used by:58 |
Symbol 55 MovieClip | Uses:38 | Used by:58 |
Symbol 56 MovieClip | Uses:38 | Used by:58 |
Symbol 57 MovieClip | Uses:44 | Used by:58 |
Symbol 58 MovieClip | Uses:53 54 55 56 57 | Used by:65 |
Symbol 59 MovieClip | Uses:38 | Used by:64 |
Symbol 60 MovieClip | Uses:38 | Used by:64 |
Symbol 61 MovieClip | Uses:41 | Used by:64 |
Symbol 62 MovieClip | Uses:41 | Used by:64 |
Symbol 63 MovieClip | Uses:44 | Used by:64 |
Symbol 64 MovieClip | Uses:59 60 61 62 63 | Used by:65 |
Symbol 65 MovieClip [fpb_states] | Uses:46 52 58 64 | |
Symbol 66 MovieClip [FUIComponentSymbol] | ||
Symbol 67 Graphic | Used by:68 | |
Symbol 68 MovieClip | Uses:67 | Used by:69 |
Symbol 69 MovieClip [FPushButtonSymbol] | Uses:30 68 | |
Symbol 70 Graphic | Used by:209 236 245 254 Timeline | |
Symbol 71 Graphic | Used by:Timeline | |
Symbol 72 Graphic | Used by:80 | |
Symbol 73 Graphic | Used by:74 | |
Symbol 74 MovieClip | Uses:73 | Used by:80 |
Symbol 75 Graphic | Used by:80 | |
Symbol 76 Graphic | Used by:80 | |
Symbol 77 Graphic | Used by:80 | |
Symbol 78 Graphic | Used by:80 | |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 MovieClip | Uses:72 74 75 76 77 78 79 | Used by:Timeline |
Symbol 81 Font | Used by:82 83 | |
Symbol 82 EditableText | Uses:81 | Used by:Timeline |
Symbol 83 EditableText | Uses:81 | Used by:Timeline |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:Timeline |
Symbol 86 Graphic | Used by:87 | |
Symbol 87 MovieClip | Uses:86 | Used by:Timeline |
Symbol 88 Graphic | Used by:Timeline | |
Symbol 89 Graphic | Used by:94 | |
Symbol 90 Graphic | Used by:94 | |
Symbol 91 Graphic | Used by:94 | |
Symbol 92 Graphic | Used by:94 | |
Symbol 93 Sound | Used by:94 176 183 209 236 245 254 | |
Symbol 94 Button | Uses:89 90 91 92 93 | Used by:Timeline |
Symbol 95 Sound | Used by:Timeline | |
Symbol 96 Graphic | Used by:99 172 180 | |
Symbol 97 Graphic | Used by:99 172 180 | |
Symbol 98 Graphic | Used by:99 103 172 180 204 232 241 251 | |
Symbol 99 MovieClip | Uses:96 97 98 | Used by:Timeline |
Symbol 100 Graphic | Used by:176 | |
Symbol 101 Graphic | Used by:103 | |
Symbol 102 Graphic | Used by:103 | |
Symbol 103 MovieClip | Uses:101 98 102 | Used by:176 183 |
Symbol 104 Graphic | Used by:176 | |
Symbol 105 Graphic | Used by:172 Timeline | |
Symbol 106 Graphic | Used by:172 Timeline | |
Symbol 107 Graphic | Used by:172 Timeline | |
Symbol 108 Graphic | Used by:172 Timeline | |
Symbol 109 Graphic | Used by:172 Timeline | |
Symbol 110 Graphic | Used by:172 Timeline | |
Symbol 111 Graphic | Used by:172 204 Timeline | |
Symbol 112 Graphic | Used by:172 Timeline | |
Symbol 113 Graphic | Used by:172 Timeline | |
Symbol 114 Graphic | Used by:172 Timeline | |
Symbol 115 Graphic | Used by:172 204 Timeline | |
Symbol 116 Graphic | Used by:172 Timeline | |
Symbol 117 Graphic | Used by:172 204 Timeline | |
Symbol 118 Graphic | Used by:172 Timeline | |
Symbol 119 Graphic | Used by:172 Timeline | |
Symbol 120 Graphic | Used by:172 204 Timeline | |
Symbol 121 Graphic | Used by:172 204 Timeline | |
Symbol 122 Graphic | Used by:172 204 Timeline | |
Symbol 123 Graphic | Used by:172 204 Timeline | |
Symbol 124 Graphic | Used by:172 204 Timeline | |
Symbol 125 Graphic | Used by:172 204 Timeline | |
Symbol 126 Graphic | Used by:172 Timeline | |
Symbol 127 Graphic | Used by:172 204 Timeline | |
Symbol 128 Graphic | Used by:172 204 Timeline | |
Symbol 129 Graphic | Used by:172 204 Timeline | |
Symbol 130 Graphic | Used by:172 Timeline | |
Symbol 131 Graphic | Used by:172 Timeline | |
Symbol 132 Graphic | Used by:172 Timeline | |
Symbol 133 Graphic | Used by:172 Timeline | |
Symbol 134 Graphic | Used by:172 Timeline | |
Symbol 135 Graphic | Used by:172 Timeline | |
Symbol 136 Graphic | Used by:172 Timeline | |
Symbol 137 Graphic | Used by:172 Timeline | |
Symbol 138 Graphic | Used by:172 Timeline | |
Symbol 139 Graphic | Used by:172 Timeline | |
Symbol 140 Graphic | Used by:172 204 Timeline | |
Symbol 141 Graphic | Used by:172 204 Timeline | |
Symbol 142 Graphic | Used by:172 204 Timeline | |
Symbol 143 Graphic | Used by:172 204 Timeline | |
Symbol 144 Graphic | Used by:172 204 Timeline | |
Symbol 145 Graphic | Used by:172 Timeline | |
Symbol 146 Graphic | Used by:172 204 Timeline | |
Symbol 147 Graphic | Used by:172 204 Timeline | |
Symbol 148 Graphic | Used by:172 204 Timeline | |
Symbol 149 Graphic | Used by:172 204 Timeline | |
Symbol 150 Graphic | Used by:172 204 Timeline | |
Symbol 151 Graphic | Used by:172 Timeline | |
Symbol 152 Graphic | Used by:172 Timeline | |
Symbol 153 Graphic | Used by:172 Timeline | |
Symbol 154 Graphic | Used by:172 Timeline | |
Symbol 155 Graphic | Used by:172 Timeline | |
Symbol 156 Graphic | Used by:172 Timeline | |
Symbol 157 Graphic | Used by:172 Timeline | |
Symbol 158 Graphic | Used by:172 Timeline | |
Symbol 159 Graphic | Used by:172 Timeline | |
Symbol 160 Graphic | Used by:172 Timeline | |
Symbol 161 Graphic | Used by:172 Timeline | |
Symbol 162 Graphic | Used by:172 Timeline | |
Symbol 163 Graphic | Used by:172 Timeline | |
Symbol 164 Graphic | Used by:172 Timeline | |
Symbol 165 Graphic | Used by:172 Timeline | |
Symbol 166 Graphic | Used by:172 Timeline | |
Symbol 167 Graphic | Used by:172 Timeline | |
Symbol 168 Graphic | Used by:172 204 Timeline | |
Symbol 169 Graphic | Used by:172 204 Timeline | |
Symbol 170 Graphic | Used by:172 204 Timeline | |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 MovieClip | Uses:96 97 98 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 | Used by:176 |
Symbol 173 Graphic | Used by:176 | |
Symbol 174 Graphic | Used by:176 183 | |
Symbol 175 Sound | Used by:176 254 | |
Symbol 176 Button | Uses:100 103 104 172 173 174 175 93 | Used by:Timeline |
Symbol 177 Graphic | Used by:183 | |
Symbol 178 Graphic | Used by:183 | |
Symbol 179 Graphic | Used by:180 | |
Symbol 180 MovieClip | Uses:96 97 98 179 | Used by:183 |
Symbol 181 Graphic | Used by:183 | |
Symbol 182 Sound | Used by:183 209 | |
Symbol 183 Button | Uses:177 103 178 180 181 174 182 93 | Used by:Timeline |
Symbol 184 Graphic | Used by:Timeline | |
Symbol 185 Graphic | Used by:Timeline | |
Symbol 186 Graphic | Used by:Timeline | |
Symbol 187 Graphic | Used by:Timeline | |
Symbol 188 Sound | Used by:Timeline | |
Symbol 189 Sound | Used by:Timeline | |
Symbol 190 Graphic | Used by:Timeline | |
Symbol 191 Graphic | Used by:Timeline | |
Symbol 192 Graphic | Used by:209 | |
Symbol 193 Graphic | Used by:204 232 241 251 | |
Symbol 194 Graphic | Used by:204 | |
Symbol 195 Graphic | Used by:204 Timeline | |
Symbol 196 Graphic | Used by:204 Timeline | |
Symbol 197 Graphic | Used by:204 Timeline | |
Symbol 198 Graphic | Used by:204 Timeline | |
Symbol 199 Graphic | Used by:204 Timeline | |
Symbol 200 Graphic | Used by:204 Timeline | |
Symbol 201 Graphic | Used by:204 Timeline | |
Symbol 202 Graphic | Used by:204 Timeline | |
Symbol 203 Graphic | Used by:204 Timeline | |
Symbol 204 MovieClip | Uses:193 194 195 120 121 122 123 124 125 127 128 196 129 115 140 141 142 143 144 146 117 111 147 197 149 150 148 198 168 199 169 170 200 201 202 203 98 | Used by:209 |
Symbol 205 Graphic | Used by:209 236 245 254 | |
Symbol 206 Graphic | Used by:209 236 245 254 | |
Symbol 207 Graphic | Used by:209 | |
Symbol 208 Graphic | Used by:209 | |
Symbol 209 Button | Uses:70 192 204 205 206 207 208 182 93 | Used by:Timeline |
Symbol 210 Graphic | Used by:236 | |
Symbol 211 Graphic | Used by:232 Timeline | |
Symbol 212 Bitmap | Used by:213 231 | |
Symbol 213 Graphic | Uses:212 | Used by:232 Timeline |
Symbol 214 Graphic | Used by:232 Timeline | |
Symbol 215 Graphic | Used by:232 Timeline | |
Symbol 216 Graphic | Used by:232 Timeline | |
Symbol 217 Graphic | Used by:232 Timeline | |
Symbol 218 Graphic | Used by:232 Timeline | |
Symbol 219 Graphic | Used by:232 Timeline | |
Symbol 220 Graphic | Used by:232 Timeline | |
Symbol 221 Bitmap | Used by:222 | |
Symbol 222 Graphic | Uses:221 | Used by:232 Timeline |
Symbol 223 Graphic | Used by:232 825 Timeline | |
Symbol 224 Graphic | Used by:232 825 Timeline | |
Symbol 225 Graphic | Used by:232 825 Timeline | |
Symbol 226 Graphic | Used by:232 825 Timeline | |
Symbol 227 Graphic | Used by:232 Timeline | |
Symbol 228 Graphic | Used by:232 Timeline | |
Symbol 229 Graphic | Used by:232 Timeline | |
Symbol 230 Graphic | Used by:232 Timeline | |
Symbol 231 Graphic | Uses:212 | Used by:232 Timeline |
Symbol 232 MovieClip | Uses:193 211 213 214 215 216 217 218 219 220 222 223 224 225 226 227 228 229 98 230 231 | Used by:236 |
Symbol 233 Graphic | Used by:236 | |
Symbol 234 Graphic | Used by:236 | |
Symbol 235 Sound | Used by:236 | |
Symbol 236 Button | Uses:70 210 232 205 206 233 234 235 93 | Used by:Timeline |
Symbol 237 Graphic | Used by:245 | |
Symbol 238 Graphic | Used by:241 Timeline | |
Symbol 239 Bitmap | Used by:240 941 957 | |
Symbol 240 Graphic | Uses:239 | Used by:241 Timeline |
Symbol 241 MovieClip | Uses:193 238 98 240 | Used by:245 |
Symbol 242 Graphic | Used by:245 | |
Symbol 243 Graphic | Used by:245 | |
Symbol 244 Sound | Used by:245 | |
Symbol 245 Button | Uses:70 237 241 205 206 242 243 244 93 | Used by:Timeline |
Symbol 246 Graphic | Used by:254 | |
Symbol 247 Graphic | Used by:251 Timeline | |
Symbol 248 Graphic | Used by:251 Timeline | |
Symbol 249 Graphic | Used by:251 Timeline | |
Symbol 250 Graphic | Used by:251 Timeline | |
Symbol 251 MovieClip | Uses:193 247 248 249 250 98 | Used by:254 |
Symbol 252 Graphic | Used by:254 | |
Symbol 253 Graphic | Used by:254 | |
Symbol 254 Button | Uses:70 246 251 205 206 252 253 175 93 | Used by:Timeline |
Symbol 255 Graphic | Used by:260 | |
Symbol 256 Graphic | Used by:260 | |
Symbol 257 Graphic | Used by:260 | |
Symbol 258 Graphic | Used by:260 | |
Symbol 259 Sound | Used by:260 | |
Symbol 260 Button | Uses:255 256 257 258 259 | Used by:Timeline |
Symbol 261 Graphic | Used by:Timeline | |
Symbol 262 Sound | Used by:Timeline | |
Symbol 263 Graphic | Used by:Timeline | |
Symbol 264 Graphic | Used by:Timeline | |
Symbol 265 Graphic | Used by:Timeline | |
Symbol 266 Graphic | Used by:270 | |
Symbol 267 Graphic | Used by:270 | |
Symbol 268 Graphic | Used by:270 | |
Symbol 269 Graphic | Used by:270 274 | |
Symbol 270 Button | Uses:266 267 268 269 | Used by:275 |
Symbol 271 Graphic | Used by:274 | |
Symbol 272 Graphic | Used by:274 | |
Symbol 273 Graphic | Used by:274 | |
Symbol 274 Button | Uses:271 272 273 269 | Used by:275 |
Symbol 275 MovieClip | Uses:270 274 | Used by:Timeline |
Symbol 276 Sound | Used by:Timeline | |
Symbol 277 Graphic | Used by:Timeline | |
Symbol 278 Graphic | Used by:Timeline | |
Symbol 279 Graphic | Used by:Timeline | |
Symbol 280 Graphic | Used by:Timeline | |
Symbol 281 Graphic | Used by:Timeline | |
Symbol 282 Graphic | Used by:Timeline | |
Symbol 283 Graphic | Used by:Timeline | |
Symbol 284 Graphic | Used by:Timeline | |
Symbol 285 ShapeTweening | Used by:Timeline | |
Symbol 286 Sound | Used by:Timeline | |
Symbol 287 ShapeTweening | Used by:Timeline | |
Symbol 288 ShapeTweening | Used by:Timeline | |
Symbol 289 ShapeTweening | Used by:Timeline | |
Symbol 290 Graphic | Used by:Timeline | |
Symbol 291 ShapeTweening | Used by:Timeline | |
Symbol 292 ShapeTweening | Used by:Timeline | |
Symbol 293 ShapeTweening | Used by:Timeline | |
Symbol 294 ShapeTweening | Used by:Timeline | |
Symbol 295 ShapeTweening | Used by:Timeline | |
Symbol 296 ShapeTweening | Used by:Timeline | |
Symbol 297 ShapeTweening | Used by:Timeline | |
Symbol 298 Graphic | Used by:Timeline | |
Symbol 299 ShapeTweening | Used by:Timeline | |
Symbol 300 ShapeTweening | Used by:Timeline | |
Symbol 301 ShapeTweening | Used by:Timeline | |
Symbol 302 ShapeTweening | Used by:Timeline | |
Symbol 303 Graphic | Used by:Timeline | |
Symbol 304 Graphic | Used by:Timeline | |
Symbol 305 Graphic | Used by:Timeline | |
Symbol 306 Graphic | Used by:Timeline | |
Symbol 307 Graphic | Used by:Timeline | |
Symbol 308 Graphic | Used by:825 Timeline | |
Symbol 309 Graphic | Used by:825 Timeline | |
Symbol 310 Graphic | Used by:Timeline | |
Symbol 311 Sound | Used by:Timeline | |
Symbol 312 Graphic | Used by:Timeline | |
Symbol 313 Sound | Used by:Timeline | |
Symbol 314 Graphic | Used by:Timeline | |
Symbol 315 Graphic | Used by:Timeline | |
Symbol 316 Graphic | Used by:Timeline | |
Symbol 317 Graphic | Used by:Timeline | |
Symbol 318 Graphic | Used by:Timeline | |
Symbol 319 Graphic | Used by:Timeline | |
Symbol 320 Sound | Used by:Timeline | |
Symbol 321 Graphic | Used by:Timeline | |
Symbol 322 Graphic | Used by:Timeline | |
Symbol 323 Graphic | Used by:Timeline | |
Symbol 324 Graphic | Used by:Timeline | |
Symbol 325 Graphic | Used by:Timeline | |
Symbol 326 Graphic | Used by:Timeline | |
Symbol 327 Graphic | Used by:Timeline | |
Symbol 328 Sound | Used by:Timeline | |
Symbol 329 Graphic | Used by:Timeline | |
Symbol 330 Graphic | Used by:Timeline | |
Symbol 331 Graphic | Used by:Timeline | |
Symbol 332 Graphic | Used by:Timeline | |
Symbol 333 Graphic | Used by:Timeline | |
Symbol 334 Graphic | Used by:Timeline | |
Symbol 335 Graphic | Used by:Timeline | |
Symbol 336 Graphic | Used by:Timeline | |
Symbol 337 Graphic | Used by:Timeline | |
Symbol 338 Graphic | Used by:Timeline | |
Symbol 339 Graphic | Used by:Timeline | |
Symbol 340 Graphic | Used by:Timeline | |
Symbol 341 Graphic | Used by:Timeline | |
Symbol 342 ShapeTweening | Used by:Timeline | |
Symbol 343 ShapeTweening | Used by:Timeline | |
Symbol 344 ShapeTweening | Used by:Timeline | |
Symbol 345 ShapeTweening | Used by:Timeline | |
Symbol 346 ShapeTweening | Used by:Timeline | |
Symbol 347 ShapeTweening | Used by:Timeline | |
Symbol 348 ShapeTweening | Used by:Timeline | |
Symbol 349 ShapeTweening | Used by:Timeline | |
Symbol 350 Sound | Used by:Timeline | |
Symbol 351 Sound | Used by:Timeline | |
Symbol 352 Graphic | Used by:Timeline | |
Symbol 353 Graphic | Used by:Timeline | |
Symbol 354 Graphic | Used by:Timeline | |
Symbol 355 Graphic | Used by:Timeline | |
Symbol 356 Graphic | Used by:Timeline | |
Symbol 357 Graphic | Used by:Timeline | |
Symbol 358 Graphic | Used by:Timeline | |
Symbol 359 Graphic | Used by:Timeline | |
Symbol 360 Graphic | Used by:Timeline | |
Symbol 361 Graphic | Used by:Timeline | |
Symbol 362 Sound | Used by:Timeline | |
Symbol 363 Graphic | Used by:Timeline | |
Symbol 364 Graphic | Used by:Timeline | |
Symbol 365 Graphic | Used by:Timeline | |
Symbol 366 Graphic | Used by:Timeline | |
Symbol 367 Graphic | Used by:Timeline | |
Symbol 368 Sound | Used by:Timeline | |
Symbol 369 Graphic | Used by:Timeline | |
Symbol 370 Graphic | Used by:Timeline | |
Symbol 371 Graphic | Used by:Timeline | |
Symbol 372 Graphic | Used by:Timeline | |
Symbol 373 Graphic | Used by:Timeline | |
Symbol 374 Graphic | Used by:Timeline | |
Symbol 375 Graphic | Used by:Timeline | |
Symbol 376 Graphic | Used by:Timeline | |
Symbol 377 Graphic | Used by:Timeline | |
Symbol 378 Sound | Used by:Timeline | |
Symbol 379 Graphic | Used by:Timeline | |
Symbol 380 Graphic | Used by:Timeline | |
Symbol 381 Graphic | Used by:Timeline | |
Symbol 382 Sound | Used by:Timeline | |
Symbol 383 Graphic | Used by:Timeline | |
Symbol 384 Graphic | Used by:Timeline | |
Symbol 385 Graphic | Used by:Timeline | |
Symbol 386 Graphic | Used by:Timeline | |
Symbol 387 Graphic | Used by:Timeline | |
Symbol 388 Graphic | Used by:Timeline | |
Symbol 389 Graphic | Used by:Timeline | |
Symbol 390 Graphic | Used by:Timeline | |
Symbol 391 Graphic | Used by:Timeline | |
Symbol 392 Graphic | Used by:Timeline | |
Symbol 393 Sound | Used by:Timeline | |
Symbol 394 Graphic | Used by:Timeline | |
Symbol 395 Graphic | Used by:Timeline | |
Symbol 396 Sound | Used by:Timeline | |
Symbol 397 Graphic | Used by:Timeline | |
Symbol 398 Graphic | Used by:Timeline | |
Symbol 399 Graphic | Used by:Timeline | |
Symbol 400 Graphic | Used by:Timeline | |
Symbol 401 Graphic | Used by:Timeline | |
Symbol 402 Graphic | Used by:Timeline | |
Symbol 403 Graphic | Used by:Timeline | |
Symbol 404 Graphic | Used by:Timeline | |
Symbol 405 Graphic | Used by:Timeline | |
Symbol 406 Graphic | Used by:Timeline | |
Symbol 407 Graphic | Used by:Timeline | |
Symbol 408 Graphic | Used by:Timeline | |
Symbol 409 Graphic | Used by:Timeline | |
Symbol 410 Graphic | Used by:Timeline | |
Symbol 411 Sound | Used by:Timeline | |
Symbol 412 Graphic | Used by:Timeline | |
Symbol 413 Graphic | Used by:Timeline | |
Symbol 414 Graphic | Used by:Timeline | |
Symbol 415 Graphic | Used by:Timeline | |
Symbol 416 Graphic | Used by:Timeline | |
Symbol 417 Graphic | Used by:Timeline | |
Symbol 418 Graphic | Used by:Timeline | |
Symbol 419 Graphic | Used by:Timeline | |
Symbol 420 Graphic | Used by:Timeline | |
Symbol 421 Graphic | Used by:Timeline | |
Symbol 422 Graphic | Used by:Timeline | |
Symbol 423 Graphic | Used by:Timeline | |
Symbol 424 ShapeTweening | Used by:Timeline | |
Symbol 425 Sound | Used by:Timeline | |
Symbol 426 ShapeTweening | Used by:Timeline | |
Symbol 427 ShapeTweening | Used by:Timeline | |
Symbol 428 ShapeTweening | Used by:Timeline | |
Symbol 429 ShapeTweening | Used by:Timeline | |
Symbol 430 Graphic | Used by:Timeline | |
Symbol 431 Sound | Used by:Timeline | |
Symbol 432 Graphic | Used by:Timeline | |
Symbol 433 Sound | Used by:Timeline | |
Symbol 434 Sound | Used by:Timeline | |
Symbol 435 Sound | Used by:Timeline | |
Symbol 436 Graphic | Used by:Timeline | |
Symbol 437 ShapeTweening | Used by:Timeline | |
Symbol 438 Sound | Used by:Timeline | |
Symbol 439 ShapeTweening | Used by:Timeline | |
Symbol 440 ShapeTweening | Used by:Timeline | |
Symbol 441 ShapeTweening | Used by:Timeline | |
Symbol 442 ShapeTweening | Used by:Timeline | |
Symbol 443 Graphic | Used by:Timeline | |
Symbol 444 Graphic | Used by:Timeline | |
Symbol 445 Graphic | Used by:Timeline | |
Symbol 446 Graphic | Used by:Timeline | |
Symbol 447 Graphic | Used by:Timeline | |
Symbol 448 Graphic | Used by:Timeline | |
Symbol 449 Graphic | Used by:Timeline | |
Symbol 450 Graphic | Used by:Timeline | |
Symbol 451 Graphic | Used by:Timeline | |
Symbol 452 Graphic | Used by:Timeline | |
Symbol 453 Graphic | Used by:Timeline | |
Symbol 454 Graphic | Used by:Timeline | |
Symbol 455 Sound | Used by:Timeline | |
Symbol 456 ShapeTweening | Used by:Timeline | |
Symbol 457 ShapeTweening | Used by:Timeline | |
Symbol 458 Graphic | Used by:Timeline | |
Symbol 459 ShapeTweening | Used by:Timeline | |
Symbol 460 ShapeTweening | Used by:Timeline | |
Symbol 461 ShapeTweening | Used by:Timeline | |
Symbol 462 ShapeTweening | Used by:Timeline | |
Symbol 463 ShapeTweening | Used by:Timeline | |
Symbol 464 ShapeTweening | Used by:Timeline | |
Symbol 465 ShapeTweening | Used by:Timeline | |
Symbol 466 ShapeTweening | Used by:Timeline | |
Symbol 467 ShapeTweening | Used by:Timeline | |
Symbol 468 Graphic | Used by:Timeline | |
Symbol 469 Sound | Used by:Timeline | |
Symbol 470 Sound | Used by:Timeline | |
Symbol 471 Graphic | Used by:Timeline | |
Symbol 472 Sound | Used by:Timeline | |
Symbol 473 Graphic | Used by:Timeline | |
Symbol 474 Graphic | Used by:Timeline | |
Symbol 475 Graphic | Used by:Timeline | |
Symbol 476 Graphic | Used by:Timeline | |
Symbol 477 Sound | Used by:Timeline | |
Symbol 478 Sound | Used by:Timeline | |
Symbol 479 Sound | Used by:Timeline | |
Symbol 480 Graphic | Used by:Timeline | |
Symbol 481 Graphic | Used by:Timeline | |
Symbol 482 Graphic | Used by:Timeline | |
Symbol 483 Graphic | Used by:Timeline | |
Symbol 484 Graphic | Used by:Timeline | |
Symbol 485 Sound | Used by:Timeline | |
Symbol 486 Graphic | Used by:Timeline | |
Symbol 487 Graphic | Used by:Timeline | |
Symbol 488 Graphic | Used by:Timeline | |
Symbol 489 Graphic | Used by:Timeline | |
Symbol 490 Graphic | Used by:Timeline | |
Symbol 491 Graphic | Used by:Timeline | |
Symbol 492 Graphic | Used by:Timeline | |
Symbol 493 Graphic | Used by:Timeline | |
Symbol 494 Graphic | Used by:Timeline | |
Symbol 495 Graphic | Used by:Timeline | |
Symbol 496 Graphic | Used by:Timeline | |
Symbol 497 Graphic | Used by:Timeline | |
Symbol 498 Graphic | Used by:Timeline | |
Symbol 499 Graphic | Used by:Timeline | |
Symbol 500 Sound | Used by:Timeline | |
Symbol 501 Graphic | Used by:Timeline | |
Symbol 502 Sound | Used by:Timeline | |
Symbol 503 Sound | Used by:Timeline | |
Symbol 504 Graphic | Used by:Timeline | |
Symbol 505 Graphic | Used by:Timeline | |
Symbol 506 Graphic | Used by:Timeline | |
Symbol 507 Graphic | Used by:Timeline | |
Symbol 508 Graphic | Used by:Timeline | |
Symbol 509 Graphic | Used by:Timeline | |
Symbol 510 Graphic | Used by:Timeline | |
Symbol 511 Graphic | Used by:Timeline | |
Symbol 512 Graphic | Used by:Timeline | |
Symbol 513 Graphic | Used by:Timeline | |
Symbol 514 Graphic | Used by:Timeline | |
Symbol 515 Graphic | Used by:Timeline | |
Symbol 516 Graphic | Used by:Timeline | |
Symbol 517 Sound | Used by:Timeline | |
Symbol 518 Graphic | Used by:Timeline | |
Symbol 519 Graphic | Used by:Timeline | |
Symbol 520 Graphic | Used by:Timeline | |
Symbol 521 Graphic | Used by:Timeline | |
Symbol 522 Graphic | Used by:Timeline | |
Symbol 523 Graphic | Used by:Timeline | |
Symbol 524 Graphic | Used by:Timeline | |
Symbol 525 Graphic | Used by:Timeline | |
Symbol 526 Graphic | Used by:Timeline | |
Symbol 527 Graphic | Used by:Timeline | |
Symbol 528 Graphic | Used by:Timeline | |
Symbol 529 Graphic | Used by:Timeline | |
Symbol 530 Graphic | Used by:Timeline | |
Symbol 531 Graphic | Used by:Timeline | |
Symbol 532 Graphic | Used by:Timeline | |
Symbol 533 Graphic | Used by:Timeline | |
Symbol 534 Graphic | Used by:Timeline | |
Symbol 535 Sound | Used by:Timeline | |
Symbol 536 Graphic | Used by:Timeline | |
Symbol 537 Graphic | Used by:Timeline | |
Symbol 538 Graphic | Used by:Timeline | |
Symbol 539 Graphic | Used by:Timeline | |
Symbol 540 Graphic | Used by:Timeline | |
Symbol 541 Graphic | Used by:Timeline | |
Symbol 542 Graphic | Used by:Timeline | |
Symbol 543 Graphic | Used by:Timeline | |
Symbol 544 Graphic | Used by:Timeline | |
Symbol 545 Graphic | Used by:Timeline | |
Symbol 546 Graphic | Used by:Timeline | |
Symbol 547 Graphic | Used by:Timeline | |
Symbol 548 Graphic | Used by:Timeline | |
Symbol 549 Graphic | Used by:Timeline | |
Symbol 550 Graphic | Used by:Timeline | |
Symbol 551 Graphic | Used by:Timeline | |
Symbol 552 Graphic | Used by:Timeline | |
Symbol 553 Graphic | Used by:Timeline | |
Symbol 554 Graphic | Used by:Timeline | |
Symbol 555 Graphic | Used by:Timeline | |
Symbol 556 Graphic | Used by:Timeline | |
Symbol 557 Graphic | Used by:Timeline | |
Symbol 558 Graphic | Used by:Timeline | |
Symbol 559 Graphic | Used by:Timeline | |
Symbol 560 Graphic | Used by:Timeline | |
Symbol 561 Graphic | Used by:Timeline | |
Symbol 562 Graphic | Used by:Timeline | |
Symbol 563 Graphic | Used by:Timeline | |
Symbol 564 Graphic | Used by:Timeline | |
Symbol 565 Graphic | Used by:Timeline | |
Symbol 566 Graphic | Used by:Timeline | |
Symbol 567 Graphic | Used by:Timeline | |
Symbol 568 Graphic | Used by:Timeline | |
Symbol 569 Graphic | Used by:Timeline | |
Symbol 570 Graphic | Used by:Timeline | |
Symbol 571 Graphic | Used by:Timeline | |
Symbol 572 Graphic | Used by:Timeline | |
Symbol 573 Graphic | Used by:Timeline | |
Symbol 574 Graphic | Used by:Timeline | |
Symbol 575 Graphic | Used by:Timeline | |
Symbol 576 Graphic | Used by:Timeline | |
Symbol 577 Graphic | Used by:Timeline | |
Symbol 578 Graphic | Used by:Timeline | |
Symbol 579 Graphic | Used by:Timeline | |
Symbol 580 Graphic | Used by:Timeline | |
Symbol 581 Graphic | Used by:Timeline | |
Symbol 582 ShapeTweening | Used by:Timeline | |
Symbol 583 ShapeTweening | Used by:Timeline | |
Symbol 584 ShapeTweening | Used by:Timeline | |
Symbol 585 ShapeTweening | Used by:Timeline | |
Symbol 586 ShapeTweening | Used by:Timeline | |
Symbol 587 ShapeTweening | Used by:Timeline | |
Symbol 588 ShapeTweening | Used by:Timeline | |
Symbol 589 ShapeTweening | Used by:Timeline | |
Symbol 590 ShapeTweening | Used by:Timeline | |
Symbol 591 Graphic | Used by:Timeline | |
Symbol 592 Sound | Used by:Timeline | |
Symbol 593 Graphic | Used by:Timeline | |
Symbol 594 Graphic | Used by:Timeline | |
Symbol 595 Graphic | Used by:Timeline | |
Symbol 596 Graphic | Used by:Timeline | |
Symbol 597 Graphic | Used by:Timeline | |
Symbol 598 Graphic | Used by:Timeline | |
Symbol 599 Graphic | Used by:Timeline | |
Symbol 600 Graphic | Used by:Timeline | |
Symbol 601 Graphic | Used by:Timeline | |
Symbol 602 Graphic | Used by:Timeline | |
Symbol 603 Graphic | Used by:Timeline | |
Symbol 604 Graphic | Used by:Timeline | |
Symbol 605 Graphic | Used by:Timeline | |
Symbol 606 Graphic | Used by:Timeline | |
Symbol 607 Graphic | Used by:Timeline | |
Symbol 608 Graphic | Used by:Timeline | |
Symbol 609 Graphic | Used by:Timeline | |
Symbol 610 Graphic | Used by:Timeline | |
Symbol 611 Graphic | Used by:Timeline | |
Symbol 612 Graphic | Used by:Timeline | |
Symbol 613 Graphic | Used by:Timeline | |
Symbol 614 Graphic | Used by:Timeline | |
Symbol 615 Graphic | Used by:Timeline | |
Symbol 616 Graphic | Used by:Timeline | |
Symbol 617 Graphic | Used by:Timeline | |
Symbol 618 Graphic | Used by:Timeline | |
Symbol 619 Graphic | Used by:Timeline | |
Symbol 620 Graphic | Used by:Timeline | |
Symbol 621 Graphic | Used by:Timeline | |
Symbol 622 Graphic | Used by:Timeline | |
Symbol 623 Graphic | Used by:Timeline | |
Symbol 624 Graphic | Used by:Timeline | |
Symbol 625 Graphic | Used by:Timeline | |
Symbol 626 Graphic | Used by:Timeline | |
Symbol 627 Graphic | Used by:Timeline | |
Symbol 628 Sound | Used by:Timeline | |
Symbol 629 Graphic | Used by:Timeline | |
Symbol 630 Graphic | Used by:Timeline | |
Symbol 631 Graphic | Used by:Timeline | |
Symbol 632 Graphic | Used by:Timeline | |
Symbol 633 Graphic | Used by:Timeline | |
Symbol 634 Graphic | Used by:Timeline | |
Symbol 635 Graphic | Used by:Timeline | |
Symbol 636 Graphic | Used by:Timeline | |
Symbol 637 Graphic | Used by:Timeline | |
Symbol 638 Graphic | Used by:Timeline | |
Symbol 639 Graphic | Used by:Timeline | |
Symbol 640 Graphic | Used by:Timeline | |
Symbol 641 Graphic | Used by:Timeline | |
Symbol 642 Graphic | Used by:Timeline | |
Symbol 643 Graphic | Used by:Timeline | |
Symbol 644 Graphic | Used by:Timeline | |
Symbol 645 Graphic | Used by:Timeline | |
Symbol 646 Graphic | Used by:Timeline | |
Symbol 647 Graphic | Used by:Timeline | |
Symbol 648 Graphic | Used by:Timeline | |
Symbol 649 Graphic | Used by:Timeline | |
Symbol 650 Graphic | Used by:Timeline | |
Symbol 651 Graphic | Used by:Timeline | |
Symbol 652 Graphic | Used by:Timeline | |
Symbol 653 Graphic | Used by:Timeline | |
Symbol 654 Graphic | Used by:Timeline | |
Symbol 655 Graphic | Used by:Timeline | |
Symbol 656 Graphic | Used by:Timeline | |
Symbol 657 Graphic | Used by:Timeline | |
Symbol 658 Graphic | Used by:Timeline | |
Symbol 659 Graphic | Used by:Timeline | |
Symbol 660 Graphic | Used by:Timeline | |
Symbol 661 Graphic | Used by:Timeline | |
Symbol 662 Graphic | Used by:Timeline | |
Symbol 663 Graphic | Used by:Timeline | |
Symbol 664 Graphic | Used by:Timeline | |
Symbol 665 Graphic | Used by:Timeline | |
Symbol 666 Graphic | Used by:Timeline | |
Symbol 667 Graphic | Used by:Timeline | |
Symbol 668 Graphic | Used by:Timeline | |
Symbol 669 Sound | Used by:Timeline | |
Symbol 670 Graphic | Used by:Timeline | |
Symbol 671 Sound | Used by:Timeline | |
Symbol 672 Graphic | Used by:Timeline | |
Symbol 673 Graphic | Used by:Timeline | |
Symbol 674 Sound | Used by:Timeline | |
Symbol 675 Graphic | Used by:Timeline | |
Symbol 676 Graphic | Used by:Timeline | |
Symbol 677 Graphic | Used by:Timeline | |
Symbol 678 Sound | Used by:Timeline | |
Symbol 679 Sound | Used by:Timeline | |
Symbol 680 Graphic | Used by:Timeline | |
Symbol 681 Graphic | Used by:Timeline | |
Symbol 682 Graphic | Used by:Timeline | |
Symbol 683 Graphic | Used by:Timeline | |
Symbol 684 Graphic | Used by:Timeline | |
Symbol 685 Graphic | Used by:Timeline | |
Symbol 686 Graphic | Used by:Timeline | |
Symbol 687 Graphic | Used by:Timeline | |
Symbol 688 Graphic | Used by:Timeline | |
Symbol 689 Graphic | Used by:Timeline | |
Symbol 690 Graphic | Used by:Timeline | |
Symbol 691 Graphic | Used by:Timeline | |
Symbol 692 Graphic | Used by:Timeline | |
Symbol 693 Graphic | Used by:Timeline | |
Symbol 694 Sound | Used by:Timeline | |
Symbol 695 Graphic | Used by:Timeline | |
Symbol 696 Graphic | Used by:Timeline | |
Symbol 697 Graphic | Used by:Timeline | |
Symbol 698 Graphic | Used by:Timeline | |
Symbol 699 Graphic | Used by:Timeline | |
Symbol 700 Graphic | Used by:Timeline | |
Symbol 701 Sound | Used by:Timeline | |
Symbol 702 Graphic | Used by:Timeline | |
Symbol 703 Graphic | Used by:Timeline | |
Symbol 704 Graphic | Used by:Timeline | |
Symbol 705 Graphic | Used by:Timeline | |
Symbol 706 Graphic | Used by:Timeline | |
Symbol 707 Graphic | Used by:Timeline | |
Symbol 708 Sound | Used by:Timeline | |
Symbol 709 Graphic | Used by:Timeline | |
Symbol 710 Graphic | Used by:Timeline | |
Symbol 711 Graphic | Used by:Timeline | |
Symbol 712 Graphic | Used by:Timeline | |
Symbol 713 Graphic | Used by:Timeline | |
Symbol 714 Graphic | Used by:Timeline | |
Symbol 715 Graphic | Used by:Timeline | |
Symbol 716 Graphic | Used by:Timeline | |
Symbol 717 Sound | Used by:Timeline | |
Symbol 718 Sound | Used by:Timeline | |
Symbol 719 Graphic | Used by:Timeline | |
Symbol 720 Sound | Used by:Timeline | |
Symbol 721 Graphic | Used by:Timeline | |
Symbol 722 Graphic | Used by:Timeline | |
Symbol 723 Graphic | Used by:Timeline | |
Symbol 724 Graphic | Used by:Timeline | |
Symbol 725 Graphic | Used by:Timeline | |
Symbol 726 Graphic | Used by:Timeline | |
Symbol 727 Graphic | Used by:Timeline | |
Symbol 728 Graphic | Used by:Timeline | |
Symbol 729 Sound | Used by:Timeline | |
Symbol 730 Sound | Used by:Timeline | |
Symbol 731 Sound | Used by:Timeline | |
Symbol 732 Graphic | Used by:Timeline | |
Symbol 733 Graphic | Used by:Timeline | |
Symbol 734 Graphic | Used by:Timeline | |
Symbol 735 Graphic | Used by:Timeline | |
Symbol 736 ShapeTweening | Used by:Timeline | |
Symbol 737 ShapeTweening | Used by:Timeline | |
Symbol 738 Graphic | Used by:Timeline | |
Symbol 739 Graphic | Used by:Timeline | |
Symbol 740 Graphic | Used by:Timeline | |
Symbol 741 Graphic | Used by:Timeline | |
Symbol 742 Graphic | Used by:Timeline | |
Symbol 743 Graphic | Used by:Timeline | |
Symbol 744 Graphic | Used by:Timeline | |
Symbol 745 Graphic | Used by:Timeline | |
Symbol 746 Graphic | Used by:Timeline | |
Symbol 747 Graphic | Used by:Timeline | |
Symbol 748 Graphic | Used by:Timeline | |
Symbol 749 Graphic | Used by:Timeline | |
Symbol 750 Graphic | Used by:Timeline | |
Symbol 751 Graphic | Used by:Timeline | |
Symbol 752 Graphic | Used by:Timeline | |
Symbol 753 Graphic | Used by:Timeline | |
Symbol 754 Graphic | Used by:Timeline | |
Symbol 755 Graphic | Used by:Timeline | |
Symbol 756 Graphic | Used by:Timeline | |
Symbol 757 Graphic | Used by:Timeline | |
Symbol 758 Graphic | Used by:Timeline | |
Symbol 759 Graphic | Used by:Timeline | |
Symbol 760 Graphic | Used by:Timeline | |
Symbol 761 Graphic | Used by:Timeline | |
Symbol 762 Graphic | Used by:Timeline | |
Symbol 763 Graphic | Used by:Timeline | |
Symbol 764 Graphic | Used by:Timeline | |
Symbol 765 Graphic | Used by:Timeline | |
Symbol 766 Graphic | Used by:Timeline | |
Symbol 767 Graphic | Used by:Timeline | |
Symbol 768 Graphic | Used by:Timeline | |
Symbol 769 Graphic | Used by:Timeline | |
Symbol 770 Graphic | Used by:Timeline | |
Symbol 771 Graphic | Used by:Timeline | |
Symbol 772 Sound | Used by:Timeline | |
Symbol 773 Graphic | Used by:Timeline | |
Symbol 774 Graphic | Used by:Timeline | |
Symbol 775 Graphic | Used by:Timeline | |
Symbol 776 Graphic | Used by:Timeline | |
Symbol 777 Graphic | Used by:Timeline | |
Symbol 778 Graphic | Used by:Timeline | |
Symbol 779 Sound | Used by:Timeline | |
Symbol 780 Graphic | Used by:Timeline | |
Symbol 781 Graphic | Used by:Timeline | |
Symbol 782 Graphic | Used by:Timeline | |
Symbol 783 Graphic | Used by:Timeline | |
Symbol 784 Graphic | Used by:Timeline | |
Symbol 785 Graphic | Used by:Timeline | |
Symbol 786 Sound | Used by:Timeline | |
Symbol 787 Graphic | Used by:Timeline | |
Symbol 788 Sound | Used by:Timeline | |
Symbol 789 Graphic | Used by:Timeline | |
Symbol 790 Graphic | Used by:825 Timeline | |
Symbol 791 Graphic | Used by:Timeline | |
Symbol 792 Graphic | Used by:Timeline | |
Symbol 793 Graphic | Used by:Timeline | |
Symbol 794 Graphic | Used by:Timeline | |
Symbol 795 Graphic | Used by:Timeline | |
Symbol 796 Graphic | Used by:Timeline | |
Symbol 797 Graphic | Used by:Timeline | |
Symbol 798 Graphic | Used by:Timeline | |
Symbol 799 Graphic | Used by:Timeline | |
Symbol 800 Graphic | Used by:Timeline | |
Symbol 801 Graphic | Used by:Timeline | |
Symbol 802 Graphic | Used by:Timeline | |
Symbol 803 Graphic | Used by:Timeline | |
Symbol 804 Graphic | Used by:Timeline | |
Symbol 805 Graphic | Used by:Timeline | |
Symbol 806 Sound | Used by:Timeline | |
Symbol 807 Graphic | Used by:808 | |
Symbol 808 MovieClip | Uses:807 | Used by:Timeline |
Symbol 809 Graphic | Used by:Timeline | |
Symbol 810 Graphic | Used by:Timeline | |
Symbol 811 Graphic | Used by:Timeline | |
Symbol 812 Sound | Used by:Timeline | |
Symbol 813 Sound | Used by:Timeline | |
Symbol 814 Graphic | Used by:Timeline | |
Symbol 815 Sound | Used by:Timeline | |
Symbol 816 Graphic | Used by:Timeline | |
Symbol 817 Graphic | Used by:Timeline | |
Symbol 818 Graphic | Used by:Timeline | |
Symbol 819 Graphic | Used by:Timeline | |
Symbol 820 Graphic | Used by:Timeline | |
Symbol 821 Graphic | Used by:Timeline | |
Symbol 822 Graphic | Used by:Timeline | |
Symbol 823 Graphic | Used by:825 | |
Symbol 824 Graphic | Used by:825 Timeline | |
Symbol 825 MovieClip | Uses:823 223 224 225 226 308 309 790 824 | Used by:Timeline |
Symbol 826 Sound | Used by:Timeline | |
Symbol 827 Graphic | Used by:Timeline | |
Symbol 828 Sound | Used by:Timeline | |
Symbol 829 Graphic | Used by:Timeline | |
Symbol 830 Graphic | Used by:Timeline | |
Symbol 831 Graphic | Used by:Timeline | |
Symbol 832 Graphic | Used by:Timeline | |
Symbol 833 Sound | Used by:Timeline | |
Symbol 834 Graphic | Used by:Timeline | |
Symbol 835 Graphic | Used by:Timeline | |
Symbol 836 Graphic | Used by:Timeline | |
Symbol 837 Graphic | Used by:Timeline | |
Symbol 838 Graphic | Used by:Timeline | |
Symbol 839 Graphic | Used by:Timeline | |
Symbol 840 Bitmap | Used by:841 902 905 906 924 955 959 963 989 | |
Symbol 841 Graphic | Uses:840 | Used by:Timeline |
Symbol 842 Graphic | Used by:Timeline | |
Symbol 843 Graphic | Used by:Timeline | |
Symbol 844 Graphic | Used by:Timeline | |
Symbol 845 Graphic | Used by:Timeline | |
Symbol 846 Graphic | Used by:Timeline | |
Symbol 847 Graphic | Used by:Timeline | |
Symbol 848 Graphic | Used by:Timeline | |
Symbol 849 Graphic | Used by:Timeline | |
Symbol 850 Graphic | Used by:Timeline | |
Symbol 851 Graphic | Used by:Timeline | |
Symbol 852 Graphic | Used by:Timeline | |
Symbol 853 Graphic | Used by:Timeline | |
Symbol 854 Graphic | Used by:Timeline | |
Symbol 855 Graphic | Used by:Timeline | |
Symbol 856 Graphic | Used by:Timeline | |
Symbol 857 Graphic | Used by:Timeline | |
Symbol 858 Graphic | Used by:Timeline | |
Symbol 859 Graphic | Used by:Timeline | |
Symbol 860 Graphic | Used by:Timeline | |
Symbol 861 Graphic | Used by:Timeline | |
Symbol 862 Graphic | Used by:Timeline | |
Symbol 863 Sound | Used by:Timeline | |
Symbol 864 Graphic | Used by:Timeline | |
Symbol 865 Graphic | Used by:Timeline | |
Symbol 866 Graphic | Used by:Timeline | |
Symbol 867 Graphic | Used by:Timeline | |
Symbol 868 Graphic | Used by:Timeline | |
Symbol 869 Graphic | Used by:Timeline | |
Symbol 870 Graphic | Used by:Timeline | |
Symbol 871 Graphic | Used by:Timeline | |
Symbol 872 Graphic | Used by:Timeline | |
Symbol 873 Graphic | Used by:Timeline | |
Symbol 874 Graphic | Used by:Timeline | |
Symbol 875 Graphic | Used by:Timeline | |
Symbol 876 Graphic | Used by:Timeline | |
Symbol 877 Sound | Used by:Timeline | |
Symbol 878 Graphic | Used by:Timeline | |
Symbol 879 Graphic | Used by:Timeline | |
Symbol 880 Graphic | Used by:Timeline | |
Symbol 881 Graphic | Used by:Timeline | |
Symbol 882 Graphic | Used by:Timeline | |
Symbol 883 Graphic | Used by:Timeline | |
Symbol 884 Graphic | Used by:Timeline | |
Symbol 885 Graphic | Used by:Timeline | |
Symbol 886 Graphic | Used by:Timeline | |
Symbol 887 Graphic | Used by:Timeline | |
Symbol 888 Graphic | Used by:Timeline | |
Symbol 889 Graphic | Used by:Timeline | |
Symbol 890 Graphic | Used by:Timeline | |
Symbol 891 Graphic | Used by:Timeline | |
Symbol 892 Graphic | Used by:Timeline | |
Symbol 893 Graphic | Used by:Timeline | |
Symbol 894 Graphic | Used by:Timeline | |
Symbol 895 Graphic | Used by:Timeline | |
Symbol 896 Graphic | Used by:Timeline | |
Symbol 897 Graphic | Used by:Timeline | |
Symbol 898 Graphic | Used by:Timeline | |
Symbol 899 Graphic | Used by:Timeline | |
Symbol 900 Graphic | Used by:Timeline | |
Symbol 901 Graphic | Used by:Timeline | |
Symbol 902 Graphic | Uses:840 | Used by:Timeline |
Symbol 903 Graphic | Used by:Timeline | |
Symbol 904 Graphic | Used by:Timeline | |
Symbol 905 Graphic | Uses:840 | Used by:Timeline |
Symbol 906 Graphic | Uses:840 | Used by:Timeline |
Symbol 907 Sound | Used by:Timeline | |
Symbol 908 Graphic | Used by:Timeline | |
Symbol 909 Graphic | Used by:Timeline | |
Symbol 910 Graphic | Used by:Timeline | |
Symbol 911 Graphic | Used by:Timeline | |
Symbol 912 Graphic | Used by:Timeline | |
Symbol 913 Sound | Used by:Timeline | |
Symbol 914 Graphic | Used by:Timeline | |
Symbol 915 Graphic | Used by:Timeline | |
Symbol 916 Graphic | Used by:Timeline | |
Symbol 917 Graphic | Used by:Timeline | |
Symbol 918 Sound | Used by:Timeline | |
Symbol 919 Sound | Used by:Timeline | |
Symbol 920 Graphic | Used by:Timeline | |
Symbol 921 Graphic | Used by:Timeline | |
Symbol 922 Graphic | Used by:Timeline | |
Symbol 923 Graphic | Used by:Timeline | |
Symbol 924 Graphic | Uses:840 | Used by:Timeline |
Symbol 925 Graphic | Used by:Timeline | |
Symbol 926 Graphic | Used by:Timeline | |
Symbol 927 Graphic | Used by:Timeline | |
Symbol 928 Graphic | Used by:Timeline | |
Symbol 929 Graphic | Used by:Timeline | |
Symbol 930 Graphic | Used by:Timeline | |
Symbol 931 Graphic | Used by:Timeline | |
Symbol 932 Graphic | Used by:Timeline | |
Symbol 933 Graphic | Used by:Timeline | |
Symbol 934 Sound | Used by:Timeline | |
Symbol 935 Graphic | Used by:Timeline | |
Symbol 936 Graphic | Used by:Timeline | |
Symbol 937 Graphic | Used by:Timeline | |
Symbol 938 Bitmap | Used by:939 | |
Symbol 939 Graphic | Uses:938 | Used by:Timeline |
Symbol 940 Graphic | Used by:Timeline | |
Symbol 941 Graphic | Uses:239 | Used by:Timeline |
Symbol 942 Sound | Used by:Timeline | |
Symbol 943 Graphic | Used by:Timeline | |
Symbol 944 Bitmap | Used by:945 951 953 | |
Symbol 945 Graphic | Uses:944 | Used by:Timeline |
Symbol 946 Graphic | Used by:Timeline | |
Symbol 947 Sound | Used by:Timeline | |
Symbol 948 Graphic | Used by:Timeline | |
Symbol 949 Graphic | Used by:Timeline | |
Symbol 950 Graphic | Used by:Timeline | |
Symbol 951 Graphic | Uses:944 | Used by:Timeline |
Symbol 952 Graphic | Used by:Timeline | |
Symbol 953 Graphic | Uses:944 | Used by:Timeline |
Symbol 954 Graphic | Used by:Timeline | |
Symbol 955 Graphic | Uses:840 | Used by:Timeline |
Symbol 956 Graphic | Used by:Timeline | |
Symbol 957 Graphic | Uses:239 | Used by:Timeline |
Symbol 958 Sound | Used by:Timeline | |
Symbol 959 Graphic | Uses:840 | Used by:Timeline |
Symbol 960 Graphic | Used by:Timeline | |
Symbol 961 Graphic | Used by:Timeline | |
Symbol 962 Sound | Used by:Timeline | |
Symbol 963 Graphic | Uses:840 | Used by:Timeline |
Symbol 964 Graphic | Used by:Timeline | |
Symbol 965 Graphic | Used by:Timeline | |
Symbol 966 Graphic | Used by:Timeline | |
Symbol 967 Bitmap | Used by:968 | |
Symbol 968 Graphic | Uses:967 | Used by:Timeline |
Symbol 969 Graphic | Used by:Timeline | |
Symbol 970 Graphic | Used by:Timeline | |
Symbol 971 Font | Used by:972 973 980 983 | |
Symbol 972 Text | Uses:971 | Used by:Timeline |
Symbol 973 Text | Uses:971 | Used by:Timeline |
Symbol 974 Graphic | Used by:Timeline | |
Symbol 975 Graphic | Used by:Timeline | |
Symbol 976 Graphic | Used by:Timeline | |
Symbol 977 Graphic | Used by:Timeline | |
Symbol 978 Graphic | Used by:Timeline | |
Symbol 979 Graphic | Used by:Timeline | |
Symbol 980 Text | Uses:971 | Used by:Timeline |
Symbol 981 Graphic | Used by:Timeline | |
Symbol 982 Graphic | Used by:Timeline | |
Symbol 983 Text | Uses:971 | Used by:Timeline |
Symbol 984 Graphic | Used by:Timeline | |
Symbol 985 Graphic | Used by:Timeline | |
Symbol 986 Graphic | Used by:Timeline | |
Symbol 987 Graphic | Used by:Timeline | |
Symbol 988 Graphic | Used by:Timeline | |
Symbol 989 Graphic | Uses:840 | Used by:Timeline |
Symbol 990 Sound | Used by:Timeline | |
Symbol 991 Graphic | Used by:Timeline | |
Symbol 992 Sound | Used by:Timeline | |
Symbol 993 Graphic | Used by:Timeline | |
Symbol 994 Graphic | Used by:Timeline | |
Symbol 995 Graphic | Used by:Timeline | |
Symbol 996 Graphic | Used by:999 | |
Symbol 997 Graphic | Used by:999 | |
Symbol 998 Sound | Used by:999 1002 | |
Symbol 999 Button | Uses:996 997 27 998 | Used by:Timeline |
Symbol 1000 Graphic | Used by:1002 | |
Symbol 1001 Graphic | Used by:1002 | |
Symbol 1002 Button | Uses:1000 1001 27 998 | Used by:Timeline |
Symbol 1003 Graphic | Used by:Timeline | |
Symbol 1004 Graphic | Used by:Timeline | |
Streaming Sound 1 | Used by:Timeline |
Instance Names
"darkshadow_mc" | Symbol 11 MovieClip Frame 1 | Symbol 4 MovieClip |
"shadow_mc" | Symbol 11 MovieClip Frame 1 | Symbol 6 MovieClip |
"highlight_mc" | Symbol 11 MovieClip Frame 1 | Symbol 8 MovieClip |
"highlight3D_mc" | Symbol 11 MovieClip Frame 1 | Symbol 10 MovieClip |
"background_mc" | Symbol 14 MovieClip Frame 1 | Symbol 13 MovieClip |
"background_mc" | Symbol 17 MovieClip Frame 1 | Symbol 16 MovieClip |
"background_mc" | Symbol 19 MovieClip Frame 1 | Symbol 18 MovieClip |
"disabled_mc" | Symbol 22 MovieClip Frame 1 | Symbol 21 MovieClip |
"dot_mc" | Symbol 25 MovieClip Frame 1 | Symbol 24 MovieClip |
"frb_frame_mc" | Symbol 26 MovieClip [frb_states] Frame 1 | Symbol 11 MovieClip |
"boundingBox" | Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 1 | Symbol 28 MovieClip |
"boundingBox2" | Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 2 | Symbol 28 MovieClip |
"boundingBox_mc" | Symbol 33 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 30 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 33 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 32 MovieClip |
"labelField" | Symbol 37 MovieClip [FLabelSymbol] Frame 1 | Symbol 36 EditableText |
"frame1" | Symbol 46 MovieClip Frame 1 | Symbol 39 MovieClip |
"frame2" | Symbol 46 MovieClip Frame 1 | Symbol 40 MovieClip |
"frame3" | Symbol 46 MovieClip Frame 1 | Symbol 42 MovieClip |
"frame4" | Symbol 46 MovieClip Frame 1 | Symbol 43 MovieClip |
"frame5" | Symbol 46 MovieClip Frame 1 | Symbol 45 MovieClip |
"frame1" | Symbol 52 MovieClip Frame 1 | Symbol 47 MovieClip |
"frame2" | Symbol 52 MovieClip Frame 1 | Symbol 48 MovieClip |
"frame3" | Symbol 52 MovieClip Frame 1 | Symbol 49 MovieClip |
"frame4" | Symbol 52 MovieClip Frame 1 | Symbol 50 MovieClip |
"frame5" | Symbol 52 MovieClip Frame 1 | Symbol 51 MovieClip |
"frame1" | Symbol 58 MovieClip Frame 1 | Symbol 53 MovieClip |
"frame2" | Symbol 58 MovieClip Frame 1 | Symbol 54 MovieClip |
"frame3" | Symbol 58 MovieClip Frame 1 | Symbol 55 MovieClip |
"frame4" | Symbol 58 MovieClip Frame 1 | Symbol 56 MovieClip |
"frame5" | Symbol 58 MovieClip Frame 1 | Symbol 57 MovieClip |
"frame1" | Symbol 64 MovieClip Frame 1 | Symbol 59 MovieClip |
"frame2" | Symbol 64 MovieClip Frame 1 | Symbol 60 MovieClip |
"frame3" | Symbol 64 MovieClip Frame 1 | Symbol 61 MovieClip |
"frame4" | Symbol 64 MovieClip Frame 1 | Symbol 62 MovieClip |
"frame5" | Symbol 64 MovieClip Frame 1 | Symbol 63 MovieClip |
"up_mc" | Symbol 65 MovieClip [fpb_states] Frame 1 | Symbol 46 MovieClip |
"over_mc" | Symbol 65 MovieClip [fpb_states] Frame 2 | Symbol 52 MovieClip |
"down_mc" | Symbol 65 MovieClip [fpb_states] Frame 3 | Symbol 58 MovieClip |
"disabled_mc" | Symbol 65 MovieClip [fpb_states] Frame 4 | Symbol 64 MovieClip |
"boundingBox_mc" | Symbol 69 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 30 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 69 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 68 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 2 as "frb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 26 as "frb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 30 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 33 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 34 as "fpb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 37 as "FLabelSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 65 as "fpb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 66 as "FUIComponentSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 30 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 69 as "FPushButtonSymbol" |
Labels
"Button" | Frame 4 |
"Symbol_22" | Symbol 4 MovieClip Frame 1 |
"Symbol_23" | Symbol 6 MovieClip Frame 1 |
"unselectedEnabled" | Symbol 26 MovieClip [frb_states] Frame 1 |
"press" | Symbol 26 MovieClip [frb_states] Frame 2 |
"unselectedDisabled" | Symbol 26 MovieClip [frb_states] Frame 3 |
"selectedDisabled" | Symbol 26 MovieClip [frb_states] Frame 4 |
"selectedEnabled" | Symbol 26 MovieClip [frb_states] Frame 5 |
"enabled" | Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 1 |
"disabled" | Symbol 30 MovieClip [FBoundingBoxSymbol] Frame 2 |
#"Symbol_10" | Symbol 34 MovieClip [fpb_hitArea] Frame 1 |
"Symbol_32" | Symbol 37 MovieClip [FLabelSymbol] Frame 1 |
"up" | Symbol 65 MovieClip [fpb_states] Frame 1 |
"over" | Symbol 65 MovieClip [fpb_states] Frame 2 |
"down" | Symbol 65 MovieClip [fpb_states] Frame 3 |
"disabled" | Symbol 65 MovieClip [fpb_states] Frame 4 |
"Symbol_36" | Symbol 66 MovieClip [FUIComponentSymbol] Frame 1 |
Dynamic Text Variables
loadPercent | Symbol 82 EditableText | "" |
loadBytes | Symbol 83 EditableText | "" |
|