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

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

code-eingabe_CRrev.swf

This is the info page for
Flash #188946

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


Text
<p align="left"><font face="_sans" size="12" color="#000000" letterSpacing="0.000000" kerning="0"> </font></p>

0

0

0

0

1

1

2

2

3

3

4

4

5

5

6

6

8

8

9

9

E

E

R

R

7

7

Wrong Code

Accepted

ActionScript [AS1/AS2]

Frame 1
stop(); var Code:String = "";
Frame 21
stop();
Instance of Symbol 143 MovieClip in Frame 21
onClipEvent (load) { letterkeys = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"); numberkeys = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9"); numpadkeys = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "*", "+", "Enter", "-", ".", "/"); functionkeys = new Array("F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12"); otherkeys = new Array("Space", "Page Up", "Page Down", "End", "Home", "Left", "Up", "Right", "Down"); } onClipEvent (keyDown) { pressed = Key.getCode(); if ((pressed >= 65) and (pressed <= 90)) { _root.pressed = letterkeys[pressed - 65]; } if ((pressed >= 48) and (pressed <= 57)) { _root.pressed = numberkeys[pressed - 48]; _root.Code = _root.Code + String(_root.pressed); } if ((pressed >= 96) and (pressed <= 111)) { _root.pressed = numpadkeys[pressed - 96]; _root.Code = _root.Code + String(_root.pressed); } if ((pressed >= 112) and (pressed <= 123)) { _root.pressed = functionkeys[pressed - 112]; } if ((pressed >= 32) and (pressed <= 40)) { _root.pressed = otherkeys[pressed - 32]; } if (pressed == 8) { _root.pressed = "BackSpace"; } if (pressed == 9) { _root.pressed = "Tab"; } if (pressed == 12) { _root.pressed = "Clear"; } if (pressed == 13) { _root.pressed = "Enter"; } if (pressed == 16) { _root.pressed = "Shift"; } if (pressed == 17) { _root.pressed = "Control"; } if (pressed == 18) { _root.pressed = "Alt"; } if (pressed == 20) { _root.pressed = "Caps Lock"; } if (pressed == 27) { _root.pressed = "Esc"; } if (pressed == 45) { _root.pressed = "Insert"; } if (pressed == 46) { _root.pressed = "Delete"; } if (pressed == 47) { _root.pressed = "help"; } if (pressed == 144) { _root.pressed = "Num Lock"; } if (pressed == 186) { _root.pressed = ";:"; } if (pressed == 187) { _root.pressed = "=+"; } if (pressed == 189) { _root.pressed = "-_"; } if (pressed == 191) { _root.pressed = "/?"; } if (pressed == 192) { _root.pressed = "'@"; } if (pressed == 219) { _root.pressed = "[{"; } if (pressed == 220) { _root.pressed = "\\|"; } if (pressed == 221) { _root.pressed = "]}"; } }
Frame 22
var Code:String = ""; Code = "";
Frame 30
gotoAndPlay (22);
Frame 40
accepted = true; xloop = xloop + 1;
Frame 45
if (xloop < 3) { gotoAndPlay (40); }
Frame 65
if (accepted == true) { code = ""; accepted = false; if (_root.Code2 == "185646") { hidden = "albumlostalone"; } if (_root.Code2 == "6581") { hidden = "wgt2004flyer"; } if (_root.Code2 == "61205") { hidden = "albumrev"; } if (_root.Code2 == "71923") { hidden = "albumdreamweb"; } if (_root.Code2 == "2121311") { hidden = "albumcrossroads"; } getURL ("hidden/main.php", "mainFrame", "POST"); } gotoAndPlay (1);
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 _local2 = this.hostComponent.styleTable.embedFonts.value; if (_local2 != undefined) { this.labelField.embedFonts = _local2; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var _local2 = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (_local2 == undefined) { _local2 = (enable ? 0 : 8947848); } this.setColor(_local2); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #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 _local3 in this.styleFormat_prm) { this.setStyleProperty(_local3, this.styleFormat_prm[_local3]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var _local2 in this.methodTable) { this[_local2](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var _local4 = this.styleTable.focusRectInner.value; var _local5 = this.styleTable.focusRectOuter.value; if (_local4 == undefined) { _local4 = 16777215 /* 0xFFFFFF */; } if (_local5 == undefined) { _local5 = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, _local5); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, _local4); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var _local17 = parseInt(value); if (!isNaN(_local17)) { value = _local17; } var _local16 = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!_local16)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var _local18 = propName.subString(4, propName.length); this.textStyle[_local18] = value; this.invalidate("setSize"); } else { for (var _local15 in this.styleTable[propName].coloredMCs) { var _local4 = new Color(this.styleTable[propName].coloredMCs[_local15]); if (this.styleTable[propName].value == undefined) { var _local5 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; _local4.setTransform(_local5); } else { _local4.setRGB(value); } } } this.styleTable[propName].useGlobal = _local16; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var _local3 = new Color(skinMCRef); _local3.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var _local3 in arguments[0]) { this[_local3] = arguments[0][_local3]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var _local3 = 0; while (_local3 < arguments.length) { var _local4 = arguments[_local3]; this.listeners[arguments[_local3]] = _local4; for (var _local5 in this) { if (this.isAStyle(_local5)) { _local4.updateStyleProperty(this, _local5.toString()); } } _local3++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var _local4 in this) { if (this.isAStyle(_local4)) { if (component.styleTable[_local4].useGlobal == this.isGlobal) { component.styleTable[_local4].useGlobal = true; var _local3 = (this.isGlobal ? undefined : (globalStyleFormat[_local4])); component.setStyleProperty(_local4, _local3, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var _local6 = 0; for (var _local5 in this.listeners) { var _local3 = this.listeners[_local5]; if (arguments.length > 0) { var _local4 = 0; while (_local4 < arguments.length) { if (this.isAStyle(arguments[_local4])) { _local3.updateStyleProperty(this, arguments[_local4]); } _local4++; } } else { for (var _local4 in this) { if (this.isAStyle(_local4)) { _local3.updateStyleProperty(this, _local4.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #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 _local3 = this.fpb_hitArea_mc; this.hitArea = _local3; _local3._visible = false; _local3._width = w; _local3._height = ((arguments.length > 1) ? (h) : (_local3._height)); }; FPushButtonClass.prototype.setSize = function (w, h) { w = ((w < 6) ? 6 : (w)); if (arguments.length > 1) { if (h < 6) { h = 6; } } super.setSize(w, h); this.setLabel(this.getLabel()); this.arrangeLabel(); this.setHitArea(w, h); this.boundingBox_mc._width = w; this.boundingBox_mc._height = h; this.drawFrame(); if (this.focused) { super.myOnSetFocus(); } this.initContentPos("fLabel_mc"); }; FPushButtonClass.prototype.arrangeLabel = function () { var _local2 = this.fLabel_mc; var _local4 = this.height; var _local5 = this.width - 2; var _local3 = 1; this.fLabel_mc.setSize(_local5 - (_local3 * 4)); _local2._x = _local3 * 3; _local2._y = (_local4 / 2) - (_local2._height / 2); }; FPushButtonClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FPushButtonClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); this.arrangeLabel(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FPushButtonClass.prototype.getEnabled = function () { return(this.enabled); }; FPushButtonClass.prototype.setEnabled = function (enable) { if (enable || (enable == undefined)) { this.gotoFrame(1); this.drawFrame(); this.flabel_mc.setEnabled(true); this.enabled = true; super.setEnabled(true); } else { this.gotoFrame(4); this.drawFrame(); this.flabel_mc.setEnabled(false); this.enabled = false; super.setEnabled(false); } }; FPushButtonClass.prototype.txtFormat = function () { var _local3 = this.textStyle; var _local4 = this.styleTable; _local3.align = ((_local4.textAlign.value == undefined) ? ((_local3.align = "center")) : undefined); _local3.leftMargin = ((_local4.textLeftMargin.value == undefined) ? ((_local3.leftMargin = 1)) : undefined); _local3.rightMargin = ((_local4.textRightMargin.value == undefined) ? ((_local3.rightMargin = 1)) : undefined); if (this.fLabel_mc._height > this.height) { super.setSize(this.width, this.fLabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FPushButtonClass.prototype.drawFrame = function () { var _local3 = 1; var _local7 = 0; var _local6 = 0; var _local11 = this.width; var _local10 = this.height; var _local12 = ["up_mc", "over_mc", "down_mc", "disabled_mc"]; var _local5 = _local12[this.fpbState_mc._currentframe - 1]; var _local4 = "frame"; var _local2 = 0; while (_local2 < 6) { _local7 = _local7 + ((_local2 % 2) * _local3); _local6 = _local6 + ((_local2 % 2) * _local3); _local11 = _local11 - (((_local2 + 1) % 2) * _local3); _local10 = _local10 - (((_local2 + 1) % 2) * _local3); var _local9 = Math.abs(_local7 - _local11) + (2 * _local3); var _local8 = Math.abs(_local6 - _local10) + (2 * _local3); this.fpbState_mc[_local5][_local4 + _local2]._width = _local9; this.fpbState_mc[_local5][_local4 + _local2]._height = _local8; this.fpbState_mc[_local5][_local4 + _local2]._x = _local7 - _local3; this.fpbState_mc[_local5][_local4 + _local2]._y = _local6 - _local3; _local2++; } }; FPushButtonClass.prototype.setClickHandler = function (chng, obj) { this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj)); this.clickHandler = chng; }; FPushButtonClass.prototype.executeCallBack = function () { this.handlerObj[this.clickHandler](this); }; FPushButtonClass.prototype.initContentPos = function (mc) { this.incrVal = 1; this.initx = this[mc]._x - (this.getBtnState() * this.incrVal); this.inity = this[mc]._y - (this.getBtnState() * this.incrVal); this.togx = this.initx + this.incrVal; this.togy = this.inity + this.incrVal; }; FPushButtonClass.prototype.setBtnState = function (state) { this.btnState = state; if (state) { this.fLabel_mc._x = this.togx; this.fLabel_mc._y = this.togy; } else { this.fLabel_mc._x = this.initx; this.fLabel_mc._y = this.inity; } }; FPushButtonClass.prototype.getBtnState = function () { return(this.btnState); }; FPushButtonClass.prototype.myOnSetFocus = function () { this.focused = true; super.myOnSetFocus(); }; FPushButtonClass.prototype.onPress = function () { this.pressFocus(); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); this.setBtnState(true); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRelease = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); this.executeCallBack(); this.setBtnState(false); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FPushButtonClass.prototype.onRollOver = function () { this.fpbState_mc.gotoAndStop(2); this.drawFrame(); }; FPushButtonClass.prototype.onRollOut = function () { this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onReleaseOutside = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOut = function () { this.setBtnState(false); this.fpbState_mc.gotoAndStop(1); this.drawFrame(); }; FPushButtonClass.prototype.onDragOver = function () { this.setBtnState(true); this.fpbState_mc.gotoAndStop(3); this.drawFrame(); }; FPushButtonClass.prototype.myOnKeyDown = function () { if ((Key.getCode() == 32) && (this.pressOnce == undefined)) { this.onPress(); this.pressOnce = 1; } }; FPushButtonClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.onRelease(); this.pressOnce = undefined; } }; FPushButtonClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_PUSHBUTTON); }; FPushButtonClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FPushButtonClass.prototype.get_accState = function (childId) { if (this.pressOnce) { return(this.master.STATE_SYSTEM_PRESSED); } return(this.master.STATE_SYSTEM_DEFAULT); }; FPushButtonClass.prototype.get_accDefaultAction = function (childId) { return("Press"); }; FPushButtonClass.prototype.accDoDefaultAction = function (childId) { this.master.onPress(); this.master.onRelease(); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 52 Button
on (release) { gotoAndPlay (2); }
Symbol 65 Button
on (release) { Code = Code + "0"; }
Symbol 72 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "1"; }
Symbol 79 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "2"; }
Symbol 86 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "3"; }
Symbol 93 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "4"; }
Symbol 100 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "5"; }
Symbol 107 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "6"; }
Symbol 114 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "8"; }
Symbol 121 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "9"; }
Symbol 128 Button
on (release) { if (((((Code == "185646") or (Code == "6581")) or (Code == "61205")) or (Code == "71923")) or (Code == "2121311")) { xloop = 0; Code2 = Code; gotoAndPlay (40); } else { gotoAndPlay (22); } }
Symbol 135 Button
on (release) { if (Code == "") { gotoAndPlay (60); } else { Code = ""; } }
Symbol 142 Button
on (release) { if (Code.length == undefined) { Code = ""; } Code = Code + "7"; }
Symbol 145 Button
on (release) { Code = ""; Code = Code + "0"; gotoAndPlay (21); }
Symbol 146 Button
on (release) { Code = ""; Code = Code + "1"; gotoAndPlay (21); }
Symbol 147 Button
on (release) { Code = ""; Code = Code + "2"; gotoAndPlay (21); }
Symbol 148 Button
on (release) { Code = ""; Code = Code + "3"; gotoAndPlay (21); }
Symbol 149 Button
on (release) { Code = ""; Code = Code + "4"; gotoAndPlay (21); }
Symbol 150 Button
on (release) { Code = ""; Code = Code + "5"; gotoAndPlay (21); }
Symbol 151 Button
on (release) { Code = ""; Code = Code + "6"; gotoAndPlay (21); }
Symbol 152 Button
on (release) { Code = ""; Code = Code + "8"; gotoAndPlay (21); }
Symbol 153 Button
on (release) { Code = ""; Code = Code + "9"; gotoAndPlay (21); }
Symbol 155 Button
on (release) { Code = ""; gotoAndPlay (21); }
Symbol 156 Button
on (release) { Code = ""; Code = Code + " 7"; gotoAndPlay (21); }
Symbol 160 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "1"; }
Symbol 161 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "2"; }
Symbol 162 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "3"; }
Symbol 163 Button
on (release) { Code = ""; Code = Code + "24"; gotoAndPlay (1); }
Symbol 164 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "6"; }
Symbol 165 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "8"; }
Symbol 166 Button
on (release) { gotoAndPlay (21); Code = Code + "9"; }
Symbol 167 Button
on (release) { gotoAndPlay (21); Code = ""; Code = Code + "7"; }

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
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 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:Timeline
Symbol 44 GraphicUsed by:52
Symbol 45 GraphicUsed by:52
Symbol 46 FontUsed by:47 50 60 62 68 70 75 77 82 84 89 91 96 98 103 105 110 112 117 119 124 126 131 133 138 140
Symbol 47 EditableTextUses:46Used by:52
Symbol 48 GraphicUsed by:52 65 72 79 86 93 100 107 114 121 128 135 142 145 146 147 148 149 150 151 152 153 154 155 156 160 161 162 163 164 165 166 167
Symbol 49 GraphicUsed by:52
Symbol 50 EditableTextUses:46Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:44 45 47 48 49 50 51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 FontUsed by:57 144 157 158 159
Symbol 57 EditableTextUses:56Used by:Timeline
Symbol 58 GraphicUsed by:65 145
Symbol 59 GraphicUsed by:65 145
Symbol 60 EditableTextUses:46Used by:65 145
Symbol 61 GraphicUsed by:65 145
Symbol 62 EditableTextUses:46Used by:65 145
Symbol 63 GraphicUsed by:65 145
Symbol 64 MovieClipUses:SS2Used by:65 72 79 86 93 100 107 114 121 128 135 142 145 146 147 148 149 150 151 152 153 154 155 156 160 161 162 163 164 165 166 167
Symbol 65 ButtonUses:58 59 60 48 61 62 63 64Used by:Timeline
Symbol 66 GraphicUsed by:72 146 160
Symbol 67 GraphicUsed by:72 146 160
Symbol 68 EditableTextUses:46Used by:72 146 160
Symbol 69 GraphicUsed by:72 146 160
Symbol 70 EditableTextUses:46Used by:72 146 160
Symbol 71 GraphicUsed by:72 146 160
Symbol 72 ButtonUses:66 67 68 48 69 70 71 64Used by:Timeline
Symbol 73 GraphicUsed by:79 147 161
Symbol 74 GraphicUsed by:79 147 161
Symbol 75 EditableTextUses:46Used by:79 147 161
Symbol 76 GraphicUsed by:79 147 161
Symbol 77 EditableTextUses:46Used by:79 147 161
Symbol 78 GraphicUsed by:79 147 161
Symbol 79 ButtonUses:73 74 75 48 76 77 78 64Used by:Timeline
Symbol 80 GraphicUsed by:86 148 162
Symbol 81 GraphicUsed by:86 148 162
Symbol 82 EditableTextUses:46Used by:86 148 162
Symbol 83 GraphicUsed by:86 148 162
Symbol 84 EditableTextUses:46Used by:86 148 162
Symbol 85 GraphicUsed by:86 148 162
Symbol 86 ButtonUses:80 81 82 48 83 84 85 64Used by:Timeline
Symbol 87 GraphicUsed by:93 149 163
Symbol 88 GraphicUsed by:93 149 163
Symbol 89 EditableTextUses:46Used by:93 149 163
Symbol 90 GraphicUsed by:93 149 163
Symbol 91 EditableTextUses:46Used by:93 149 163
Symbol 92 GraphicUsed by:93 149 163
Symbol 93 ButtonUses:87 88 89 48 90 91 92 64Used by:Timeline
Symbol 94 GraphicUsed by:100 150
Symbol 95 GraphicUsed by:100 150
Symbol 96 EditableTextUses:46Used by:100 150
Symbol 97 GraphicUsed by:100 150
Symbol 98 EditableTextUses:46Used by:100 150
Symbol 99 GraphicUsed by:100 150
Symbol 100 ButtonUses:94 95 96 48 97 98 99 64Used by:Timeline
Symbol 101 GraphicUsed by:107 151 164
Symbol 102 GraphicUsed by:107 151 164
Symbol 103 EditableTextUses:46Used by:107 151 164
Symbol 104 GraphicUsed by:107 151 164
Symbol 105 EditableTextUses:46Used by:107 151 164
Symbol 106 GraphicUsed by:107 151 164
Symbol 107 ButtonUses:101 102 103 48 104 105 106 64Used by:Timeline
Symbol 108 GraphicUsed by:114 152 165
Symbol 109 GraphicUsed by:114 152 165
Symbol 110 EditableTextUses:46Used by:114 152 165
Symbol 111 GraphicUsed by:114 152 165
Symbol 112 EditableTextUses:46Used by:114 152 165
Symbol 113 GraphicUsed by:114 152 165
Symbol 114 ButtonUses:108 109 110 48 111 112 113 64Used by:Timeline
Symbol 115 GraphicUsed by:121 153 166
Symbol 116 GraphicUsed by:121 153 166
Symbol 117 EditableTextUses:46Used by:121 153 166
Symbol 118 GraphicUsed by:121 153 166
Symbol 119 EditableTextUses:46Used by:121 153 166
Symbol 120 GraphicUsed by:121 153 166
Symbol 121 ButtonUses:115 116 117 48 118 119 120 64Used by:Timeline
Symbol 122 GraphicUsed by:128 154
Symbol 123 GraphicUsed by:128 154
Symbol 124 EditableTextUses:46Used by:128 154
Symbol 125 GraphicUsed by:128 154
Symbol 126 EditableTextUses:46Used by:128 154
Symbol 127 GraphicUsed by:128 154
Symbol 128 ButtonUses:122 123 124 48 125 126 127 64Used by:Timeline
Symbol 129 GraphicUsed by:135 155
Symbol 130 GraphicUsed by:135 155
Symbol 131 EditableTextUses:46Used by:135 155
Symbol 132 GraphicUsed by:135 155
Symbol 133 EditableTextUses:46Used by:135 155
Symbol 134 GraphicUsed by:135 155
Symbol 135 ButtonUses:129 130 131 48 132 133 134 64Used by:Timeline
Symbol 136 GraphicUsed by:142 156 167
Symbol 137 GraphicUsed by:142 156 167
Symbol 138 EditableTextUses:46Used by:142 156 167
Symbol 139 GraphicUsed by:142 156 167
Symbol 140 EditableTextUses:46Used by:142 156 167
Symbol 141 GraphicUsed by:142 156 167
Symbol 142 ButtonUses:136 137 138 48 139 140 141 64Used by:Timeline
Symbol 143 MovieClipUsed by:Timeline
Symbol 144 EditableTextUses:56Used by:Timeline
Symbol 145 ButtonUses:58 59 60 48 61 62 63 64Used by:Timeline
Symbol 146 ButtonUses:66 67 68 48 69 70 71 64Used by:Timeline
Symbol 147 ButtonUses:73 74 75 48 76 77 78 64Used by:Timeline
Symbol 148 ButtonUses:80 81 82 48 83 84 85 64Used by:Timeline
Symbol 149 ButtonUses:87 88 89 48 90 91 92 64Used by:Timeline
Symbol 150 ButtonUses:94 95 96 48 97 98 99 64Used by:Timeline
Symbol 151 ButtonUses:101 102 103 48 104 105 106 64Used by:Timeline
Symbol 152 ButtonUses:108 109 110 48 111 112 113 64Used by:Timeline
Symbol 153 ButtonUses:115 116 117 48 118 119 120 64Used by:Timeline
Symbol 154 ButtonUses:122 123 124 48 125 126 127 64Used by:Timeline
Symbol 155 ButtonUses:129 130 131 48 132 133 134 64Used by:Timeline
Symbol 156 ButtonUses:136 137 138 48 139 140 141 64Used by:Timeline
Symbol 157 TextUses:56Used by:Timeline
Symbol 158 TextUses:56Used by:Timeline
Symbol 159 EditableTextUses:56Used by:Timeline
Symbol 160 ButtonUses:66 67 68 48 69 70 71 64Used by:Timeline
Symbol 161 ButtonUses:73 74 75 48 76 77 78 64Used by:Timeline
Symbol 162 ButtonUses:80 81 82 48 83 84 85 64Used by:Timeline
Symbol 163 ButtonUses:87 88 89 48 90 91 92 64Used by:Timeline
Symbol 164 ButtonUses:101 102 103 48 104 105 106 64Used by:Timeline
Symbol 165 ButtonUses:108 109 110 48 111 112 113 64Used by:Timeline
Symbol 166 ButtonUses:115 116 117 48 118 119 120 64Used by:Timeline
Symbol 167 ButtonUses:136 137 138 48 139 140 141 64Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 64 MovieClip

