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 #95121 |
<p align="left"><font face="_sans" size="12" color="#000000" letterSpacing="0.000000" kerning="0"> </font></p><p align="left"></p> |
W A R P ? |
GO! |
OMFG SLOW DOWN |
ActionScript [AS1/AS2]
Frame 1stop();Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 1var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 2component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();Symbol 7 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 _local3 = this.fpb_hitArea_mc; this.hitArea = _local3; _local3._visible = false; _local3._width = w; _local3._height = ((arguments.length > 1) ? (h) : (_local3._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 _local2 = this.fLabel_mc; var _local4 = this.height; var _local5 = this.width - 2; var _local3 = 1; this.fLabel_mc.setSize(_local5 - (_local3 * 4)); _local2._x = _local3 * 3; _local2._y = (_local4 / 2) - (_local2._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 _local3 = this.textStyle; var _local4 = this.styleTable; _local3.align = ((_local4.textAlign.value == undefined) ? ((_local3.align = "center")) : undefined); _local3.leftMargin = ((_local4.textLeftMargin.value == undefined) ? ((_local3.leftMargin = 1)) : undefined); _local3.rightMargin = ((_local4.textRightMargin.value == undefined) ? ((_local3.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 _local3 = 1; var _local6 = 0; var _local4 = 0; var _local9 = this.width; var _local8 = this.height; var _local12 = ["up_mc", "over_mc", "down_mc", "disabled_mc"]; var _local7 = _local12[this.fpbState_mc._currentframe - 1]; var _local5 = "frame"; var _local2 = 0; while (_local2 < 6) { _local6 = _local6 + ((_local2 % 2) * _local3); _local4 = _local4 + ((_local2 % 2) * _local3); _local9 = _local9 - (((_local2 + 1) % 2) * _local3); _local8 = _local8 - (((_local2 + 1) % 2) * _local3); var _local11 = Math.abs(_local6 - _local9) + (2 * _local3); var _local10 = Math.abs(_local4 - _local8) + (2 * _local3); this.fpbState_mc[_local7][_local5 + _local2]._width = _local11; this.fpbState_mc[_local7][_local5 + _local2]._height = _local10; this.fpbState_mc[_local7][_local5 + _local2]._x = _local6 - _local3; this.fpbState_mc[_local7][_local5 + _local2]._y = _local4 - _local3; _local2++; } }; 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 8 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 _local3 in this.styleFormat_prm) { this.setStyleProperty(_local3, this.styleFormat_prm[_local3]); } } }; 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 _local2 in this.methodTable) { this[_local2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var _local4 = this.styleTable.focusRectInner.value; var _local5 = this.styleTable.focusRectOuter.value; if (_local4 == undefined) { _local4 = 16777215 /* 0xFFFFFF */; } if (_local5 == undefined) { _local5 = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, _local5); 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, _local4); 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 _local17 = parseInt(value); if (!isNaN(_local17)) { value = _local17; } var _local16 = ((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 || (!_local16)) { 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 _local18 = propName.subString(4, propName.length); this.textStyle[_local18] = value; this.invalidate("setSize"); } else { for (var _local15 in this.styleTable[propName].coloredMCs) { var _local4 = new Color(this.styleTable[propName].coloredMCs[_local15]); if (this.styleTable[propName].value == undefined) { var _local5 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _local4.setTransform(_local5); continue; } _local4.setRGB(value); } } this.styleTable[propName].useGlobal = _local16; } }; 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 _local3 = new Color(skinMCRef); _local3.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 _local3 in arguments[0]) { this[_local3] = arguments[0][_local3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var _local4 = 0; while (_local4 < arguments.length) { var _local3 = arguments[_local4]; this.listeners[arguments[_local4]] = _local3; for (var _local5 in this) { if (this.isAStyle(_local5)) { _local3.updateStyleProperty(this, _local5.toString()); } } _local4++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var _local4 in this) { if (this.isAStyle(_local4)) { if (component.styleTable[_local4].useGlobal == this.isGlobal) { component.styleTable[_local4].useGlobal = true; var _local3 = (this.isGlobal ? undefined : (globalStyleFormat[_local4])); component.setStyleProperty(_local4, _local3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var _local6 = 0; for (var _local5 in this.listeners) { var _local3 = this.listeners[_local5]; if (arguments.length > 0) { var _local4 = 0; while (_local4 < arguments.length) { if (this.isAStyle(arguments[_local4])) { _local3.updateStyleProperty(this, arguments[_local4]); } _local4++; } continue; } for (var _local4 in this) { if (this.isAStyle(_local4)) { _local3.updateStyleProperty(this, _local4.toString()); } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclipSymbol 17 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 23 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 29 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");Symbol 35 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");Symbol 36 MovieClip [fpb_states] Frame 1stop();Symbol 36 MovieClip [fpb_states] Frame 2stop();Symbol 36 MovieClip [fpb_states] Frame 3stop();Symbol 36 MovieClip [fpb_states] Frame 4stop();Symbol 39 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 _local2 = this.hostComponent.styleTable.embedFonts.value; if (_local2 != undefined) { this.labelField.embedFonts = _local2; } 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 _local2 = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (_local2 == undefined) { _local2 = (enable ? 0 : 8947848); } this.setColor(_local2); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclipSymbol 44 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 _local3 = this.frb_hitArea_mc; this.hitArea = _local3; if (this.frb_states_mc._width > w) { _local3._width = this.frb_states_mc._width; } else { _local3._width = w; } _local3._visible = false; if (arguments.length > 1) { _local3._height = h; } }; FRadioButtonClass.prototype.txtFormat = function (pos) { var _local3 = this.textStyle; var _local4 = this.styleTable; _local3.align = ((_local4.textAlign.value == undefined) ? ((_local3.align = pos)) : undefined); _local3.leftMargin = ((_local4.textLeftMargin.value == undefined) ? ((_local3.leftMargin = 0)) : undefined); _local3.rightMargin = ((_local4.textRightMargin.value == undefined) ? ((_local3.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 _local8 = this.fLabel_mc._height / 2; var _local7 = this.frb_states_mc._height / 2; var _local5 = _local7 - _local8; var _local6 = this.frb_states_mc._width; var _local2 = this.frb_states_mc; var _local9 = this.fLabel_mc; var _local3 = this.width - _local2._width; if (_local2._width > this.width) { _local3 = 0; } else { _local3 = this.width - _local2._width; } this.fLabel_mc.setSize(_local3); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.frb_states_mc._x = 0; this.fLabel_mc._x = _local6; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.frb_states_mc._x = this.width - _local6; this.txtFormat("right"); } this.fLabel_mc._y = _local5; this.frb_hitArea_mc._y = _local5; 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 _local2 = 0; while (_local2 < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[_local2] == this) { delete this._parent[this.groupName].radioInstances[_local2]; } _local2++; } 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 _local3 in this._parent) { if ((this != this._parent[_local3]) && (this._parent[_local3].groupName == this.groupName)) { this._parent[_local3].setState(false); this._parent[_local3].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 _local4 = this._parent[this.groupName].getEnabled(); var _local5 = this._parent[this.groupName].getValue() == undefined; if (_local4 && (_local5)) { 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 _local5 = this._parent[this.groupName].getEnabled() == undefined; var _local4 = this._parent[this.groupName].radioInstances[0].getEnabled() == false; if (_local5 && (_local4)) { var _local3 = 0; while (_local3 < this._parent[this.groupName].radioInstances.length) { if (this._parent[this.groupName].radioInstances[_local3].getEnabled() == true) { this._parent[this.groupName].radioInstances[_local3].tabEnabled = true; return(undefined); } _local3++; } } }; 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 _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].setEnabled(enableFlag); _local2++; } }; FRadioButtonGroupClass.prototype.getEnabled = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].getEnabled() != this.radioInstances[0].getEnabled()) { return(undefined); } _local2++; } return(this.radioInstances[0].getEnabled()); }; FRadioButtonGroupClass.prototype.setChangeHandler = function (changeHandler, obj) { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].setChangeHandler(changeHandler, obj); _local2++; } }; FRadioButtonGroupClass.prototype.getValue = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].selected == true) { if ((this.radioInstances[_local2].data == "") || (this.radioInstances[_local2].data == undefined)) { return(this.radioInstances[_local2].getLabel()); } return(this.radioInstances[_local2].data); } _local2++; } }; FRadioButtonGroupClass.prototype.getData = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].selected) { return(this.radioInstances[_local2].getData()); } _local2++; } }; FRadioButtonGroupClass.prototype.getInstance = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].selected == true) { return(_local2); } _local2++; } }; FRadioButtonGroupClass.prototype.setValue = function (dataValue) { var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].data == dataValue) { this.radioInstances[_local2].setValue(true); return(undefined); } _local2++; } _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].getLabel() == dataValue) { this.radioInstances[_local2].setValue(true); } _local2++; } }; FRadioButtonGroupClass.prototype.setSize = function (w) { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].setSize(w); _local2++; } }; FRadioButtonGroupClass.prototype.getSize = function () { var _local3 = 0; var _local2 = 0; while (_local2 < this.radioInstances.length) { if (this.radioInstances[_local2].width >= _local3) { _local3 = this.radioInstances[_local2].width; } _local2++; } return(_local3); }; FRadioButtonGroupClass.prototype.setGroupName = function (groupName) { this.oldGroupName = this.radioInstances[0].groupName; var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].groupName = groupName; this.radioInstances[_local2].addToRadioGroup(); _local2++; } delete this._parent[this.oldGroupName]; }; FRadioButtonGroupClass.prototype.getGroupName = function () { return(this.radioInstances[0].groupName); }; FRadioButtonGroupClass.prototype.setLabelPlacement = function (pos) { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].setLabelPlacement(pos); _local2++; } }; FRadioButtonGroupClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].setStyleProperty(propName, value, isGlobal); _local2++; } }; FRadioButtonGroupClass.prototype.addListener = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].addListener(); _local2++; } }; FRadioButtonGroupClass.prototype.applyChanges = function () { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].applyChanges(); _local2++; } }; FRadioButtonGroupClass.prototype.removeListener = function (component) { var _local2 = 0; while (_local2 < this.radioInstances.length) { this.radioInstances[_local2].removeListener(component); _local2++; } }; 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 _local3 = this.foobar; while (_local3 < this._parent[this.groupName].radioInstances.length) { var _local2 = _local3 + 1; if (this._parent[this.groupName].radioInstances[_local2].getEnabled()) { this._parent[this.groupName].radioInstances[_local2].setTabState(true); return(undefined); } _local3++; } } if ((Key.getCode() == 38) && (this.pressOnce == undefined)) { this.foobar = this._parent[this.groupName].getInstance(); var _local3 = this.foobar; while (_local3 >= 0) { var _local2 = _local3 - 1; if (this._parent[this.groupName].radioInstances[_local2].getEnabled()) { this._parent[this.groupName].radioInstances[_local2].setTabState(true); return(undefined); } _local3--; } } }; 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 53 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 56 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "background");Symbol 59 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 61 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");Symbol 64 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(disabled_mc, "foregroundDisabled");Symbol 67 MovieClip Frame 1var component = _parent._parent; component.registerSkinElement(dot_mc, "radioDot");Symbol 68 MovieClip [frb_states] Frame 1stop();Symbol 68 MovieClip [frb_states] Frame 2stop();Symbol 68 MovieClip [frb_states] Frame 3stop();Symbol 68 MovieClip [frb_states] Frame 4stop();Symbol 68 MovieClip [frb_states] Frame 5stop();Symbol 91 Buttonon (release) { stopAllSounds(); } on (release) { gotoAndStop (2); }Symbol 206 Buttonon (release) { stopAllSounds(); } on (release) { gotoAndPlay (1); }
Library Items
Symbol 1 Graphic | Used by:2 140 | |
Symbol 2 MovieClip | Uses:1 | Used by:4 |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip [FBoundingBoxSymbol] | Uses:2 3 | Used by:7 44 |
Symbol 5 Graphic | Used by:6 | |
Symbol 6 MovieClip | Uses:5 | Used by:7 |
Symbol 7 MovieClip [FPushButtonSymbol] | Uses:4 6 | |
Symbol 8 MovieClip [FUIComponentSymbol] | ||
Symbol 9 Graphic | Used by:10 11 18 19 24 25 26 27 30 31 | |
Symbol 10 MovieClip | Uses:9 | Used by:17 |
Symbol 11 MovieClip | Uses:9 | Used by:17 |
Symbol 12 Graphic | Used by:13 14 20 21 32 33 | |
Symbol 13 MovieClip | Uses:12 | Used by:17 |
Symbol 14 MovieClip | Uses:12 | Used by:17 |
Symbol 15 Graphic | Used by:16 22 28 34 | |
Symbol 16 MovieClip | Uses:15 | Used by:17 |
Symbol 17 MovieClip | Uses:10 11 13 14 16 | Used by:36 |
Symbol 18 MovieClip | Uses:9 | Used by:23 |
Symbol 19 MovieClip | Uses:9 | Used by:23 |
Symbol 20 MovieClip | Uses:12 | Used by:23 |
Symbol 21 MovieClip | Uses:12 | Used by:23 |
Symbol 22 MovieClip | Uses:15 | Used by:23 |
Symbol 23 MovieClip | Uses:18 19 20 21 22 | Used by:36 |
Symbol 24 MovieClip | Uses:9 | Used by:29 |
Symbol 25 MovieClip | Uses:9 | Used by:29 |
Symbol 26 MovieClip | Uses:9 | Used by:29 |
Symbol 27 MovieClip | Uses:9 | Used by:29 |
Symbol 28 MovieClip | Uses:15 | Used by:29 |
Symbol 29 MovieClip | Uses:24 25 26 27 28 | Used by:36 |
Symbol 30 MovieClip | Uses:9 | Used by:35 |
Symbol 31 MovieClip | Uses:9 | Used by:35 |
Symbol 32 MovieClip | Uses:12 | Used by:35 |
Symbol 33 MovieClip | Uses:12 | Used by:35 |
Symbol 34 MovieClip | Uses:15 | Used by:35 |
Symbol 35 MovieClip | Uses:30 31 32 33 34 | Used by:36 |
Symbol 36 MovieClip [fpb_states] | Uses:17 23 29 35 | |
Symbol 37 Font | Used by:38 | |
Symbol 38 EditableText | Uses:37 | Used by:39 |
Symbol 39 MovieClip [FLabelSymbol] | Uses:38 | |
Symbol 40 Graphic | Used by:41 69 | |
Symbol 41 MovieClip [fpb_hitArea] | Uses:40 | |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:44 |
Symbol 44 MovieClip [FRadioButtonSymbol] | Uses:4 43 | |
Symbol 45 Graphic | Used by:46 | |
Symbol 46 MovieClip | Uses:45 | Used by:53 |
Symbol 47 Graphic | Used by:48 | |
Symbol 48 MovieClip | Uses:47 | Used by:53 |
Symbol 49 Graphic | Used by:50 | |
Symbol 50 MovieClip | Uses:49 | Used by:53 |
Symbol 51 Graphic | Used by:52 | |
Symbol 52 MovieClip | Uses:51 | Used by:53 |
Symbol 53 MovieClip | Uses:46 48 50 52 | Used by:68 |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 MovieClip | Uses:54 | Used by:56 |
Symbol 56 MovieClip | Uses:55 | Used by:68 |
Symbol 57 Graphic | Used by:58 60 | |
Symbol 58 MovieClip | Uses:57 | Used by:59 |
Symbol 59 MovieClip | Uses:58 | Used by:68 |
Symbol 60 MovieClip | Uses:57 | Used by:61 |
Symbol 61 MovieClip | Uses:60 | Used by:68 |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:64 |
Symbol 64 MovieClip | Uses:63 | Used by:68 |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:65 | Used by:67 |
Symbol 67 MovieClip | Uses:66 | Used by:68 |
Symbol 68 MovieClip [frb_states] | Uses:53 56 59 61 64 67 | |
Symbol 69 MovieClip [frb_hitArea] | Uses:40 | |
Symbol 70 Graphic | Used by:73 140 | |
Symbol 71 Bitmap | Used by:72 | |
Symbol 72 Graphic | Uses:71 | Used by:73 |
Symbol 73 MovieClip | Uses:70 72 | Used by:Timeline |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 MovieClip | Uses:74 | Used by:86 |
Symbol 76 Graphic | Used by:77 | |
Symbol 77 MovieClip | Uses:76 | Used by:86 |
Symbol 78 Graphic | Used by:79 | |
Symbol 79 MovieClip | Uses:78 | Used by:86 |
Symbol 80 Graphic | Used by:81 | |
Symbol 81 MovieClip | Uses:80 | Used by:86 |
Symbol 82 Graphic | Used by:83 | |
Symbol 83 MovieClip | Uses:82 | Used by:86 |
Symbol 84 Graphic | Used by:85 | |
Symbol 85 MovieClip | Uses:84 | Used by:86 |
Symbol 86 MovieClip | Uses:75 77 79 81 83 85 | Used by:Timeline |
Symbol 87 Graphic | Used by:Timeline | |
Symbol 88 Graphic | Used by:91 | |
Symbol 89 Font | Used by:90 | |
Symbol 90 Text | Uses:89 | Used by:91 |
Symbol 91 Button | Uses:88 90 | Used by:Timeline |
Symbol 92 Graphic | Used by:107 | |
Symbol 93 Bitmap | Used by:94 | |
Symbol 94 Graphic | Uses:93 | Used by:95 |
Symbol 95 MovieClip | Uses:94 | Used by:107 |
Symbol 96 Graphic | Used by:107 | |
Symbol 97 Bitmap | Used by:98 | |
Symbol 98 Graphic | Uses:97 | Used by:99 |
Symbol 99 MovieClip | Uses:98 | Used by:107 |
Symbol 100 Graphic | Used by:107 | |
Symbol 101 Bitmap | Used by:102 | |
Symbol 102 Graphic | Uses:101 | Used by:103 |
Symbol 103 MovieClip | Uses:102 | Used by:107 |
Symbol 104 Bitmap | Used by:105 | |
Symbol 105 Graphic | Uses:104 | Used by:106 |
Symbol 106 MovieClip | Uses:105 | Used by:107 |
Symbol 107 MovieClip | Uses:92 95 96 99 100 103 106 | Used by:128 |
Symbol 108 Graphic | Used by:118 | |
Symbol 109 Bitmap | Used by:112 | |
Symbol 110 Bitmap | Used by:112 | |
Symbol 111 Bitmap | Used by:112 | |
Symbol 112 Graphic | Uses:109 110 111 | Used by:113 |
Symbol 113 MovieClip | Uses:112 | Used by:118 |
Symbol 114 Bitmap | Used by:116 | |
Symbol 115 Bitmap | Used by:116 | |
Symbol 116 Graphic | Uses:114 115 | Used by:117 |
Symbol 117 MovieClip | Uses:116 | Used by:118 |
Symbol 118 MovieClip | Uses:108 113 117 | Used by:128 |
Symbol 119 Graphic | Used by:124 | |
Symbol 120 Graphic | Used by:124 | |
Symbol 121 Graphic | Used by:124 | |
Symbol 122 Graphic | Used by:124 | |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 MovieClip | Uses:119 120 121 122 123 | Used by:128 200 |
Symbol 125 Graphic | Used by:127 | |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip | Uses:125 126 | Used by:128 |
Symbol 128 MovieClip | Uses:107 118 124 127 | Used by:Timeline |
Symbol 129 Graphic | Used by:130 | |
Symbol 130 MovieClip | Uses:129 | Used by:137 |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 MovieClip | Uses:131 | Used by:137 |
Symbol 133 Graphic | Used by:134 | |
Symbol 134 MovieClip | Uses:133 | Used by:137 |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 MovieClip | Uses:135 | Used by:137 |
Symbol 137 MovieClip | Uses:130 132 134 136 | Used by:Timeline |
Symbol 138 Sound | Used by:Timeline | |
Symbol 139 Graphic | Used by:140 | |
Symbol 140 MovieClip | Uses:70 139 1 | Used by:Timeline |
Symbol 141 Graphic | Used by:142 | |
Symbol 142 MovieClip | Uses:141 | Used by:167 |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:143 | Used by:167 |
Symbol 145 Graphic | Used by:146 | |
Symbol 146 MovieClip | Uses:145 | Used by:167 |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 MovieClip | Uses:147 | Used by:167 |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:149 | Used by:167 |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 MovieClip | Uses:151 | Used by:167 |
Symbol 153 Graphic | Used by:154 | |
Symbol 154 MovieClip | Uses:153 | Used by:167 |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 MovieClip | Uses:155 | Used by:167 |
Symbol 157 Graphic | Used by:158 | |
Symbol 158 MovieClip | Uses:157 | Used by:167 |
Symbol 159 Graphic | Used by:160 | |
Symbol 160 MovieClip | Uses:159 | Used by:167 |
Symbol 161 Graphic | Used by:162 | |
Symbol 162 MovieClip | Uses:161 | Used by:167 |
Symbol 163 Graphic | Used by:164 166 | |
Symbol 164 MovieClip | Uses:163 | Used by:167 |
Symbol 165 Graphic | Used by:167 | |
Symbol 166 MovieClip | Uses:163 | Used by:167 |
Symbol 167 MovieClip | Uses:142 144 146 148 150 152 154 156 158 160 162 164 165 166 | Used by:Timeline |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:168 | Used by:200 |
Symbol 170 Graphic | Used by:171 | |
Symbol 171 MovieClip | Uses:170 | Used by:200 |
Symbol 172 Graphic | Used by:173 | |
Symbol 173 MovieClip | Uses:172 | Used by:200 |
Symbol 174 Bitmap | Used by:176 | |
Symbol 175 Bitmap | Used by:176 | |
Symbol 176 Graphic | Uses:174 175 | Used by:180 |
Symbol 177 Bitmap | Used by:179 | |
Symbol 178 Bitmap | Used by:179 | |
Symbol 179 Graphic | Uses:177 178 | Used by:180 |
Symbol 180 MovieClip | Uses:176 179 | Used by:200 |
Symbol 181 Font | Used by:182 | |
Symbol 182 Text | Uses:181 | Used by:183 184 185 186 187 188 |
Symbol 183 MovieClip | Uses:182 | Used by:189 |
Symbol 184 MovieClip | Uses:182 | Used by:189 |
Symbol 185 MovieClip | Uses:182 | Used by:189 |
Symbol 186 MovieClip | Uses:182 | Used by:189 |
Symbol 187 MovieClip | Uses:182 | Used by:189 |
Symbol 188 MovieClip | Uses:182 | Used by:189 |
Symbol 189 MovieClip | Uses:183 184 185 186 187 188 | Used by:200 |
Symbol 190 Graphic | Used by:193 | |
Symbol 191 Graphic | Used by:193 | |
Symbol 192 Graphic | Used by:193 | |
Symbol 193 MovieClip | Uses:190 191 192 | Used by:200 |
Symbol 194 Graphic | Used by:199 | |
Symbol 195 Bitmap | Used by:196 | |
Symbol 196 Graphic | Uses:195 | Used by:199 |
Symbol 197 Graphic | Used by:199 | |
Symbol 198 Graphic | Used by:199 | |
Symbol 199 MovieClip | Uses:194 196 197 198 | Used by:200 |
Symbol 200 MovieClip | Uses:169 171 173 124 180 189 193 199 | Used by:Timeline |
Symbol 201 Graphic | Used by:206 | |
Symbol 202 Graphic | Used by:206 | |
Symbol 203 Font | Used by:204 | |
Symbol 204 Text | Uses:203 | Used by:206 |
Symbol 205 Graphic | Used by:206 | |
Symbol 206 Button | Uses:201 202 204 205 | Used by:Timeline |
Symbol 207 Sound | Used by:Timeline |
Instance Names
"sun" | Frame 1 | Symbol 91 Button |
"boundingBox" | Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 1 | Symbol 2 MovieClip |
"boundingBox2" | Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 2 | Symbol 2 MovieClip |
"boundingBox_mc" | Symbol 7 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 4 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 7 MovieClip [FPushButtonSymbol] Frame 1 | Symbol 6 MovieClip |
"frame1" | Symbol 17 MovieClip Frame 1 | Symbol 10 MovieClip |
"frame2" | Symbol 17 MovieClip Frame 1 | Symbol 11 MovieClip |
"frame3" | Symbol 17 MovieClip Frame 1 | Symbol 13 MovieClip |
"frame4" | Symbol 17 MovieClip Frame 1 | Symbol 14 MovieClip |
"frame5" | Symbol 17 MovieClip Frame 1 | Symbol 16 MovieClip |
"frame1" | Symbol 23 MovieClip Frame 1 | Symbol 18 MovieClip |
"frame2" | Symbol 23 MovieClip Frame 1 | Symbol 19 MovieClip |
"frame3" | Symbol 23 MovieClip Frame 1 | Symbol 20 MovieClip |
"frame4" | Symbol 23 MovieClip Frame 1 | Symbol 21 MovieClip |
"frame5" | Symbol 23 MovieClip Frame 1 | Symbol 22 MovieClip |
"frame1" | Symbol 29 MovieClip Frame 1 | Symbol 24 MovieClip |
"frame2" | Symbol 29 MovieClip Frame 1 | Symbol 25 MovieClip |
"frame3" | Symbol 29 MovieClip Frame 1 | Symbol 26 MovieClip |
"frame4" | Symbol 29 MovieClip Frame 1 | Symbol 27 MovieClip |
"frame5" | Symbol 29 MovieClip Frame 1 | Symbol 28 MovieClip |
"frame1" | Symbol 35 MovieClip Frame 1 | Symbol 30 MovieClip |
"frame2" | Symbol 35 MovieClip Frame 1 | Symbol 31 MovieClip |
"frame3" | Symbol 35 MovieClip Frame 1 | Symbol 32 MovieClip |
"frame4" | Symbol 35 MovieClip Frame 1 | Symbol 33 MovieClip |
"frame5" | Symbol 35 MovieClip Frame 1 | Symbol 34 MovieClip |
"up_mc" | Symbol 36 MovieClip [fpb_states] Frame 1 | Symbol 17 MovieClip |
"over_mc" | Symbol 36 MovieClip [fpb_states] Frame 2 | Symbol 23 MovieClip |
"down_mc" | Symbol 36 MovieClip [fpb_states] Frame 3 | Symbol 29 MovieClip |
"disabled_mc" | Symbol 36 MovieClip [fpb_states] Frame 4 | Symbol 35 MovieClip |
"labelField" | Symbol 39 MovieClip [FLabelSymbol] Frame 1 | Symbol 38 EditableText |
"boundingBox_mc" | Symbol 44 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 4 MovieClip [FBoundingBoxSymbol] |
"deadPreview" | Symbol 44 MovieClip [FRadioButtonSymbol] Frame 1 | Symbol 43 MovieClip |
"darkshadow_mc" | Symbol 53 MovieClip Frame 1 | Symbol 46 MovieClip |
"shadow_mc" | Symbol 53 MovieClip Frame 1 | Symbol 48 MovieClip |
"highlight_mc" | Symbol 53 MovieClip Frame 1 | Symbol 50 MovieClip |
"highlight3D_mc" | Symbol 53 MovieClip Frame 1 | Symbol 52 MovieClip |
"background_mc" | Symbol 56 MovieClip Frame 1 | Symbol 55 MovieClip |
"background_mc" | Symbol 59 MovieClip Frame 1 | Symbol 58 MovieClip |
"background_mc" | Symbol 61 MovieClip Frame 1 | Symbol 60 MovieClip |
"disabled_mc" | Symbol 64 MovieClip Frame 1 | Symbol 63 MovieClip |
"dot_mc" | Symbol 67 MovieClip Frame 1 | Symbol 66 MovieClip |
"frb_frame_mc" | Symbol 68 MovieClip [frb_states] Frame 1 | Symbol 53 MovieClip |
Special Tags
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 7 as "FPushButtonSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 8 as "FUIComponentSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 36 as "fpb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 39 as "FLabelSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 41 as "fpb_hitArea" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 44 as "FRadioButtonSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 4 as "FBoundingBoxSymbol" |
ExportAssets (56) | Timeline Frame 1 | Symbol 68 as "frb_states" |
ExportAssets (56) | Timeline Frame 1 | Symbol 69 as "frb_hitArea" |
Labels
"enabled" | Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 1 |
"disabled" | Symbol 4 MovieClip [FBoundingBoxSymbol] Frame 2 |
"Symbol_36" | Symbol 8 MovieClip [FUIComponentSymbol] Frame 1 |
"up" | Symbol 36 MovieClip [fpb_states] Frame 1 |
"over" | Symbol 36 MovieClip [fpb_states] Frame 2 |
"down" | Symbol 36 MovieClip [fpb_states] Frame 3 |
"disabled" | Symbol 36 MovieClip [fpb_states] Frame 4 |
"Symbol_32" | Symbol 39 MovieClip [FLabelSymbol] Frame 1 |
"Symbol_10" | Symbol 41 MovieClip [fpb_hitArea] Frame 1 |
"Symbol_22" | Symbol 46 MovieClip Frame 1 |
"Symbol_23" | Symbol 48 MovieClip Frame 1 |
"unselectedEnabled" | Symbol 68 MovieClip [frb_states] Frame 1 |
"press" | Symbol 68 MovieClip [frb_states] Frame 2 |
"unselectedDisabled" | Symbol 68 MovieClip [frb_states] Frame 3 |
"selectedDisabled" | Symbol 68 MovieClip [frb_states] Frame 4 |
"selectedEnabled" | Symbol 68 MovieClip [frb_states] Frame 5 |
|