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

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

Fun Poker.swf

This is the info page for
Flash #47359

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


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

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

Created by

No1Games

fun


Straight Flush
Four Of A Kind
Full House
Flush

Straight
Three of a kind
Two Pair
Pair of 10+









CHIPS LEFT


STAKE


NEXT HAND


Game Over

max Chips

Turns played:



PLAY AGAIN

A

2

3

4

5

6

7

8

9

9

10

10

J

Q

K

A

2

3

4

5

6

7

8

J

Q

K

J

Q

K

Bet 20

Bet 2

Bet 10

Bet  50

Bet 3

SHUFFLE

Double up

Quit

Quit


Double up
Choose color

Double up
Choose color

000

000

GAME OVER

ENTER YOUR NAME:

OK

NEW GAME

ActionScript [AS1/AS2]

Frame 1
unloadMovie ("square"); _root.introtext = Starting; bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; _root.loadBar._width = getPercent * 130; _root.loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == (bytes_total - 70)) { _root.introtext = Hello; } else if (bytes_loaded == bytes_total) { _root.gotoAndPlay(3); }
Frame 2
gotoAndPlay (1);
Frame 3
unloadMovie ("square"); var V1 = 250; var V2 = 0; var V3 = 0; var V6 = ""; hd = "http://www.no1games.com/highscores/"; if (!_root.mytexts) { var mytexts = "new player"; } Sounda = new Sound(this); Sounda.attachSound("chipdrop"); Soundb = new Sound(this); Soundb.attachSound("shuffle"); Soundc = new Sound(this); Soundc.attachSound("click"); Soundd = new Sound(this); Soundd.attachSound("flip"); stop();
Frame 4
var V4 = 0; var V7 = "Bet from bellow !!"; mcalert.gotoAndPlay(1); _root.mcWinnings.gotoAndPlay(1); setProperty(_root.mcalert, _visible , 1); if (!V6) { var V1 = 250; var V2 = 0; var V3 = 0; } else { var V1 = V6; var V2 = V2; var V3 = V3; } setProperty(_root.b_addBet, _visible , 1); setProperty(_root.b_removeBet, _visible , 1); var V5 = 52; var V9 = new Array(); var V8 = 5; V9[0] = 0; n = 1; while (n <= V8) { i = 0; while (i < 2) { V9[n] = random(V5); c = 0; while (c < (V9.length - 1)) { if (V9[n] == V9[c]) { i--; } c++; } i++; } n++; } var V101 = V9[1]; var V102 = V9[2]; var V103 = V9[3]; var V104 = V9[4]; var V105 = V9[5]; var V111 = ""; var V112 = ""; var V113 = ""; var V114 = ""; var V115 = ""; var V131 = 100; var V132 = 100; var V133 = 100; var V134 = 100; var V135 = 100; var old1 = V9[1]; var old2 = V9[2]; var old3 = V9[3]; var old4 = V9[4]; var old5 = V9[5];
Frame 5
_root.V4 = 0; stop();
Instance of Symbol 199 MovieClip "mc_card1" in Frame 5
onClipEvent (enterFrame) { gotoAndStop(Cards[4]); }
Frame 6
var V7 = "Click to Hold !!"; _root.mcAlert.gotoAndPlay(1); stop();
Frame 7
V5 = 52; SH = new Array(0, secHand1, secHand2, secHand3, secHand4, secHand5); _root.nexthand.gotoAndPlay(1); V12 = new Array("0"); var c = 0; i = 1; while (i <= 6) { if (SH[i] == V9[i]) { c++; V12[i] = V9[i]; } i++; } var secondDraw = (7 - V12.length); n = 1; while (n <= 5) { if (V12[n] < 1) { i = 0; while (i < 1) { V9[n] = random(V5); c = 0; while (c <= 5) { if ((V9[n] == V9[c]) && (n != c)) { i--; } c++; } i++; } } n++; } var c = 6; i = 1; while (i < 6) { V12[i] = V9[i]; c++; i++; } var V101 = V12[1]; var V102 = V12[2]; var V103 = V12[3]; var V104 = V12[4]; var V105 = V12[5]; nextFrame();
Frame 8
function sortByNumber(a, b) { return(a > b); } setProperty(_root.doubler, _visible , 0); setProperty(_root.doublebut, _visible , 0); setProperty(_root.b_shuffle, _visible , 0); setProperty(_root.b_addBet, _visible , 0); setProperty(_root.b_removeBet, _visible , 0); var winnings = "NOTHING !!"; win = new Array(V101, V102, V103, V104, V105); if (win[0] <= 13) { suit = "hearts"; i = 0; while (i < 5) { if (win[i] <= 13) { winnings = "Flush!"; } else { winnings = "No Wins"; i = 5; } i++; } } if ((win[0] > 13) && (win[0] <= 26)) { suit = "spades"; i = 0; while (i < 5) { if ((win[i] > 13) && (win[i] <= 26)) { winnings = "Flush!"; } else { winnings = "No Wins"; i = 5; } i++; } } if ((win[0] > 26) && (win[0] <= 39)) { suit = "diamonds"; i = 0; while (i < 5) { if ((win[i] > 26) && (win[i] <= 39)) { winnings = "Flush!"; } else { winnings = "No Wins"; i = 5; } i++; } } if ((win[0] > 39) && (win[0] <= 52)) { suit = "cloves"; i = 0; while (i < 5) { if ((win[i] > 39) && (win[i] <= 52)) { winnings = "Flush!"; } else { winnings = "No Wins"; i = 5; } i++; } } i = 0; while (i < 5) { if ((win[i] > 13) && (win[i] <= 26)) { win[i] = win[i] - 13; } else if ((win[i] > 26) && (win[i] <= 39)) { win[i] = win[i] - 26; } else if ((win[i] > 39) && (win[i] <= 52)) { win[i] = win[i] - 39; } else { win[i] = win[i]; } i++; } win.sort(sortByNumber); var match = 0; matchArray = new Array(); i = 0; while (i < 5) { c = 0; while (c < 5) { if ((win[i] == win[c]) && (c != i)) { match++; matchArray.push(win[i]); } c++; } i++; } if (match > 0) { if ((match == 2) && (matchArray[0] >= 10)) { winnings = "One Pair"; } else if ((match == 2) && (matchArray[0] == 1)) { winnings = "One Pair"; } else if (match == 6) { winnings = "3 Of A Kind"; } else if (match == 4) { i = 0; while (i < 3) { if (matchArray[i] == matchArray[i + 1]) { winnings = "4 Of A Kind!"; } else { winnings = "Two Pair"; i = 3; } i++; } } else if (match == 8) { winnings = "Full House!"; } else if (match == 12) { winnings = "4 Of A Kind!"; } } if ((match == 0) && ((substring(winnings, 0, 6)) != "Flush!")) { i = 0; while (i < 4) { if (win[i] == (win[i + 1] - 1)) { winnings = "Straight!"; } else { winnings = "No Wins"; i = 5; } i++; } if ((substring(winnings, 0, 6)) != "Flush!") { if (((((win[0] == 1) && (win[1] == 10)) && (win[2] == 11)) && (win[3] == 12)) && (win[4] == 13)) { winnings = "Straight!"; } } } if ((substring(winnings, 0, 6)) == "Flush!") { i = 0; while (i < 4) { if (win[i] == (win[i + 1] - 1)) { winnings = "Straight Flush!"; } else { winnings = "Flush!"; i = 5; } i++; } if (((((win[0] == 1) && (win[1] == 10)) && (win[2] == 11)) && (win[3] == 12)) && (win[4] == 13)) { winnings = "Straight Flush!"; } else { winnings = "Flush!"; } } var winMultip = 0; switch (winnings) { case "No Wins" : winMultip = 0; break; case "One Pair" : winMultip = 2; setProperty(_root.showWin, _y , 155); _root.winer.gotoAndPlay(9); break; case "Two Pair" : winMultip = 3; setProperty(_root.showWin, _y , 135); _root.winer.gotoAndPlay(8); break; case "3 Of A Kind" : winMultip = 4; setProperty(_root.showWin, _y , 115); _root.winer.gotoAndPlay(7); break; case "Straight!" : winMultip = 4; setProperty(_root.showWin, _y , 95); _root.winer.gotoAndPlay(6); break; case "Flush!" : winMultip = 5; setProperty(_root.showWin, _y , 75); _root.winer.gotoAndPlay(5); break; case "Full House!" : winMultip = 10; setProperty(_root.showWin, _y , 55); _root.winer.gotoAndPlay(4); break; case "4 Of A Kind!" : winMultip = 12; setProperty(_root.showWin, _y , 35); _root.winer.gotoAndPlay(3); break; case "Straight Flush!" : winMultip = 20; setProperty(_root.showWin, _y , 15); _root.winer.gotoAndPlay(2); } var winMoney = (_root.V4 * winMultip); setProperty(_root.b_shuffle, _visible , 1); stop(); stop();
Instance of Symbol 230 MovieClip in Frame 8
/* no clip actions */
Instance of Symbol 199 MovieClip "mc_card1" in Frame 8
onClipEvent (enterFrame) { gotoAndStop(Cards[4]); }
Frame 10
unloadMovie ("square"); stop();
Frame 11
var scoreboardname = "poker"; String.prototype.addCommas = function () { var len = this.length; var str = ""; var i = 0; while (i <= len) { str = this.charAt(len - i) + str; if ((((i % 3) == 0) && (i > 0)) && (i < len)) { str = "," + str; } i++; } return(str); }; scoreboard_lv = new LoadVars(); if ((V3 > 0) && (_root.mytexts.length > 0)) { scoreboard_lv.score = _root.V3; scoreboard_lv.name = _root.mytexts.toLowerCase(); } scoreboard_lv.game = scoreboardname; var targ = ((_root.hd + "pokerscores.php?") + scoreboard_lv); loadMovieNum (targ, 1); targ2 = _root.hd + "pokerscore.swf"; loadMovieNum (targ2, 2); stop();
Symbol 9 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 18 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 24 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 30 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 36 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 37 MovieClip [fpb_states] Frame 1
stop();
Symbol 37 MovieClip [fpb_states] Frame 2
stop();
Symbol 37 MovieClip [fpb_states] Frame 3
stop();
Symbol 37 MovieClip [fpb_states] Frame 4
stop();
Symbol 38 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 42 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 42 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 45 MovieClip [FPushButtonSymbol] Frame 1
#initclip 4 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 47 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 47 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 50 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 6 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 51 MovieClip [FUIComponentSymbol] Frame 1
#initclip 3 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); continue; } 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++; } continue; } 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 53 MovieClip [FLabelSymbol] Frame 1
#initclip 5 _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 62 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 64 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 66 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 68 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 71 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 74 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 75 MovieClip [fcb_states] Frame 1
stop();
Symbol 75 MovieClip [fcb_states] Frame 2
stop();
Symbol 75 MovieClip [fcb_states] Frame 3
stop();
Symbol 75 MovieClip [fcb_states] Frame 4
stop();
Symbol 75 MovieClip [fcb_states] Frame 5
stop();
Symbol 75 MovieClip [fcb_states] Frame 6
stop();
Symbol 91 Button
on (release) { getURL ("http://www.no1games.com", "_blank"); }
Symbol 98 Button
on (release) { gotoAndPlay (4); }
Symbol 133 Button
on (release) { _root.nextFrame(); }
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 2
stop();
Symbol 137 MovieClip Frame 1
Symbol 137 MovieClip Frame 58
stop();
Symbol 147 Button
on (release) { gotoAndStop (1); tellTarget (_root) { gotoAndPlay (10); }; _root.chipCount = 0; }
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
setProperty(_root.doubler, _visible , 0); setProperty(_root.doublebut, _visible , 0); stop();
Symbol 149 MovieClip Frame 1
var straightFlush = (_root.V4 * 20); var fourOfaKind = (_root.V4 * 12); var fullHouse = (_root.V4 * 10); var flush = (_root.V4 * 5); var straight = (_root.V4 * 4); var threeOfaKind = (_root.V4 * 4); var twoPair = (_root.V4 * 3); var pair = (_root.V4 * 2); var pair = (_root.V4 * 2);
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
var straightFlush = 0; var fourOfaKind = 0; var fullHouse = 0; var flush = 0; var straight = 0; var threeOfaKind = 0; var twoPair = 0; var pair = 0;
Symbol 199 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 1
setProperty(_root.mc_card1, _visible , 0); setProperty(_root.mc_card2, _visible , 0); setProperty(_root.mc_card3, _visible , 0); setProperty(_root.mc_card4, _visible , 0); setProperty(_root.mc_card5, _visible , 0);
Symbol 200 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 1
stop();
Symbol 204 MovieClip Frame 2
stop();
Symbol 208 Button
on (press) { _root.mc_card1.gotoAndStop(_root.V9[1]); _root.Sounda.start(0, 1); if (_root.V1 >= 20) { _root.V4 = _root.V4 + 20; _root.V1 = _root.V1 - 20; if (_root.V4 > 0) { _root.mcWinnings.gotoAndPlay(1); _root.play(); _root.mc_card1.gotoAndStop(_root.V9[1]); setProperty(_root.mc_card1, _visible , 1); _root.mc_card2.gotoAndStop(_root.V9[2]); setProperty(_root.mc_card2, _visible , 1); _root.mc_card3.gotoAndStop(_root.V9[3]); setProperty(_root.mc_card3, _visible , 1); _root.mc_card4.gotoAndStop(_root.V9[4]); setProperty(_root.mc_card4, _visible , 1); _root.mc_card5.gotoAndStop(_root.V9[5]); setProperty(_root.mc_card5, _visible , 1); setProperty(_root.b_addBet, _visible , 0); setProperty(_root.b_removeBet, _visible , 0); _root.mcDeal1.gotoAndPlay(2); _root.mcDeal2.gotoAndPlay(2); _root.mcDeal3.gotoAndPlay(2); _root.nexthand.gotoAndPlay(2); nextFrame(); } else { _root.V7 = "You Need To Place a Bet First"; _root.mcAlert.gotoAndPlay(1); } } }
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 211 Button
on (press) { _root.Sounda.start(0, 1); if (_root.V1 >= 10) { _root.V4 = _root.V4 + 10; _root.V1 = _root.V1 - 10; if (_root.V4 > 0) { _root.mcWinnings.gotoAndPlay(1); _root.play(); _root.mc_card1.gotoAndStop(_root.V9[1]); setProperty(_root.mc_card1, _visible , 1); _root.mc_card2.gotoAndStop(_root.V9[2]); setProperty(_root.mc_card2, _visible , 1); _root.mc_card3.gotoAndStop(_root.V9[3]); setProperty(_root.mc_card3, _visible , 1); _root.mc_card4.gotoAndStop(_root.V9[4]); setProperty(_root.mc_card4, _visible , 1); _root.mc_card5.gotoAndStop(_root.V9[5]); setProperty(_root.mc_card5, _visible , 1); setProperty(_root.b_addBet, _visible , 0); setProperty(_root.b_removeBet, _visible , 0); _root.mcDeal1.gotoAndPlay(2); _root.mcDeal2.gotoAndPlay(2); _root.mcDeal3.gotoAndPlay(2); _root.nexthand.gotoAndPlay(2); nextFrame(); } else { _root.V7 = "You Need To Place a Bet First"; _root.mcAlert.gotoAndPlay(1); } } }
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 215 Button
on (press) { _root.Sounda.start(0, 1); if (_root.V1 >= 50) { _root.V4 = _root.V4 + 50; _root.V1 = _root.V1 - 50; if (_root.V4 > 0) { _root.mcWinnings.gotoAndPlay(1); _root.play(); _root.mc_card1.gotoAndStop(_root.V9[1]); setProperty(_root.mc_card1, _visible , 1); _root.mc_card2.gotoAndStop(_root.V9[2]); setProperty(_root.mc_card2, _visible , 1); _root.mc_card3.gotoAndStop(_root.V9[3]); setProperty(_root.mc_card3, _visible , 1); _root.mc_card4.gotoAndStop(_root.V9[4]); setProperty(_root.mc_card4, _visible , 1); _root.mc_card5.gotoAndStop(_root.V9[5]); setProperty(_root.mc_card5, _visible , 1); setProperty(_root.b_addBet, _visible , 0); setProperty(_root.b_removeBet, _visible , 0); _root.mcDeal1.gotoAndPlay(2); _root.mcDeal2.gotoAndPlay(2); _root.mcDeal3.gotoAndPlay(2); _root.nexthand.gotoAndPlay(2); nextFrame(); } else { _root.V7 = "You Need To Place a Bet First"; _root.mcAlert.gotoAndPlay(1); } } }
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
stop();
Symbol 218 Button
on (press) { _root.Sounda.start(0, 1); if (V111 == "") { V111 = "HOLD"; _root.h1.nextFrame(); var secHand1 = V9[1]; } else if (V111 == "HOLD") { V111 = ""; _root.h1.prevFrame(); var secHand1 = "Drop"; } }
Symbol 219 Button
on (press) { _root.Sounda.start(0, 1); if (V112 == "") { V112 = "HOLD"; _root.h2.nextFrame(); var secHand2 = V9[2]; } else if (V112 == "HOLD") { V112 = ""; _root.h2.prevFrame(); var secHand2 = "Drop"; } }
Symbol 220 Button
on (press) { _root.Sounda.start(0, 1); if (V113 == "") { V113 = "HOLD"; _root.h3.nextFrame(); var secHand3 = V9[3]; } else if (V113 == "HOLD") { V113 = ""; _root.h3.prevFrame(); var secHand3 = "Drop"; } }
Symbol 221 Button
on (press) { _root.Sounda.start(0, 1); if (V114 == "") { V114 = "HOLD"; _root.h4.nextFrame(); var secHand4 = V9[4]; } else if (V114 == "HOLD") { V114 = ""; var secHand4 = "Drop"; _root.h4.prevFrame(); } }
Symbol 222 Button
on (press) { _root.Sounda.start(0, 1); if (V115 == "") { V115 = "HOLD"; _root.h5.nextFrame(); var secHand5 = V9[5]; } else if (V115 == "HOLD") { V115 = ""; _root.h5.prevFrame(); var secHand5 = "Drop"; } }
Symbol 228 MovieClip Frame 48
gotoAndPlay (31);
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 3
stop();
Symbol 229 MovieClip Frame 4
stop();
Symbol 229 MovieClip Frame 5
stop();
Symbol 229 MovieClip Frame 6
stop();
Symbol 229 MovieClip Frame 7
stop();
Symbol 229 MovieClip Frame 8
stop();
Symbol 229 MovieClip Frame 9
stop();
Symbol 230 MovieClip Frame 1
_root.mc_card5.gotoAndStop(_root.old5); _root.mc_card4.gotoAndStop(_root.old4); _root.mc_card3.gotoAndStop(_root.old3); _root.mc_card2.gotoAndStop(_root.old2); _root.mc_card1.gotoAndStop(_root.old1); if (_root.V111 == "HOLD") { gotoAndPlay (9); }
Symbol 230 MovieClip Frame 2
setProperty(_root.mc_card1, _width , 70); _root.Soundd.start(0, 1);
Symbol 230 MovieClip Frame 3
setProperty(_root.mc_card1, _width , 50);
Symbol 230 MovieClip Frame 4
setProperty(_root.mc_card1, _width , 10);
Symbol 230 MovieClip Frame 5
_root.mc_card1.gotoAndStop(_root.V12[1]); setProperty(_root.mc_card1, _width , 10);
Symbol 230 MovieClip Frame 6
setProperty(_root.mc_card1, _width , 50);
Symbol 230 MovieClip Frame 7
setProperty(_root.mc_card1, _width , 70);
Symbol 230 MovieClip Frame 8
setProperty(_root.mc_card1, _width , 104.1);
Symbol 230 MovieClip Frame 9
if (_root.V112 == "HOLD") { } else { setProperty(_root.mc_card2, _width , 70); } if (_root.V112 == "HOLD") { gotoAndPlay (16); }
Symbol 230 MovieClip Frame 10
setProperty(_root.mc_card2, _width , 50); _root.Soundd.start(0, 1);
Symbol 230 MovieClip Frame 11
setProperty(_root.mc_card2, _width , 10);
Symbol 230 MovieClip Frame 12
_root.mc_card2.gotoAndStop(_root.V12[2]); setProperty(_root.mc_card2, _width , 10);
Symbol 230 MovieClip Frame 13
setProperty(_root.mc_card2, _width , 50);
Symbol 230 MovieClip Frame 14
setProperty(_root.mc_card2, _width , 70);
Symbol 230 MovieClip Frame 15
setProperty(_root.mc_card2, _width , 104.1);
Symbol 230 MovieClip Frame 16
if (_root.V113 == "HOLD") { } else { setProperty(_root.mc_card3, _width , 70); } if (_root.V113 == "HOLD") { gotoAndPlay (23); }
Symbol 230 MovieClip Frame 17
setProperty(_root.mc_card3, _width , 50); _root.Soundd.start(0, 1);
Symbol 230 MovieClip Frame 18
setProperty(_root.mc_card3, _width , 10);
Symbol 230 MovieClip Frame 19
_root.mc_card3.gotoAndStop(_root.V12[3]); setProperty(_root.mc_card3, _width , 10);
Symbol 230 MovieClip Frame 20
setProperty(_root.mc_card3, _width , 50);
Symbol 230 MovieClip Frame 21
setProperty(_root.mc_card3, _width , 70);
Symbol 230 MovieClip Frame 22
setProperty(_root.mc_card3, _width , 104.1);
Symbol 230 MovieClip Frame 23
if (_root.V114 == "HOLD") { } else { setProperty(_root.mc_card4, _width , 70); } if (_root.V114 == "HOLD") { gotoAndPlay (30); }
Symbol 230 MovieClip Frame 24
setProperty(_root.mc_card4, _width , 50); _root.Soundd.start(0, 1);
Symbol 230 MovieClip Frame 25
setProperty(_root.mc_card4, _width , 10);
Symbol 230 MovieClip Frame 26
_root.mc_card4.gotoAndStop(_root.V12[4]); setProperty(_root.mc_card4, _width , 10);
Symbol 230 MovieClip Frame 27
setProperty(_root.mc_card4, _width , 50);
Symbol 230 MovieClip Frame 28
setProperty(_root.mc_card4, _width , 70);
Symbol 230 MovieClip Frame 29
setProperty(_root.mc_card4, _width , 104.1);
Symbol 230 MovieClip Frame 30
if (_root.V115 == "HOLD") { } else { setProperty(_root.mc_card5, _width , 70); } if (_root.V115 == "HOLD") { gotoAndPlay (36); }
Symbol 230 MovieClip Frame 31
setProperty(_root.mc_card5, _width , 50); _root.Soundd.start(0, 1);
Symbol 230 MovieClip Frame 32
setProperty(_root.mc_card5, _width , 10);
Symbol 230 MovieClip Frame 33
_root.mc_card5.gotoAndStop(_root.V12[5]); setProperty(_root.mc_card5, _width , 10);
Symbol 230 MovieClip Frame 34
setProperty(_root.mc_card5, _width , 50);
Symbol 230 MovieClip Frame 35
setProperty(_root.mc_card5, _width , 70);
Symbol 230 MovieClip Frame 36
if (_root.V115 != "HOLD") { setProperty(_root.mc_card5, _width , 104.1); } stop();
Symbol 233 Button
on (release) { Soundb.start(0, 1); V6 = _root.winMoney + _root.V1; _root.V1 = _root.V1 + _root.winMoney; V2 = _root.V2 + 1; if (V3 < V6) { V3 = V6; } if (_root.V1 > 0) { _root.mcWinnings.gotoAndPlay(1); gotoAndPlay (4); } else { mc_gameOver.gotoAndStop(2); } }
Symbol 234 Button
on (release) { _root.Sounda.start(0, 1); setProperty(_root.doubler, _visible , 1); }
Symbol 240 Button
on (release) { nameb = _root.winMoney + _root.V1; _root.V1 = _root.V1 + _root.winMoney; rounds = _root.rounds + 1; if (highScore < nameb) { highScore = nameb; } mc_gameOver.gotoAndStop(2); }
Symbol 242 MovieClip Frame 1
Symbol 242 MovieClip Frame 28
if (_root.winnings != "No Wins") { setProperty(_root.doublebut, _visible , 1); }
Symbol 242 MovieClip Frame 78
_root.chipAnim.gotoAndPlay(2); stop();
Symbol 261 Button
on (release) { _root.Soundc.start(0, 1); if (_root.winMoney > 0) { var chosen = 1; _root.doubler.doubler2.gotoAndPlay(2); } }
Symbol 269 Button
on (release) { _root.Soundc.start(0, 1); if (_root.winMoney > 0) { var chosen = 2; _root.doubler.doubler2.gotoAndPlay(2); } }
Symbol 273 MovieClip Frame 1
_root.doubler.doubler2.doubler3.gotoAndStop(53); stop();
Symbol 273 MovieClip Frame 2
setProperty(_root.changer, _width , 70);
Symbol 273 MovieClip Frame 3
setProperty(_root.changer, _width , 50);
Symbol 273 MovieClip Frame 4
setProperty(_root.changer, _width , 10);
Symbol 273 MovieClip Frame 5
var change = random(53); if ((_root.doubler.doubler2.change < 14) || ((_root.doubler.doubler2.change > 26) && (_root.doubler.doubler2.change < 40))) { if (_root.doubler.chosen == 2) { _root.doubler.chosen = "win"; _root.V7 = "Doubled !!"; _root.mcAlert.gotoAndPlay(1); _root.winMoney = _root.winMoney * 2; } else { _root.doubler.chosen = "lose"; _root.V7 = "Bad Luck. Press shuffle."; _root.mcAlert.gotoAndPlay(1); _root.winMoney = 0; } } else if (_root.doubler.chosen == 1) { _root.doubler.chosen = "win"; _root.V7 = "Doubled !!"; _root.mcAlert.gotoAndPlay(1); _root.winMoney = _root.winMoney * 2; } else { _root.winMoney = 0; _root.doubler.chosen = "lose"; _root.V7 = "Bad Luck. Press shuffle."; _root.mcAlert.gotoAndPlay(1); } _root.doubler.doubler2.doubler3.gotoAndStop(_root.doubler.doubler2.change); setProperty(_root.changer, _width , 10);
Symbol 273 MovieClip Frame 6
setProperty(_root.changer, _width , 50);
Symbol 273 MovieClip Frame 7
setProperty(_root.changer, _width , 70);
Symbol 273 MovieClip Frame 8
setProperty(_root.changer, _width , 104.1);
Symbol 273 MovieClip Frame 37
setProperty(_root.changer, _width , 70);
Symbol 273 MovieClip Frame 38
setProperty(_root.changer, _width , 50);
Symbol 273 MovieClip Frame 39
setProperty(_root.changer, _width , 10);
Symbol 273 MovieClip Frame 40
_root.doubler.doubler2.doubler3.gotoAndStop(53); setProperty(_root.changer, _width , 10);
Symbol 273 MovieClip Frame 41
setProperty(_root.changer, _width , 50);
Symbol 273 MovieClip Frame 42
setProperty(_root.changer, _width , 70);
Symbol 273 MovieClip Frame 43
setProperty(_root.changer, _width , 104.1); stop();
Symbol 282 MovieClip Frame 33
_root.scores.createTextField("mytext", 1, 0, 75, 210, 40); mytext.type = "input"; mytext.multiline = false; mytext.wordWrap = true; mytext.border = true; mytext.bold = true; mytext.restrict = "A-Z a-z 0-9.:\\-"; myformat = new TextFormat(); myformat.bullet = false; myformat.maxChars = 12; myformat.size = 24; myformat.font = "Addled"; myformat.color = 0; if (mytext.text.length < 1) { mytext.text = _root.mytexts; } mytext.setTextFormat(myformat); ok_btn.onRelease = function () { _root.mytexts = mytext.text; _root.nextFrame(); }; ok_btn.onKeyDown = function () { if (Key.getCode() == 13) { _root.mytexts = mytext.text; Key.removeListener(ok_btn); this.onRelease(); } }; Key.addListener(ok_btn); stop();
Symbol 284 Button
on (release) { unloadMovieNum (1); unloadMovieNum (2); gotoAndPlay (1); }