Instance Names

"HB"Frame 1Symbol 52 Button
"x"Frame 17Symbol 57 EditableText
"b0"Frame 17Symbol 65 Button
"b1"Frame 17Symbol 72 Button
"b2"Frame 17Symbol 79 Button
"b3"Frame 17Symbol 86 Button
"b4"Frame 17Symbol 93 Button
"b5"Frame 17Symbol 100 Button
"b6"Frame 17Symbol 107 Button
"b8"Frame 17Symbol 114 Button
"b9"Frame 17Symbol 121 Button
"bE"Frame 17Symbol 128 Button
"bR"Frame 17Symbol 135 Button
"b7"Frame 17Symbol 142 Button
"b0"Frame 22Symbol 145 Button
"b1"Frame 22Symbol 146 Button
"b2"Frame 22Symbol 147 Button
"b3"Frame 22Symbol 148 Button
"b4"Frame 22Symbol 149 Button
"b5"Frame 22Symbol 150 Button
"b6"Frame 22Symbol 151 Button
"b8"Frame 22Symbol 152 Button
"b9"Frame 22Symbol 153 Button
"bE"Frame 22Symbol 154 Button
"bR"Frame 22Symbol 155 Button
"b7"Frame 22Symbol 156 Button
"b1"Frame 46Symbol 160 Button
"b2"Frame 46Symbol 161 Button
"b3"Frame 46Symbol 162 Button
"b4"Frame 46Symbol 163 Button
"b6"Frame 46Symbol 164 Button
"b8"Frame 46Symbol 165 Button
"b9"Frame 46Symbol 166 Button
"b7"Frame 46Symbol 167 Button
"x"Frame 60Symbol 57 EditableText
"b0"Frame 60Symbol 65 Button
"b1"Frame 60Symbol 72 Button
"b2"Frame 60Symbol 79 Button
"b3"Frame 60Symbol 86 Button
"b4"Frame 60Symbol 93 Button
"b5"Frame 60Symbol 100 Button
"b6"Frame 60Symbol 107 Button
"b8"Frame 60Symbol 114 Button
"b9"Frame 60Symbol 121 Button
"bE"Frame 60Symbol 128 Button
"bR"Frame 60Symbol 135 Button
"b7"Frame 60Symbol 142 Button
"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

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
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

