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

swfchan turned sixteen years old today! (5may2024)

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

Command_and_Conquer_Tiberium_Catastrophe_KrautEd.swf

This is the info page for
Flash #57885

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


ActionScript [AS1/AS2]
Combined Code
movieClip 2 fpb_hitArea { } movieClip 5 FLabelSymbol { #initclip _global.FLabelClass = function () { var v1 = this; if (v1.hostComponent == undefined) { v1.hostComponent = (v1._parent.controller == undefined) ? v1._parent : v1._parent.controller; } if (v1.customTextStyle == undefined) { if (v1.hostComponent.textStyle == undefined) { v1.hostComponent.textStyle = new TextFormat(); } v1.textStyle = v1.hostComponent.textStyle; v1.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass('FLabelSymbol', FLabelClass); FLabelClass.prototype.setLabel = function (label) { var v1 = this; var v2 = v1.hostComponent.styleTable.embedFonts.value; if (v2 != undefined) { v1.labelField.embedFonts = v2; } v1.labelField.setNewTextFormat(v1.textStyle); v1.labelField.text = label; v1.labelField._height = v1.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { var v2 = this; var v3 = enable; v2.enable = v3; var v1 = v2.hostComponent.styleTable[v3 ? 'textColor' : 'textDisabled'].value; if (v1 == undefined) { v1 = v3 ? 0 : 8947848; } v2.setColor(v1); }; FLabelClass.prototype.getLabel = function () { return this.labelField.text; }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip frame 1 { } } movieClip 7 { } movieClip 8 { } movieClip 10 { } movieClip 11 { } movieClip 13 { } movieClip 14 { 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'); } } movieClip 15 { } movieClip 16 { } movieClip 17 { } movieClip 18 { } movieClip 19 { } movieClip 20 { 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'); } } movieClip 21 { } movieClip 22 { } movieClip 23 { } movieClip 24 { } movieClip 25 { } movieClip 26 { 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'); } } movieClip 27 { } movieClip 28 { } movieClip 29 { } movieClip 30 { } movieClip 31 { } movieClip 32 { 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'); } } movieClip 33 fpb_states { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } } movieClip 34 FUIComponentSymbol { #initclip function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { var v1 = this; var v3 = _global; v1.enable = true; v1.focused = false; v1.useHandCursor = false; v1._accImpl = new Object(); v1._accImpl.stub = true; v1.styleTable = new Array(); if (v3.globalStyleFormat == undefined) { v3.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; v3._focusControl = new Object(); v3._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(v3._focusControl); } if (v1._name != undefined) { v1._focusrect = false; v1.tabEnabled = true; v1.focusEnabled = true; v1.tabChildren = false; v1.tabFocused = true; if (v1.hostStyle == undefined) { globalStyleFormat.addListener(v1); } else { v1.styleTable = v1.hostStyle; } v1.deadPreview._visible = false; v1.deadPreview._height = 1; v1.deadPreview._width = 1; v1.methodTable = new Object(); v1.keyListener = new Object(); v1.keyListener.controller = v1; v1.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; v1.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var v2 in v1.styleFormat_prm) { v1.setStyleProperty(v2, v1.styleFormat_prm[v2]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { var v1 = this; v1.enable = arguments.length > 0 ? enabledFlag : true; v1.focusEnabled = enabledFlag; v1.tabEnabled = v1.focusEnabled; if (!v1.enable && v1.focused) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return this.enable; }; FUIComponentClass.prototype.setSize = function (w, h) { var v1 = this; v1.width = w; v1.height = h; v1.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { var v1 = this; v1.handlerObj = (obj == undefined) ? v1._parent : obj; v1.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { var v1 = this; v1.methodTable[methodName] = true; v1.onEnterFrame = v1.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { var v1 = this; if (v1.methodTable.setSize) { v1.setSize(v1.width, v1.height); } else { v1.cleanUINotSize(); } v1.methodTable = new Object(); delete v1.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { var v1 = this; for (var v2 in v1.methodTable) { v1[v2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var v1 = this; var v2 = y; var v3 = x; var inner = v1.styleTable.focusRectInner.value; var outer = v1.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215; } if (outer == undefined) { outer = 0; } v1.createEmptyMovieClip('focusRect', 1000); v1.focusRect.controller = v1; v1.focusRect.lineStyle(1, outer); v1.focusRect.moveTo(v3, v2); v1.focusRect.lineTo(v3 + w, v2); v1.focusRect.lineTo(v3 + w, v2 + h); v1.focusRect.lineTo(v3, v2 + h); v1.focusRect.lineTo(v3, v2); v1.focusRect.lineStyle(1, inner); v1.focusRect.moveTo(v3 + 1, v2 + 1); v1.focusRect.lineTo(v3 + w - 1, v2 + 1); v1.focusRect.lineTo(v3 + w - 1, v2 + h - 1); v1.focusRect.lineTo(v3 + 1, v2 + h - 1); v1.focusRect.lineTo(v3 + 1, v2 + 1); }; FUIComponentClass.prototype.pressFocus = function () { var v1 = this; v1.tabFocused = false; v1.focusRect.removeMovieClip(); Selection.setFocus(v1); }; FUIComponentClass.prototype.drawFocusRect = function () { var v1 = this; v1.drawRect(-2, -2, v1.width + 4, v1.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { var v1 = this; v1.focused = true; Key.addListener(v1.keyListener); if (v1.tabFocused) { v1.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { var v1 = this; v1.tabFocused = true; v1.focused = false; v1.focusRect.removeMovieClip(); Key.removeListener(v1.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { var v1 = this; v1.handlerObj[v1.changeHandler](v1); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { var v1 = this; var v2 = propName; if (value == '') { } else { var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = arguments.length > 2 ? isGlobal : false; if (v1.styleTable[v2] == undefined) { v1.styleTable[v2] = new Object(); v1.styleTable[v2].useGlobal = true; } if (v1.styleTable[v2].useGlobal || !global) { v1.styleTable[v2].value = value; if (v1.setCustomStyleProperty(v2, value)) { } else { if (v2 == 'embedFonts') { v1.invalidate('setSize'); } else { if (v2.subString(0, 4) == 'text') { if (v1.textStyle == undefined) { v1.textStyle = new TextFormat(); } var textProp = v2.subString(4, v2.length); v1.textStyle[textProp] = value; v1.invalidate('setSize'); } else { for (var j in v1.styleTable[v2].coloredMCs) { var v3 = new Color(v1.styleTable[v2].coloredMCs[j]); if (v1.styleTable[v2].value == undefined) { var myTObj = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; v3.setTransform(myTObj); } else { v3.setRGB(value); } } } } } v1.styleTable[v2].useGlobal = global; } } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { var v1 = this; var v2 = propName; if (v1.styleTable[v2] == undefined) { v1.styleTable[v2] = new Object(); v1.styleTable[v2].useGlobal = true; } if (v1.styleTable[v2].coloredMCs == undefined) { v1.styleTable[v2].coloredMCs = new Object(); } v1.styleTable[v2].coloredMCs[skinMCRef] = skinMCRef; if (v1.styleTable[v2].value != undefined) { var v3 = new Color(skinMCRef); v3.setRGB(v1.styleTable[v2].value); } }; _global.FStyleFormat = function () { var v1 = arguments; var v2 = this; v2.nonStyles = {'listeners': true, 'isGlobal': true, 'isAStyle': true, 'addListener': true, 'removeListener': true, 'nonStyles': true, 'applyChanges': true}; v2.listeners = new Object(); v2.isGlobal = false; if (v1.length > 0) { for (var v3 in v1[0]) { v2[v3] = v1[0][v3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var v1 = this; var v2 = 0; while (v2 < arguments.length) { var v3 = arguments[v2]; v1.listeners[arguments[v2]] = v3; for (var i in v1) { if (v1.isAStyle(i)) { v3.updateStyleProperty(v1, i.toString()); } } ++v2; } }; FStyleFormat.prototype.removeListener = function (component) { var v1 = this; var v2 = component; v1.listeners[v2] = undefined; for (var prop in v1) { if (v1.isAStyle(prop)) { if (v2.styleTable[prop].useGlobal == v1.isGlobal) { v2.styleTable[prop].useGlobal = true; var v3 = v1.isGlobal ? undefined : globalStyleFormat[prop]; v2.setStyleProperty(prop, v3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var v1 = this; var v2 = arguments; var count = 0; for (var i in v1.listeners) { var v3 = v1.listeners[i]; if (v2.length > 0) { var j = 0; while (j < v2.length) { if (v1.isAStyle(v2[j])) { v3.updateStyleProperty(v1, v2[j]); } ++j; } } else { for (var j in v1) { if (v1.isAStyle(j)) { v3.updateStyleProperty(v1, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return this.nonStyles[name] ? false : true; }; #endinitclip frame 1 { } } movieClip 36 FPushButtonSymbol { #initclip function FPushButtonClass() { this.init(); } FPushButtonClass.prototype = new FUIComponentClass(); Object.registerClass('FPushButtonSymbol', FPushButtonClass); FPushButtonClass.prototype.init = function () { var v1 = this; super.setSize(v1._width, v1._height); v1.boundingBox_mc.unloadMovie(); v1.attachMovie('fpb_states', 'fpbState_mc', 1); v1.attachMovie('FLabelSymbol', 'fLabel_mc', 2); v1.attachMovie('fpb_hitArea', 'fpb_hitArea_mc', 3); super.init(); v1.btnState = false; v1.setClickHandler(v1.clickHandler); v1._xscale = 100; v1._yscale = 100; v1.setSize(v1.width, v1.height); if (v1.label != undefined) { v1.setLabel(v1.label); } v1.ROLE_SYSTEM_PUSHBUTTON = 43; v1.STATE_SYSTEM_PRESSED = 8; v1.EVENT_OBJECT_STATECHANGE = 32778; v1.EVENT_OBJECT_NAMECHANGE = 32780; v1._accImpl.master = v1; v1._accImpl.stub = false; v1._accImpl.get_accRole = v1.get_accRole; v1._accImpl.get_accName = v1.get_accName; v1._accImpl.get_accState = v1.get_accState; v1._accImpl.get_accDefaultAction = v1.get_accDefaultAction; v1._accImpl.accDoDefaultAction = v1.accDoDefaultAction; }; FPushButtonClass.prototype.setHitArea = function (w, h) { var v1 = this.fpb_hitArea_mc; this.hitArea = v1; v1._visible = false; v1._width = w; v1._height = arguments.length > 1 ? h : v1._height; }; FPushButtonClass.prototype.setSize = function (w, h) { var v1 = this; var v2 = w; var v3 = h; v2 = v2 < 6 ? 6 : v2; if (arguments.length > 1) { if (v3 < 6) { v3 = 6; } } super.setSize(v2, v3); v1.setLabel(v1.getLabel()); v1.arrangeLabel(); v1.setHitArea(v2, v3); v1.boundingBox_mc._width = v2; v1.boundingBox_mc._height = v3; v1.drawFrame(); if (v1.focused) { super.myOnSetFocus(); } v1.initContentPos('fLabel_mc'); }; FPushButtonClass.prototype.arrangeLabel = function () { var v3 = this; var v1 = v3.fLabel_mc; var h = v3.height; var w = v3.width - 2; var v2 = 1; v3.fLabel_mc.setSize(w - v2 * 4); v1._x = v2 * 3; v1._y = h / 2 - v1._height / 2; }; FPushButtonClass.prototype.getLabel = function () { return this.fLabel_mc.labelField.text; }; FPushButtonClass.prototype.setLabel = function (label) { var v1 = this; v1.fLabel_mc.setLabel(label); v1.txtFormat(); v1.arrangeLabel(); if (Accessibility.isActive()) { Accessibility.sendEvent(v1, 0, v1.EVENT_OBJECT_NAMECHANGE); } }; FPushButtonClass.prototype.getEnabled = function () { return this.enabled; }; FPushButtonClass.prototype.setEnabled = function (enable) { var v1 = this; if (enable || enable == undefined) { v1.gotoFrame(1); v1.drawFrame(); v1.flabel_mc.setEnabled(true); v1.enabled = true; super.setEnabled(true); } else { v1.gotoFrame(4); v1.drawFrame(); v1.flabel_mc.setEnabled(false); v1.enabled = false; super.setEnabled(false); } }; FPushButtonClass.prototype.txtFormat = function () { var v1 = this; var v2 = v1.textStyle; var v3 = v1.styleTable; v2.align = (v3.textAlign.value == undefined) ? 'center' : undefined; v2.leftMargin = (v3.textLeftMargin.value == undefined) ? 1 : undefined; v2.rightMargin = (v3.textRightMargin.value == undefined) ? 1 : undefined; if (v1.fLabel_mc._height > v1.height) { super.setSize(v1.width, v1.fLabel_mc._height); } else { super.setSize(v1.width, v1.height); } v1.fLabel_mc.labelField.setTextFormat(v1.textStyle); v1.setEnabled(v1.enable); }; FPushButtonClass.prototype.drawFrame = function () { var v3 = this; var v2 = 1; var x1 = 0; var y1 = 0; var x2 = v3.width; var y2 = v3.height; var mc_array = ['up_mc', 'over_mc', 'down_mc', 'disabled_mc']; var frame = mc_array[v3.fpbState_mc._currentframe - 1]; var mc = 'frame'; var v1 = 0; while (v1 < 6) { x1 += (v1 % 2) * v2; y1 += (v1 % 2) * v2; x2 -= ((v1 + 1) % 2) * v2; y2 -= ((v1 + 1) % 2) * v2; var w = Math.abs(x1 - x2) + 2 * v2; var h = Math.abs(y1 - y2) + 2 * v2; v3.fpbState_mc[frame][mc + v1]._width = w; v3.fpbState_mc[frame][mc + v1]._height = h; v3.fpbState_mc[frame][mc + v1]._x = x1 - v2; v3.fpbState_mc[frame][mc + v1]._y = y1 - v2; ++v1; } }; FPushButtonClass.prototype.setClickHandler = function (chng, obj) { var v1 = this; v1.handlerObj = arguments.length < 2 ? v1._parent : obj; v1.clickHandler = chng; }; FPushButtonClass.prototype.executeCallBack = function () { var v1 = this; v1.handlerObj[v1.clickHandler](v1); }; FPushButtonClass.prototype.initContentPos = function (mc) { var v1 = this; v1.incrVal = 1; v1.initx = v1[mc]._x - v1.getBtnState() * v1.incrVal; v1.inity = v1[mc]._y - v1.getBtnState() * v1.incrVal; v1.togx = v1.initx + v1.incrVal; v1.togy = v1.inity + v1.incrVal; }; FPushButtonClass.prototype.setBtnState = function (state) { var v1 = this; v1.btnState = state; if (state) { v1.fLabel_mc._x = v1.togx; v1.fLabel_mc._y = v1.togy; } else { v1.fLabel_mc._x = v1.initx; v1.fLabel_mc._y = v1.inity; } }; FPushButtonClass.prototype.getBtnState = function () { return this.btnState; }; FPushButtonClass.prototype.myOnSetFocus = function () { this.focused = true; super.myOnSetFocus(); }; FPushButtonClass.prototype.onPress = function () { var v1 = this; v1.pressFocus(); v1.fpbState_mc.gotoAndStop(3); v1.drawFrame(); v1.setBtnState(true); if (Accessibility.isActive()) { Accessibility.sendEvent(v1, 0, v1.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRelease = function () { var v1 = this; v1.fpbState_mc.gotoAndStop(2); v1.drawFrame(); v1.executeCallBack(); v1.setBtnState(false); if (Accessibility.isActive()) { Accessibility.sendEvent(v1, 0, v1.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 () { var v1 = this; v1.setBtnState(false); v1.fpbState_mc.gotoAndStop(1); v1.drawFrame(); }; FPushButtonClass.prototype.onDragOut = function () { var v1 = this; v1.setBtnState(false); v1.fpbState_mc.gotoAndStop(1); v1.drawFrame(); }; FPushButtonClass.prototype.onDragOver = function () { var v1 = this; v1.setBtnState(true); v1.fpbState_mc.gotoAndStop(3); v1.drawFrame(); }; FPushButtonClass.prototype.myOnKeyDown = function () { var v1 = this; if (Key.getCode() == 32 && v1.pressOnce == undefined) { v1.onPress(); v1.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) { var v1 = this; if (v1.pressOnce) { return v1.master.STATE_SYSTEM_PRESSED; } else { return v1.master.STATE_SYSTEM_DEFAULT; } }; FPushButtonClass.prototype.get_accDefaultAction = function (childId) { return 'Press'; }; FPushButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.onPress(); this.master.onRelease(); }; #endinitclip frame 1 { boundingBox_mc._visible = false; deadPreview._visible = false; } } button 37 { on (release) { gotoAndPlay(1087); } } button 38 { on (release) { gotoAndPlay(1082); } } frame 1 { stopAllSounds(); } movieClip 40 { } button 48 { on (release) { _root.play(); } } movieClip 49 { frame 1 { _root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { eval(bar)._xscale = PercentLoaded; } else { gotoAndStop('loaded'); } } frame 2 { gotoAndPlay(1); } } movieClip 156 { } movieClip 177 { } movieClip 223 { } movieClip 238 { } movieClip 247 { } movieClip 266 { } movieClip 281 { } movieClip 292 { frame 11 { stop(); } } movieClip 301 { } movieClip 317 { } movieClip 324 { } movieClip 333 { frame 21 { stop(); } } movieClip 443 { } movieClip 492 { } movieClip 600 { frame 59 { stop(); } } movieClip 636 { frame 20 { stop(); } } movieClip 685 { } movieClip 733 { } movieClip 755 { } frame 1087 { stopAllSounds(); } button 772 { on (release) { gotoAndPlay(3235); } } movieClip 828 { } movieClip 865 { } movieClip 920 { } movieClip 941 { frame 1 { function camControl() { var v2 = _parent; var v3 = this; parentColor.setTransform(camColor.getTransform()); var v1 = sX / v3._width; var scaleY = sY / v3._height; v2._x = cX - v3._x * v1; v2._y = cY - v3._y * scaleY; v2._xscale = 100 * v1; v2._yscale = 100 * scaleY; } function resetStage() { var v1 = _parent; var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0}; parentColor.setTransform(v2); v1._xscale = 100; v1._yscale = 100; v1._x = 0; v1._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = 'exactFit'; var cX = Stage.width / 2; var cY = Stage.height / 2; var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; } } movieClip 974 { frame 25 { stop(); } } movieClip 1001 { frame 12 { stop(); } } movieClip 1033 { frame 9 { stop(); } } movieClip 1055 { frame 24 { stop(); } } movieClip 1076 { } movieClip 1084 { frame 32 { stop(); } } movieClip 1100 { frame 20 { stop(); } } movieClip 1167 { frame 66 { stop(); } } movieClip 1237 { frame 32 { stop(); } } movieClip 1262 { } movieClip 1318 { frame 12 { stop(); } } movieClip 1326 { } movieClip 1329 { } movieClip 1377 { frame 23 { stop(); } } movieClip 1437 { frame 21 { stop(); } } movieClip 1478 { frame 25 { stop(); } } movieClip 1509 { frame 16 { stop(); } } movieClip 1576 { frame 34 { stop(); } } movieClip 1584 { } movieClip 1585 { } movieClip 1650 { frame 4 { stop(); } } movieClip 1695 { frame 24 { stop(); } } movieClip 1818 { } movieClip 1833 { } movieClip 1866 { } movieClip 1875 { } movieClip 1884 { } movieClip 1933 { } movieClip 1954 { } movieClip 2052 { } movieClip 2102 { } movieClip 2189 { frame 19 { stop(); } } movieClip 2198 { frame 25 { stop(); } } movieClip 2214 { } movieClip 2238 { } movieClip 2296 { frame 16 { stop(); } } movieClip 2355 { } movieClip 2388 { } frame 3235 { stopAllSounds(); } movieClip 2478 { frame 26 { stop(); } } frame 3387 { stop(); } button 2525 { on (release) { gotoAndPlay(1); } }




http://swfchan.com/12/57885/info.shtml
Created: 17/4 -2019 16:40:13 Last modified: 17/4 -2019 16:40:13 Server time: 05/05 -2024 23:26:41