Library Items

Symbol 1 Sound [shuffle]
Symbol 2 Sound [flip]
Symbol 3 Sound [chipdrop]
Symbol 4 Sound [click]
Symbol 5 GraphicUsed by:6 76
Symbol 6 MovieClip [fpb_hitArea]Uses:5
Symbol 7 FontUsed by:8 52
Symbol 8 EditableTextUses:7Used by:9
Symbol 9 MovieClip [FLabelSymbol]Uses:8
Symbol 10 GraphicUsed by:11 12 19 20 25 26 27 28 31 32
Symbol 11 MovieClipUses:10Used by:18
Symbol 12 MovieClipUses:10Used by:18
Symbol 13 GraphicUsed by:14 15 21 22 33 34 65 67 106
Symbol 14 MovieClipUses:13Used by:18
Symbol 15 MovieClipUses:13Used by:18
Symbol 16 GraphicUsed by:17 23 29 35
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:11 12 14 15 17Used by:37
Symbol 19 MovieClipUses:10Used by:24
Symbol 20 MovieClipUses:10Used by:24
Symbol 21 MovieClipUses:13Used by:24
Symbol 22 MovieClipUses:13Used by:24
Symbol 23 MovieClipUses:16Used by:24
Symbol 24 MovieClipUses:19 20 21 22 23Used by:37
Symbol 25 MovieClipUses:10Used by:30
Symbol 26 MovieClipUses:10Used by:30
Symbol 27 MovieClipUses:10Used by:30
Symbol 28 MovieClipUses:10Used by:30
Symbol 29 MovieClipUses:16Used by:30
Symbol 30 MovieClipUses:25 26 27 28 29Used by:37
Symbol 31 MovieClipUses:10Used by:36
Symbol 32 MovieClipUses:10Used by:36
Symbol 33 MovieClipUses:13Used by:36
Symbol 34 MovieClipUses:13Used by:36
Symbol 35 MovieClipUses:16Used by:36
Symbol 36 MovieClipUses:31 32 33 34 35Used by:37
Symbol 37 MovieClip [fpb_states]Uses:18 24 30 36
Symbol 38 MovieClip [FUIComponentSymbol]
Symbol 39 GraphicUsed by:40 46 63 91 96 234 281 282 284
Symbol 40 MovieClipUses:39Used by:42
Symbol 41 GraphicUsed by:42 47
Symbol 42 MovieClip [FBoundingBoxSymbol]Uses:40 41Used by:45
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:45
Symbol 45 MovieClip [FPushButtonSymbol]Uses:42 44
Symbol 46 MovieClipUses:39Used by:47
Symbol 47 MovieClip [FBoundingBoxSymbol]Uses:46 41Used by:50
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClip [FCheckBoxSymbol]Uses:47 49
Symbol 51 MovieClip [FUIComponentSymbol]
Symbol 52 EditableTextUses:7Used by:53
Symbol 53 MovieClip [FLabelSymbol]Uses:52
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:62
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:62
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:62
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:55 57 59 61Used by:75
Symbol 63 MovieClipUses:39Used by:64
Symbol 64 MovieClipUses:63Used by:75
Symbol 65 MovieClipUses:13Used by:66
Symbol 66 MovieClipUses:65Used by:75
Symbol 67 MovieClipUses:13Used by:68
Symbol 68 MovieClipUses:67Used by:75
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:71
Symbol 71 MovieClipUses:70Used by:75
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:74
Symbol 74 MovieClipUses:73Used by:75
Symbol 75 MovieClip [fcb_states]Uses:62 64 66 68 71 74
Symbol 76 MovieClip [fcb_hitArea]Uses:5
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 FontUsed by:81 82
Symbol 81 TextUses:80Used by:Timeline
Symbol 82 TextUses:80Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 FontUsed by:87 110 115 117 118 119 120 121 122 123 124 125 126 127 128 136 139 140 141 145 154 155 156 157 158 159 160 161 162 163 164 165 170 172 174 175 176 177 178 179 180 181 185 187 192 194 235 241 270 271 274 275
Symbol 87 TextUses:86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 ButtonUses:39Used by:Timeline
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 FontUsed by:95 277 280 283
Symbol 95 EditableTextUses:94Used by:Timeline
Symbol 96 MovieClipUses:39Used by:98
Symbol 97 GraphicUsed by:98
Symbol 98 ButtonUses:96 97Used by:Timeline
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:99 100Used by:Timeline
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 MovieClipUses:13Used by:Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 TextUses:86Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 FontUsed by:115
Symbol 115 TextUses:86 114Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 EditableTextUses:86Used by:Timeline
Symbol 118 EditableTextUses:86Used by:Timeline
Symbol 119 EditableTextUses:86Used by:Timeline
Symbol 120 EditableTextUses:86Used by:Timeline
Symbol 121 EditableTextUses:86Used by:Timeline
Symbol 122 EditableTextUses:86Used by:Timeline
Symbol 123 EditableTextUses:86Used by:Timeline
Symbol 124 EditableTextUses:86Used by:Timeline
Symbol 125 TextUses:86Used by:Timeline
Symbol 126 EditableTextUses:86Used by:Timeline
Symbol 127 TextUses:86Used by:Timeline
Symbol 128 EditableTextUses:86Used by:Timeline
Symbol 129 FontUsed by:131 205 210 213 231 237 239
Symbol 130 FontUsed by:207 214
Symbol 131 TextUses:129Used by:133
Symbol 132 GraphicUsed by:133
Symbol 133 ButtonUses:131 132Used by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 ButtonUsed by:Timeline
Symbol 136 EditableTextUses:86Used by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:148
Symbol 139 TextUses:86Used by:148
Symbol 140 TextUses:86Used by:148
Symbol 141 TextUses:86Used by:148
Symbol 142 FontUsed by:143 144
Symbol 143 EditableTextUses:142Used by:148
Symbol 144 EditableTextUses:142Used by:148
Symbol 145 TextUses:86Used by:147
Symbol 146 GraphicUsed by:147
Symbol 147 ButtonUses:145 146Used by:148
Symbol 148 MovieClipUses:138 139 140 141 143 144 147Used by:Timeline
Symbol 149 MovieClipUsed by:Timeline
Symbol 150 GraphicUsed by:199  Timeline
Symbol 151 GraphicUsed by:199
Symbol 152 TextUsed by:199
Symbol 153 GraphicUsed by:199
Symbol 154 TextUses:86Used by:199
Symbol 155 TextUses:86Used by:199
Symbol 156 TextUses:86Used by:199
Symbol 157 TextUses:86Used by:199
Symbol 158 TextUses:86Used by:199
Symbol 159 TextUses:86Used by:199
Symbol 160 TextUses:86Used by:199
Symbol 161 TextUses:86Used by:199
Symbol 162 TextUses:86Used by:199
Symbol 163 TextUses:86Used by:199
Symbol 164 TextUses:86Used by:199
Symbol 165 TextUses:86Used by:199
Symbol 166 GraphicUsed by:199
Symbol 167 FontUsed by:168 183 190
Symbol 168 TextUses:167Used by:199
Symbol 169 GraphicUsed by:199
Symbol 170 TextUses:86Used by:199
Symbol 171 GraphicUsed by:199
Symbol 172 TextUses:86Used by:199
Symbol 173 GraphicUsed by:199
Symbol 174 TextUses:86Used by:199
Symbol 175 TextUses:86Used by:199
Symbol 176 TextUses:86Used by:199
Symbol 177 TextUses:86Used by:199
Symbol 178 TextUses:86Used by:199
Symbol 179 TextUses:86Used by:199
Symbol 180 TextUses:86Used by:199
Symbol 181 TextUses:86Used by:199
Symbol 182 GraphicUsed by:199
Symbol 183 TextUses:167Used by:199
Symbol 184 GraphicUsed by:199
Symbol 185 TextUses:86Used by:199
Symbol 186 GraphicUsed by:199
Symbol 187 TextUses:86Used by:199
Symbol 188 GraphicUsed by:199
Symbol 189 GraphicUsed by:199
Symbol 190 TextUses:167Used by:199
Symbol 191 GraphicUsed by:199
Symbol 192 TextUses:86Used by:199
Symbol 193 GraphicUsed by:199
Symbol 194 TextUses:86Used by:199
Symbol 195 GraphicUsed by:199
Symbol 196 GraphicUsed by:199
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 150Used by:273  Timeline
Symbol 200 MovieClipUsed by:Timeline
Symbol 201 MovieClipUsed by:202
Symbol 202 MovieClipUses:201Used by:Timeline
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 TextUses:129Used by:208
Symbol 206 GraphicUsed by:208 211 215
Symbol 207 TextUses:130Used by:208
Symbol 208 ButtonUses:205 206 207Used by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 TextUses:129Used by:211
Symbol 211 ButtonUses:210 206Used by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 TextUses:129Used by:215
Symbol 214 TextUses:130Used by:215
Symbol 215 ButtonUses:213 206 214Used by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 GraphicUsed by:218 219 220 221 222
Symbol 218 ButtonUses:217Used by:Timeline
Symbol 219 ButtonUses:217Used by:Timeline
Symbol 220 ButtonUses:217Used by:Timeline
Symbol 221 ButtonUses:217Used by:Timeline
Symbol 222 ButtonUses:217Used by:Timeline
Symbol 223 GraphicUsed by:224
Symbol 224 ButtonUses:223Used by:Timeline
Symbol 225 GraphicUsed by:228
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:225 226 227Used by:229
Symbol 229 MovieClipUses:228Used by:Timeline
Symbol 230 MovieClipUsed by:Timeline
Symbol 231 TextUses:129Used by:233
Symbol 232 GraphicUsed by:233
Symbol 233 ButtonUses:231 232Used by:Timeline
Symbol 234 ButtonUses:39Used by:236
Symbol 235 TextUses:86Used by:236
Symbol 236 MovieClipUses:234 235Used by:Timeline
Symbol 237 EditableTextUses:129Used by:240
Symbol 238 GraphicUsed by:240
Symbol 239 EditableTextUses:129Used by:240
Symbol 240 ButtonUses:237 238 239Used by:Timeline
Symbol 241 EditableTextUses:86Used by:242
Symbol 242 MovieClipUses:241Used by:Timeline
Symbol 243 GraphicUsed by:276
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:261 269
Symbol 246 GraphicUsed by:261
Symbol 247 GraphicUsed by:261
Symbol 248 GraphicUsed by:261
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:261 269
Symbol 251 GraphicUsed by:261
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:252Used by:261 269
Symbol 254 GraphicUsed by:261
Symbol 255 GraphicUsed by:261 269
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:261 269
Symbol 258 GraphicUsed by:261
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261 269
Symbol 261 ButtonUses:245 246 247 248 250 251 253 254 255 257 258 259 260Used by:276
Symbol 262 GraphicUsed by:269
Symbol 263 GraphicUsed by:269
Symbol 264 GraphicUsed by:269
Symbol 265 GraphicUsed by:269
Symbol 266 GraphicUsed by:269
Symbol 267 GraphicUsed by:269
Symbol 268 GraphicUsed by:269
Symbol 269 ButtonUses:245 262 263 264 250 265 253 266 255 257 267 268 260Used by:276
Symbol 270 TextUses:86Used by:276
Symbol 271 TextUses:86Used by:276
Symbol 272 MovieClipUsed by:273
Symbol 273 MovieClipUses:272 199Used by:276
Symbol 274 EditableTextUses:86Used by:276
Symbol 275 EditableTextUses:86Used by:276
Symbol 276 MovieClipUses:243 261 269 270 271 273 274 275Used by:Timeline
Symbol 277 TextUses:94Used by:282
Symbol 278 FontUsed by:279
Symbol 279 TextUses:278Used by:282
Symbol 280 TextUses:94Used by:281
Symbol 281 ButtonUses:280 39Used by:282
Symbol 282 MovieClipUses:39 277 279 281Used by:Timeline
Symbol 283 TextUses:94Used by:284
Symbol 284 ButtonUses:283 39Used by:Timeline

