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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM47339155-5DC&rnd=47339155" width="1" height="1"></div>

Bubblewrap.swf

This is the info page for
Flash #262139

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


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

w w w . b l o g g i t s . c o m

2 7 4   k b

B U B B L E   W R A P
M A N I A C !

> > c l i c k   t o   p l a y < <

c l i c k   t o   p l a y

c l i c k   t o   p l a y

w w w . w i n t e r r o w d . c o m

ActionScript [AS1/AS2]

Frame 1
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100);
Frame 2
if (percent != 100) { gotoAndPlay (1); } else { gotoAndPlay (4); }
Frame 4
stop();
Frame 5
function pop() { } function resetSheet() { var col = 1; while (col < 15) { var row = 1; while (row < 11) { _root[(("pr" + row) + "c") + col]._visible = false; row++; } col++; } } Math.randomBetween = function (a, b) { return(a + Math.floor(Math.random() * ((b - a) + 1))); }; pop.prototype = new MovieClip(); pop.prototype.onPress = function () { if (this._currentframe == 1) { this.gotoandstop(Math.randomBetween(2, 7)); } }; pop.prototype.onRollOver = function () { if (manicmode.getValue() || (Key.isDown(16))) { if (this._currentframe == 1) { this.gotoandstop(Math.randomBetween(2, 5)); } } }; Object.registerClass("Pop", pop); var col = 1; while (col < 15) { var row = 1; while (row < 11) { var x = ((col * 33) - 13); if ((row % 2) != 0) { x = x + 17; } var y = ((row * 29) - 10); _root.attachMovie("Pop", (("pr" + row) + "c") + col, (50 * row) + col, {_x:x, _y:y}); row++; } col++; }
Frame 300
resetSheet();
Frame 355
stop();
Instance of Symbol 170 MovieClip in Frame 355
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 5 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 14 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 17 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 20 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 22 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 25 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 4 MovieClip [fcb_states] Frame 1
stop();
Symbol 4 MovieClip [fcb_states] Frame 2
stop();
Symbol 4 MovieClip [fcb_states] Frame 3
stop();
Symbol 4 MovieClip [fcb_states] Frame 4
stop();
Symbol 4 MovieClip [fcb_states] Frame 5
stop();
Symbol 4 MovieClip [fcb_states] Frame 6
stop();
Symbol 29 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 30 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 34 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 42 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 48 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 54 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 60 MovieClip [Pop] Frame 1
stop();
Symbol 60 MovieClip [Pop] Frame 2
stop();
Symbol 60 MovieClip [Pop] Frame 3
stop();
Symbol 60 MovieClip [Pop] Frame 4
stop();
Symbol 60 MovieClip [Pop] Frame 5
stop();
Symbol 60 MovieClip [Pop] Frame 6
stop();
Symbol 60 MovieClip [Pop] Frame 7
stop();
Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 84 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 87 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 4 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 91 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 95 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 96 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 90 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 98 MovieClip Frame 1
nCharacterCount = 13; nFrameCount = 3; nScaleSpeed = 10; nAlphaSpeed = 3; bDirection = 1; nInterval = 5; nMaxScale = 200; nMinScale = 0; function fun() { i = 1; while (nCharacterCount >= i) { if (0 < nIsRun[i - 1]) { nIsRun[i - 1]--; } else if (!nMode[i - 1]) { this["c" + i]._xscale = this["c" + i]._xscale + nScaleSpeed; this["c" + i]._yscale = this["c" + i]._yscale + nScaleSpeed; this["c" + i]._alpha = this["c" + i]._alpha - nAlphaSpeed; if (nMaxScale < this["c" + i]._xscale) { this["c" + i]._xscale = nMaxScale; this["c" + i]._yscale = nMaxScale; } if (this["c" + i]._alpha < 0) { nMode[i - 1] = true; } } else { this["c" + i]._xscale = this["c" + i]._xscale - nScaleSpeed; this["c" + i]._yscale = this["c" + i]._yscale - nScaleSpeed; this["c" + i]._alpha = this["c" + i]._alpha + nAlphaSpeed; if (this["c" + i]._xscale < nMinScale) { this["c" + i]._xscale = 0; this["c" + i]._yscale = 0; } if (100 < this["c" + i]._alpha) { nMode[i - 1] = false; } } i++; } } function again() { gotoAndPlay (2); } nCharacter_x = new Array(nCharacterCount); nCharacter_y = new Array(nCharacterCount); nIsRun = new Array(nCharacterCount); nMode = new Array(nCharacterCount); nWhoRun = 1; i = 1; while (nCharacterCount >= i) { this["c" + i]._alpha = 0; this["c" + i]._xscale = 200; this["c" + i]._yscale = 200; nCharacter_x[i - 1] = this["c" + i]._x; nCharacter_y[i - 1] = this["c" + i]._y; nMode[i - 1] = true; if (!bDirection) { if (i != 1) { nIsRun[nCharacterCount - i] = nIsRun[nCharacterCount - (i - 1)]; nIsRun[nCharacterCount - i] = nIsRun[nCharacterCount - i] + nInterval; } else { nIsRun[nCharacterCount - 1] = 0; } } else if (i != 1) { nIsRun[i - 1] = nIsRun[i - 2]; nIsRun[i - 1] = nIsRun[i - 1] + nInterval; } else { nIsRun[0] = 0; } i++; } fun();
Symbol 98 MovieClip Frame 2
fun();
Symbol 98 MovieClip Frame 3
again();
Symbol 128 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 129 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 130 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 127 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 132 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 133 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 134 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 131 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 136 Button
on (release) { gotoAndPlay (5); }
Symbol 144 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 145 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 146 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 143 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 148 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 149 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 150 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 147 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 151 Button
on (release) { gotoAndPlay (5); }
Symbol 154 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 155 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 156 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }
Symbol 153 Button
on (release) { getURL ("http://www.winterrowd.com", "_blank"); }

