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/65042303?noj=FRM65042303-5DC" width="1" height="1"></div>

Command & Conquer TE.swf

This is the info page for
Flash #17372

(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 { } movieClip 38 FBoundingBoxSymbol { frame 1 { var component = _parent; component.registerSkinElement(boundingBox, 'background'); stop(); } frame 2 { component.registerSkinElement(boundingBox2, 'backgroundDisabled'); stop(); } } movieClip 40 { } movieClip 41 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; } } frame 1 { stopAllSounds(); } movieClip 42 { } button 50 { on (release) { _root.play(); } } movieClip 51 { frame 1 { _root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { eval(bar)._xscale = PercentLoaded; } else { gotoAndStop('loaded'); } } frame 2 { gotoAndPlay(1); } } button 76 { on (release) { stopAllSounds(); gotoAndPlay(947); } } movieClip 182 { frame 21 { stop(); } } movieClip 216 { } movieClip 230 { } movieClip 262 { } movieClip 273 { } movieClip 300 { frame 15 { stop(); } } movieClip 329 { } movieClip 347 { frame 13 { stop(); } } movieClip 357 { frame 3 { stop(); } } movieClip 384 { frame 14 { stop(); } } movieClip 417 { frame 56 { stop(); } } movieClip 449 { } movieClip 482 { } movieClip 665 { frame 92 { stop(); } } movieClip 681 { } movieClip 824 { } movieClip 930 { frame 59 { stop(); } } movieClip 947 { frame 20 { stop(); } } movieClip 999 { } button 1021 { on (release) { stopAllSounds(); gotoAndPlay(1787); } } movieClip 1039 { } button 1077 { on (press) { gotoAndPlay(12153); } } movieClip 1137 { } button 1177 { on (release) { gotoAndPlay(9456); } } movieClip 1226 { } button 1227 { on (release) { gotoAndPlay(10333); } } movieClip 1258 { } button 1261 { on (release) { gotoAndPlay(11774); } } movieClip 1288 { } movieClip 1303 { } movieClip 1324 { } movieClip 1401 { } movieClip 1486 { 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 1620 { } frame 1787 { stopAllSounds(); } movieClip 1689 { } button 1693 { on (release) { stopAllSounds(); gotoAndPlay(3433); } } movieClip 1760 { } movieClip 1901 { frame 32 { stop(); } } movieClip 1920 { } movieClip 1947 { } movieClip 1955 { } movieClip 1965 { } movieClip 1982 { } movieClip 2006 { } movieClip 2016 { } movieClip 2033 { } movieClip 2078 { frame 38 { stop(); } } movieClip 2119 { } movieClip 2132 { } movieClip 2150 { } movieClip 2174 { } movieClip 2192 { } movieClip 2201 { } movieClip 2211 { } movieClip 2246 { } movieClip 2264 { } movieClip 2301 { } movieClip 2324 { } movieClip 2418 { } movieClip 2444 { } movieClip 2464 { } movieClip 2472 { } movieClip 2484 { } movieClip 2562 { } movieClip 2564 { } movieClip 2587 { } movieClip 2606 { } movieClip 2637 { } movieClip 2650 { } movieClip 2663 { } movieClip 2676 { } movieClip 2689 { } movieClip 2921 { } movieClip 2960 { } movieClip 2996 { } movieClip 3017 { } movieClip 3041 { } movieClip 3062 { } movieClip 3075 { } movieClip 3081 { } movieClip 3094 { } frame 3433 { stopAllSounds(); } movieClip 3199 { } button 3231 { on (release) { stopAllSounds(); gotoAndPlay(5021); } } movieClip 3247 { } movieClip 3306 { } movieClip 3380 { } movieClip 3418 { } movieClip 3436 { } movieClip 3701 { } button 3717 { on (release) { stopAllSounds(); gotoAndPlay(9149); } } movieClip 3761 { } movieClip 3788 { } movieClip 3827 { } movieClip 3851 { } movieClip 3904 { } movieClip 3934 { } movieClip 3952 { } movieClip 3961 { } movieClip 3970 { frame 5 { stop(); } } movieClip 3997 { } movieClip 4047 { } movieClip 4061 { } movieClip 4075 { } movieClip 4093 { } movieClip 4107 { } frame 5021 { stopAllSounds(); } button 4117 { on (release) { stopAllSounds(); gotoAndPlay(5911); } } movieClip 4181 { } movieClip 4194 { } movieClip 4224 { } movieClip 4249 { } movieClip 4258 { } movieClip 4279 { } movieClip 4294 { } movieClip 4327 { } frame 5629 { stopAllSounds(); } movieClip 4463 { } movieClip 4498 { } movieClip 4507 { } button 4523 { on (release) { stopAllSounds(); gotoAndPlay(7235); } } movieClip 4537 { } movieClip 4729 { } movieClip 4742 { } movieClip 4755 { } movieClip 4935 { } movieClip 4997 { } movieClip 5033 { } movieClip 5182 { } movieClip 5242 { } movieClip 5282 { } movieClip 5350 { } movieClip 5375 { } button 5377 { on (release) { stopAllSounds(); gotoAndPlay(7916); } } movieClip 5391 { } movieClip 5408 { } movieClip 5473 { } movieClip 5505 { frame 8 { stop(); } } movieClip 5553 { frame 24 { stop(); } } movieClip 5601 { } movieClip 5664 { } movieClip 5683 { } movieClip 5696 { } movieClip 5740 { } button 5831 { on (release) { stopAllSounds(); gotoAndPlay(8806); } } movieClip 5894 { } movieClip 5973 { } movieClip 6008 { } movieClip 6023 { } movieClip 6036 { } movieClip 6103 { } movieClip 6104 { } movieClip 6177 { } movieClip 6194 { } movieClip 6254 { } movieClip 6277 { } frame 9148 { stopAllSounds(); } frame 9148 { gotoAndPlay(13967); } frame 9149 { stopAllSounds(); } movieClip 6392 { } movieClip 6398 { } frame 9455 { gotoAndPlay(4575); } frame 9456 { stopAllSounds(); } frame 10332 { stopAllSounds(); gotoAndPlay(1268); } frame 10333 { stopAllSounds(); } button 6762 { on (release) { gotoAndPlay(11032); } } movieClip 6818 { } movieClip 6834 { } movieClip 6877 { } movieClip 6895 { } movieClip 6930 { } movieClip 6941 { } movieClip 6965 { } movieClip 6980 { } movieClip 7018 { } movieClip 7032 { } movieClip 7067 { } movieClip 7076 { } movieClip 7092 { } movieClip 7122 { frame 3 { stop(); } } movieClip 7146 { frame 3 { stop(); } } movieClip 7153 { } movieClip 7165 { } movieClip 7210 { } movieClip 7226 { } movieClip 7250 { } movieClip 7259 { } movieClip 7277 { } movieClip 7302 { } movieClip 7319 { } movieClip 7353 { } movieClip 7371 { } movieClip 7437 { frame 23 { stop(); } } movieClip 7446 { frame 3 { stop(); } } movieClip 7460 { } movieClip 7543 { } movieClip 7631 { } movieClip 7659 { } movieClip 7681 { frame 16 { stop(); } } movieClip 7723 { frame 19 { stop(); } } movieClip 7752 { } movieClip 7767 { } movieClip 7797 { } movieClip 7807 { } movieClip 7855 { } movieClip 7870 { } movieClip 7878 { } movieClip 7898 { } movieClip 7911 { } movieClip 7986 { frame 11 { stop(); } } frame 11773 { stopAllSounds(); gotoAndPlay(1268); } frame 11774 { stopAllSounds(); } frame 12152 { stopAllSounds(); gotoAndPlay(1268); } frame 12153 { stopAllSounds(); } movieClip 8218 { } movieClip 8283 { } movieClip 8345 { } movieClip 8712 { } movieClip 8730 { } frame 13966 { stopAllSounds(); gotoAndPlay(1268); } button 8872 { on (release) { stopAllSounds(); gotoAndPlay(14459); } } frame 14458 { stopAllSounds(); } frame 14458 { gotoAndPlay(14459); } movieClip 9072 { frame 26 { stop(); } } frame 14612 { stop(); } button 9194 { on (release) { stopAllSounds(); gotoAndPlay(5911); } } button 9195 { on (release) { stopAllSounds(); gotoAndPlay(1787); } } button 9196 { on (release) { stopAllSounds(); gotoAndPlay(947); } } button 9197 { on (release) { stopAllSounds(); gotoAndPlay(1); } }




http://swfchan.com/4/17372/info.shtml
Created: 12/8 -2019 01:45:18 Last modified: 12/8 -2019 01:45:18 Server time: 05/05 -2024 22:36:23