Instance Names

"loadBar"Frame 1Symbol 93 MovieClip
"loadText"Frame 1Symbol 95 EditableText
"showWin"Frame 4Symbol 106 MovieClip
"chipCount"Frame 4Symbol 126 EditableText
"currentBet"Frame 4Symbol 128 EditableText
"nexthand"Frame 4Symbol 134 MovieClip
"b_removeBet"Frame 4Symbol 135 Button
"mcAlert"Frame 4Symbol 137 MovieClip
"mc_gameOver"Frame 4Symbol 148 MovieClip
"mcWinnings"Frame 5Symbol 149 MovieClip
"mc_card1"Frame 5Symbol 199 MovieClip
"mc_card4"Frame 5Symbol 199 MovieClip
"mc_card2"Frame 5Symbol 199 MovieClip
"mc_card3"Frame 5Symbol 199 MovieClip
"mc_card5"Frame 5Symbol 199 MovieClip
"hold"Frame 5Symbol 202 MovieClip
"h1"Frame 5Symbol 204 MovieClip
"h2"Frame 5Symbol 204 MovieClip
"h3"Frame 5Symbol 204 MovieClip
"h4"Frame 5Symbol 204 MovieClip
"h5"Frame 5Symbol 204 MovieClip
"mcDeal2"Frame 5Symbol 209 MovieClip
"mcDeal1"Frame 5Symbol 212 MovieClip
"mcDeal3"Frame 5Symbol 216 MovieClip
"b_addBet"Frame 7Symbol 224 Button
"winer"Frame 8Symbol 229 MovieClip
"hold"Frame 8Symbol 202 MovieClip
"h1"Frame 8Symbol 204 MovieClip
"h2"Frame 8Symbol 204 MovieClip
"h3"Frame 8Symbol 204 MovieClip
"h4"Frame 8Symbol 204 MovieClip
"h5"Frame 8Symbol 204 MovieClip
"b_shuffle"Frame 8Symbol 233 Button
"doublebut"Frame 8Symbol 236 MovieClip
"quit"Frame 8Symbol 240 Button
"winalert"Frame 8Symbol 242 MovieClip
"mc_card1"Frame 8Symbol 199 MovieClip
"mc_card4"Frame 8Symbol 199 MovieClip
"mc_card2"Frame 8Symbol 199 MovieClip
"mc_card3"Frame 8Symbol 199 MovieClip
"mc_card5"Frame 8Symbol 199 MovieClip
"doubler"Frame 8Symbol 276 MovieClip
"scores"Frame 10Symbol 282 MovieClip
"newGame_btn"Frame 11Symbol 284 Button
"labelField"Symbol 9 MovieClip [FLabelSymbol] Frame 1Symbol 8 EditableText
"frame1"Symbol 18 MovieClip Frame 1Symbol 11 MovieClip
"frame2"Symbol 18 MovieClip Frame 1Symbol 12 MovieClip
"frame3"Symbol 18 MovieClip Frame 1Symbol 14 MovieClip
"frame4"Symbol 18 MovieClip Frame 1Symbol 15 MovieClip
"frame5"Symbol 18 MovieClip Frame 1Symbol 17 MovieClip
"frame1"Symbol 24 MovieClip Frame 1Symbol 19 MovieClip
"frame2"Symbol 24 MovieClip Frame 1Symbol 20 MovieClip
"frame3"Symbol 24 MovieClip Frame 1Symbol 21 MovieClip
"frame4"Symbol 24 MovieClip Frame 1Symbol 22 MovieClip
"frame5"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"frame1"Symbol 30 MovieClip Frame 1Symbol 25 MovieClip
"frame2"Symbol 30 MovieClip Frame 1Symbol 26 MovieClip
"frame3"Symbol 30 MovieClip Frame 1Symbol 27 MovieClip
"frame4"Symbol 30 MovieClip Frame 1Symbol 28 MovieClip
"frame5"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"frame1"Symbol 36 MovieClip Frame 1Symbol 31 MovieClip
"frame2"Symbol 36 MovieClip Frame 1Symbol 32 MovieClip
"frame3"Symbol 36 MovieClip Frame 1Symbol 33 MovieClip
"frame4"Symbol 36 MovieClip Frame 1Symbol 34 MovieClip
"frame5"Symbol 36 MovieClip Frame 1Symbol 35 MovieClip
"up_mc"Symbol 37 MovieClip [fpb_states] Frame 1Symbol 18 MovieClip
"over_mc"Symbol 37 MovieClip [fpb_states] Frame 2Symbol 24 MovieClip
"down_mc"Symbol 37 MovieClip [fpb_states] Frame 3Symbol 30 MovieClip
"disabled_mc"Symbol 37 MovieClip [fpb_states] Frame 4Symbol 36 MovieClip
"boundingBox"Symbol 42 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 40 MovieClip
"boundingBox2"Symbol 42 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 40 MovieClip
"boundingBox_mc"Symbol 45 MovieClip [FPushButtonSymbol] Frame 1Symbol 42 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 45 MovieClip [FPushButtonSymbol] Frame 1Symbol 44 MovieClip
"boundingBox"Symbol 47 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 46 MovieClip
"boundingBox2"Symbol 47 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 46 MovieClip
"boundingBox_mc"Symbol 50 MovieClip [FCheckBoxSymbol] Frame 1Symbol 47 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 50 MovieClip [FCheckBoxSymbol] Frame 1Symbol 49 MovieClip
"labelField"Symbol 53 MovieClip [FLabelSymbol] Frame 1Symbol 52 EditableText
"highlight3D_mc"Symbol 62 MovieClip Frame 1Symbol 55 MovieClip
"highlight_mc"Symbol 62 MovieClip Frame 1Symbol 57 MovieClip
"shadow_mc"Symbol 62 MovieClip Frame 1Symbol 59 MovieClip
"darkshadow_mc"Symbol 62 MovieClip Frame 1Symbol 61 MovieClip
"background_mc"Symbol 64 MovieClip Frame 1Symbol 63 MovieClip
"background_mc"Symbol 66 MovieClip Frame 1Symbol 65 MovieClip
"background_mc"Symbol 68 MovieClip Frame 1Symbol 67 MovieClip
"check_mc"Symbol 71 MovieClip Frame 1Symbol 70 MovieClip
"check_mc"Symbol 74 MovieClip Frame 1Symbol 73 MovieClip
"fcb_frame_mc"Symbol 75 MovieClip [fcb_states] Frame 1Symbol 62 MovieClip
"frb_frame_mc"Symbol 75 MovieClip [fcb_states] Frame 1Symbol 64 MovieClip
"hold2"Symbol 202 MovieClip Frame 1Symbol 201 MovieClip
"changer"Symbol 273 MovieClip Frame 1Symbol 272 MovieClip
"doubler3"Symbol 273 MovieClip Frame 1Symbol 199 MovieClip
"doubler2"Symbol 276 MovieClip Frame 1Symbol 273 MovieClip
"ok_btn"Symbol 282 MovieClip Frame 33Symbol 281 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "shuffle"
ExportAssets (56)Timeline Frame 1Symbol 2 as "flip"
ExportAssets (56)Timeline Frame 1Symbol 3 as "chipdrop"
ExportAssets (56)Timeline Frame 1Symbol 4 as "click"
ExportAssets (56)Timeline Frame 1Symbol 6 as "fpb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 9 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 37 as "fpb_states"
ExportAssets (56)Timeline Frame 1Symbol 38 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 42 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 45 as "FPushButtonSymbol"
ExportAssets (56)Timeline Frame 1Symbol 47 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 50 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 47 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 51 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 53 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 75 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 76 as "fcb_hitArea"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$oY$Jmc8KNznkGnU9JnUodKAI0."
DebugMX1 (63)Timeline Frame 1