Dynamic Text Variables

hiddenlabelSymbol 47 EditableText"0"
label0Symbol 50 EditableText"0"
CodeSymbol 57 EditableText""
label0Symbol 60 EditableText"0"
label0Symbol 62 EditableText"0"
label1Symbol 68 EditableText"1"
label1Symbol 70 EditableText"1"
label2Symbol 75 EditableText"2"
label2Symbol 77 EditableText"2"
label3Symbol 82 EditableText"3"
label3Symbol 84 EditableText"3"
label4Symbol 89 EditableText"4"
label4Symbol 91 EditableText"4"
label5Symbol 96 EditableText"5"
label5Symbol 98 EditableText"5"
label6Symbol 103 EditableText"6"
label6Symbol 105 EditableText"6"
label8Symbol 110 EditableText"8"
label8Symbol 112 EditableText"8"
label9Symbol 117 EditableText"9"
label9Symbol 119 EditableText"9"
labelESymbol 124 EditableText"E"
labelESymbol 126 EditableText"E"
labelRSymbol 131 EditableText"R"
labelRSymbol 133 EditableText"R"
label7Symbol 138 EditableText"7"
label7Symbol 140 EditableText"7"
CodeSymbol 144 EditableText""
CodeSymbol 159 EditableText""




http://swfchan.com/38/188946/info.shtml
Created: 15/10 -2018 21:27:01 Last modified: 15/10 -2018 21:27:01 Server time: 26/04 -2024 16:52:22