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

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

Dress_Up_game.swf

This is the info page for
Flash #100496

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


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

DRESS UP
GAME!

ActionScript [AS1/AS2]

Frame 2
gotoAndStop (3);
Frame 3
stop();
Frame 4
Frame 8
Symbol 5 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 20 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 26 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame4, "shadow"); component.registerSkinElement(frame2, "darkshadow"); component.registerSkinElement(frame3, "highlight"); component.registerSkinElement(frame1, "highlight3D");
Symbol 32 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(frame5, "face"); component.registerSkinElement(frame3, "shadow"); component.registerSkinElement(frame1, "darkshadow"); component.registerSkinElement(frame4, "highlight"); component.registerSkinElement(frame2, "highlight3D");
Symbol 33 MovieClip [fpb_states] Frame 1
stop();
Symbol 33 MovieClip [fpb_states] Frame 2
stop();
Symbol 33 MovieClip [fpb_states] Frame 3
stop();
Symbol 33 MovieClip [fpb_states] Frame 4
stop();
Symbol 34 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 41 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 51 Button
on (release) { _root.play(); }
Symbol 52 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 52 MovieClip Frame 2
gotoAndPlay (1);
Symbol 73 Button
on (release) { gotoAndStop (8); }
Symbol 76 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 91 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 95 Button
on (release) { nextFrame(); }
Symbol 111 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 114 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 118 Button
on (release) { gotoAndStop (12); }
Symbol 120 Button
on (release) { gotoAndStop (16); }
Symbol 123 Button
on (release) { nextFrame(); }
Symbol 127 Button
on (release) { gotoAndStop (3); }
Symbol 133 Button
on (release) { gotoAndPlay (5); }
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 27
gotoAndStop (1);
Symbol 144 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 147 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 150 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 153 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 156 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 160 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 164 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 167 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 171 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 175 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 178 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 181 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 185 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 189 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 193 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 196 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 199 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 203 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 206 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 209 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 212 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 215 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 218 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 221 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 222 MovieClip in Symbol 223 MovieClip Frame 1
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 225 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 228 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 232 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 235 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 238 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 241 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 244 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 247 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 250 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 253 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 256 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 259 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 262 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 265 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 268 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 271 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 274 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 277 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 281 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 287 Button
on (release) { nextFrame(); }
Symbol 289 Button
on (release) { prevFrame(); }
Symbol 294 Button
on (release) { prevFrame(); }
Symbol 296 Button
on (release) { nextFrame(); }
Symbol 299 Button
on (release) { prevFrame(); }
Symbol 307 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 310 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 313 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 316 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 319 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 322 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 325 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 328 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 331 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 334 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 337 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 340 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 343 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 346 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 349 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 352 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 355 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 358 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 361 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 364 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 367 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 370 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 373 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 376 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 379 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 382 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 385 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 388 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 391 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 394 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 397 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 400 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 415 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 418 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 421 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 424 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 427 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 430 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 433 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 436 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 439 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 442 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 445 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 449 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 452 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 455 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 458 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 461 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 464 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 467 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 470 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 473 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 476 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 479 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 482 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 485 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 488 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 491 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 494 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 497 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 500 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 503 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Instance of Symbol 506 MovieClip in Symbol 507 MovieClip Frame 1
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 509 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 512 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }
Symbol 515 Button
on (press) { startDrag (""); } on (release) { stopDrag(); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [fpb_hitArea]Uses:1
Symbol 3 FontUsed by:4
Symbol 4 EditableTextUses:3Used by:5
Symbol 5 MovieClip [FLabelSymbol]Uses:4
Symbol 6 GraphicUsed by:7 8 15 16 21 22 23 24 27 28
Symbol 7 MovieClipUses:6Used by:14
Symbol 8 MovieClipUses:6Used by:14
Symbol 9 GraphicUsed by:10 11 17 18 29 30
Symbol 10 MovieClipUses:9Used by:14
Symbol 11 MovieClipUses:9Used by:14
Symbol 12 GraphicUsed by:13 19 25 31
Symbol 13 MovieClipUses:12Used by:14
Symbol 14 MovieClipUses:7 8 10 11 13Used by:33
Symbol 15 MovieClipUses:6Used by:20
Symbol 16 MovieClipUses:6Used by:20
Symbol 17 MovieClipUses:9Used by:20
Symbol 18 MovieClipUses:9Used by:20
Symbol 19 MovieClipUses:12Used by:20
Symbol 20 MovieClipUses:15 16 17 18 19Used by:33
Symbol 21 MovieClipUses:6Used by:26
Symbol 22 MovieClipUses:6Used by:26
Symbol 23 MovieClipUses:6Used by:26
Symbol 24 MovieClipUses:6Used by:26
Symbol 25 MovieClipUses:12Used by:26
Symbol 26 MovieClipUses:21 22 23 24 25Used by:33
Symbol 27 MovieClipUses:6Used by:32
Symbol 28 MovieClipUses:6Used by:32
Symbol 29 MovieClipUses:9Used by:32
Symbol 30 MovieClipUses:9Used by:32
Symbol 31 MovieClipUses:12Used by:32
Symbol 32 MovieClipUses:27 28 29 30 31Used by:33
Symbol 33 MovieClip [fpb_states]Uses:14 20 26 32
Symbol 34 MovieClip [FUIComponentSymbol]
Symbol 35 GraphicUsed by:36 43
Symbol 36 MovieClipUses:35Used by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClip [FBoundingBoxSymbol]Uses:36 37Used by:41
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:41
Symbol 41 MovieClip [FPushButtonSymbol]Uses:38 40
Symbol 42 GraphicUsed by:Timeline
Symbol 43 MovieClipUses:35Used by:52
Symbol 44 GraphicUsed by:52
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:52
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:47 48 49 50Used by:52
Symbol 52 MovieClipUses:43 44 46 51Used by:Timeline
Symbol 53 SoundUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 FontUsed by:56
Symbol 56 TextUses:55Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:73
Symbol 59 GraphicUsed by:67
Symbol 60 GraphicUsed by:67
Symbol 61 GraphicUsed by:67
Symbol 62 GraphicUsed by:67
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:59 60 61 62 63 64 65 66Used by:73  Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 ButtonUses:68Used by:73  Timeline
Symbol 70 GraphicUsed by:73
Symbol 71 GraphicUsed by:73
Symbol 72 SoundUsed by:73 95 118 120 127
Symbol 73 ButtonUses:58 67 69 70 71 72Used by:Timeline
Symbol 74 GraphicUsed by:95
Symbol 75 GraphicUsed by:76
Symbol 76 ButtonUses:75Used by:77 95
Symbol 77 MovieClipUses:76Used by:95  Timeline
Symbol 78 GraphicUsed by:89
Symbol 79 GraphicUsed by:89
Symbol 80 GraphicUsed by:89
Symbol 81 GraphicUsed by:89
Symbol 82 GraphicUsed by:89
Symbol 83 GraphicUsed by:89
Symbol 84 GraphicUsed by:89
Symbol 85 GraphicUsed by:89
Symbol 86 GraphicUsed by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:78 79 80 81 82 83 84 85 86 87 88Used by:95  Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 ButtonUses:90Used by:92 95
Symbol 92 MovieClipUses:91Used by:95  Timeline
Symbol 93 GraphicUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 ButtonUses:74 77 89 92 93 94 76 91 72Used by:Timeline
Symbol 96 GraphicUsed by:118
Symbol 97 GraphicUsed by:109 118
Symbol 98 GraphicUsed by:109
Symbol 99 GraphicUsed by:109
Symbol 100 GraphicUsed by:109
Symbol 101 GraphicUsed by:109
Symbol 102 GraphicUsed by:109
Symbol 103 GraphicUsed by:109
Symbol 104 GraphicUsed by:109
Symbol 105 GraphicUsed by:109
Symbol 106 GraphicUsed by:109
Symbol 107 GraphicUsed by:109
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:97 98 99 100 101 102 103 104 105 106 107 108Used by:118  Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 ButtonUses:110Used by:112 118
Symbol 112 MovieClipUses:111Used by:118  Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 ButtonUses:113Used by:115 118
Symbol 115 MovieClipUses:114Used by:118  Timeline
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 ButtonUses:96 109 112 115 116 117 97 111 114 72Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:119 72Used by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 ButtonUses:122Used by:Timeline
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 ButtonUses:124 125 126 72Used by:Timeline
Symbol 128 GraphicUsed by:Timeline
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 ButtonUses:129 130Used by:Timeline
Symbol 132 GraphicUsed by:133 522
Symbol 133 ButtonUses:132Used by:142
Symbol 134 GraphicUsed by:142
Symbol 135 GraphicUsed by:142
Symbol 136 GraphicUsed by:142
Symbol 137 GraphicUsed by:142
Symbol 138 GraphicUsed by:142
Symbol 139 GraphicUsed by:142
Symbol 140 GraphicUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:133 134 135 136 137 138 139 140 141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 ButtonUses:143Used by:145
Symbol 145 MovieClipUses:144Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 ButtonUses:146Used by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 GraphicUsed by:150
Symbol 150 ButtonUses:149Used by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 ButtonUses:152Used by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 ButtonUses:155Used by:157
Symbol 157 MovieClipUses:156Used by:Timeline
Symbol 158 GraphicUsed by:161
Symbol 159 GraphicUsed by:160
Symbol 160 ButtonUses:159Used by:161
Symbol 161 MovieClipUses:158 160Used by:Timeline
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:164
Symbol 164 ButtonUses:163Used by:165
Symbol 165 MovieClipUses:162 164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 ButtonUses:166Used by:168
Symbol 168 MovieClipUses:167Used by:Timeline
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:171
Symbol 171 ButtonUses:170Used by:172
Symbol 172 MovieClipUses:169 171Used by:Timeline
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:175
Symbol 175 ButtonUses:174Used by:176
Symbol 176 MovieClipUses:173 175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 ButtonUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 GraphicUsed by:181
Symbol 181 ButtonUses:180Used by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:186
Symbol 184 GraphicUsed by:185
Symbol 185 ButtonUses:184Used by:186
Symbol 186 MovieClipUses:183 185Used by:Timeline
Symbol 187 GraphicUsed by:190
Symbol 188 GraphicUsed by:189
Symbol 189 ButtonUses:188Used by:190
Symbol 190 MovieClipUses:187 189Used by:Timeline
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 ButtonUses:191 192Used by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 ButtonUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:Timeline
Symbol 198 GraphicUsed by:199
Symbol 199 ButtonUses:198Used by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 GraphicUsed by:204
Symbol 202 GraphicUsed by:203
Symbol 203 ButtonUses:202Used by:204
Symbol 204 MovieClipUses:201 203Used by:Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 ButtonUses:205Used by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 ButtonUses:208Used by:210
Symbol 210 MovieClipUses:209Used by:Timeline
Symbol 211 GraphicUsed by:212
Symbol 212 ButtonUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:Timeline
Symbol 214 GraphicUsed by:215
Symbol 215 ButtonUses:214Used by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 ButtonUses:217Used by:219
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 ButtonUses:220Used by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:222Used by:Timeline
Symbol 224 GraphicUsed by:225
Symbol 225 ButtonUses:224Used by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 GraphicUsed by:228
Symbol 228 ButtonUses:227Used by:229
Symbol 229 MovieClipUses:228Used by:Timeline
Symbol 230 GraphicUsed by:233
Symbol 231 GraphicUsed by:232
Symbol 232 ButtonUses:231Used by:233
Symbol 233 MovieClipUses:230 232Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 ButtonUses:234Used by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 GraphicUsed by:238
Symbol 238 ButtonUses:237Used by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 GraphicUsed by:241
Symbol 241 ButtonUses:240Used by:242
Symbol 242 MovieClipUses:241Used by:Timeline
Symbol 243 GraphicUsed by:244
Symbol 244 ButtonUses:243Used by:245
Symbol 245 MovieClipUses:244Used by:Timeline
Symbol 246 GraphicUsed by:247
Symbol 247 ButtonUses:246Used by:248
Symbol 248 MovieClipUses:247Used by:Timeline
Symbol 249 GraphicUsed by:250
Symbol 250 ButtonUses:249Used by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 ButtonUses:252Used by:254
Symbol 254 MovieClipUses:253Used by:Timeline
Symbol 255 GraphicUsed by:256
Symbol 256 ButtonUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 GraphicUsed by:259
Symbol 259 ButtonUses:258Used by:260
Symbol 260 MovieClipUses:259Used by:Timeline
Symbol 261 GraphicUsed by:262
Symbol 262 ButtonUses:261Used by:263
Symbol 263 MovieClipUses:262Used by:Timeline
Symbol 264 GraphicUsed by:265
Symbol 265 ButtonUses:264Used by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 GraphicUsed by:268
Symbol 268 ButtonUses:267Used by:269
Symbol 269 MovieClipUses:268Used by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 ButtonUses:270Used by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 ButtonUses:273Used by:275
Symbol 275 MovieClipUses:274Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 ButtonUses:276Used by:278
Symbol 278 MovieClipUses:277Used by:Timeline
Symbol 279 GraphicUsed by:281
Symbol 280 GraphicUsed by:281
Symbol 281 ButtonUses:279 280Used by:282
Symbol 282 MovieClipUses:281Used by:Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 ButtonUses:283Used by:Timeline
Symbol 285 GraphicUsed by:Timeline
Symbol 286 GraphicUsed by:287
Symbol 287 ButtonUses:286Used by:Timeline
Symbol 288 GraphicUsed by:289
Symbol 289 ButtonUses:288Used by:Timeline
Symbol 290 GraphicUsed by:291
Symbol 291 ButtonUses:290Used by:Timeline
Symbol 292 GraphicUsed by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 ButtonUses:293Used by:Timeline
Symbol 295 GraphicUsed by:296
Symbol 296 ButtonUses:295Used by:Timeline
Symbol 297 GraphicUsed by:Timeline
Symbol 298 GraphicUsed by:299
Symbol 299 ButtonUses:298Used by:Timeline
Symbol 300 GraphicUsed by:Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 GraphicUsed by:304
Symbol 303 GraphicUsed by:304
Symbol 304 ButtonUses:302 303Used by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 GraphicUsed by:307
Symbol 307 ButtonUses:306Used by:308
Symbol 308 MovieClipUses:307Used by:Timeline
Symbol 309 GraphicUsed by:310
Symbol 310 ButtonUses:309Used by:311
Symbol 311 MovieClipUses:310Used by:Timeline
Symbol 312 GraphicUsed by:313
Symbol 313 ButtonUses:312Used by:314
Symbol 314 MovieClipUses:313Used by:Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 ButtonUses:315Used by:317
Symbol 317 MovieClipUses:316Used by:Timeline
Symbol 318 GraphicUsed by:319
Symbol 319 ButtonUses:318Used by:320
Symbol 320 MovieClipUses:319Used by:Timeline
Symbol 321 GraphicUsed by:322
Symbol 322 ButtonUses:321Used by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 GraphicUsed by:325
Symbol 325 ButtonUses:324Used by:326
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 GraphicUsed by:328
Symbol 328 ButtonUses:327Used by:329
Symbol 329 MovieClipUses:328Used by:Timeline
Symbol 330 GraphicUsed by:331
Symbol 331 ButtonUses:330Used by:332
Symbol 332 MovieClipUses:331Used by:Timeline
Symbol 333 GraphicUsed by:334
Symbol 334 ButtonUses:333Used by:335
Symbol 335 MovieClipUses:334Used by:Timeline
Symbol 336 GraphicUsed by:337
Symbol 337 ButtonUses:336Used by:338
Symbol 338 MovieClipUses:337Used by:Timeline
Symbol 339 GraphicUsed by:340
Symbol 340 ButtonUses:339Used by:341
Symbol 341 MovieClipUses:340Used by:Timeline
Symbol 342 GraphicUsed by:343
Symbol 343 ButtonUses:342Used by:344
Symbol 344 MovieClipUses:343Used by:Timeline
Symbol 345 GraphicUsed by:346
Symbol 346 ButtonUses:345Used by:347
Symbol 347 MovieClipUses:346Used by:Timeline
Symbol 348 GraphicUsed by:349
Symbol 349 ButtonUses:348Used by:350
Symbol 350 MovieClipUses:349Used by:Timeline
Symbol 351 GraphicUsed by:352
Symbol 352 ButtonUses:351Used by:353
Symbol 353 MovieClipUses:352Used by:Timeline
Symbol 354 GraphicUsed by:355
Symbol 355 ButtonUses:354Used by:356
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 GraphicUsed by:358
Symbol 358 ButtonUses:357Used by:359
Symbol 359 MovieClipUses:358Used by:Timeline
Symbol 360 GraphicUsed by:361
Symbol 361 ButtonUses:360Used by:362
Symbol 362 MovieClipUses:361Used by:Timeline
Symbol 363 GraphicUsed by:364
Symbol 364 ButtonUses:363Used by:365
Symbol 365 MovieClipUses:364Used by:Timeline
Symbol 366 GraphicUsed by:367
Symbol 367 ButtonUses:366Used by:368
Symbol 368 MovieClipUses:367Used by:Timeline
Symbol 369 GraphicUsed by:370
Symbol 370 ButtonUses:369Used by:371
Symbol 371 MovieClipUses:370Used by:Timeline
Symbol 372 GraphicUsed by:373
Symbol 373 ButtonUses:372Used by:374
Symbol 374 MovieClipUses:373Used by:Timeline
Symbol 375 GraphicUsed by:376
Symbol 376 ButtonUses:375Used by:377
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 GraphicUsed by:379
Symbol 379 ButtonUses:378Used by:380
Symbol 380 MovieClipUses:379Used by:Timeline
Symbol 381 GraphicUsed by:382
Symbol 382 ButtonUses:381Used by:383
Symbol 383 MovieClipUses:382Used by:Timeline
Symbol 384 GraphicUsed by:385
Symbol 385 ButtonUses:384Used by:386
Symbol 386 MovieClipUses:385Used by:Timeline
Symbol 387 GraphicUsed by:388
Symbol 388 ButtonUses:387Used by:389
Symbol 389 MovieClipUses:388Used by:Timeline
Symbol 390 GraphicUsed by:391
Symbol 391 ButtonUses:390Used by:392
Symbol 392 MovieClipUses:391Used by:Timeline
Symbol 393 GraphicUsed by:394
Symbol 394 ButtonUses:393Used by:395
Symbol 395 MovieClipUses:394Used by:Timeline
Symbol 396 GraphicUsed by:397
Symbol 397 ButtonUses:396Used by:398
Symbol 398 MovieClipUses:397Used by:Timeline
Symbol 399 GraphicUsed by:400
Symbol 400 ButtonUses:399Used by:401
Symbol 401 MovieClipUses:400Used by:Timeline
Symbol 402 GraphicUsed by:Timeline
Symbol 403 GraphicUsed by:Timeline
Symbol 404 GraphicUsed by:Timeline
Symbol 405 GraphicUsed by:Timeline
Symbol 406 GraphicUsed by:Timeline
Symbol 407 GraphicUsed by:Timeline
Symbol 408 GraphicUsed by:410
Symbol 409 GraphicUsed by:410
Symbol 410 ButtonUses:408 409Used by:Timeline
Symbol 411 GraphicUsed by:413
Symbol 412 GraphicUsed by:413
Symbol 413 ButtonUses:411 412Used by:Timeline
Symbol 414 GraphicUsed by:415
Symbol 415 ButtonUses:414Used by:416
Symbol 416 MovieClipUses:415Used by:Timeline
Symbol 417 GraphicUsed by:418
Symbol 418 ButtonUses:417Used by:419
Symbol 419 MovieClipUses:418Used by:Timeline
Symbol 420 GraphicUsed by:421
Symbol 421 ButtonUses:420Used by:422
Symbol 422 MovieClipUses:421Used by:Timeline
Symbol 423 GraphicUsed by:424
Symbol 424 ButtonUses:423Used by:425
Symbol 425 MovieClipUses:424Used by:Timeline
Symbol 426 GraphicUsed by:427
Symbol 427 ButtonUses:426Used by:428
Symbol 428 MovieClipUses:427Used by:Timeline
Symbol 429 GraphicUsed by:430
Symbol 430 ButtonUses:429Used by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 GraphicUsed by:433
Symbol 433 ButtonUses:432Used by:434
Symbol 434 MovieClipUses:433Used by:Timeline
Symbol 435 GraphicUsed by:436
Symbol 436 ButtonUses:435Used by:437
Symbol 437 MovieClipUses:436Used by:Timeline
Symbol 438 GraphicUsed by:439
Symbol 439 ButtonUses:438Used by:440
Symbol 440 MovieClipUses:439Used by:Timeline
Symbol 441 GraphicUsed by:442
Symbol 442 ButtonUses:441Used by:443
Symbol 443 MovieClipUses:442Used by:Timeline
Symbol 444 GraphicUsed by:445
Symbol 445 ButtonUses:444Used by:446
Symbol 446 MovieClipUses:445Used by:Timeline
Symbol 447 GraphicUsed by:450
Symbol 448 GraphicUsed by:449
Symbol 449 ButtonUses:448Used by:450
Symbol 450 MovieClipUses:447 449Used by:Timeline
Symbol 451 GraphicUsed by:452
Symbol 452 ButtonUses:451Used by:453
Symbol 453 MovieClipUses:452Used by:Timeline
Symbol 454 GraphicUsed by:455
Symbol 455 ButtonUses:454Used by:456
Symbol 456 MovieClipUses:455Used by:Timeline
Symbol 457 GraphicUsed by:458
Symbol 458 ButtonUses:457Used by:459
Symbol 459 MovieClipUses:458Used by:Timeline
Symbol 460 GraphicUsed by:461
Symbol 461 ButtonUses:460Used by:462
Symbol 462 MovieClipUses:461Used by:Timeline
Symbol 463 GraphicUsed by:464
Symbol 464 ButtonUses:463Used by:465
Symbol 465 MovieClipUses:464Used by:Timeline
Symbol 466 GraphicUsed by:467
Symbol 467 ButtonUses:466Used by:468
Symbol 468 MovieClipUses:467Used by:Timeline
Symbol 469 GraphicUsed by:470
Symbol 470 ButtonUses:469Used by:471
Symbol 471 MovieClipUses:470Used by:Timeline
Symbol 472 GraphicUsed by:473
Symbol 473 ButtonUses:472Used by:474
Symbol 474 MovieClipUses:473Used by:Timeline
Symbol 475 GraphicUsed by:476
Symbol 476 ButtonUses:475Used by:477
Symbol 477 MovieClipUses:476Used by:Timeline
Symbol 478 GraphicUsed by:479
Symbol 479 ButtonUses:478Used by:480
Symbol 480 MovieClipUses:479Used by:Timeline
Symbol 481 GraphicUsed by:482
Symbol 482 ButtonUses:481Used by:483
Symbol 483 MovieClipUses:482Used by:Timeline
Symbol 484 GraphicUsed by:485
Symbol 485 ButtonUses:484Used by:486
Symbol 486 MovieClipUses:485Used by:Timeline
Symbol 487 GraphicUsed by:488
Symbol 488 ButtonUses:487Used by:489
Symbol 489 MovieClipUses:488Used by:Timeline
Symbol 490 GraphicUsed by:491
Symbol 491 ButtonUses:490Used by:492
Symbol 492 MovieClipUses:491Used by:Timeline
Symbol 493 GraphicUsed by:494
Symbol 494 ButtonUses:493Used by:495
Symbol 495 MovieClipUses:494Used by:Timeline
Symbol 496 GraphicUsed by:497
Symbol 497 ButtonUses:496Used by:498
Symbol 498 MovieClipUses:497Used by:Timeline
Symbol 499 GraphicUsed by:500
Symbol 500 ButtonUses:499Used by:501
Symbol 501 MovieClipUses:500Used by:Timeline
Symbol 502 GraphicUsed by:503
Symbol 503 ButtonUses:502Used by:504
Symbol 504 MovieClipUses:503Used by:Timeline
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:505Used by:507
Symbol 507 MovieClipUses:506Used by:Timeline
Symbol 508 GraphicUsed by:509
Symbol 509 ButtonUses:508Used by:510
Symbol 510 MovieClipUses:509Used by:Timeline
Symbol 511 GraphicUsed by:512
Symbol 512 ButtonUses:511Used by:513
Symbol 513 MovieClipUses:512Used by:Timeline
Symbol 514 GraphicUsed by:515
Symbol 515 ButtonUses:514Used by:516
Symbol 516 MovieClipUses:515Used by:Timeline
Symbol 517 GraphicUsed by:Timeline
Symbol 518 GraphicUsed by:Timeline
Symbol 519 GraphicUsed by:Timeline
Symbol 520 GraphicUsed by:Timeline
Symbol 521 GraphicUsed by:Timeline
Symbol 522 ButtonUses:132Used by:Timeline
Symbol 523 GraphicUsed by:Timeline
Symbol 524 GraphicUsed by:Timeline
Symbol 525 GraphicUsed by:Timeline

Instance Names

"labelField"Symbol 5 MovieClip [FLabelSymbol] Frame 1Symbol 4 EditableText
"frame1"Symbol 14 MovieClip Frame 1Symbol 7 MovieClip
"frame2"Symbol 14 MovieClip Frame 1Symbol 8 MovieClip
"frame3"Symbol 14 MovieClip Frame 1Symbol 10 MovieClip
"frame4"Symbol 14 MovieClip Frame 1Symbol 11 MovieClip
"frame5"Symbol 14 MovieClip Frame 1Symbol 13 MovieClip
"frame1"Symbol 20 MovieClip Frame 1Symbol 15 MovieClip
"frame2"Symbol 20 MovieClip Frame 1Symbol 16 MovieClip
"frame3"Symbol 20 MovieClip Frame 1Symbol 17 MovieClip
"frame4"Symbol 20 MovieClip Frame 1Symbol 18 MovieClip
"frame5"Symbol 20 MovieClip Frame 1Symbol 19 MovieClip
"frame1"Symbol 26 MovieClip Frame 1Symbol 21 MovieClip
"frame2"Symbol 26 MovieClip Frame 1Symbol 22 MovieClip
"frame3"Symbol 26 MovieClip Frame 1Symbol 23 MovieClip
"frame4"Symbol 26 MovieClip Frame 1Symbol 24 MovieClip
"frame5"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"frame1"Symbol 32 MovieClip Frame 1Symbol 27 MovieClip
"frame2"Symbol 32 MovieClip Frame 1Symbol 28 MovieClip
"frame3"Symbol 32 MovieClip Frame 1Symbol 29 MovieClip
"frame4"Symbol 32 MovieClip Frame 1Symbol 30 MovieClip
"frame5"Symbol 32 MovieClip Frame 1Symbol 31 MovieClip
"up_mc"Symbol 33 MovieClip [fpb_states] Frame 1Symbol 14 MovieClip
"over_mc"Symbol 33 MovieClip [fpb_states] Frame 2Symbol 20 MovieClip
"down_mc"Symbol 33 MovieClip [fpb_states] Frame 3Symbol 26 MovieClip
"disabled_mc"Symbol 33 MovieClip [fpb_states] Frame 4Symbol 32 MovieClip
"boundingBox"Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 36 MovieClip
"boundingBox2"Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 36 MovieClip
"boundingBox_mc"Symbol 41 MovieClip [FPushButtonSymbol] Frame 1Symbol 38 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 41 MovieClip [FPushButtonSymbol] Frame 1Symbol 40 MovieClip
"bar"Symbol 52 MovieClip Frame 1Symbol 43 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 2 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 5 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 33 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 34 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 38 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 41 as "FPushButtonSymbol"

Labels

#"Symbol_10"Symbol 2 MovieClip [fpb_hitArea] Frame 1
"Symbol_32"Symbol 5 MovieClip [FLabelSymbol] Frame 1
"up"Symbol 33 MovieClip [fpb_states] Frame 1
"over"Symbol 33 MovieClip [fpb_states] Frame 2
"down"Symbol 33 MovieClip [fpb_states] Frame 3
"disabled"Symbol 33 MovieClip [fpb_states] Frame 4
"Symbol_36"Symbol 34 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 2
"loaded"Symbol 52 MovieClip Frame 3
"Wobble"Symbol 142 MovieClip Frame 5




http://swfchan.com/21/100496/info.shtml
Created: 21/3 -2019 06:36:38 Last modified: 21/3 -2019 06:36:38 Server time: 16/04 -2024 13:54:47