Library Items

Symbol 1 Sound [must-have-more]
Symbol 3 GraphicUsed by:2 28
Symbol 2 MovieClip [fcb_hitArea]Uses:3
Symbol 7 GraphicUsed by:6
Symbol 6 MovieClipUses:7Used by:5
Symbol 9 GraphicUsed by:8
Symbol 8 MovieClipUses:9Used by:5
Symbol 11 GraphicUsed by:10
Symbol 10 MovieClipUses:11Used by:5
Symbol 13 GraphicUsed by:12
Symbol 12 MovieClipUses:13Used by:5
Symbol 5 MovieClipUses:6 8 10 12Used by:4
Symbol 16 GraphicUsed by:15 82
Symbol 15 MovieClipUses:16Used by:14
Symbol 14 MovieClipUses:15Used by:4
Symbol 19 GraphicUsed by:18 21 38 39 45 46 57 58
Symbol 18 MovieClipUses:19Used by:17
Symbol 17 MovieClipUses:18Used by:4
Symbol 21 MovieClipUses:19Used by:20
Symbol 20 MovieClipUses:21Used by:4
Symbol 24 GraphicUsed by:23
Symbol 23 MovieClipUses:24Used by:22
Symbol 22 MovieClipUses:23Used by:4
Symbol 27 GraphicUsed by:26
Symbol 26 MovieClipUses:27Used by:25
Symbol 25 MovieClipUses:26Used by:4
Symbol 4 MovieClip [fcb_states]Uses:5 14 17 20 22 25
Symbol 28 MovieClip [fpb_hitArea]Uses:3
Symbol 29 MovieClip [FUIComponentSymbol]
Symbol 31 FontUsed by:32
Symbol 32 EditableTextUses:31Used by:30
Symbol 30 MovieClip [FLabelSymbol]Uses:32
Symbol 36 GraphicUsed by:35 37 43 44 49 50 51 52 55 56
Symbol 35 MovieClipUses:36Used by:34
Symbol 37 MovieClipUses:36Used by:34
Symbol 38 MovieClipUses:19Used by:34
Symbol 39 MovieClipUses:19Used by:34
Symbol 41 GraphicUsed by:40 47 53 59
Symbol 40 MovieClipUses:41Used by:34
Symbol 34 MovieClipUses:35 37 38 39 40Used by:33
Symbol 43 MovieClipUses:36Used by:42
Symbol 44 MovieClipUses:36Used by:42
Symbol 45 MovieClipUses:19Used by:42
Symbol 46 MovieClipUses:19Used by:42
Symbol 47 MovieClipUses:41Used by:42
Symbol 42 MovieClipUses:43 44 45 46 47Used by:33
Symbol 49 MovieClipUses:36Used by:48
Symbol 50 MovieClipUses:36Used by:48
Symbol 51 MovieClipUses:36Used by:48
Symbol 52 MovieClipUses:36Used by:48
Symbol 53 MovieClipUses:41Used by:48
Symbol 48 MovieClipUses:49 50 51 52 53Used by:33
Symbol 55 MovieClipUses:36Used by:54
Symbol 56 MovieClipUses:36Used by:54
Symbol 57 MovieClipUses:19Used by:54
Symbol 58 MovieClipUses:19Used by:54
Symbol 59 MovieClipUses:41Used by:54
Symbol 54 MovieClipUses:55 56 57 58 59Used by:33
Symbol 33 MovieClip [fpb_states]Uses:34 42 48 54
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:60
Symbol 63 SoundUsed by:60
Symbol 64 BitmapUsed by:65
Symbol 65 GraphicUses:64Used by:60
Symbol 66 SoundUsed by:60
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:60
Symbol 69 SoundUsed by:60
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:60
Symbol 72 SoundUsed by:60
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:60
Symbol 75 SoundUsed by:60
Symbol 76 BitmapUsed by:77
Symbol 77 GraphicUses:76Used by:60
Symbol 78 SoundUsed by:60
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:60
Symbol 60 MovieClip [Pop]Uses:62 63 65 66 68 69 71 72 74 75 77 78 80
Symbol 82 MovieClipUses:16Used by:81
Symbol 83 GraphicUsed by:81
Symbol 81 MovieClip [FBoundingBoxSymbol]Uses:82 83Used by:84 87
Symbol 86 GraphicUsed by:85
Symbol 85 MovieClipUses:86Used by:84
Symbol 84 MovieClip [FPushButtonSymbol]Uses:81 85
Symbol 89 GraphicUsed by:88
Symbol 88 MovieClipUses:89Used by:87
Symbol 87 MovieClip [FCheckBoxSymbol]Uses:81 88
Symbol 91 ButtonUsed by:90
Symbol 92 GraphicUsed by:90 127 131 143 147 153
Symbol 94 FontUsed by:93
Symbol 93 TextUses:94Used by:90 127 131 143 147 153
Symbol 95 ButtonUsed by:90
Symbol 96 ButtonUsed by:90
Symbol 90 ButtonUses:91 92 93 95 96Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:99
Symbol 99 MovieClipUses:100Used by:98
Symbol 102 GraphicUsed by:101
Symbol 101 MovieClipUses:102Used by:98
Symbol 104 GraphicUsed by:103
Symbol 103 MovieClipUses:104Used by:98
Symbol 106 GraphicUsed by:105
Symbol 105 MovieClipUses:106Used by:98
Symbol 108 GraphicUsed by:107
Symbol 107 MovieClipUses:108Used by:98
Symbol 110 GraphicUsed by:109
Symbol 109 MovieClipUses:110Used by:98
Symbol 112 GraphicUsed by:111
Symbol 111 MovieClipUses:112Used by:98
Symbol 114 GraphicUsed by:113
Symbol 113 MovieClipUses:114Used by:98
Symbol 116 GraphicUsed by:115
Symbol 115 MovieClipUses:116Used by:98
Symbol 118 GraphicUsed by:117
Symbol 117 MovieClipUses:118Used by:98
Symbol 120 GraphicUsed by:119
Symbol 119 MovieClipUses:120Used by:98
Symbol 122 GraphicUsed by:121
Symbol 121 MovieClipUses:122Used by:98
Symbol 124 GraphicUsed by:123
Symbol 123 MovieClipUses:124Used by:98
Symbol 98 MovieClipUses:99 101 103 105 107 109 111 113 115 117 119 121 123Used by:Timeline
Symbol 126 FontUsed by:125 135 138 139 140 171
Symbol 125 TextUses:126Used by:Timeline
Symbol 128 ButtonUsed by:127
Symbol 129 ButtonUsed by:127
Symbol 130 ButtonUsed by:127
Symbol 127 ButtonUses:128 92 93 129 130
Symbol 132 ButtonUsed by:131
Symbol 133 ButtonUsed by:131
Symbol 134 ButtonUsed by:131
Symbol 131 ButtonUses:132 92 93 133 134Used by:Timeline
Symbol 135 TextUses:126Used by:Timeline
Symbol 137 GraphicUsed by:136 151
Symbol 138 TextUses:126Used by:136 151
Symbol 139 TextUses:126Used by:136 151
Symbol 140 TextUses:126Used by:136 151
Symbol 136 ButtonUses:137 138 139 140Used by:Timeline
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:Timeline
Symbol 144 ButtonUsed by:143
Symbol 145 ButtonUsed by:143
Symbol 146 ButtonUsed by:143
Symbol 143 ButtonUses:144 92 93 145 146
Symbol 148 ButtonUsed by:147
Symbol 149 ButtonUsed by:147
Symbol 150 ButtonUsed by:147
Symbol 147 ButtonUses:148 92 93 149 150Used by:Timeline
Symbol 151 ButtonUses:137 138 139 140
Symbol 152 SoundUsed by:Timeline
Symbol 154 ButtonUsed by:153
Symbol 155 ButtonUsed by:153
Symbol 156 ButtonUsed by:153
Symbol 153 ButtonUses:154 92 93 155 156
Symbol 157 GraphicUsed by:Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:Timeline
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:Timeline
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:Timeline
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:Timeline
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:Timeline
Symbol 171 TextUses:126Used by:170
Symbol 172 GraphicUsed by:170
Symbol 170 MovieClipUses:171 172Used by:Timeline

