Frame 1
if (!_root.convtocoinfactor) {
_root.convtocoinfactor = 99;
}
_root.sfx = 0;
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int((bytesloaded / totalbytes) * 100);
if (percent < 0) {
percent = 0;
}
tellTarget ("_root.loader") {
gotoAndStop(int(_root.percent / 2));
};
Frame 2
if (bytesloaded >= totalbytes) {
if (username == "") {
username = guest;
} else {
username = username;
}
_root.sfx = 0;
gotoAndStop (4);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 4
_root.warwin = new Sound();
_root.warlose = new Sound();
_root.deal = new Sound();
_root.endofhand = new Sound();
_root.endofgame = new Sound();
_root.shuffler = new Sound();
_root.bksound = new Sound();
_root.bet1 = new Sound();
_root.betmax = new Sound();
_root.discard = new Sound();
stop();
function countmeup(gamecounter) {
if (_root.gamecounter == 1) {
tellTarget ("countdown") {
gotoAndPlay ("one");
};
}
if (_root.gamecounter == 2) {
tellTarget ("countdown") {
gotoAndPlay ("two");
};
}
if (_root.gamecounter == 3) {
tellTarget ("countdown") {
gotoAndPlay ("three");
};
}
if (_root.gamecounter == 4) {
tellTarget ("countdown") {
gotoAndPlay ("four");
};
}
if (_root.gamecounter == 5) {
tellTarget ("countdown") {
gotoAndPlay ("five");
};
}
if (5 < _root.gamecounter) {
_root.scorerecord.gotoAndPlay(2);
} else {
_root.scorerecord.gotoAndStop(1);
}
}
if (!_root.gamecounter) {
_root.gamecounter = 1;
_root.countmeup(_root.gamecounter);
}
stop();
if (reset == 1) {
credits = credits;
} else {
credits = 2000;
}
if (credits < 1) {
gotoAndStop (4);
}
countbonusmax = 0;
countbonus = 0;
winnings = 0;
eatme = 0;
flip = 0;
newcard = 0;
checkit = 0;
newcard2 = 0;
newcard3 = 0;
newcard4 = 0;
newcard5 = 0;
newcard6 = 0;
totalbet = 0;
bonus = 0;
bonustext = "";
deck = 0;
cut = 0;
bet = 0;
bbet = 0;
bet2 = 0;
bet3 = 0;
bet4 = 0;
bet5 = 0;
bet6 = 0;
bet7 = 0;
bonusmax = 0;
bonusbet = 0;
csuit = 0;
csuit2 = 0;
csuit3 = 0;
csuit4 = 0;
csuit5 = 0;
csuit6 = 0;
csuit7 = 0;
csuit8 = 0;
cface = 0;
cface2 = 0;
cface3 = 0;
cface4 = 0;
cface5 = 0;
cface6 = 0;
cface7 = 0;
cface8 = 0;
score2 = 0;
score3 = 0;
score4 = 0;
score5 = 0;
bbonus = 0;
check = 0;
check1 = 0;
check2 = 0;
check3 = 0;
check4 = 0;
check5 = 0;
check6 = 0;
check7 = 0;
check8 = 0;
check9 = 0;
check10 = 0;
check11 = 0;
check12 = 0;
check13 = 0;
check14 = 0;
check15 = 0;
g = 0;
g2 = 0;
g3 = 0;
g4 = 0;
g5 = 0;
g6 = 0;
g7 = 0;
g8 = 0;
g9 = 0;
g10 = 0;
g11 = 0;
g12 = 0;
g13 = 0;
g14 = 0;
g15 = 0;
g16 = 0;
g17 = 0;
g18 = 0;
g19 = 0;
g20 = 0;
g21 = 0;
g22 = 0;
g23 = 0;
g24 = 0;
g25 = 0;
g26 = 0;
g27 = 0;
g28 = 0;
g29 = 0;
g30 = 0;
g31 = 0;
g32 = 0;
g33 = 0;
g34 = 0;
g35 = 0;
g36 = 0;
g37 = 0;
g38 = 0;
g39 = 0;
g40 = 0;
g41 = 0;
g42 = 0;
g43 = 0;
g44 = 0;
g45 = 0;
g46 = 0;
g47 = 0;
g48 = 0;
g49 = 0;
g50 = 0;
g51 = 0;
g52 = 0;
g53 = 0;
g54 = 0;
g55 = 0;
g56 = 0;
g57 = 0;
g58 = 0;
g59 = 0;
g60 = 0;
g61 = 0;
g62 = 0;
g63 = 0;
g64 = 0;
g65 = 0;
cbonus = 0;
cbonus2 = 0;
cbonus3 = 0;
cbonus4 = 0;
cbonus5 = 0;
cbonus6 = 0;
cbonus7 = 0;
cbonus8 = 0;
Frame 5
if (!_root.gamecounter) {
_root.gamecounter = 1;
}
stop();
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 25
stop();
Symbol 23 MovieClip Frame 50
stop();
Symbol 552 MovieClip Frame 1
if (_root.gameover == 1) {
sendscore = new LoadVars();
sendscore.gscore = _root.score;
sendscore.gname = "7cardsibpg";
sendscore.send("index.php?act=Arcade&do=newscore", "_self", "POST");
stop();
}
Symbol 32 Button
on (press) {
if (_root.sfx == 0) {
_root.sfx = 1;
tellTarget ("_root.showsfx") {
stopAllSounds();
gotoAndStop (2);
};
} else {
_root.sfx = 0;
tellTarget ("_root.showsfx") {
gotoAndStop (1);
};
}
}
Symbol 34 Button
on (press) {
stopAllSounds();
_root.bksound.attachSound("bk3");
if (_root.sfx != 1) {
_root.bksound.start(0, 15000);
}
}
Symbol 36 Button
on (press) {
stopAllSounds();
_root.bksound.attachSound("bk4");
if (_root.sfx != 1) {
_root.bksound.start(0, 15000);
}
}
Symbol 38 Button
on (press) {
stopAllSounds();
_root.bksound.attachSound("bk2");
if (_root.sfx != 1) {
_root.bksound.start(0, 15000);
}
}
Symbol 40 Button
on (press) {
stopAllSounds();
_root.bksound.attachSound("bk1");
if (_root.sfx != 1) {
_root.bksound.start(0, 15000);
}
}
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
stop();
Symbol 60 MovieClip Frame 70
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
_root.gamecounter = 1;
_root.credits = 2000;
Set("/:winnings", 0);
Set("/:reset", 1);
_root.gameover = 1;
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 3
score = _root.credits;
_root.score = score;
Symbol 61 MovieClip Frame 5
_root.disscore = score;
_root.exch = _root.disscore * _root.convtocoinfactor;
_root.exchange = Math.floor(_root.exch) + coins;
Symbol 61 MovieClip Frame 11
tellTarget ("frufru") {
exchange = _root.exchange;
disscore = ../:disscore;
gotoAndPlay (1);
};
stop();
Symbol 67 Button
on (release) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
getURL ("javascript:top.close();");
}
Symbol 71 Button
on (release) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
gotoAndStop (1);
}
Symbol 73 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 2
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
stop();
Symbol 92 MovieClip Frame 1
Symbol 92 MovieClip Frame 30
stop();
Symbol 92 MovieClip Frame 60
stop();
Symbol 92 MovieClip Frame 90
stop();
Symbol 92 MovieClip Frame 120
stop();
Symbol 92 MovieClip Frame 150
stop();
Symbol 111 Button
on (release) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
gotoAndStop (5);
shuffle.gotoandplay(2);
}
Symbol 122 Button
on (rollOver) {
if (_root.roll._currentframe == 1) {
_root.roll.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.roll._currentframe == 2) {
_root.roll.gotoAndStop(1);
}
}
Symbol 126 Button
on (press) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
_root.quitwindow.gotoAndPlay(2);
}
Symbol 130 Button
on (release) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
if (((/:flip == 0) && (/:newcard == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:g", 0);
Set("/:g2", 0);
Set("/:g3", 0);
Set("/:g4", 0);
Set("/:g5", 0);
Set("/:g31", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp1.countmax1 = 0;
_root.shuffle.temp1.countmax2 = 0;
_root.shuffle.temp1.countmax3 = 0;
_root.shuffle.temp1.countmax4 = 0;
_root.shuffle.temp1.countmax5 = 0;
_root.shuffle.temp1.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp1.count1 = 0;
_root.shuffle.temp1.count2 = 0;
_root.shuffle.temp1.count3 = 0;
_root.shuffle.temp1.count4 = 0;
_root.shuffle.temp1.count5 = 0;
_root.shuffle.temp1.count6 = 0;
_root.shuffle.temp1.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp1.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp1.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard2 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:countbonusmax", 0);
Set("/:g6", 0);
Set("/:g7", 0);
Set("/:g8", 0);
Set("/:g9", 0);
Set("/:g10", 0);
Set("/:g32", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp2.countmax1 = 0;
_root.shuffle.temp2.countmax2 = 0;
_root.shuffle.temp2.countmax3 = 0;
_root.shuffle.temp2.countmax4 = 0;
_root.shuffle.temp2.countmax5 = 0;
_root.shuffle.temp2.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp2.count1 = 0;
_root.shuffle.temp2.count2 = 0;
_root.shuffle.temp2.count3 = 0;
_root.shuffle.temp2.count4 = 0;
_root.shuffle.temp2.count5 = 0;
_root.shuffle.temp2.count6 = 0;
_root.shuffle.temp2.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp2.numc") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numc2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numc3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numc4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numc5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp2.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard3 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:countbonusmax", 0);
Set("/:g11", 0);
Set("/:g12", 0);
Set("/:g13", 0);
Set("/:g14", 0);
Set("/:g15", 0);
Set("/:g33", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp3.countmax1 = 0;
_root.shuffle.temp3.countmax2 = 0;
_root.shuffle.temp3.countmax3 = 0;
_root.shuffle.temp3.countmax4 = 0;
_root.shuffle.temp3.countmax5 = 0;
_root.shuffle.temp3.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp3.count1 = 0;
_root.shuffle.temp3.count2 = 0;
_root.shuffle.temp3.count3 = 0;
_root.shuffle.temp3.count4 = 0;
_root.shuffle.temp3.count5 = 0;
_root.shuffle.temp3.count6 = 0;
_root.shuffle.temp3.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp3.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp3.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard4 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:countbonusmax", 0);
Set("/:g16", 0);
Set("/:g17", 0);
Set("/:g18", 0);
Set("/:g19", 0);
Set("/:g20", 0);
Set("/:g34", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp4.countmax1 = 0;
_root.shuffle.temp4.countmax2 = 0;
_root.shuffle.temp4.countmax3 = 0;
_root.shuffle.temp4.countmax4 = 0;
_root.shuffle.temp4.countmax5 = 0;
_root.shuffle.temp4.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp4.count1 = 0;
_root.shuffle.temp4.count2 = 0;
_root.shuffle.temp4.count3 = 0;
_root.shuffle.temp4.count4 = 0;
_root.shuffle.temp4.count5 = 0;
_root.shuffle.temp4.count6 = 0;
_root.shuffle.temp4.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp4.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp4.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard5 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:g21", 0);
Set("/:g22", 0);
Set("/:g23", 0);
Set("/:g24", 0);
Set("/:g25", 0);
Set("/:g35", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp5.countmax1 = 0;
_root.shuffle.temp5.countmax2 = 0;
_root.shuffle.temp5.countmax3 = 0;
_root.shuffle.temp5.countmax4 = 0;
_root.shuffle.temp5.countmax5 = 0;
_root.shuffle.temp5.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp5.count1 = 0;
_root.shuffle.temp5.count2 = 0;
_root.shuffle.temp5.count3 = 0;
_root.shuffle.temp5.count4 = 0;
_root.shuffle.temp5.count5 = 0;
_root.shuffle.temp5.count6 = 0;
_root.shuffle.temp5.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp5.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp5.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard6 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:g26", 0);
Set("/:g27", 0);
Set("/:g28", 0);
Set("/:g29", 0);
Set("/:g30", 0);
Set("/:g36", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp6.countmax1 = 0;
_root.shuffle.temp6.countmax2 = 0;
_root.shuffle.temp6.countmax3 = 0;
_root.shuffle.temp6.countmax4 = 0;
_root.shuffle.temp6.countmax5 = 0;
_root.shuffle.temp6.countmax6 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp6.count1 = 0;
_root.shuffle.temp6.count2 = 0;
_root.shuffle.temp6.count3 = 0;
_root.shuffle.temp6.count4 = 0;
_root.shuffle.temp6.count5 = 0;
_root.shuffle.temp6.count6 = 0;
_root.shuffle.temp6.bozak.count6 = 0;
tellTarget ("_root.shuffle.temp6.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp6.bozak") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
}
}
Symbol 135 Button
on (press) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
}
Symbol 136 Button
on (rollOver) {
if (_root.roll._currentframe == 1) {
_root.roll.gotoAndStop(2);
}
}
on (rollOut) {
if (_root.roll._currentframe == 2) {
_root.roll.gotoAndStop(1);
}
}
Symbol 137 Button
on (release) {
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
if (((/:flip == 0) && (/:newcard == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g", 0);
Set("/:g2", 0);
Set("/:g3", 0);
Set("/:g4", 0);
Set("/:g5", 0);
Set("/:g6", 0);
Set("/:g7", 0);
Set("/:g57", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bet5", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp1.countmax1 = 0;
_root.shuffle.temp1.countmax2 = 0;
_root.shuffle.temp1.countmax3 = 0;
_root.shuffle.temp1.countmax4 = 0;
_root.shuffle.temp1.countmax5 = 0;
_root.shuffle.temp1.countmax6 = 0;
_root.shuffle.temp1.countmax7 = 0;
_root.shuffle.temp1.countbonusmax = 0;
_root.shuffle.temp1.countbonus = 0;
_root.shuffle.temp1.count1 = 0;
_root.shuffle.temp1.count2 = 0;
_root.shuffle.temp1.count3 = 0;
_root.shuffle.temp1.count4 = 0;
_root.shuffle.temp1.count5 = 0;
_root.shuffle.temp1.count6 = 0;
_root.shuffle.temp1.count7 = 0;
_root.shuffle.temp1.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp1.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp1.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp1.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard2 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g8", 0);
Set("/:g9", 0);
Set("/:g10", 0);
Set("/:g11", 0);
Set("/:g12", 0);
Set("/:g13", 0);
Set("/:g14", 0);
Set("/:g58", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp2.countmax1 = 0;
_root.shuffle.temp2.countmax2 = 0;
_root.shuffle.temp2.countmax3 = 0;
_root.shuffle.temp2.countmax4 = 0;
_root.shuffle.temp2.countmax5 = 0;
_root.shuffle.temp2.countmax6 = 0;
_root.shuffle.temp2.countmax7 = 0;
_root.shuffle.temp2.countbonusmax = 0;
_root.shuffle.temp2.countbonus = 0;
_root.shuffle.temp2.count1 = 0;
_root.shuffle.temp2.count2 = 0;
_root.shuffle.temp2.count3 = 0;
_root.shuffle.temp2.count4 = 0;
_root.shuffle.temp2.count5 = 0;
_root.shuffle.temp2.count6 = 0;
_root.shuffle.temp2.count7 = 0;
_root.shuffle.temp2.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp2.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp2.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp2.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard3 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g15", 0);
Set("/:g16", 0);
Set("/:g17", 0);
Set("/:g18", 0);
Set("/:g19", 0);
Set("/:g20", 0);
Set("/:g21", 0);
Set("/:g59", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp3.countmax1 = 0;
_root.shuffle.temp3.countmax2 = 0;
_root.shuffle.temp3.countmax3 = 0;
_root.shuffle.temp3.countmax4 = 0;
_root.shuffle.temp3.countmax5 = 0;
_root.shuffle.temp3.countmax6 = 0;
_root.shuffle.temp3.countmax7 = 0;
_root.shuffle.temp3.countbonusmax = 0;
_root.shuffle.temp3.countbonus = 0;
_root.shuffle.temp3.count1 = 0;
_root.shuffle.temp3.count2 = 0;
_root.shuffle.temp3.count3 = 0;
_root.shuffle.temp3.count4 = 0;
_root.shuffle.temp3.count5 = 0;
_root.shuffle.temp3.count6 = 0;
_root.shuffle.temp3.count7 = 0;
_root.shuffle.temp3.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp3.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp3.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp3.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard4 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g22", 0);
Set("/:g23", 0);
Set("/:g24", 0);
Set("/:g25", 0);
Set("/:g26", 0);
Set("/:g27", 0);
Set("/:g28", 0);
Set("/:g60", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp4.countmax1 = 0;
_root.shuffle.temp4.countmax2 = 0;
_root.shuffle.temp4.countmax3 = 0;
_root.shuffle.temp4.countmax4 = 0;
_root.shuffle.temp4.countmax5 = 0;
_root.shuffle.temp4.countmax6 = 0;
_root.shuffle.temp4.countmax7 = 0;
_root.shuffle.temp4.countbonusmax = 0;
_root.shuffle.temp4.countbonus = 0;
_root.shuffle.temp4.count1 = 0;
_root.shuffle.temp4.count2 = 0;
_root.shuffle.temp4.count3 = 0;
_root.shuffle.temp4.count4 = 0;
_root.shuffle.temp4.count5 = 0;
_root.shuffle.temp4.count6 = 0;
_root.shuffle.temp4.count7 = 0;
_root.shuffle.temp4.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp4.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp4.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp4.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard5 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g29", 0);
Set("/:g30", 0);
Set("/:g31", 0);
Set("/:g32", 0);
Set("/:g33", 0);
Set("/:g34", 0);
Set("/:g35", 0);
Set("/:g61", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp5.countmax1 = 0;
_root.shuffle.temp5.countmax2 = 0;
_root.shuffle.temp5.countmax3 = 0;
_root.shuffle.temp5.countmax4 = 0;
_root.shuffle.temp5.countmax5 = 0;
_root.shuffle.temp5.countmax6 = 0;
_root.shuffle.temp5.countmax7 = 0;
_root.shuffle.temp5.countbonusmax = 0;
_root.shuffle.temp5.countbonus = 0;
_root.shuffle.temp5.count1 = 0;
_root.shuffle.temp5.count2 = 0;
_root.shuffle.temp5.count3 = 0;
_root.shuffle.temp5.count4 = 0;
_root.shuffle.temp5.count5 = 0;
_root.shuffle.temp5.count6 = 0;
_root.shuffle.temp5.count7 = 0;
_root.shuffle.temp5.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp5.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp5.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp5.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard6 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g36", 0);
Set("/:g37", 0);
Set("/:g38", 0);
Set("/:g39", 0);
Set("/:g40", 0);
Set("/:g41", 0);
Set("/:g42", 0);
Set("/:g62", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp6.countmax1 = 0;
_root.shuffle.temp6.countmax2 = 0;
_root.shuffle.temp6.countmax3 = 0;
_root.shuffle.temp6.countmax4 = 0;
_root.shuffle.temp6.countmax5 = 0;
_root.shuffle.temp6.countmax6 = 0;
_root.shuffle.temp6.countmax7 = 0;
_root.shuffle.temp6.countbonusmax = 0;
_root.shuffle.temp6.countbonus = 0;
_root.shuffle.temp6.count1 = 0;
_root.shuffle.temp6.count2 = 0;
_root.shuffle.temp6.count3 = 0;
_root.shuffle.temp6.count4 = 0;
_root.shuffle.temp6.count5 = 0;
_root.shuffle.temp6.count6 = 0;
_root.shuffle.temp6.count7 = 0;
_root.shuffle.temp6.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp6.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp6.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp6.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard7 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g43", 0);
Set("/:g44", 0);
Set("/:g45", 0);
Set("/:g46", 0);
Set("/:g47", 0);
Set("/:g48", 0);
Set("/:g49", 0);
Set("/:g63", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp7.countmax1 = 0;
_root.shuffle.temp7.countmax2 = 0;
_root.shuffle.temp7.countmax3 = 0;
_root.shuffle.temp7.countmax4 = 0;
_root.shuffle.temp7.countmax5 = 0;
_root.shuffle.temp7.countmax6 = 0;
_root.shuffle.temp7.countmax7 = 0;
_root.shuffle.temp7.countbonusmax = 0;
_root.shuffle.temp7.countbonus = 0;
_root.shuffle.temp7.count1 = 0;
_root.shuffle.temp7.count2 = 0;
_root.shuffle.temp7.count3 = 0;
_root.shuffle.temp7.count4 = 0;
_root.shuffle.temp7.count5 = 0;
_root.shuffle.temp7.count6 = 0;
_root.shuffle.temp7.count7 = 0;
_root.shuffle.temp7.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp7.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp7.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp7.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
} else if (((/:flip == 0) && (/:newcard8 == 1)) && (0 < /:totalbet)) {
Set("/:credits", /:credits + /:totalbet);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:g50", 0);
Set("/:g51", 0);
Set("/:g52", 0);
Set("/:g53", 0);
Set("/:g54", 0);
Set("/:g55", 0);
Set("/:g64", 0);
Set("/:g65", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:bonustext", "");
Set("/:countbonusmax", 0);
Set("/:bbonus", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:totalbet", 0);
_root.shuffle.temp8.countmax1 = 0;
_root.shuffle.temp8.countmax2 = 0;
_root.shuffle.temp8.countmax3 = 0;
_root.shuffle.temp8.countmax4 = 0;
_root.shuffle.temp8.countmax5 = 0;
_root.shuffle.temp8.countmax6 = 0;
_root.shuffle.temp8.countmax7 = 0;
_root.shuffle.temp8.countbonusmax = 0;
_root.shuffle.temp8.countbonus = 0;
_root.shuffle.temp8.count1 = 0;
_root.shuffle.temp8.count2 = 0;
_root.shuffle.temp8.count3 = 0;
_root.shuffle.temp8.count4 = 0;
_root.shuffle.temp8.count5 = 0;
_root.shuffle.temp8.count6 = 0;
_root.shuffle.temp8.count7 = 0;
_root.shuffle.temp8.bozak.count8 = 0;
tellTarget ("_root.shuffle.temp8.numb") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb2") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb3") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb4") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb5") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.bonusnum") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8") {
gotoAndPlay (15);
tellTarget ("_root.shuffle.temp8.bozak") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb6") {
gotoAndStop (1);
tellTarget ("_root.shuffle.temp8.numb7") {
gotoAndStop (1);
};
};
};
};
};
};
};
};
};
};
}
}
Symbol 142 MovieClip Frame 1
stop();
Symbol 145 Button
on (release) {
gotoAndPlay (46);
}
Symbol 146 Button
on (release) {
gotoAndPlay (41);
}
Symbol 149 Button
on (release) {
gotoAndPlay (36);
}
Symbol 150 Button
on (release) {
gotoAndPlay (31);
}
Symbol 151 Button
on (release) {
gotoAndPlay (26);
}
Symbol 152 Button
on (release) {
gotoAndPlay (21);
}
Symbol 153 Button
on (release) {
gotoAndPlay (16);
}
Symbol 154 Button
on (release) {
gotoAndPlay (11);
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 3
stop();
Symbol 163 MovieClip Frame 4
stop();
Symbol 163 MovieClip Frame 5
stop();
Symbol 163 MovieClip Frame 6
stop();
Symbol 166 Button
on (release) {
_root.discard.attachSound("depress");
if (_root.sfx != 1) {
_root.discard.start();
}
Set("/:bonustext", "ON");
Set("/:bonusmax", 1);
Set("/:countbonusmax", /:countbonusmax + 1);
if ((1 < /:countbonusmax) || (5 < count8)) {
Set("/:bonus", /:bonus);
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count8));
Set("/:totalbet", /:totalbet + (50 - count8));
Set("/:bbet", /:bbet + (50 - count8));
tellTarget ("_root.shuffle.temp1.bonusnum") {
gotoAndStop (6);
};
}
}
Symbol 169 Button
on (release) {
_root.discard.attachSound("depress");
if (_root.sfx != 1) {
_root.discard.start();
}
Set("/:bonustext", "ON");
Set("/:bbonus", 1);
count8 = count8 + 1;
if ((5 < count8) || (0 < /:countbonusmax)) {
Set("/:bonus", /:bonus);
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:bbet", /:bbet + 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:g57", /:g57 + 1);
tellTarget ("_root.shuffle.temp1.bonusnum") {
gotoAndPlay(/:g57);
};
}
}
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 172 MovieClip Frame 3
stop();
Symbol 302 MovieClip Frame 11
stop();
Symbol 328 MovieClip Frame 21
stop();
Symbol 340 MovieClip Frame 21
stop();
Symbol 460 MovieClip Frame 16
stop();
Symbol 462 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 53
stop();
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
stop();
Symbol 467 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus", 1);
Set("/:cbonus2", 1);
Set("/:cbonus3", 1);
Set("/:cbonus4", 1);
Set("/:cbonus5", 1);
Set("/:cbonus6", 1);
Set("/:cbonus7", 1);
gotoAndStop (16);
countmax1 = countmax1 + 1;
countmax2 = countmax2 + 1;
countmax3 = countmax3 + 1;
countmax4 = countmax4 + 1;
countmax5 = countmax5 + 1;
countmax6 = countmax6 + 1;
countmax7 = countmax7 + 1;
if ((1 < countmax1) || (50 < count1)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count1));
Set("/:totalbet", /:totalbet + (50 - count1));
Set("/:bet", /:bet + (50 - count1));
Set("/:g", 50);
checkbonus();
tellTarget ("numb") {
gotoAndStop (6);
};
}
if ((1 < countmax2) || (50 < count2)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count2));
Set("/:totalbet", /:totalbet + (50 - count2));
Set("/:bet2", /:bet2 + (50 - count2));
Set("/:g2", 50);
checkbonus();
tellTarget ("numb2") {
gotoAndPlay (6);
};
}
if ((1 < countmax3) || (50 < count3)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count3));
Set("/:totalbet", /:totalbet + (50 - count3));
Set("/:bet3", /:bet3 + (50 - count3));
Set("/:g3", 50);
checkbonus();
tellTarget ("numb3") {
gotoAndPlay (6);
};
}
if ((1 < countmax4) || (50 < count4)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count4));
Set("/:totalbet", /:totalbet + (50 - count4));
Set("/:bet4", /:bet4 + (50 - count4));
Set("/:g4", 50);
checkbonus();
tellTarget ("numb4") {
gotoAndPlay (6);
};
}
if ((1 < countmax5) || (50 < count5)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count5));
Set("/:totalbet", /:totalbet + (50 - count5));
Set("/:bet5", /:bet5 + (50 - count5));
Set("/:g5", 50);
checkbonus();
tellTarget ("numb5") {
gotoAndPlay (6);
};
}
if ((1 < countmax6) || (50 < count6)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count6));
Set("/:totalbet", /:totalbet + (50 - count6));
Set("/:bet6", /:bet6 + (50 - count6));
Set("/:g6", 50);
checkbonus();
tellTarget ("numb6") {
gotoAndPlay (6);
};
}
if ((1 < countmax7) || (50 < count7)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count7));
Set("/:totalbet", /:totalbet + (50 - count7));
Set("/:bet7", /:bet7 + (50 - count7));
Set("/:g7", 50);
checkbonus();
tellTarget ("numb7") {
gotoAndPlay (6);
};
}
Set("/:bonustext", "ON");
Set("/:bonusmax", 1);
Set("/:countbonusmax", /:countbonusmax + 1);
if ((1 < /:countbonusmax) || (5 < count8)) {
Set("/:bonus", /:bonus);
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count8));
Set("/:totalbet", /:totalbet + (50 - count8));
Set("/:bbet", /:bbet + (50 - count8));
tellTarget ("_root.shuffle.temp1.bonusnum") {
gotoAndStop (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 3
stop();
Symbol 480 MovieClip Frame 4
stop();
Symbol 480 MovieClip Frame 5
stop();
Symbol 480 MovieClip Frame 6
stop();
Symbol 480 MovieClip Frame 7
stop();
Symbol 480 MovieClip Frame 8
stop();
Symbol 480 MovieClip Frame 9
stop();
Symbol 480 MovieClip Frame 10
stop();
Symbol 480 MovieClip Frame 11
stop();
Symbol 481 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus7", 1);
gotoAndStop (16);
count7 = count7 + 10;
if ((50 < count7) || (0 < countmax7)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet7", /:bet7 + 10);
Set("/:g7", /:g7 + 1);
checkbonus();
tellTarget ("numb7") {
gotoAndPlay(/:g7);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 482 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus7", 1);
gotoAndStop (16);
countmax7 = countmax7 + 1;
if ((1 < countmax7) || (50 < count7)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count7));
Set("/:totalbet", /:totalbet + (50 - count7));
Set("/:bet7", /:bet7 + (50 - count7));
Set("/:g7", 50);
checkbonus();
tellTarget ("numb7") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 483 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus6", 1);
gotoAndStop (16);
count6 = count6 + 10;
if ((50 < count6) || (0 < countmax6)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet6", /:bet6 + 10);
Set("/:g6", /:g6 + 1);
checkbonus();
tellTarget ("numb6") {
gotoAndPlay(/:g6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 484 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus6", 1);
gotoAndStop (16);
countmax6 = countmax6 + 1;
if ((1 < countmax6) || (50 < count6)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count6));
Set("/:totalbet", /:totalbet + (50 - count6));
Set("/:bet6", /:bet6 + (50 - count6));
Set("/:g6", 50);
checkbonus();
tellTarget ("numb6") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 485 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus5", 1);
gotoAndStop (16);
count5 = count5 + 10;
if ((50 < count5) || (0 < countmax5)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet5", /:bet5 + 10);
Set("/:g5", /:g5 + 1);
checkbonus();
tellTarget ("numb5") {
gotoAndPlay(/:g5);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 486 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus5", 1);
gotoAndStop (16);
countmax5 = countmax5 + 1;
if ((1 < countmax5) || (50 < count5)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count5));
Set("/:totalbet", /:totalbet + (50 - count5));
Set("/:bet5", /:bet5 + (50 - count5));
Set("/:g5", 50);
checkbonus();
tellTarget ("numb5") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 487 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus4", 1);
gotoAndStop (16);
count4 = count4 + 10;
if ((50 < count4) || (0 < countmax4)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet4", /:bet4 + 10);
Set("/:g4", /:g4 + 1);
checkbonus();
tellTarget ("numb4") {
gotoAndPlay(/:g4);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 488 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus4", 1);
gotoAndStop (16);
countmax4 = countmax4 + 1;
if ((1 < countmax4) || (50 < count4)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count4));
Set("/:totalbet", /:totalbet + (50 - count4));
Set("/:bet4", /:bet4 + (50 - count4));
Set("/:g4", 50);
checkbonus();
tellTarget ("numb4") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 489 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus3", 1);
gotoAndStop (16);
count3 = count3 + 10;
if ((50 < count3) || (0 < countmax3)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet3", /:bet3 + 10);
Set("/:g3", /:g3 + 1);
checkbonus();
tellTarget ("numb3") {
gotoAndPlay(/:g3);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 490 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus3", 1);
gotoAndStop (16);
countmax3 = countmax3 + 1;
if ((1 < countmax3) || (50 < count3)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count3));
Set("/:totalbet", /:totalbet + (50 - count3));
Set("/:bet3", /:bet3 + (50 - count3));
Set("/:g3", 50);
checkbonus();
tellTarget ("numb3") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 491 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus2", 1);
gotoAndStop (16);
count2 = count2 + 10;
if ((50 < count2) || (0 < countmax2)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet2", /:bet2 + 10);
Set("/:g2", /:g2 + 1);
checkbonus();
tellTarget ("numb2") {
gotoAndPlay(/:g2);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 492 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus2", 1);
gotoAndStop (16);
countmax2 = countmax2 + 1;
if ((1 < countmax2) || (50 < count2)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count2));
Set("/:totalbet", /:totalbet + (50 - count2));
Set("/:bet2", /:bet2 + (50 - count2));
Set("/:g2", 50);
checkbonus();
tellTarget ("numb2") {
gotoAndPlay (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 493 Button
on (release) {
_root.bet1.attachSound("bet1");
if (_root.sfx != 1) {
_root.bet1.start();
}
Set("/:cbonus", 1);
gotoAndStop (16);
count1 = count1 + 10;
if ((50 < count1) || (0 < countmax1)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - 10);
Set("/:totalbet", /:totalbet + 10);
Set("/:bet", /:bet + 10);
Set("/:g", /:g + 1);
checkbonus();
tellTarget ("numb") {
gotoAndPlay(/:g);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 494 Button
on (release) {
_root.betmax.attachSound("betmax");
if (_root.sfx != 1) {
_root.betmax.start();
}
Set("/:cbonus", 1);
gotoAndStop (16);
countmax1 = countmax1 + 1;
if ((1 < countmax1) || (50 < count1)) {
Set("/:credits", /:credits);
} else {
Set("/:credits", /:credits - (50 - count1));
Set("/:totalbet", /:totalbet + (50 - count1));
Set("/:bet", /:bet + (50 - count1));
Set("/:g", 50);
checkbonus();
tellTarget ("numb") {
gotoAndStop (6);
};
}
}
on (release) {
tellTarget ("glower") {
gotoAndStop (1);
tellTarget ("glower2") {
gotoAndPlay (1);
};
};
}
Symbol 496 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 2
play();
Symbol 496 MovieClip Frame 29
gotoAndPlay (2);
Symbol 498 MovieClip Frame 1
stop();
Symbol 498 MovieClip Frame 2
stop();
Symbol 500 Button
on (release) {
function decker2() {
if (y2 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck2.gotoAndStop(y2);
}
function decker3() {
if (y3 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck3.gotoAndStop(y3);
}
function decker4() {
if (y4 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck4.gotoAndStop(y4);
}
function decker5() {
if (y5 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck5.gotoAndStop(y5);
}
function decker6() {
if (y6 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck6.gotoAndStop(y6);
}
function decker7() {
if (y7 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck7.gotoAndStop(y7);
}
function decker8() {
if (y8 != 53) {
_root.deal.attachSound("deal");
if (_root.sfx != 1) {
_root.deal.start();
}
}
move1.deck8.gotoAndStop(y8);
}
_root.discard.attachSound("discard");
if (_root.sfx != 1) {
_root.discard.start();
}
Set("/:flip", 1);
deck1.gotoAndStop(y);
gotoAndPlay (19);
if (/:cbonus == 1) {
} else {
y2 = 53;
move1.deck2.gotoAndStop(y2);
Set("/:cface2", -2);
Set("/:csuit2", 0);
}
if (/:cbonus2 == 1) {
} else {
y3 = 53;
move1.deck3.gotoAndStop(y3);
Set("/:cface3", -3);
Set("/:csuit3", 0);
}
if (/:cbonus3 == 1) {
} else {
y4 = 53;
move1.deck4.gotoAndStop(y4);
Set("/:cface4", -4);
Set("/:csuit4", 0);
}
if (/:cbonus4 == 1) {
} else {
y5 = 53;
move1.deck5.gotoAndStop(y5);
Set("/:cface5", -5);
Set("/:csuit5", 0);
}
if (/:cbonus5 == 1) {
} else {
y6 = 53;
move1.deck6.gotoAndStop(y6);
Set("/:cface6", -5);
Set("/:csuit6", 0);
}
if (/:cbonus6 == 1) {
} else {
y7 = 53;
move1.deck7.gotoAndStop(y7);
Set("/:cface7", -6);
Set("/:csuit7", 0);
}
if (/:cbonus7 == 1) {
} else {
y8 = 53;
move1.deck8.gotoAndStop(y8);
Set("/:cface8", -7);
Set("/:csuit8", 0);
}
}
on (release) {
if (/:bbet == 0) {
Set("/:bonustext", "OFF");
}
}
on (release) {
tellTarget ("glower2") {
gotoAndStop (11);
};
}
on (release) {
if (/:checkit == 1) {
tellTarget ("bozak") {
gotoAndStop (3);
};
}
}
Symbol 502 MovieClip Frame 10
gotoAndPlay (1);
Symbol 502 MovieClip Frame 11
stop();
Symbol 507 Button
on (release) {
_root.discard.attachSound("depress");
if (_root.sfx != 1) {
_root.discard.start();
}
Set("/:credits", /:credits + (/:winnings * 2));
if (0 < /:bonus) {
Set("/:credits", /:credits + (/:bonus + /:bbet));
} else {
Set("/:credits", /:credits + /:bonus);
}
Set("/:winnings", 0);
Set("/:reset", 1);
_root.gamecounter++;
_root.countmeup(_root.gamecounter);
_root.shuffle.gotoandplay(2);
}
Symbol 508 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 2
stop();
if (_root.gamecounter < 5) {
_root.endofhand.attachSound("endofhand");
if (_root.sfx != 1) {
_root.endofhand.start();
}
} else {
_root.endofgame.attachSound("endgame");
if (_root.sfx != 1) {
_root.endofgame.start();
}
}
Symbol 515 MovieClip Frame 25
stop();
Symbol 520 MovieClip Frame 25
stop();
Symbol 523 MovieClip Frame 25
stop();
Symbol 526 MovieClip Frame 25
stop();
Symbol 529 MovieClip Frame 25
stop();
Symbol 532 MovieClip Frame 25
stop();
Symbol 533 MovieClip Frame 25
stop();
Symbol 536 MovieClip Frame 25
stop();
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 2
stop();
Symbol 539 MovieClip Frame 3
stop();
Symbol 539 MovieClip Frame 4
stop();
Symbol 539 MovieClip Frame 5
stop();
Symbol 539 MovieClip Frame 6
stop();
Symbol 539 MovieClip Frame 7
stop();
Symbol 539 MovieClip Frame 8
stop();
Symbol 539 MovieClip Frame 9
stop();
Symbol 539 MovieClip Frame 10
stop();
Symbol 539 MovieClip Frame 11
stop();
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 2
_root.warwin.attachSound("warwin");
if (_root.sfx != 1) {
_root.warwin.start();
}
Symbol 546 MovieClip Frame 3
_root.warlose.attachSound("warlose");
if (_root.sfx != 1) {
_root.warlose.start();
}
Symbol 546 MovieClip Frame 4
stop();
play();
Symbol 546 MovieClip Frame 10
gotoAndPlay (4);
gotoAndPlay (4);
Symbol 549 MovieClip Frame 1
mainStopTime = _root.shuffle.temp1.stoppedtime;
pauseTime = 1000;
newtime = getTimer();
text = getTimer();
if ((newtime >= (pauseTime + mainStopTime)) && (/:check1 == 0)) {
Set("/:check1", 1);
_root.shuffle.temp1.decker2();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check2 == 0)) {
Set("/:check2", 1);
_root.shuffle.temp1.warcard1();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check3 == 0)) {
Set("/:check3", 1);
_root.shuffle.temp1.decker3();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check4 == 0)) {
Set("/:check4", 1);
_root.shuffle.temp1.warcard2();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check5 == 0)) {
Set("/:check5", 1);
_root.shuffle.temp1.decker4();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check6 == 0)) {
Set("/:check6", 1);
_root.shuffle.temp1.warcard3();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check7 == 0)) {
Set("/:check7", 1);
_root.shuffle.temp1.decker5();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check8 == 0)) {
Set("/:check8", 1);
_root.shuffle.temp1.warcard4();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check9 == 0)) {
Set("/:check9", 1);
_root.shuffle.temp1.decker6();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check10 == 0)) {
Set("/:check10", 1);
_root.shuffle.temp1.warcard5();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check11 == 0)) {
Set("/:check11", 1);
_root.shuffle.temp1.decker7();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check12 == 0)) {
Set("/:check12", 1);
_root.shuffle.temp1.warcard6();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check13 == 0)) {
Set("/:check13", 1);
_root.shuffle.temp1.decker8();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if ((newtime >= (pauseTime + mainStopTime)) && (/:check14 == 0)) {
Set("/:check14", 1);
_root.shuffle.temp1.warcard7();
}
mainStopTime = _root.shuffle.temp1.stoppedtime;
newtime = getTimer();
text = getTimer();
pauseTime = pauseTime + 500;
if (newtime >= (pauseTime + mainStopTime)) {
if (/:bbet == 0) {
gotoAndStop (19);
tellTarget ("_root.shuffle.temp1.continue") {
gotoAndPlay (2);
};
}
}
if (((/:bbonus == 1) || (/:bonusmax == 1)) && (/:check15 == 0)) {
mainStopTime = _root.shuffle.temp1.stoppedtime;
pauseTime = 8500;
newtime = getTimer();
text = getTimer();
if (newtime >= (pauseTime + mainStopTime)) {
Set("/:check15", 1);
_root.shuffle.temp1.poker();
_root.shuffle.temp1.highlight();
_root.shuffle.temp1.gotoAndplay(20);
}
}
Symbol 550 MovieClip Frame 1
function checkbonus() {
yuck = (((((/:cbonus + /:cbonus2) + /:cbonus3) + /:cbonus4) + /:cbonus5) + /:cbonus6) + /:cbonus7;
if (yuck >= 5) {
Set("/:checkit", 1);
tellTarget ("bozak") {
gotoAndStop (2);
};
}
}
j = 0;
whatigot = new Array();
while (j < 52) {
whatigot[j] = 0;
j++;
}
suit1 = random(4) + 1;
Set("/:csuit", suit1);
face1 = random(13) + 1;
Set("/:cface", face1);
card = ((suit1 - 1) * 13) + face1;
y = card;
whatigot[y] = 1;
counter = 2;
while (8 >= counter) {
do {
suit1 = random(4) + 1;
Set("/:csuit" + counter, suit1);
face1 = random(13) + 1;
Set("/:cface" + counter, face1);
card = ((suit1 - 1) * 13) + face1;
Set("y" + counter, card);
} while (whatigot[card] == 1);
whatigot[card] = 1;
counter = counter + 1;
}
count1 = 0;
count2 = 0;
count3 = 0;
count4 = 0;
count5 = 0;
count6 = 0;
count7 = 0;
countmax1 = 0;
countmax2 = 0;
countmax3 = 0;
countmax4 = 0;
countmax5 = 0;
countmax6 = 0;
countmax7 = 0;
play();
Symbol 550 MovieClip Frame 15
stop();
tellTarget ("glower") {
gotoAndPlay (2);
};
stop();
Symbol 550 MovieClip Frame 16
stop();
Symbol 550 MovieClip Frame 19
function poker() {
o = 1;
chkface1 = 1;
chksuit1 = 1;
chkface2 = 2;
chksuit2 = 2;
chkface3 = 3;
chksuit3 = 3;
chkface4 = 4;
chksuit4 = 4;
chkface5 = 5;
chksuit5 = 5;
chkface6 = 6;
chksuit6 = 6;
chkface7 = 7;
chksuit7 = 7;
while ((o++) < 8) {
if (/:cface3 < /:cface2) {
Temp = /:cface2;
Temps = /:csuit2;
Temp2 = chkface1;
Temp3 = chksuit1;
Set("/:cface2", /:cface3);
Set("/:csuit2", /:csuit3);
chkface1 = chkface2;
chksuit1 = chksuit2;
Set("/:cface3", Temp);
Set("/:csuit3", Temps);
chkface2 = Temp2;
chksuit2 = Temp3;
}
if (/:cface4 < /:cface3) {
Temp = /:cface3;
Temps = /:csuit3;
Temp2 = chkface2;
Temp3 = chksuit2;
Set("/:cface3", /:cface4);
Set("/:csuit3", /:csuit4);
chkface2 = chkface3;
chksuit2 = chksuit3;
Set("/:cface4", Temp);
Set("/:csuit4", Temps);
chkface3 = Temp2;
chksuit3 = Temp3;
}
if (/:cface5 < /:cface4) {
Temp = /:cface4;
Temps = /:csuit4;
Temp2 = chkface3;
Temp3 = chksuit3;
Set("/:cface4", /:cface5);
Set("/:csuit4", /:csuit5);
chkface3 = chkface4;
chksuit3 = chksuit4;
Set("/:cface5", Temp);
Set("/:csuit5", Temps);
chkface4 = Temp2;
chksuit4 = Temp3;
}
if (/:cface6 < /:cface5) {
Temp = /:cface5;
Temps = /:csuit5;
Temp2 = chkface4;
Temp3 = chksuit4;
Set("/:cface5", /:cface6);
Set("/:csuit5", /:csuit6);
chkface4 = chkface5;
chksuit4 = chksuit5;
Set("/:cface6", Temp);
Set("/:csuit6", Temps);
chkface5 = Temp2;
chksuit5 = Temp3;
}
if (/:cface7 < /:cface6) {
Temp = /:cface6;
Temps = /:csuit6;
Temp2 = chkface5;
Temp3 = chksuit5;
Set("/:cface6", /:cface7);
Set("/:csuit6", /:csuit7);
chkface5 = chkface6;
chksuit5 = chksuit6;
Set("/:cface7", Temp);
Set("/:csuit7", Temps);
chkface6 = Temp2;
chksuit6 = Temp3;
}
if (/:cface8 < /:cface7) {
Temp = /:cface7;
Temps = /:csuit7;
Temp2 = chkface6;
Temp3 = chksuit6;
Set("/:cface7", /:cface8);
Set("/:csuit7", /:csuit8);
chkface6 = chkface7;
chksuit6 = chksuit7;
Set("/:cface8", Temp);
Set("/:csuit8", Temps);
chkface7 = Temp2;
chksuit7 = Temp3;
}
}
facevalue = new Array();
suitvalue = new Array();
facevalue[1] = /:cface2;
facevalue[2] = /:cface3;
facevalue[3] = /:cface4;
facevalue[4] = /:cface5;
facevalue[5] = /:cface6;
facevalue[6] = /:cface7;
facevalue[7] = /:cface8;
suitvalue[1] = /:csuit2;
suitvalue[2] = /:csuit3;
suitvalue[3] = /:csuit4;
suitvalue[4] = /:csuit5;
suitvalue[5] = /:csuit6;
suitvalue[6] = /:csuit7;
suitvalue[7] = /:csuit8;
if (/:cut == 0) {
p = 0;
g = 0;
h = 0;
r = 0;
i = 1;
while (7 >= i) {
if (suitvalue[i] == 1) {
if (facevalue[i] == 1) {
p++;
}
if (facevalue[i] == 10) {
p++;
}
if (facevalue[i] == 11) {
p++;
}
if (facevalue[i] == 12) {
p++;
}
if (facevalue[i] == 13) {
p++;
}
}
if (suitvalue[i] == 2) {
if (facevalue[i] == 1) {
g++;
}
if (facevalue[i] == 10) {
g++;
}
if (facevalue[i] == 11) {
g++;
}
if (facevalue[i] == 12) {
g++;
}
if (facevalue[i] == 13) {
g++;
}
}
if (suitvalue[i] == 3) {
if (facevalue[i] == 1) {
h++;
}
if (facevalue[i] == 10) {
h++;
}
if (facevalue[i] == 11) {
h++;
}
if (facevalue[i] == 12) {
h++;
}
if (facevalue[i] == 13) {
h++;
}
}
if (suitvalue[i] == 4) {
if (facevalue[i] == 1) {
r++;
}
if (facevalue[i] == 10) {
r++;
}
if (facevalue[i] == 11) {
r++;
}
if (facevalue[i] == 12) {
r++;
}
if (facevalue[i] == 13) {
r++;
}
}
i++;
}
if (p >= 5) {
Set("/:cut", 1);
rf4 = 1;
tellTarget ("payout") {
gotoAndStop (10);
Set("/:bonus", 10000 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (h >= 5) {
Set("/:cut", 1);
rf4 = 1;
tellTarget ("payout") {
gotoAndStop (10);
Set("/:bonus", 10000 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (r >= 5) {
Set("/:cut", 1);
rf4 = 1;
tellTarget ("payout") {
gotoAndStop (10);
Set("/:bonus", 10000 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (g >= 5) {
Set("/:cut", 1);
rf4 = 1;
tellTarget ("payout") {
gotoAndStop (10);
Set("/:bonus", 10000 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
if (/:cut == 0) {
p = 0;
g = 0;
h = 0;
r = 0;
ministraight = new Array(0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
if (suitvalue[i] == 1) {
p++;
}
if (suitvalue[i] == 2) {
g++;
}
if (suitvalue[i] == 3) {
h++;
}
if (suitvalue[i] == 4) {
r++;
}
i++;
}
if (p >= 5) {
i = 1;
while (7 >= i) {
if (suitvalue[i] == 1) {
ministraight[i] = facevalue[i];
trace(ministraight[i]);
}
i++;
}
} else if (g >= 5) {
i = 1;
while (7 >= i) {
if (suitvalue[i] == 2) {
ministraight[i] = facevalue[i];
}
i++;
}
} else if (h >= 5) {
i = 1;
while (7 >= i) {
if (suitvalue[i] == 3) {
ministraight[i] = facevalue[i];
}
i++;
}
} else if (r >= 5) {
i = 1;
while (7 >= i) {
if (suitvalue[i] == 4) {
ministraight[i] = facevalue[i];
}
i++;
}
}
if (((((((ministraight[1] + 1) == ministraight[2]) && ((ministraight[2] + 1) == ministraight[3])) && ((ministraight[3] + 1) == ministraight[4])) && ((ministraight[4] + 1) == ministraight[5])) || (((((ministraight[2] + 1) == ministraight[3]) && ((ministraight[3] + 1) == ministraight[4])) && ((ministraight[4] + 1) == ministraight[5])) && ((ministraight[5] + 1) == ministraight[6]))) || (((((ministraight[3] + 1) == ministraight[4]) && ((ministraight[4] + 1) == ministraight[5])) && ((ministraight[5] + 1) == ministraight[6])) && ((ministraight[6] + 1) == ministraight[7]))) {
Set("/:cut", 1);
sf2 = 1;
tellTarget ("payout") {
gotoAndStop (9);
Set("/:bonus", 2000 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
if (/:cut == 0) {
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
mychoice = facevalue[i];
if (minisuit[mychoice] >= 1) {
minisuit[mychoice]++;
} else {
minisuit[mychoice] = 1;
}
i++;
}
o = 0;
while (13 >= o) {
if (minisuit[o] >= 4) {
Set("/:cut", 1);
fk2 = 1;
tellTarget ("payout") {
gotoAndStop (8);
Set("/:bonus", 500 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
o++;
}
}
if (/:cut == 0) {
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
mychoice = facevalue[i];
if (minisuit[mychoice] >= 1) {
minisuit[mychoice]++;
} else {
minisuit[mychoice] = 1;
}
i++;
}
full = 0;
house = 0;
o = 0;
while (13 >= o) {
if (minisuit[o] == 3) {
full++;
}
if (minisuit[o] == 2) {
house++;
}
o++;
}
if ((full >= 1) && (house >= 1)) {
Set("/:cut", 1);
fh2 = 1;
tellTarget ("payout") {
gotoAndStop (7);
Set("/:bonus", 60 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
}
if (/:cut == 0) {
p = 0;
g = 0;
h = 0;
r = 0;
i = 1;
while (7 >= i) {
if (suitvalue[i] == 1) {
p++;
}
if (suitvalue[i] == 2) {
g++;
}
if (suitvalue[i] == 3) {
h++;
}
if (suitvalue[i] == 4) {
r++;
}
i++;
}
if (p >= 5) {
Set("/:cut", 1);
f2 = 1;
tellTarget ("payout") {
gotoAndStop (5);
Set("/:bonus", 50 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (h >= 5) {
Set("/:cut", 1);
f2 = 1;
tellTarget ("payout") {
gotoAndStop (5);
Set("/:bonus", 50 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (r >= 5) {
Set("/:cut", 1);
f2 = 1;
tellTarget ("payout") {
gotoAndStop (5);
Set("/:bonus", 50 * /:bbet);
Set("/:bonustext", /:bonus);
};
} else if (g >= 5) {
Set("/:cut", 1);
f2 = 1;
tellTarget ("payout") {
gotoAndStop (5);
Set("/:bonus", 50 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
if (/:cut == 0) {
p = 0;
psuit = new Array(0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
if (facevalue[i] == 1) {
psuit[1] = 1;
p++;
}
if (facevalue[i] == 10) {
psuit[2] = 1;
p++;
}
if (facevalue[i] == 11) {
psuit[3] = 1;
p++;
}
if (facevalue[i] == 12) {
psuit[4] = 1;
p++;
}
if (facevalue[i] == 13) {
psuit[5] = 1;
p++;
}
i++;
}
q = 0;
if (p >= 5) {
i = 1;
while (5 >= i) {
if (psuit[i] >= 1) {
q++;
}
i++;
}
if (q >= 5) {
Set("/:cut", 1);
s2 = 1;
tellTarget ("payout") {
gotoAndStop (6);
Set("/:bonus", 30 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
mychoice = facevalue[i];
if (minisuit[mychoice] >= 1) {
minisuit[mychoice]++;
} else {
minisuit[mychoice] = 1;
}
i++;
}
astraight = 0;
i = 0;
while (9 >= i) {
if (((((minisuit[i] >= 1) && (minisuit[i + 1] >= 1)) && (minisuit[i + 2] >= 1)) && (minisuit[i + 3] >= 1)) && (minisuit[i + 4] >= 1)) {
astraight = 1;
}
i++;
}
if (astraight == 1) {
Set("/:cut", 1);
s2 = 1;
tellTarget ("payout") {
gotoAndStop (6);
Set("/:bonus", 30 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
if (/:cut == 0) {
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
mychoice = facevalue[i];
if (minisuit[mychoice] >= 1) {
minisuit[mychoice]++;
} else {
minisuit[mychoice] = 1;
}
i++;
}
o = 0;
while (13 >= o) {
if (minisuit[o] >= 3) {
Set("/:cut", 1);
tr2 = 1;
tellTarget ("payout") {
gotoAndStop (4);
Set("/:bonus", 30 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
o++;
}
}
if (/:cut == 0) {
minisuit = new Array(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
i = 1;
while (7 >= i) {
mychoice = facevalue[i];
if (minisuit[mychoice] >= 1) {
minisuit[mychoice]++;
} else {
minisuit[mychoice] = 1;
}
i++;
}
s = 0;
o = 0;
while (13 >= o) {
if (minisuit[o] == 2) {
s++;
}
o++;
}
if (s >= 2) {
Set("/:cut", 1);
tp2 = 1;
tellTarget ("payout") {
gotoAndStop (3);
Set("/:bonus", 10 * /:bbet);
Set("/:bonustext", /:bonus);
};
}
}
}
function highlight() {
hstop = 0;
tellTarget ("winlose1") {
gotoAndStop (1);
};
tellTarget ("winlose2") {
gotoAndStop (1);
};
tellTarget ("winlose3") {
gotoAndStop (1);
};
tellTarget ("winlose4") {
gotoAndStop (1);
};
tellTarget ("winlose5") {
gotoAndStop (1);
};
tellTarget ("winlose6") {
gotoAndStop (1);
};
tellTarget ("winlose7") {
gotoAndStop (1);
};
tellTarget ("continue") {
gotoAndStop (2);
};
if (rf4 == 1) {
} else if (sf2 == 1) {
} else if (fk2 == 1) {
} else if (fh2 == 1) {
} else if (f2 == 1) {
} else if (s2 == 1) {
} else if (tr2 == 1) {
} else if (tp2 == 1) {
} else {
cut = 1;
tellTarget ("payout") {
gotoAndStop (11);
Set("/:bonustext", 0);
};
}
}
function warcard1() {
if (/:cbonus == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose1") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface2) || ((((/:cface2 == 1) || (/:cface2 == 14)) || (/:cface2 == 27)) || (/:cface2 == 40))) {
tellTarget ("winlose1") {
Set("/:winnings", /:winnings + /:bet);
gotoAndStop (2);
};
} else {
tellTarget ("winlose1") {
gotoAndStop (3);
};
}
}
}
function warcard2() {
if (/:cbonus2 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose2") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface3) || ((((/:cface3 == 1) || (/:cface3 == 14)) || (/:cface3 == 27)) || (/:cface3 == 40))) {
tellTarget ("winlose2") {
Set("/:winnings", /:winnings + /:bet2);
gotoAndStop (2);
};
} else {
tellTarget ("winlose2") {
gotoAndStop (3);
};
}
}
}
function warcard3() {
if (/:cbonus3 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cfac == 27)) || (/:cface == 40)) {
tellTarget ("winlose3") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface4) || ((((/:cface4 == 1) || (/:cface4 == 14)) || (/:cface4 == 27)) || (/:cface4 == 40))) {
tellTarget ("winlose3") {
Set("/:winnings", /:winnings + /:bet3);
gotoAndStop (2);
};
} else {
tellTarget ("winlose3") {
gotoAndStop (3);
};
}
}
}
function warcard4() {
if (/:cbonus4 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose4") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface5) || ((((/:cface5 == 1) || (/:cface5 == 14)) || (/:cface5 == 27)) || (/:cface5 == 40))) {
tellTarget ("winlose4") {
Set("/:winnings", /:winnings + /:bet4);
gotoAndStop (2);
};
} else {
tellTarget ("winlose4") {
gotoAndStop (3);
};
}
}
}
function warcard5() {
if (/:cbonus5 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose5") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface6) || ((((/:cface6 == 1) || (/:cface6 == 14)) || (/:cface6 == 27)) || (/:cface6 == 40))) {
tellTarget ("winlose5") {
Set("/:winnings", /:winnings + /:bet5);
gotoAndStop (2);
};
} else {
tellTarget ("winlose5") {
gotoAndStop (3);
};
}
}
}
function warcard6() {
if (/:cbonus6 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose6") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface7) || ((((/:cface7 == 1) || (/:cface7 == 14)) || (/:cface7 == 27)) || (/:cface7 == 40))) {
tellTarget ("winlose6") {
Set("/:winnings", /:winnings + /:bet6);
gotoAndStop (2);
};
} else {
tellTarget ("winlose6") {
gotoAndStop (3);
};
}
}
}
function warcard7() {
if (/:cbonus7 == 1) {
if ((((/:cface == 1) || (/:cface == 14)) || (/:cface == 27)) || (/:cface == 40)) {
tellTarget ("winlose7") {
gotoAndStop (3);
};
} else if ((/:cface < /:cface8) || ((((/:cface8 == 1) || (/:cface8 == 14)) || (/:cface8 == 27)) || (/:cface8 == 40))) {
tellTarget ("winlose7") {
Set("/:winnings", /:winnings + /:bet7);
gotoAndStop (2);
};
} else {
tellTarget ("winlose7") {
gotoAndStop (3);
};
}
}
}
stoppedtime = getTimer();
stop();
Symbol 550 MovieClip Frame 20
stop();
Symbol 551 MovieClip Frame 1
stop();
Symbol 551 MovieClip Frame 2
if (5 >= _root.gamecounter) {
_root.shuffler.attachSound("shuffler2");
if (_root.sfx != 1) {
_root.shuffler.start();
}
}
play();
Set("/:countbonusmax", 0);
Set("/:countbonus", 0);
Set("/:winnings", 0);
Set("/:eatme", 0);
Set("/:checkit", 0);
Set("/:flip", 0);
Set("/:cut", 0);
Set("/:newcard", 0);
Set("/:newcard2", 0);
Set("/:newcard3", 0);
Set("/:newcard4", 0);
Set("/:newcard5", 0);
Set("/:newcard6", 0);
Set("/:newcard7", 0);
Set("/:newcard8", 0);
Set("/:totalbet", 0);
Set("/:bonus", 0);
Set("/:bonustext", "");
Set("/:deck", 0);
Set("/:bet", 0);
Set("/:bbet", 0);
Set("/:bet2", 0);
Set("/:bet3", 0);
Set("/:bet4", 0);
Set("/:bet5", 0);
Set("/:bet6", 0);
Set("/:bet7", 0);
Set("/:bonusmax", 0);
Set("/:bonusbet", 0);
Set("/:csuit", 0);
Set("/:csuit2", 0);
Set("/:csuit3", 0);
Set("/:csuit4", 0);
Set("/:csuit5", 0);
Set("/:csuit6", 0);
Set("/:csuit7", 0);
Set("/:csuit8", 0);
Set("/:cface", 0);
Set("/:cface2", 0);
Set("/:cface3", 0);
Set("/:cface4", 0);
Set("/:cface5", 0);
Set("/:cface6", 0);
Set("/:cface7", 0);
Set("/:cface8", 0);
Set("/:score", 0);
Set("/:score2", 0);
Set("/:score3", 0);
Set("/:score4", 0);
Set("/:score5", 0);
Set("/:bbonus", 0);
Set("/:check", 0);
Set("/:check1", 0);
Set("/:check2", 0);
Set("/:check3", 0);
Set("/:check4", 0);
Set("/:check5", 0);
Set("/:check6", 0);
Set("/:check7", 0);
Set("/:check8", 0);
Set("/:check9", 0);
Set("/:check10", 0);
Set("/:check11", 0);
Set("/:check12", 0);
Set("/:check13", 0);
Set("/:check14", 0);
Set("/:check15", 0);
Set("/:g", 0);
Set("/:g2", 0);
Set("/:g3", 0);
Set("/:g4", 0);
Set("/:g5", 0);
Set("/:g6", 0);
Set("/:g7", 0);
Set("/:g8", 0);
Set("/:g9", 0);
Set("/:g10", 0);
Set("/:g11", 0);
Set("/:g12", 0);
Set("/:g13", 0);
Set("/:g14", 0);
Set("/:g15", 0);
Set("/:g16", 0);
Set("/:g17", 0);
Set("/:g18", 0);
Set("/:g19", 0);
Set("/:g20", 0);
Set("/:g21", 0);
Set("/:g22", 0);
Set("/:g23", 0);
Set("/:g24", 0);
Set("/:g25", 0);
Set("/:g26", 0);
Set("/:g27", 0);
Set("/:g28", 0);
Set("/:g29", 0);
Set("/:g30", 0);
Set("/:g31", 0);
Set("/:g32", 0);
Set("/:g33", 0);
Set("/:g34", 0);
Set("/:g35", 0);
Set("/:g36", 0);
Set("/:g37", 0);
Set("/:g38", 0);
Set("/:g39", 0);
Set("/:g40", 0);
Set("/:g41", 0);
Set("/:g42", 0);
Set("/:g43", 0);
Set("/:g44", 0);
Set("/:g45", 0);
Set("/:g46", 0);
Set("/:g47", 0);
Set("/:g48", 0);
Set("/:g49", 0);
Set("/:g50", 0);
Set("/:g51", 0);
Set("/:g52", 0);
Set("/:g53", 0);
Set("/:g54", 0);
Set("/:g55", 0);
Set("/:g56", 0);
Set("/:g57", 0);
Set("/:g58", 0);
Set("/:g59", 0);
Set("/:g60", 0);
Set("/:g61", 0);
Set("/:g62", 0);
Set("/:g63", 0);
Set("/:g64", 0);
Set("/:g65", 0);
Set("/:cbonus", 0);
Set("/:cbonus2", 0);
Set("/:cbonus3", 0);
Set("/:cbonus4", 0);
Set("/:cbonus5", 0);
Set("/:cbonus6", 0);
Set("/:cbonus7", 0);
Set("/:cbonus8", 0);
Symbol 551 MovieClip Frame 10
stop();
Symbol 551 MovieClip Frame 15
gotoAndPlay (51);
Symbol 551 MovieClip Frame 20
gotoAndPlay (51);
Symbol 551 MovieClip Frame 25
gotoAndPlay (51);
Symbol 551 MovieClip Frame 30
gotoAndPlay (51);
Symbol 551 MovieClip Frame 35
gotoAndPlay (51);
Symbol 551 MovieClip Frame 40
gotoAndPlay (51);
Symbol 551 MovieClip Frame 45
gotoAndPlay (51);
Symbol 551 MovieClip Frame 50
gotoAndPlay (51);
Symbol 551 MovieClip Frame 51
Set("/:newcard", 1);
temp1.deck1.gotoandstop(53);
temp1.move1.deck2.gotoandstop(53);
temp1.move1.deck3.gotoandstop(53);
temp1.move1.deck4.gotoandstop(53);
temp1.move1.deck5.gotoandstop(53);
temp1.move1.deck6.gotoandstop(53);
temp1.move1.deck7.gotoandstop(53);
temp1.move1.deck8.gotoandstop(53);
stop();