Section 1
//MainTimeline (SP2vixine_freedia_free_fla.MainTimeline)
package SP2vixine_freedia_free_fla {
import flash.events.*;
import flash.media.*;
import flash.display.*;
import flash.text.*;
import adobe.utils.*;
import flash.accessibility.*;
import flash.errors.*;
import flash.external.*;
import flash.filters.*;
import flash.geom.*;
import flash.net.*;
import flash.printing.*;
import flash.system.*;
import flash.ui.*;
import flash.utils.*;
import flash.xml.*;
public dynamic class MainTimeline extends MovieClip {
public var tug;
public var vixinelink:SimpleButton;
public var shuffleDelay;
public var b_deal:SimpleButton;
public var myContainer:MovieClip;
public var about_c:SimpleButton;
public var discardlist:Array;
public var flashVars:Object;
public var loader_txt:TextField;
public var instancecoverbot:Array;
public var about_r:SimpleButton;
public var extras;
public var guylist:Array;
public var cresult:Array;
public var exposureid;
public var gamestatus;
public var s_singleclick:singleclick;
public var gameid;
public var credits:SimpleButton;
public var girl:MovieClip;
public var instancetop:Array;
public var ads:Array;
public var ad_dir;
public var stayDelay;
public var cid;
public var decklist:Array;
public var s_turn;
public var h1t;
public var title_click:SimpleButton;
public var player;
public var clothes3;
public var instr:SimpleButton;
public var h2t;
public var herContainer:MovieClip;
public var myText:TextField;
public var bid;
public var loc2;
public var instancebot:Array;
public var dealDelayTimer;
public var clothes2;
public var channel:SoundChannel;
public var adactive:Array;
public var b_restart:SimpleButton;
public var girllist:Array;
public var aid;
public var clothes1;
public var loc;
public var guy:MovieClip;
public var errorText:TextField;
public var currenturl:Array;
public var bloodysugarlink:SimpleButton;
public var curranim;
public var currentad;
public var guyexcited;
public var player_clothes_container:MovieClip;
public var tuglimit;
public var adlinks:Array;
public var kickers:Array;
public var srcCheck:Boolean;
public var url;
public var s_cshuffle:cshuffle;
public var minuteTimer;
public var girlstate;
public var whattime;
public var referID;
public var about:SimpleButton;
public var lastanim;
public var adobjects:Array;
public var instructions:SimpleButton;
public var listanim:Array;
public var hitDelay;
public var adcontainer:MovieClip;
public var b_discard:SimpleButton;
public var chances;
public var s_dealcard:cdeal;
public var instr_c:SimpleButton;
public var adstatus;
public var currguy;
public var instancecovertop:Array;
public var adtype;
public var hands:Array;
public var covercount:Array;
public var instr_r:SimpleButton;
public var herText:TextField;
public var mesg_container:MovieClip;
public var blah;
public var cross1;
public var cross2;
public var redbar:MovieClip;
public function MainTimeline(){
addFrameScript(0, frame1, 18, frame19);
}
public function restartbutton(_arg1:MouseEvent){
var _local2:*;
chances = 3;
girlstate = 0;
decklist = [];
channel = s_singleclick.play();
b_deal.visible = true;
b_deal.addEventListener(MouseEvent.CLICK, dealbutton);
b_restart.visible = false;
herText.visible = false;
myText.visible = false;
_local2 = 0;
while (_local2 < herContainer.numChildren) {
herContainer.removeChildAt(_local2);
};
_local2 = 0;
while (_local2 < myContainer.numChildren) {
myContainer.removeChildAt(_local2);
};
_local2 = 0;
while (_local2 < mesg_container.numChildren) {
mesg_container.removeChildAt(_local2);
};
_local2 = 0;
while (_local2 < girl.numChildren) {
girl.removeChildAt(_local2);
};
reset_my_clothes();
tug = 4;
getgirl(girlstate);
}
public function getKind(_arg1:String):String{
return (_arg1.charAt(0));
}
public function do_chances(){
if (chances == 2){
player_clothes_container.removeChild(clothes1);
};
if (chances == 1){
player_clothes_container.removeChild(clothes2);
};
if (chances == 0){
player_clothes_container.removeChild(clothes3);
};
}
public function onTick(_arg1:TimerEvent){
}
public function animateme(){
var _local1:*;
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
if (adstatus == "idle"){
if (getTimer() > (whattime + 30000)){
exposureid++;
_local1 = (exposureid % 10);
trace(ads[_local1]);
adactive.push(_local1);
_local2 = ((((((ad_dir + "banners/") + ads[_local1].substr(0, 3)) + "/") + ads[_local1].substr(3, 3)) + "/") + ads[_local1]);
trace(_local2);
_local3 = new Loader();
_local3.unload();
_local3.load(new URLRequest(_local2));
if (currentad == "ad1"){
currenturl[0] = adlinks[_local1];
currenturl[2] = ads[_local1];
} else {
currenturl[1] = adlinks[_local1];
currenturl[3] = ads[_local1];
};
_local4 = new ((getDefinitionByName(currentad) as Class));
_local4.buttonMode = true;
_local4.useHandCursor = true;
if (_local4.numChildren > 0){
_local4.removeChildAt(0);
};
_local4.addEventListener(MouseEvent.CLICK, goad);
_local4.addChild(_local3);
adstatus = "go";
adcontainer.addChild(_local4);
_local4.x = 724;
adobjects.push(_local4);
if (currentad == "ad1"){
currentad = "ad2";
} else {
if (currentad == "ad2"){
currentad = "ad1";
};
};
};
};
if (adstatus == "go"){
_local5 = 0;
while (_local5 < adobjects.length) {
_local4 = adobjects[_local5];
adobjects[_local5].x = (_local4.x - 6);
if (_local4.x <= -468){
adstatus = "idle";
adobjects.splice(_local5, 1);
adactive.splice(_local5, 1);
adcontainer.removeChild(_local4);
whattime = getTimer();
break;
};
_local5++;
};
};
}
public function getguy(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
_local2 = 0;
while (_local2 < guy.numChildren) {
guy.removeChildAt(_local2);
};
listanim = [];
curranim = "";
lastanim = getTimer();
_local3 = (4 - _arg1);
if (_local3 < 0){
_local3 = 0;
};
if (_local3 >= guylist.length){
_local3 = (guylist.length - 1);
};
_local4 = guylist[_local3].length;
_local5 = Math.floor((Math.random() * _local4));
_local6 = guylist[_local3][_local5];
trace(((((("guy tug " + _arg1) + "ind ") + _local3) + " showing ") + _local6));
if (_arg1 == (tuglimit - 2)){
_local6 = "guy_01a";
};
if (_arg1 == (tuglimit - 1)){
_local6 = "guy_excited";
};
if (_arg1 == tuglimit){
_local6 = "guyanim_win";
};
currguy = _local6;
_local7 = new ((getDefinitionByName(_local6) as Class));
guy.addChild(_local7);
if ((((_local6 == "guy_excited")) || ((_local6 == "guyanim_win")))){
_local7.x = -49;
};
}
public function showResults(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
_local2 = [".", ".", "TWO", "THREE", "FOUR", "FIVE", "SIX", "SEVEN", "EIGHT", "NINE", "TEN", "JACK", "QUEEN", "KING", "ACE"];
_local3 = [".", ".", "TWOS", "THREES", "FOURS", "FIVES", "SIXES", "SEVENS", "EIGHTS", "NINES", "TENS", "JACKS", "QUEENS", "KINGS", "ACES"];
_local4 = ["herText", "myText"];
_local5 = _local4[_arg1];
switch (cresult[_arg1]){
case 0:
this[_local5].text = (_local2[kickers[_arg1][0]] + " HIGH! ");
if ((((cresult[0] == cresult[1])) && ((kickers[0][0] == kickers[1][0])))){
_local6 = 1;
_local7 = " ";
while (kickers[0][_local6] == kickers[1][_local6]) {
if (_local6 == 4){
break;
};
_local7 = ((_local7 + _local2[kickers[_arg1][_local6]]) + ", ");
_local6++;
};
_local7 = (_local2[kickers[_arg1][_local6]] + " HIGH!");
this[_local5].text = _local7;
};
break;
case 1:
this[_local5].text = (("PAIR OF " + _local3[kickers[_arg1][0]]) + "! ");
if ((((cresult[0] == cresult[1])) && ((kickers[0][0] == kickers[1][0])))){
_local6 = 1;
while (kickers[0][_local6] == kickers[1][_local6]) {
if (_local6 == 3){
break;
};
_local7 = ((_local7 + _local2[kickers[_arg1][_local6]]) + ", ");
_local6++;
};
_local7 = ((" " + _local2[kickers[_arg1][_local6]]) + " KICKER");
this[_local5].text = (this[_local5].text + _local7);
};
break;
case 2:
this[_local5].text = (((("TWO PAIR! " + _local3[kickers[_arg1][0]]) + " AND ") + _local3[kickers[_arg1][1]]) + " ");
if (cresult[0] == cresult[1]){
if ((((kickers[0][0] == kickers[1][0])) && ((kickers[0][1] == kickers[1][1])))){
this[_local5].text = (("TWO PAIR! " + _local2[kickers[_arg1][2]]) + " KICKER");
};
};
break;
case 3:
this[_local5].text = (("THREE " + _local3[kickers[_arg1][0]]) + " ");
break;
case 4:
this[_local5].text = "STRAIGHT! ";
if (cresult[0] == cresult[1]){
this[_local5].text = ((this[_local5].text + _local2[kickers[_arg1][0]]) + " HIGH");
};
break;
case 5:
this[_local5].text = "FLUSH! ";
if (cresult[0] == cresult[1]){
_local6 = 0;
_local7 = " ";
while (kickers[0][_local6] == kickers[1][_local6]) {
if (_local6 == 4){
break;
};
_local7 = ((_local7 + _local2[kickers[_arg1][_local6]]) + ", ");
_local6++;
};
_local7 = (_local2[kickers[_arg1][_local6]] + " KICKER");
this[_local5].text = (this[_local5].text + _local7);
};
break;
case 6:
this[_local5].text = ((("FULL HOUSE! " + _local3[kickers[_arg1][0]]) + " and ") + _local3[kickers[_arg1][1]]);
break;
case 7:
this[_local5].text = ("FOUR " + _local3[kickers[_arg1][0]]);
break;
case 8:
this[_local5].text = "STRAIGHT FLUSH! ";
if (cresult[0] == cresult[1]){
this[_local5].text = ((this[_local5].text + _local2[kickers[_arg1][0]]) + " HIGH");
};
break;
case 9:
this[_local5].text = "ROYAL FLUSH!";
};
}
public function dealRest(_arg1:TimerEvent){
var _local2:*;
var _local3:*;
dealDelayTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, dealRest);
_local2 = 0;
_local3 = 0;
while (_local3 < discardlist[1].length) {
if (discardlist[1][_local3] == 1){
discardlist[1][_local3] = 0;
hands[1][_local3] = decklist[0];
decklist.splice(0, 1);
drawcards(1, _local3);
_local2 = 1;
break;
};
_local3++;
};
if (_local2 == 1){
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, dealRest);
dealDelayTimer.start();
} else {
hideCompCards();
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, hideComp);
dealDelayTimer.start();
};
}
public function do_message(_arg1){
var _local2:*;
var _local3:*;
_local2 = new (getDefinitionByName(_arg1));
_local3 = 0;
while (_local3 < mesg_container.numChildren) {
mesg_container.removeChildAt(_local3);
};
mesg_container.addChild(_local2);
}
function frame19(){
if (srcCheck == false){
errorText.visible = true;
gotoAndStop(1);
return;
};
minuteTimer = new Timer(200, 1);
hitDelay = new Timer(200, 1);
stayDelay = new Timer(200, 1);
shuffleDelay = new Timer(200, 1);
whattime = getTimer();
curranim = "";
currguy = "";
lastanim = 0;
listanim = [];
dealDelayTimer = new Timer(200, 1);
adobjects = [];
adactive = [];
adstatus = "idle";
currentad = "ad1";
currenturl = ["", "", "", ""];
h1t = new cardback();
reset_my_clothes();
chances = 3;
girlstate = 0;
title_click.addEventListener(MouseEvent.CLICK, govixine);
vixinelink.addEventListener(MouseEvent.CLICK, govixine);
bloodysugarlink.addEventListener(MouseEvent.CLICK, gobloodysugar);
b_deal.addEventListener(MouseEvent.CLICK, dealbutton);
b_discard.visible = false;
b_restart.visible = false;
herText.visible = false;
myText.visible = false;
instr.addEventListener(MouseEvent.CLICK, instrbutton);
about.addEventListener(MouseEvent.CLICK, aboutbutton);
instr_r.addEventListener(MouseEvent.CLICK, clearoverlay);
about_r.addEventListener(MouseEvent.CLICK, clearoverlay);
credits.visible = false;
instructions.visible = false;
credits.addEventListener(MouseEvent.CLICK, clearoverlay);
instructions.addEventListener(MouseEvent.CLICK, clearoverlay);
about_r.visible = false;
instr_r.visible = false;
about_c.visible = false;
instr_c.visible = false;
instr_c.addEventListener(MouseEvent.CLICK, instrbutton);
about_c.addEventListener(MouseEvent.CLICK, aboutbutton);
getgirl(girlstate);
addEventListener(Event.ENTER_FRAME, onEnterFrame);
stop();
}
function frame1(){
srcCheck = false;
blah = loaderInfo.loaderURL;
trace(("url=" + loaderInfo.url));
trace(("loaderurl=" + loaderInfo.loaderURL));
girllist = [["b1_1"], ["b2_1"], ["b3_1"], ["b4_1"], ["b5_1"], ["b6_1"], ["b7_1"]];
guylist = [["guy_01a", "guy_01b"], ["guy_02"], ["guy_03"], ["guy_04a", "guy_04b"]];
guyexcited = "guy_excited";
decklist = [];
hands = [[], []];
instancetop = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]];
instancebot = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]];
instancecovertop = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]];
instancecoverbot = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]];
covercount = [0, 0, 0, 0, 0];
discardlist = [[0, 0, 0, 0, 0], [0, 0, 0, 0, 0]];
kickers = [[], []];
cresult = [[], []];
tug = 4;
tuglimit = 10;
player = 0;
gamestatus = "pre";
referID = "0";
s_singleclick = new singleclick();
s_turn = new cturn();
s_cshuffle = new cshuffle();
s_dealcard = new cdeal();
aid = "0";
bid = "0";
cid = "0";
exposureid = -1;
ad_dir = "http://www.eadultgames.com/freexgames/";
ads = [];
adlinks = [];
if (blah){
if (blah.indexOf("http://holdem.eadultgames.com/") == 0){
srcCheck = true;
};
if (blah.indexOf("http://www.eadultgames.com/") == 0){
srcCheck = true;
};
if (blah.indexOf("http://www.vixine.com/") == 0){
srcCheck = true;
};
};
srcCheck = true;
if (srcCheck == false){
errorText.visible = true;
stop();
} else {
flashVars = this.loaderInfo.parameters;
trace(("flashvars: " + flashVars));
aid = flashVars.aid;
bid = flashVars.bid;
cid = flashVars.cid;
adtype = flashVars.adtype;
if (adtype == undefined){
adtype = "free";
};
adtype = "vixine";
if (aid == undefined){
aid = 0;
};
errorText.visible = false;
stop();
this.addEventListener(Event.ENTER_FRAME, loading);
loc = blah.lastIndexOf("/");
loc2 = blah.indexOf("?");
if (loc2 == -1){
loc2 = blah.length;
};
gameid = (blah.substr((loc + 1), ((loc2 - loc) - 5)) + ".swf");
extras = ((((("?adtype=" + adtype) + "&affiliateid=") + aid) + "&gameID=") + gameid);
url = ((ad_dir + "banners.cgi") + extras);
trace(("url = " + url));
};
}
public function govixine(_arg1:MouseEvent){
var _local2:String;
var _local3:URLRequest;
_local2 = "http://www.vixine.com";
_local3 = new URLRequest(_local2);
navigateToURL(_local3, "_blank");
}
public function tie(){
b_deal.visible = true;
b_deal.addEventListener(MouseEvent.CLICK, dealbutton);
}
public function drawcards(_arg1, _arg2){
var _local3:*;
_local3 = hands[_arg1][_arg2];
h1t = new ((getDefinitionByName((("card" + getKind(_local3)) + getSuit(_local3))) as Class));
instancetop[_arg1][_arg2] = h1t;
if (_arg1 == 0){
herContainer.addChildAt(h1t, _arg2);
} else {
myContainer.addChildAt(h1t, _arg2);
};
channel = s_dealcard.play();
h1t.x = (57 * _arg2);
h1t.y = (3 * _arg2);
}
public function hideCompCards(){
var _local1:*;
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
var _local8:*;
var _local9:Array;
var _local10:Array;
var _local11:*;
var _local12:*;
var _local13:*;
var _local14:*;
var _local15:*;
var _local16:*;
var _local17:Array;
var _local18:Array;
var _local19:Array;
var _local20:*;
var _local21:*;
var _local22:*;
var _local23:*;
var _local24:*;
var _local25:*;
rulesFunction(0);
rulesFunction(1);
switch (cresult[0]){
case 0:
_local1 = 0;
_local2 = true;
if ((((((cresult[1] == 3)) || ((cresult[1] == 6)))) && ((kickers[1][0] == 11)))){
_local2 = false;
};
_local23 = 0;
while (_local23 < 5) {
if ((((getKindc(hands[0][_local23]) == 11)) && (_local2))){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
_local3 = 0;
_local4 = true;
if ((((((cresult[1] == 3)) || ((cresult[1] == 6)))) && ((kickers[1][0] == 12)))){
_local4 = false;
};
_local23 = 0;
while (_local23 < 5) {
if ((((getKindc(hands[0][_local23]) == 12)) && (_local4))){
_local3 = true;
};
_local23++;
};
if (_local3 == true){
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == 12){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
};
_local5 = 0;
_local6 = true;
if ((((((cresult[1] == 3)) || ((cresult[1] == 6)))) && ((kickers[1][0] == 13)))){
_local6 = false;
};
_local23 = 0;
while (_local23 < 5) {
if ((((getKindc(hands[0][_local23]) == 13)) && (_local6))){
_local5 = true;
};
_local23++;
};
if (_local5 == true){
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == 13){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
};
_local7 = 0;
_local8 = true;
if ((((((cresult[1] == 3)) || ((cresult[1] == 6)))) && ((kickers[1][0] == 14)))){
_local8 = false;
};
_local23 = 0;
while (_local23 < 5) {
if ((((getKindc(hands[0][_local23]) == 1)) && (_local8))){
_local7 = true;
};
_local23++;
};
if (_local7 == true){
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == 1){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
};
_local9 = hands[0];
_local10 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_local11 = getSuitc(_local9[0]);
_local12 = getSuitc(_local9[1]);
_local13 = getSuitc(_local9[2]);
_local14 = getSuitc(_local9[3]);
_local15 = getSuitc(_local9[4]);
var _local26 = _local10;
var _local27 = getKindc(_local9[0]);
var _local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
_local26 = _local10;
_local27 = getKindc(_local9[1]);
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
_local26 = _local10;
_local27 = getKindc(_local9[2]);
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
_local26 = _local10;
_local27 = getKindc(_local9[3]);
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
_local26 = _local10;
_local27 = getKindc(_local9[4]);
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
_local16 = false;
_local17 = [];
_local23 = 1;
while (_local23 < 11) {
_local24 = 0;
if (_local10[_local23] == 1){
_local24++;
_local17.push(_local23);
};
if (_local10[(_local23 + 1)] == 1){
_local24++;
_local17.push((_local23 + 1));
};
if (_local10[(_local23 + 2)] == 1){
_local24++;
_local17.push((_local23 + 2));
};
if (_local10[(_local23 + 3)] == 1){
_local24++;
_local17.push((_local23 + 3));
};
if (_local23 == 10){
if (_local10[(_local23 - 9)] == 1){
_local24++;
_local17.push((_local23 - 9));
};
} else {
if (_local10[(_local23 + 4)] == 1){
_local24++;
_local17.push((_local23 + 4));
};
};
if (_local24 == 4){
_local25 = 0;
while (_local25 < 5) {
if (_local17.indexOf(getKindc(hands[0][_local25])) == -1){
discardlist[0][_local25] = 1;
} else {
discardlist[0][_local25] = 0;
};
_local25++;
};
break;
} else {
_local17 = [];
};
_local23++;
};
_local18 = ["C", "D", "S", "H"];
_local19 = [0, 0, 0, 0];
_local23 = 0;
while (_local23 < 5) {
switch (getSuitc(hands[0][_local23])){
case "C":
_local26 = _local19;
_local27 = 0;
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
break;
case "D":
_local26 = _local19;
_local27 = 1;
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
break;
case "S":
_local26 = _local19;
_local27 = 2;
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
break;
case "H":
_local26 = _local19;
_local27 = 3;
_local28 = (_local26[_local27] + 1);
_local26[_local27] = _local28;
break;
};
_local23++;
};
_local1 = 0;
_local23 = 0;
while (_local23 < 4) {
if (_local19[_local23] == 4){
_local20 = _local18[_local23];
_local1 = 1;
_local25 = 0;
while (_local25 < 5) {
if (getSuitc(hands[0][_local25]) == _local20){
discardlist[0][_local25] = 0;
} else {
discardlist[0][_local25] = 1;
};
_local25++;
};
};
_local23++;
};
if ((((resolvecards() == -1)) && ((((_local1 == 1)) || ((_local24 == 4)))))){
discardlist[0] = [0, 0, 0, 0, 0];
};
break;
case 1:
_local21 = kickers[0][0];
if (_local21 == 14){
_local21 = 1;
};
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == _local21){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
break;
case 2:
_local22 = kickers[0][2];
if (_local22 == 14){
_local22 = 1;
};
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == _local22){
discardlist[0][_local23] = 1;
} else {
discardlist[0][_local23] = 0;
};
_local23++;
};
break;
case 3:
_local21 = kickers[0][0];
if (_local21 == 14){
_local21 = 1;
};
_local23 = 0;
while (_local23 < 5) {
if (getKindc(hands[0][_local23]) == _local21){
discardlist[0][_local23] = 0;
} else {
discardlist[0][_local23] = 1;
};
_local23++;
};
break;
case 4:
discardlist[0] = [0, 0, 0, 0, 0];
break;
case 5:
discardlist[0] = [0, 0, 0, 0, 0];
break;
case 6:
discardlist[0] = [0, 0, 0, 0, 0];
break;
case 7:
discardlist[0] = [0, 0, 0, 0, 0];
break;
case 8:
discardlist[0] = [0, 0, 0, 0, 0];
break;
case 9:
discardlist[0] = [0, 0, 0, 0, 0];
break;
};
trace(("discardlist[0] = " + discardlist[0]));
}
public function dealbutton(_arg1:MouseEvent){
var _local2:*;
var _local3:*;
covercount = [0, 0, 0, 0, 0];
_local2 = 0;
channel = s_singleclick.play();
if (decklist.length < 48){
_local2 = 200;
shuffleDelay = new Timer(200, 1);
shuffleDelay.addEventListener(TimerEvent.TIMER_COMPLETE, makeDeck);
shuffleDelay.start();
};
hands = [[], []];
trace("NEW HAND");
b_deal.visible = false;
b_deal.removeEventListener(MouseEvent.CLICK, dealbutton);
herText.visible = false;
myText.visible = false;
gamestatus = "deal";
minuteTimer = new Timer(200, 1);
minuteTimer.addEventListener(TimerEvent.TIMER_COMPLETE, onTimerComplete);
minuteTimer.start();
_local3 = 0;
while (_local3 < herContainer.numChildren) {
herContainer.removeChildAt(_local3);
};
_local3 = 0;
while (_local3 < myContainer.numChildren) {
myContainer.removeChildAt(_local3);
};
_local3 = 0;
while (_local3 < mesg_container.numChildren) {
mesg_container.removeChildAt(_local3);
};
}
public function onEnterFrame(_arg1:Event):void{
crossfade();
}
public function crossfade(){
var _local1:*;
if (((!((cross1 == 0))) && (!((cross1 == undefined))))){
cross2.alpha = (cross2.alpha + 0.02);
if (cross2.alpha >= 1){
_local1 = girl.getChildIndex(cross1);
trace(("girl child loc:" + _local1));
girl.removeChildAt(_local1);
cross1 = null;
cross1 = 0;
cross2 = 0;
if (girlstate == (girllist.length - 1)){
grats();
} else {
b_deal.visible = true;
b_deal.addEventListener(MouseEvent.CLICK, dealbutton);
};
};
};
}
public function iwin(){
girlstate = (girlstate + 1);
getgirl(girlstate);
}
public function gobloodysugar(_arg1:MouseEvent){
var _local2:String;
var _local3:URLRequest;
_local2 = "http://www.bloodysugar.com";
_local3 = new URLRequest(_local2);
navigateToURL(_local3, "_blank");
}
public function resolvecards():int{
var _local1:*;
var _local2:*;
var _local3:*;
var _local4:*;
kickers = [[], []];
cresult = [0, 0];
_local1 = 1;
rulesFunction(0);
rulesFunction(1);
if (cresult[0] > cresult[1]){
return (-1);
};
if (cresult[0] == cresult[1]){
_local2 = 0;
for (;_local2 < kickers[0].length;_local2++) {
_local3 = kickers[0][_local2];
_local4 = kickers[1][_local2];
if (_local3 > _local4){
return (-1);
};
if (_local3 == _local4){
continue;
} else {
return (1);
};
};
if (_local1 == 1){
return (0);
};
} else {
return (1);
};
return (0);
}
public function aboutbutton(_arg1:MouseEvent){
channel = s_singleclick.play();
instructions.visible = false;
credits.visible = true;
about.visible = !(about.visible);
about_r.visible = !(about_r.visible);
instr_r.visible = false;
instr.visible = true;
about_c.visible = false;
instr_c.visible = true;
}
public function ilose(){
if (girlstate == 0){
chances = (chances - 1);
do_chances();
b_deal.visible = true;
b_deal.addEventListener(MouseEvent.CLICK, dealbutton);
} else {
girlstate = (girlstate - 1);
getgirl(girlstate);
};
if (chances == 0){
gameover();
};
}
public function getgirl(_arg1){
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
trace(("girlstate: " + _arg1));
_local2 = "";
if (girl.numChildren > 0){
_local2 = getQualifiedClassName(girl.getChildAt(0));
};
_local3 = _arg1;
if (_local3 < 0){
_local3 = 0;
};
if (_local3 >= girllist.length){
_local3 = (girllist.length - 1);
};
_local4 = girllist[_local3].length;
_local5 = Math.floor((Math.random() * _local4));
_local6 = girllist[_local3][_local5];
trace(((((("girl tug " + _arg1) + "ind ") + _local3) + " showing ") + _local6));
_local7 = new ((getDefinitionByName(_local6) as Class));
girl.addChild(_local7);
trace(("girl numchild: " + girl.numChildren));
if (girl.numChildren > 1){
cross1 = girl.getChildAt(0);
cross1.alpha = 1;
cross2 = _local7;
cross2.alpha = 0;
};
}
public function dealnextcard(_arg1:int){
var _local2:*;
var _local3:*;
minuteTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, onTimerComplete);
hands[player].push(decklist[0]);
decklist.splice(0, 1);
drawcards(player, (hands[player].length - 1));
player = (1 - _arg1);
if (hands[1].length >= 5){
trace(("hands[0] = " + hands[0]));
trace(("hands[1] = " + hands[1]));
myText.visible = true;
b_discard.visible = true;
b_discard.addEventListener(MouseEvent.CLICK, discardButton);
myText.text = "SELECT CARDS TO DISCARD";
_local2 = 0;
while (_local2 < myContainer.numChildren) {
_local3 = myContainer.getChildAt(_local2);
_local3.buttonMode = true;
_local3.useHandCursor = true;
_local3.addEventListener(MouseEvent.CLICK, discardCards);
_local2++;
};
} else {
minuteTimer.addEventListener(TimerEvent.TIMER_COMPLETE, onTimerComplete);
minuteTimer.start();
};
}
public function instrbutton(_arg1:MouseEvent){
channel = s_singleclick.play();
credits.visible = false;
instructions.visible = true;
instr.visible = !(instr.visible);
instr_r.visible = !(instr_r.visible);
about_r.visible = false;
about.visible = true;
about_c.visible = true;
instr_c.visible = false;
}
public function goad(_arg1:MouseEvent){
var nm:*;
var myad:*;
var myimg:*;
var exposureget:*;
var extras:*;
var url:String;
var request:URLRequest;
var e = _arg1;
nm = getQualifiedClassName(e.currentTarget);
trace(nm);
if (nm == "ad1"){
myad = currenturl[0];
myimg = currenturl[2];
} else {
myad = currenturl[1];
myimg = currenturl[3];
};
exposureget = (exposureid + 1);
extras = ((((((((("?URL=" + myad) + "&adID=") + myimg) + "&gameID=") + gameid) + "&affiliate=") + aid) + "&exposure=") + exposureget);
if (bid != undefined){
extras = (extras + ("&bid=" + bid));
};
if (cid != undefined){
extras = (extras + ("&cid=" + cid));
};
url = ((ad_dir + "clickthru.cgi") + extras);
trace(url);
request = new URLRequest(url);
try {
navigateToURL(request, "_blank");
} catch(e:Error) {
trace("Error occurred!");
};
}
public function loading(_arg1:Event):void{
var _local2:Number;
var _local3:Number;
_local2 = this.stage.loaderInfo.bytesTotal;
_local3 = this.stage.loaderInfo.bytesLoaded;
if (_local2 == 0){
gotoAndPlay(19);
} else {
redbar.scaleX = (1 - (_local3 / _local2));
loader_txt.text = (Math.floor(((_local3 / _local2) * 100)) + "%");
if (_local2 == _local3){
gotoAndPlay(19);
this.removeEventListener(Event.ENTER_FRAME, loading);
};
};
}
public function clearoverlay(_arg1:MouseEvent){
channel = s_singleclick.play();
credits.visible = false;
instructions.visible = false;
about_r.visible = false;
instr_r.visible = false;
about.visible = true;
instr.visible = true;
about_c.visible = false;
instr_c.visible = false;
}
public function discardCards2(_arg1:MouseEvent){
var _local2:*;
var _local3:*;
var _local4:*;
_local2 = _arg1.currentTarget;
_local3 = instancecovertop[1].indexOf(_local2);
_local4 = _local3;
myContainer.removeChild(instancecovertop[1][_local4]);
discardlist[1][_local4] = 0;
covercount[_local4] = 0;
channel = s_turn.play();
}
public function hideComp(_arg1:TimerEvent){
var _local2:*;
var _local3:*;
var _local4:*;
_local2 = 0;
_local3 = 0;
while (_local3 < discardlist[0].length) {
if (discardlist[0][_local3] == 1){
_local4 = whatcover(_local3);
covercount[_local3] = 1;
_local2 = 1;
discardlist[0][_local3] = 2;
h2t = new cardback();
instancecovertop[0][_local3] = h2t;
herContainer.addChildAt(h2t, _local4);
h2t.x = (57 * _local3);
h2t.y = (3 * _local3);
channel = s_turn.play();
break;
};
_local3++;
};
if (_local2 == 1){
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, hideComp);
dealDelayTimer.start();
} else {
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, removeComp);
dealDelayTimer.start();
};
}
public function discardButton(_arg1:MouseEvent){
var _local2:*;
var _local3:*;
covercount = [0, 0, 0, 0, 0];
_local2 = 0;
while (_local2 < myContainer.numChildren) {
_local3 = myContainer.getChildAt(_local2);
_local3.buttonMode = false;
_local3.useHandCursor = false;
_local3.removeEventListener(MouseEvent.CLICK, discardCards);
_local2++;
};
channel = s_singleclick.play();
_local2 = 0;
while (_local2 < discardlist[1].length) {
if (discardlist[1][_local2] == 1){
myContainer.removeChild(instancetop[1][_local2]);
myContainer.removeChild(instancecovertop[1][_local2]);
};
_local2++;
};
b_discard.visible = false;
myText.visible = false;
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, dealRest);
dealDelayTimer.start();
}
public function getSuitc(_arg1){
return (_arg1.charAt(1));
}
public function whatcover(_arg1){
var _local2:*;
var _local3:*;
_local2 = 0;
_local3 = 0;
while (_local3 < _arg1) {
if (covercount[_local3] == 1){
_local2++;
};
_local3++;
};
return (((_local2 + _arg1) + 1));
}
public function discardCards(_arg1:MouseEvent){
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
_local2 = _arg1.currentTarget;
trace(("whatcard " + _local2));
_local4 = instancetop[1].indexOf(_local2);
_local5 = _local4;
discardlist[1][_local5] = 1;
_local6 = whatcover(_local5);
covercount[_local5] = 1;
if (discardlist[1][_local5] == 1){
_local7 = new cardback();
myContainer.addChildAt(_local7, _local6);
_local7.x = (57 * _local5);
_local7.y = (3 * _local5);
instancecovertop[1][_local5] = _local7;
_local7.buttonMode = true;
_local7.useHandCursor = true;
_local7.addEventListener(MouseEvent.CLICK, discardCards2);
channel = s_turn.play();
};
}
public function getSuit(_arg1:String):String{
return (_arg1.charAt(1));
}
public function dealRestComp(_arg1:TimerEvent){
var _local2:*;
var _local3:*;
var _local4:*;
var _local5:*;
dealDelayTimer.removeEventListener(TimerEvent.TIMER_COMPLETE, dealRestComp);
_local2 = 0;
_local3 = 0;
while (_local3 < discardlist[0].length) {
if (discardlist[0][_local3] == 1){
discardlist[0][_local3] = 0;
hands[0][_local3] = decklist[0];
decklist.splice(0, 1);
drawcards(0, _local3);
_local2 = 1;
break;
};
_local3++;
};
if (_local2 == 1){
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, dealRestComp);
dealDelayTimer.start();
} else {
trace("now to check winner");
trace(("hands[0] = " + hands[0]));
trace(("hands[1] = " + hands[1]));
_local4 = resolvecards();
showResults(0);
showResults(1);
myText.visible = true;
herText.visible = true;
if (_local4 == 1){
_local5 = (Math.floor((Math.random() * 3)) + 1);
do_message(("mesg_win" + _local5));
iwin();
};
if (_local4 == -1){
_local5 = (Math.floor((Math.random() * 3)) + 1);
do_message(("mesg_lose" + _local5));
ilose();
};
if (_local4 == 0){
do_message("mesg_push");
tie();
};
};
}
public function getKindc(_arg1){
_arg1 = _arg1.charAt(0);
if (_arg1 == "A"){
return (1);
};
if (_arg1 == "2"){
return (2);
};
if (_arg1 == "3"){
return (3);
};
if (_arg1 == "4"){
return (4);
};
if (_arg1 == "5"){
return (5);
};
if (_arg1 == "6"){
return (6);
};
if (_arg1 == "7"){
return (7);
};
if (_arg1 == "8"){
return (8);
};
if (_arg1 == "9"){
return (9);
};
if (_arg1 == "T"){
return (10);
};
if (_arg1 == "J"){
return (11);
};
if (_arg1 == "Q"){
return (12);
};
if (_arg1 == "K"){
return (13);
};
}
public function removeComp(_arg1:TimerEvent){
var _local2:*;
var _local3:*;
_local2 = 0;
_local3 = 0;
while (_local3 < discardlist[0].length) {
if (discardlist[0][_local3] == 2){
_local2 = 1;
discardlist[0][_local3] = 1;
herContainer.removeChild(instancetop[0][_local3]);
herContainer.removeChild(instancecovertop[0][_local3]);
};
_local3++;
};
if (_local2 == 1){
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, removeComp);
dealDelayTimer.start();
} else {
dealDelayTimer = new Timer(200, 1);
dealDelayTimer.addEventListener(TimerEvent.TIMER_COMPLETE, dealRestComp);
dealDelayTimer.start();
};
}
public function makeDeck(_arg1:TimerEvent){
var _local2:*;
var _local3:*;
var _local4:*;
shuffleDelay.removeEventListener(TimerEvent.TIMER_COMPLETE, makeDeck);
decklist = ["2C", "3C", "4C", "5C", "6C", "7C", "8C", "9C", "TC", "JC", "QC", "KC", "AC", "2D", "3D", "4D", "5D", "6D", "7D", "8D", "9D", "TD", "JD", "QD", "KD", "AD", "2H", "3H", "4H", "5H", "6H", "7H", "8H", "9H", "TH", "JH", "QH", "KH", "AH", "2S", "3S", "4S", "5S", "6S", "7S", "8S", "9S", "TS", "JS", "QS", "KS", "AS"];
_local2 = 0;
while (_local2 < decklist.length) {
_local3 = Math.floor((Math.random() * _local2));
_local4 = decklist[_local2];
decklist[_local2] = decklist[_local3];
decklist[_local3] = _local4;
_local2++;
};
}
public function getValue(_arg1:String):int{
return (parseInt(_arg1.charAt(0)));
}
public function reset_my_clothes(){
var _local1:*;
_local1 = 0;
while (_local1 < player_clothes_container.numChildren) {
player_clothes_container.removeChildAt(_local1);
};
clothes1 = new player_clothes1();
clothes2 = new player_clothes2();
clothes3 = new player_clothes3();
player_clothes_container.addChild(clothes1);
player_clothes_container.addChild(clothes2);
player_clothes_container.addChild(clothes3);
clothes2.x = 44;
clothes3.x = 88;
}
public function gameover(){
b_deal.visible = false;
b_restart.visible = true;
b_restart.addEventListener(MouseEvent.CLICK, restartbutton);
do_message("mesg_gameover");
}
public function completeHandler(_arg1:Event){
var _local2:String;
var _local3:Array;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
var _local8:*;
_local2 = _arg1.target.data;
_local3 = _local2.split("\n");
_local4 = 0;
while (_local4 < (_local3.length - 1)) {
_local6 = _local3[_local4].split(" ");
adlinks.push(_local6[1]);
ads.push(_local6[0]);
_local4++;
};
_local5 = Math.floor((Math.random() * 2));
if (_local5){
trace(adlinks);
trace(ads);
trace(ads.length);
trace(adlinks.length);
_local7 = adlinks[0];
_local8 = ads[0];
_local4 = 0;
while (_local4 < (adlinks.length - 1)) {
adlinks[_local4] = adlinks[(_local4 + 1)];
ads[_local4] = ads[(_local4 + 1)];
_local4++;
};
adlinks[(adlinks.length - 1)] = _local7;
ads[(ads.length - 1)] = _local8;
};
trace(("rotated? " + _local5));
trace(adlinks);
trace(ads);
}
public function grats(){
b_deal.visible = false;
b_restart.visible = true;
b_restart.addEventListener(MouseEvent.CLICK, restartbutton);
do_message("mesg_grats");
}
public function rulesFunction(_arg1:int){
var _local2:*;
var _local3:Array;
var _local4:*;
var _local5:*;
var _local6:*;
var _local7:*;
var _local8:*;
var _local9:*;
var _local10:*;
var _local11:*;
var _local12:*;
var _local13:*;
var _local14:*;
var _local15:*;
var _local16:*;
var _local17:*;
var _local18:*;
_local2 = hands[_arg1];
kickers[_arg1] = [];
cresult[_arg1] = 0;
_local3 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
_local4 = getSuitc(_local2[0]);
_local5 = getSuitc(_local2[1]);
_local6 = getSuitc(_local2[2]);
_local7 = getSuitc(_local2[3]);
_local8 = getSuitc(_local2[4]);
var _local19 = _local3;
var _local20 = getKindc(_local2[0]);
var _local21 = (_local19[_local20] + 1);
_local19[_local20] = _local21;
_local19 = _local3;
_local20 = getKindc(_local2[1]);
_local21 = (_local19[_local20] + 1);
_local19[_local20] = _local21;
_local19 = _local3;
_local20 = getKindc(_local2[2]);
_local21 = (_local19[_local20] + 1);
_local19[_local20] = _local21;
_local19 = _local3;
_local20 = getKindc(_local2[3]);
_local21 = (_local19[_local20] + 1);
_local19[_local20] = _local21;
_local19 = _local3;
_local20 = getKindc(_local2[4]);
_local21 = (_local19[_local20] + 1);
_local19[_local20] = _local21;
_local9 = false;
_local10 = 1;
while (_local10 < 10) {
if ((((((((((_local3[_local10] == 1)) && ((_local3[(_local10 + 1)] == 1)))) && ((_local3[(_local10 + 2)] == 1)))) && ((_local3[(_local10 + 3)] == 1)))) && ((_local3[(_local10 + 4)] == 1)))){
_local9 = true;
kickers[_arg1].push((_local10 + 4));
};
_local10++;
};
if ((((((((((_local3[1] == 1)) && ((_local3[10] == 1)))) && ((_local3[11] == 1)))) && ((_local3[12] == 1)))) && ((_local3[13] == 1)))){
_local9 = true;
kickers[_arg1].push(14);
};
_local11 = false;
if ((((((((_local4 == _local5)) && ((_local4 == _local6)))) && ((_local4 == _local7)))) && ((_local4 == _local8)))){
_local11 = true;
kickers[_arg1] = [];
_local17 = 1;
while (_local17 < 14) {
_local18 = _local17;
if (_local18 == 1){
_local18 = 14;
};
if (_local3[_local17] == 1){
if (kickers[_arg1].indexOf(14) > -1){
kickers[_arg1].splice(1, 0, _local18);
} else {
kickers[_arg1].splice(0, 0, _local18);
};
};
_local17++;
};
};
_local12 = false;
_local13 = false;
_local14 = false;
_local15 = false;
_local16 = false;
_local10 = 1;
while (_local10 < 14) {
if (_local10 == 1){
_local18 = 14;
} else {
_local18 = _local10;
};
if (_local3[_local10] == 4){
cresult[_arg1] = 7;
kickers[_arg1] = [];
kickers[_arg1].push(_local18);
_local16 = true;
} else {
if ((((_local3[_local10] == 3)) && (_local14))){
cresult[_arg1] = 6;
kickers[_arg1].splice(0, 0, _local18);
} else {
if ((((_local3[_local10] == 2)) && (_local15))){
cresult[_arg1] = 6;
kickers[_arg1].push(_local18);
} else {
if (_local3[_local10] == 3){
_local15 = true;
kickers[_arg1] = [];
kickers[_arg1].push(_local18);
} else {
if ((((_local3[_local10] == 2)) && (_local14))){
if (_local18 > kickers[_arg1][0]){
kickers[_arg1].splice(0, 0, _local18);
} else {
kickers[_arg1].splice(1, 0, _local18);
};
_local13 = true;
} else {
if (_local3[_local10] == 2){
_local14 = true;
kickers[_arg1].splice(0, 0, _local18);
} else {
if (_local3[_local10] == 1){
if (((((((_local15) || (_local11))) || (_local9))) || (_local16))){
} else {
if (_local13){
kickers[_arg1].push(_local18);
} else {
if (_local14){
if (kickers[_arg1].length > 1){
if (kickers[_arg1][1] == 14){
kickers[_arg1].splice(2, 0, _local18);
} else {
kickers[_arg1].splice(1, 0, _local18);
};
} else {
kickers[_arg1].splice(1, 0, _local18);
};
} else {
if (kickers[_arg1].indexOf(14) > -1){
kickers[_arg1].splice(1, 0, _local18);
} else {
kickers[_arg1].splice(0, 0, _local18);
};
};
};
};
};
};
};
};
};
};
};
_local10++;
};
if ((((((((((((_local3[1] == 1)) && ((_local3[10] == 1)))) && ((_local3[11] == 1)))) && ((_local3[12] == 1)))) && ((_local3[13] == 1)))) && (_local11))){
cresult[_arg1] = 9;
} else {
if (((_local11) && (_local9))){
cresult[_arg1] = 8;
};
};
if ((((cresult[_arg1] == 0)) && (_local11))){
cresult[_arg1] = 5;
};
if ((((cresult[_arg1] == 0)) && (_local9))){
cresult[_arg1] = 4;
};
if ((((cresult[_arg1] == 0)) && (_local15))){
cresult[_arg1] = 3;
};
if ((((cresult[_arg1] == 0)) && (_local13))){
cresult[_arg1] = 2;
};
if ((((cresult[_arg1] == 0)) && (_local14))){
cresult[_arg1] = 1;
};
trace(((("cresult[" + _arg1) + "] = ") + cresult[_arg1]));
trace(((("kickers[" + _arg1) + "] = ") + kickers[_arg1]));
}
public function onTimerComplete(_arg1:TimerEvent){
dealnextcard(player);
}
}
}//package SP2vixine_freedia_free_fla
Section 2
//ad1 (ad1)
package {
import flash.display.*;
public dynamic class ad1 extends MovieClip {
}
}//package
Section 3
//ad2 (ad2)
package {
import flash.display.*;
public dynamic class ad2 extends MovieClip {
}
}//package
Section 4
//b1_1 (b1_1)
package {
import flash.display.*;
public dynamic class b1_1 extends Sprite {
}
}//package
Section 5
//b10_1 (b10_1)
package {
import flash.display.*;
public dynamic class b10_1 extends MovieClip {
}
}//package
Section 6
//b2_1 (b2_1)
package {
import flash.display.*;
public dynamic class b2_1 extends Sprite {
}
}//package
Section 7
//b3_1 (b3_1)
package {
import flash.display.*;
public dynamic class b3_1 extends Sprite {
}
}//package
Section 8
//b4_1 (b4_1)
package {
import flash.display.*;
public dynamic class b4_1 extends Sprite {
}
}//package
Section 9
//b5_1 (b5_1)
package {
import flash.display.*;
public dynamic class b5_1 extends Sprite {
}
}//package
Section 10
//b6_1 (b6_1)
package {
import flash.display.*;
public dynamic class b6_1 extends Sprite {
}
}//package
Section 11
//b7_1 (b7_1)
package {
import flash.display.*;
public dynamic class b7_1 extends MovieClip {
}
}//package
Section 12
//b8_1 (b8_1)
package {
import flash.display.*;
public dynamic class b8_1 extends MovieClip {
}
}//package
Section 13
//b9_1 (b9_1)
package {
import flash.display.*;
public dynamic class b9_1 extends MovieClip {
}
}//package
Section 14
//blank (blank)
package {
import flash.display.*;
public dynamic class blank extends MovieClip {
}
}//package
Section 15
//card2C (card2C)
package {
import flash.display.*;
public dynamic class card2C extends MovieClip {
}
}//package
Section 16
//card2D (card2D)
package {
import flash.display.*;
public dynamic class card2D extends MovieClip {
}
}//package
Section 17
//card2H (card2H)
package {
import flash.display.*;
public dynamic class card2H extends MovieClip {
}
}//package
Section 18
//card2S (card2S)
package {
import flash.display.*;
public dynamic class card2S extends MovieClip {
}
}//package
Section 19
//card3C (card3C)
package {
import flash.display.*;
public dynamic class card3C extends MovieClip {
}
}//package
Section 20
//card3D (card3D)
package {
import flash.display.*;
public dynamic class card3D extends MovieClip {
}
}//package
Section 21
//card3H (card3H)
package {
import flash.display.*;
public dynamic class card3H extends MovieClip {
}
}//package
Section 22
//card3S (card3S)
package {
import flash.display.*;
public dynamic class card3S extends MovieClip {
}
}//package
Section 23
//card4C (card4C)
package {
import flash.display.*;
public dynamic class card4C extends MovieClip {
}
}//package
Section 24
//card4D (card4D)
package {
import flash.display.*;
public dynamic class card4D extends MovieClip {
}
}//package
Section 25
//card4H (card4H)
package {
import flash.display.*;
public dynamic class card4H extends MovieClip {
}
}//package
Section 26
//card4S (card4S)
package {
import flash.display.*;
public dynamic class card4S extends MovieClip {
}
}//package
Section 27
//card5C (card5C)
package {
import flash.display.*;
public dynamic class card5C extends MovieClip {
}
}//package
Section 28
//card5D (card5D)
package {
import flash.display.*;
public dynamic class card5D extends MovieClip {
}
}//package
Section 29
//card5H (card5H)
package {
import flash.display.*;
public dynamic class card5H extends MovieClip {
}
}//package
Section 30
//card5S (card5S)
package {
import flash.display.*;
public dynamic class card5S extends MovieClip {
}
}//package
Section 31
//card6C (card6C)
package {
import flash.display.*;
public dynamic class card6C extends MovieClip {
}
}//package
Section 32
//card6D (card6D)
package {
import flash.display.*;
public dynamic class card6D extends MovieClip {
}
}//package
Section 33
//card6H (card6H)
package {
import flash.display.*;
public dynamic class card6H extends MovieClip {
}
}//package
Section 34
//card6S (card6S)
package {
import flash.display.*;
public dynamic class card6S extends MovieClip {
}
}//package
Section 35
//card7C (card7C)
package {
import flash.display.*;
public dynamic class card7C extends MovieClip {
}
}//package
Section 36
//card7D (card7D)
package {
import flash.display.*;
public dynamic class card7D extends MovieClip {
}
}//package
Section 37
//card7H (card7H)
package {
import flash.display.*;
public dynamic class card7H extends MovieClip {
}
}//package
Section 38
//card7S (card7S)
package {
import flash.display.*;
public dynamic class card7S extends MovieClip {
}
}//package
Section 39
//card8C (card8C)
package {
import flash.display.*;
public dynamic class card8C extends MovieClip {
}
}//package
Section 40
//card8D (card8D)
package {
import flash.display.*;
public dynamic class card8D extends MovieClip {
}
}//package
Section 41
//card8H (card8H)
package {
import flash.display.*;
public dynamic class card8H extends MovieClip {
}
}//package
Section 42
//card8S (card8S)
package {
import flash.display.*;
public dynamic class card8S extends MovieClip {
}
}//package
Section 43
//card9C (card9C)
package {
import flash.display.*;
public dynamic class card9C extends MovieClip {
}
}//package
Section 44
//card9D (card9D)
package {
import flash.display.*;
public dynamic class card9D extends MovieClip {
}
}//package
Section 45
//card9H (card9H)
package {
import flash.display.*;
public dynamic class card9H extends MovieClip {
}
}//package
Section 46
//card9S (card9S)
package {
import flash.display.*;
public dynamic class card9S extends MovieClip {
}
}//package
Section 47
//cardAC (cardAC)
package {
import flash.display.*;
public dynamic class cardAC extends MovieClip {
}
}//package
Section 48
//cardAD (cardAD)
package {
import flash.display.*;
public dynamic class cardAD extends MovieClip {
}
}//package
Section 49
//cardAH (cardAH)
package {
import flash.display.*;
public dynamic class cardAH extends MovieClip {
}
}//package
Section 50
//cardAS (cardAS)
package {
import flash.display.*;
public dynamic class cardAS extends MovieClip {
}
}//package
Section 51
//cardback (cardback)
package {
import flash.display.*;
public dynamic class cardback extends MovieClip {
}
}//package
Section 52
//cardJC (cardJC)
package {
import flash.display.*;
public dynamic class cardJC extends MovieClip {
}
}//package
Section 53
//cardJD (cardJD)
package {
import flash.display.*;
public dynamic class cardJD extends MovieClip {
}
}//package
Section 54
//cardJH (cardJH)
package {
import flash.display.*;
public dynamic class cardJH extends MovieClip {
}
}//package
Section 55
//cardJS (cardJS)
package {
import flash.display.*;
public dynamic class cardJS extends MovieClip {
}
}//package
Section 56
//cardKC (cardKC)
package {
import flash.display.*;
public dynamic class cardKC extends MovieClip {
}
}//package
Section 57
//cardKD (cardKD)
package {
import flash.display.*;
public dynamic class cardKD extends MovieClip {
}
}//package
Section 58
//cardKH (cardKH)
package {
import flash.display.*;
public dynamic class cardKH extends MovieClip {
}
}//package
Section 59
//cardKS (cardKS)
package {
import flash.display.*;
public dynamic class cardKS extends MovieClip {
}
}//package
Section 60
//cardQC (cardQC)
package {
import flash.display.*;
public dynamic class cardQC extends MovieClip {
}
}//package
Section 61
//cardQD (cardQD)
package {
import flash.display.*;
public dynamic class cardQD extends MovieClip {
}
}//package
Section 62
//cardQH (cardQH)
package {
import flash.display.*;
public dynamic class cardQH extends MovieClip {
}
}//package
Section 63
//cardQS (cardQS)
package {
import flash.display.*;
public dynamic class cardQS extends MovieClip {
}
}//package
Section 64
//cardTC (cardTC)
package {
import flash.display.*;
public dynamic class cardTC extends MovieClip {
}
}//package
Section 65
//cardTD (cardTD)
package {
import flash.display.*;
public dynamic class cardTD extends MovieClip {
}
}//package
Section 66
//cardTH (cardTH)
package {
import flash.display.*;
public dynamic class cardTH extends MovieClip {
}
}//package
Section 67
//cardTS (cardTS)
package {
import flash.display.*;
public dynamic class cardTS extends MovieClip {
}
}//package
Section 68
//cdeal (cdeal)
package {
import flash.media.*;
public dynamic class cdeal extends Sound {
}
}//package
Section 69
//cshuffle (cshuffle)
package {
import flash.media.*;
public dynamic class cshuffle extends Sound {
}
}//package
Section 70
//cturn (cturn)
package {
import flash.media.*;
public dynamic class cturn extends Sound {
}
}//package
Section 71
//mesg_blackjack (mesg_blackjack)
package {
import flash.display.*;
public dynamic class mesg_blackjack extends MovieClip {
}
}//package
Section 72
//mesg_bust (mesg_bust)
package {
import flash.display.*;
public dynamic class mesg_bust extends MovieClip {
}
}//package
Section 73
//mesg_gameover (mesg_gameover)
package {
import flash.display.*;
public dynamic class mesg_gameover extends MovieClip {
}
}//package
Section 74
//mesg_grats (mesg_grats)
package {
import flash.display.*;
public dynamic class mesg_grats extends MovieClip {
}
}//package
Section 75
//mesg_lose1 (mesg_lose1)
package {
import flash.display.*;
public dynamic class mesg_lose1 extends MovieClip {
}
}//package
Section 76
//mesg_lose2 (mesg_lose2)
package {
import flash.display.*;
public dynamic class mesg_lose2 extends MovieClip {
}
}//package
Section 77
//mesg_lose3 (mesg_lose3)
package {
import flash.display.*;
public dynamic class mesg_lose3 extends MovieClip {
}
}//package
Section 78
//mesg_push (mesg_push)
package {
import flash.display.*;
public dynamic class mesg_push extends MovieClip {
}
}//package
Section 79
//mesg_win1 (mesg_win1)
package {
import flash.display.*;
public dynamic class mesg_win1 extends MovieClip {
}
}//package
Section 80
//mesg_win2 (mesg_win2)
package {
import flash.display.*;
public dynamic class mesg_win2 extends MovieClip {
}
}//package
Section 81
//mesg_win3 (mesg_win3)
package {
import flash.display.*;
public dynamic class mesg_win3 extends MovieClip {
}
}//package
Section 82
//player_clothes1 (player_clothes1)
package {
import flash.display.*;
public dynamic class player_clothes1 extends MovieClip {
}
}//package
Section 83
//player_clothes2 (player_clothes2)
package {
import flash.display.*;
public dynamic class player_clothes2 extends MovieClip {
}
}//package
Section 84
//player_clothes3 (player_clothes3)
package {
import flash.display.*;
public dynamic class player_clothes3 extends MovieClip {
}
}//package
Section 85
//singleclick (singleclick)
package {
import flash.media.*;
public dynamic class singleclick extends Sound {
}
}//package