Labels

#"Symbol_10"Symbol 6 MovieClip [fpb_hitArea] Frame 1
"Symbol_32"Symbol 9 MovieClip [FLabelSymbol] Frame 1
"up"Symbol 37 MovieClip [fpb_states] Frame 1
"over"Symbol 37 MovieClip [fpb_states] Frame 2
"down"Symbol 37 MovieClip [fpb_states] Frame 3
"disabled"Symbol 37 MovieClip [fpb_states] Frame 4
"Symbol_36"Symbol 38 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 42 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 42 MovieClip [FBoundingBoxSymbol] Frame 2
"enabled"Symbol 47 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 47 MovieClip [FBoundingBoxSymbol] Frame 2
"Symbol_36"Symbol 51 MovieClip [FUIComponentSymbol] Frame 1
"Symbol_32"Symbol 53 MovieClip [FLabelSymbol] Frame 1
"up"Symbol 75 MovieClip [fcb_states] Frame 1
"press"Symbol 75 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 75 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 75 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 75 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 75 MovieClip [fcb_states] Frame 6
"end"Symbol 137 MovieClip Frame 58
"PLAY2"Symbol 230 MovieClip Frame 9
"PLAY3"Symbol 230 MovieClip Frame 16
"PLAY4"Symbol 230 MovieClip Frame 23
"PLAY5"Symbol 230 MovieClip Frame 30
"end"Symbol 230 MovieClip Frame 36
"end"Symbol 242 MovieClip Frame 78
"double3"Symbol 273 MovieClip Frame 1
"doubler"Symbol 276 MovieClip Frame 1
"scores"Symbol 282 MovieClip Frame 33

Dynamic Text Variables

loadTextSymbol 95 EditableText" "
mcWinnings.straightFlushSymbol 117 EditableText" "
_root.mcWinnings.fourOfaKindSymbol 118 EditableText" "
_root.mcWinnings.fullHouseSymbol 119 EditableText" "
_root.mcWinnings.flushSymbol 120 EditableText" "
_root.mcWinnings.straightSymbol 121 EditableText" "
_root.mcWinnings.threeOfaKindSymbol 122 EditableText" "
_root.mcWinnings.twoPairSymbol 123 EditableText" "
_root.mcWinnings.pairSymbol 124 EditableText" "
V1Symbol 126 EditableText" "
V4Symbol 128 EditableText" "
_root.V7Symbol 136 EditableText" "
_root.V3Symbol 143 EditableText" "
_root.V2Symbol 144 EditableText" "
_root.winningsSymbol 241 EditableText" "
_root.winMoneySymbol 274 EditableText"000"
_root.winMoneySymbol 275 EditableText"000"




http://swfchan.com/10/47359/info.shtml
Created: 2/5 -2019 00:09:39 Last modified: 2/5 -2019 00:09:39 Server time: 16/05 -2024 19:46:57