Instance Names

"highlight3D_mc"Symbol 5 MovieClip Frame 1Symbol 6 MovieClip
"highlight_mc"Symbol 5 MovieClip Frame 1Symbol 8 MovieClip
"shadow_mc"Symbol 5 MovieClip Frame 1Symbol 10 MovieClip
"darkshadow_mc"Symbol 5 MovieClip Frame 1Symbol 12 MovieClip
"background_mc"Symbol 14 MovieClip Frame 1Symbol 15 MovieClip
"background_mc"Symbol 17 MovieClip Frame 1Symbol 18 MovieClip
"background_mc"Symbol 20 MovieClip Frame 1Symbol 21 MovieClip
"check_mc"Symbol 22 MovieClip Frame 1Symbol 23 MovieClip
"check_mc"Symbol 25 MovieClip Frame 1Symbol 26 MovieClip
"fcb_frame_mc"Symbol 4 MovieClip [fcb_states] Frame 1Symbol 5 MovieClip
"frb_frame_mc"Symbol 4 MovieClip [fcb_states] Frame 1Symbol 14 MovieClip
"labelField"Symbol 30 MovieClip [FLabelSymbol] Frame 1Symbol 32 EditableText
"frame1"Symbol 34 MovieClip Frame 1Symbol 35 MovieClip
"frame2"Symbol 34 MovieClip Frame 1Symbol 37 MovieClip
"frame3"Symbol 34 MovieClip Frame 1Symbol 38 MovieClip
"frame4"Symbol 34 MovieClip Frame 1Symbol 39 MovieClip
"frame5"Symbol 34 MovieClip Frame 1Symbol 40 MovieClip
"frame1"Symbol 42 MovieClip Frame 1Symbol 43 MovieClip
"frame2"Symbol 42 MovieClip Frame 1Symbol 44 MovieClip
"frame3"Symbol 42 MovieClip Frame 1Symbol 45 MovieClip
"frame4"Symbol 42 MovieClip Frame 1Symbol 46 MovieClip
"frame5"Symbol 42 MovieClip Frame 1Symbol 47 MovieClip
"frame1"Symbol 48 MovieClip Frame 1Symbol 49 MovieClip
"frame2"Symbol 48 MovieClip Frame 1Symbol 50 MovieClip
"frame3"Symbol 48 MovieClip Frame 1Symbol 51 MovieClip
"frame4"Symbol 48 MovieClip Frame 1Symbol 52 MovieClip
"frame5"Symbol 48 MovieClip Frame 1Symbol 53 MovieClip
"frame1"Symbol 54 MovieClip Frame 1Symbol 55 MovieClip
"frame2"Symbol 54 MovieClip Frame 1Symbol 56 MovieClip
"frame3"Symbol 54 MovieClip Frame 1Symbol 57 MovieClip
"frame4"Symbol 54 MovieClip Frame 1Symbol 58 MovieClip
"frame5"Symbol 54 MovieClip Frame 1Symbol 59 MovieClip
"up_mc"Symbol 33 MovieClip [fpb_states] Frame 1Symbol 34 MovieClip
"over_mc"Symbol 33 MovieClip [fpb_states] Frame 2Symbol 42 MovieClip
"down_mc"Symbol 33 MovieClip [fpb_states] Frame 3Symbol 48 MovieClip
"disabled_mc"Symbol 33 MovieClip [fpb_states] Frame 4Symbol 54 MovieClip
"boundingBox"Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 82 MovieClip
"boundingBox2"Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 82 MovieClip
"boundingBox_mc"Symbol 84 MovieClip [FPushButtonSymbol] Frame 1Symbol 81 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 84 MovieClip [FPushButtonSymbol] Frame 1Symbol 85 MovieClip
"boundingBox_mc"Symbol 87 MovieClip [FCheckBoxSymbol] Frame 1Symbol 81 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 87 MovieClip [FCheckBoxSymbol] Frame 1Symbol 88 MovieClip
"c4"Symbol 98 MovieClip Frame 1Symbol 99 MovieClip
"c5"Symbol 98 MovieClip Frame 1Symbol 101 MovieClip
"c6"Symbol 98 MovieClip Frame 1Symbol 103 MovieClip
"c7"Symbol 98 MovieClip Frame 1Symbol 105 MovieClip
"c8"Symbol 98 MovieClip Frame 1Symbol 107 MovieClip
"c9"Symbol 98 MovieClip Frame 1Symbol 109 MovieClip
"c10"Symbol 98 MovieClip Frame 1Symbol 111 MovieClip
"c3"Symbol 98 MovieClip Frame 1Symbol 113 MovieClip
"c11"Symbol 98 MovieClip Frame 1Symbol 115 MovieClip
"c2"Symbol 98 MovieClip Frame 1Symbol 117 MovieClip
"c12"Symbol 98 MovieClip Frame 1Symbol 119 MovieClip
"c1"Symbol 98 MovieClip Frame 1Symbol 121 MovieClip
"c13"Symbol 98 MovieClip Frame 1Symbol 123 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "must-have-more"
ExportAssets (56)Timeline Frame 1Symbol 2 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 4 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 28 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 29 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 30 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 33 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 60 as "Pop"
ExportAssets (56)Timeline Frame 1Symbol 81 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 84 as "FPushButtonSymbol"
ExportAssets (56)Timeline Frame 1Symbol 87 as "FCheckBoxSymbol"

Labels

"up"Symbol 4 MovieClip [fcb_states] Frame 1
"press"Symbol 4 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 4 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 4 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 4 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 4 MovieClip [fcb_states] Frame 6
"Symbol_10"Symbol 28 MovieClip [fpb_hitArea] Frame 1
"Symbol_36"Symbol 29 MovieClip [FUIComponentSymbol] Frame 1
"Symbol_32"Symbol 30 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
"enabled"Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 81 MovieClip [FBoundingBoxSymbol] Frame 2




https://swfchan.com/53/262139/info.shtml
Created: 24/11 -2025 21:45:32 Last modified: 24/11 -2025 21:45:32 Server time: 05/12 -2025 07:55:24