Frame 1
percent = Math.ceil((100 / this.getBytesTotal()) * this.getBytesLoaded());
degrees = 3.6 * percent;
loader.ring_mc._rotation = degrees;
Frame 2
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
play();
} else {
gotoAndPlay (1);
}
Frame 3
function bidmachineTo(number) {
bidmachine.newX = bidmachineX[number];
bidmachine.newR = bidmachineR[number];
bidmachineshadow.newX = bidmachineshadowX[number];
}
bidmachineX = new Array(-300, 300, -300);
bidmachineR = new Array(90, 0, -30);
bidmachineshadowX = new Array(-190, 410, -190);
playnow = 0;
makeyerbid = 100;
Frame 5
stop();
closeBtn_mc.onRelease = function () {
getURL ("javascript:window.close();");
};
Instance of Symbol 12 MovieClip in Frame 5
onClipEvent (load) {
_alpha = 0;
_x = 550;
}
onClipEvent (enterFrame) {
if ((_root.playnow == 1) && (_alpha > 0)) {
_alpha = (_alpha - 5);
}
if (_alpha < 100) {
_alpha = (_alpha + 2);
}
if (_x > 50) {
_x = (_x - 10);
}
}
Instance of Symbol 19 MovieClip in Frame 5
onClipEvent (load) {
_alpha = 0;
_xscale = 0;
_x = 690;
}
onClipEvent (enterFrame) {
if ((_root.playnow == 1) && (_alpha > 0)) {
_alpha = (_alpha - 5);
}
if (_alpha < 100) {
_alpha = (_alpha + 2);
}
if (_xscale < 100) {
_xscale = (_xscale + 2);
}
if (_x > 190) {
_x = (_x - 10);
}
}
Instance of Symbol 24 MovieClip in Frame 5
onClipEvent (load) {
man._alpha = 0;
_x = -555;
}
onClipEvent (enterFrame) {
if ((_root.playnow == 1) && (man._alpha > 0)) {
man._alpha = man._alpha - 5;
}
if (man._alpha < 100) {
man._alpha = man._alpha + 2;
}
if (_x < -55) {
_x = (_x + 10);
}
}
Instance of Symbol 29 MovieClip in Frame 5
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
}
}
Instance of Symbol 39 MovieClip "listener" in Frame 25
onClipEvent (load) {
p1diecount = 5;
p2diecount = 5;
p3diecount = 5;
pfirst = 1;
_root.gamecounter = 1;
}
onClipEvent (enterFrame) {
_root.p1.diecount = p1diecount;
_root.p2.diecount = p2diecount;
_root.p3.diecount = p3diecount;
_root.ones = (_root.p1.ones + _root.p2.ones) + _root.p3.ones;
_root.twos = (_root.p1.twos + _root.p2.twos) + _root.p3.twos;
_root.threes = (_root.p1.threes + _root.p2.threes) + _root.p3.threes;
_root.fours = (_root.p1.fours + _root.p2.fours) + _root.p3.fours;
_root.fives = (_root.p1.fives + _root.p2.fives) + _root.p3.fives;
_root.sixes = (_root.p1.sixes + _root.p2.sixes) + _root.p3.sixes;
_root.amountofdice = ((((_root.ones + _root.twos) + _root.threes) + _root.fours) + _root.fives) + _root.sixes;
if ((_root.p1.pliar == "LIAR") && (_root.p3._visible == true)) {
_root.bidface = _root.p3.pface;
} else if ((_root.p1.pliar == "LIAR") && (_root.p3._visible == false)) {
_root.bidface = _root.p2.pface;
}
if (_root.p2.pliar == "LIAR") {
_root.bidface = _root.p1.pface;
}
if ((_root.p3.pliar == "LIAR") && (_root.p2._visible == true)) {
_root.bidface = _root.p2.pface;
} else if ((_root.p3.pliar == "LIAR") && (_root.p2._visible == false)) {
_root.bidface = _root.p1.pface;
}
}
Instance of Symbol 42 MovieClip in Frame 30
onClipEvent (load) {
_y = -25;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + 1);
}
if (_alpha < 100) {
_alpha = (_alpha + 10);
}
}
Instance of Symbol 50 MovieClip in Frame 30
onClipEvent (load) {
_y = -100;
pirates._alpha = 0;
table._alpha = 0;
table._height = 65;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + 4);
}
if (pirates._alpha < 100) {
pirates._alpha = pirates._alpha + 5;
}
if (table._alpha < 100) {
table._alpha = table._alpha + 5;
}
if (table._height < 190) {
table._height = table._height + 5;
}
}
Instance of Symbol 78 MovieClip "cup3" in Frame 30
onClipEvent (load) {
_y = 73;
cup._alpha = 0;
}
onClipEvent (enterFrame) {
if (_y < 223) {
_y = (_y + 6);
}
if (cup._alpha < 100) {
cup._alpha = cup._alpha + 5;
}
}
Instance of Symbol 88 MovieClip "cup2" in Frame 30
onClipEvent (load) {
_y = 73;
cup._alpha = 0;
}
onClipEvent (enterFrame) {
if (_y < 223) {
_y = (_y + 6);
}
if (cup._alpha < 100) {
cup._alpha = cup._alpha + 5;
}
}
Instance of Symbol 93 MovieClip "cup1" in Frame 30
onClipEvent (load) {
_y = 90;
cup._alpha = 0;
}
onClipEvent (enterFrame) {
if (_y < 315) {
_y = (_y + 9);
}
if (cup._alpha < 100) {
cup._alpha = cup._alpha + 5;
}
}
Instance of Symbol 93 MovieClip "cup1" in Frame 60
onClipEvent (load) {
gotoAndStop ("cupdice");
}
Instance of Symbol 88 MovieClip "cup2" in Frame 63
onClipEvent (load) {
gotoAndStop ("cupdice");
}
Instance of Symbol 78 MovieClip "cup3" in Frame 66
onClipEvent (load) {
gotoAndStop ("cupdice");
}
Frame 90
playerscroll.textbox_txt.text = "your name";
stop();
Instance of Symbol 109 MovieClip "playerscroll" in Frame 90
onClipEvent (load) {
fade = 0;
_alpha = 0;
_y = 175;
}
onClipEvent (enterFrame) {
if (fade == 0) {
if (_y < 225) {
_y = (_y + 10);
}
if (_alpha < 100) {
_alpha = (_alpha + 20);
}
} else if (fade == 1) {
if (_y > 175) {
_y = (_y - 10);
}
if (_alpha > 0) {
_alpha = (_alpha - 20);
}
_root.play();
}
}
Frame 95
if (playerscroll.textbox_txt.text == "your name") {
playername = "MATEY";
} else {
playername = playerscroll.textbox_txt.text.toUpperCase();
}
Instance of Symbol 121 MovieClip in Frame 95
onClipEvent (load) {
_y = 250;
}
onClipEvent (enterFrame) {
if (_y > 200) {
_y = (_y - 10);
}
}
Instance of Symbol 52 MovieClip "shadow1" in Frame 105
onClipEvent (enterFrame) {
if (_x > 330) {
_x = (_x - 15);
}
}
Instance of Symbol 52 MovieClip "shadow2" in Frame 105
onClipEvent (load) {
if (_root.p2.diecount <= 0) {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_x > 168) {
_x = (_x - 10);
}
}
Instance of Symbol 52 MovieClip "shadow3" in Frame 105
onClipEvent (load) {
if (_root.p3.diecount <= 0) {
_visible = false;
}
}
onClipEvent (enterFrame) {
if (_x > 470) {
_x = (_x - 10);
}
}
Instance of Symbol 88 MovieClip in Frame 105
onClipEvent (load) {
if (_root.listener.p2diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cupshake");
shakeamount = 10;
}
}
onClipEvent (enterFrame) {
if (_visible == true) {
if (_y > 163) {
_y = (_y - 20);
}
if (_rotation > 28) {
shakeamount = -10;
}
if (_rotation < -28) {
shakeamount = 10;
}
_rotation = (_rotation + shakeamount);
_x = (_x + shakeamount);
}
}
Instance of Symbol 78 MovieClip in Frame 105
onClipEvent (load) {
if (_root.listener.p3diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cupshake");
shakeamount = 15;
}
}
onClipEvent (enterFrame) {
if (_visible == true) {
if (_y > 163) {
_y = (_y - 20);
}
if (_rotation > 28) {
shakeamount = -10;
}
if (_rotation < -28) {
shakeamount = 15;
}
_rotation = (_rotation + shakeamount);
_x = (_x + shakeamount);
}
}
Instance of Symbol 93 MovieClip "cup1" in Frame 105
onClipEvent (load) {
gotoAndStop ("cupshake");
shakeamount = 15;
}
onClipEvent (enterFrame) {
if (_y > 225) {
_y = (_y - 30);
}
if (_rotation > 28) {
shakeamount = -15;
}
if (_rotation < -28) {
shakeamount = 15;
}
_rotation = (_rotation + shakeamount);
_x = (_x + shakeamount);
}
Instance of Symbol 88 MovieClip "cup2" in Frame 125
onClipEvent (load) {
if (_root.listener.p2diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cupslam");
}
}
Instance of Symbol 78 MovieClip "cup3" in Frame 125
onClipEvent (load) {
if (_root.listener.p3diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cupslam");
}
}
Instance of Symbol 153 MovieClip "bidmachine" in Frame 125
onClipEvent (load) {
var a = 4;
var d = 1.9;
var newX = _x;
var myXspeed = 0;
var newR = _rotation;
var myRspeed = 0;
}
onClipEvent (enterFrame) {
myXspeed = (((_x - newX) / a) + myXspeed) / d;
_x = (_x - myXspeed);
myRspeed = (((_rotation - newR) / a) + myRspeed) / d;
_rotation = (_rotation - myRspeed);
if (_root.listener.pfirst == 1) {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 52 MovieClip "bidmachineshadow" in Frame 125
onClipEvent (load) {
var a = 4;
var d = 1.9;
var newX = _x;
var myXspeed = 0;
}
onClipEvent (enterFrame) {
myXspeed = (((_x - newX) / a) + myXspeed) / d;
_x = (_x - myXspeed);
}
Instance of Symbol 93 MovieClip "cup1" in Frame 125
onClipEvent (load) {
gotoAndStop ("cupslam");
}
Instance of Symbol 172 MovieClip "p2" in Frame 145
onClipEvent (load) {
if (diecount == 4) {
d5._visible = false;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (diecount == 4) {
d5._visible = false;
explosion._x = d5._x;
explosion._y = d5._y;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
explosion._x = d4._x;
explosion._y = d4._y;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
explosion._x = d3._x;
explosion._y = d3._y;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
explosion._x = d2._x;
explosion._y = d2._y;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
explosion._x = d1._x;
explosion._y = d1._y;
}
}
Instance of Symbol 172 MovieClip "p3" in Frame 145
onClipEvent (load) {
if (diecount == 4) {
d5._visible = false;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (diecount == 4) {
d5._visible = false;
explosion._x = d5._x;
explosion._y = d5._y;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
explosion._x = d4._x;
explosion._y = d4._y;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
explosion._x = d3._x;
explosion._y = d3._y;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
explosion._x = d2._x;
explosion._y = d2._y;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
explosion._x = d1._x;
explosion._y = d1._y;
}
}
Instance of Symbol 88 MovieClip "cup2" in Frame 145
onClipEvent (load) {
if (_root.listener.p2diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cuptilt");
}
}
Instance of Symbol 78 MovieClip "cup3" in Frame 145
onClipEvent (load) {
if (_root.listener.p3diecount <= 0) {
_visible = false;
} else {
gotoAndStop ("cuptilt");
}
}
Instance of Symbol 93 MovieClip "cup1" in Frame 145
onClipEvent (load) {
gotoAndStop ("cuptilt");
}
Instance of Symbol 172 MovieClip "p1" in Frame 145
onClipEvent (load) {
if (diecount == 4) {
d5._visible = false;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
_visible = false;
}
}
onClipEvent (enterFrame) {
if (diecount == 4) {
d5._visible = false;
explosion._x = d5._x;
explosion._y = d5._y;
}
if (diecount == 3) {
d5._visible = false;
d4._visible = false;
explosion._x = d4._x;
explosion._y = d4._y;
}
if (diecount == 2) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
explosion._x = d3._x;
explosion._y = d3._y;
}
if (diecount == 1) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
explosion._x = d2._x;
explosion._y = d2._y;
}
if (diecount <= 0) {
d5._visible = false;
d4._visible = false;
d3._visible = false;
d2._visible = false;
d1._visible = false;
explosion._x = d1._x;
explosion._y = d1._y;
}
}
Instance of Symbol 174 MovieClip in Frame 145
onClipEvent (load) {
_alpha = _root.makeyerbid;
}
Frame 190
if (listener.pfirst == 1) {
gotoAndStop ("gamebid1");
}
if (listener.pfirst == 2) {
gotoAndPlay ("gamebid2");
}
if (listener.pfirst == 3) {
gotoAndPlay ("gamebid3");
}
makeyerbid = 0;
Frame 195
_root.bidmachineTo(1);
_root.p1.pbid = "";
_root.p1.pface = "";
_root.boardswish.play();
stop();
Frame 200
_root.bidmachineTo(2);
_root.boardswish.play();
Frame 215
if (p1.pliar == "LIAR") {
gotoAndStop ("gameliar");
}
Frame 254
if (p2._visible == false) {
gotoAndPlay ("gamebid3");
}
Frame 255
gothim = 0;
if (listener.pfirst == 2) {
p2view = random(6) + 1;
if (p2view == 1) {
p2.pface = "ones";
if (p2.ones <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.ones;
}
}
if (p2view == 2) {
p2.pface = "twos";
if (p2.twos <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.twos;
}
}
if (p2view == 3) {
p2.pface = "threes";
if (p2.threes <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.threes;
}
}
if (p2view == 4) {
p2.pface = "fours";
if (p2.fours <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.fours;
}
}
if (p2view == 5) {
p2.pface = "fives";
if (p2.fives <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.fives;
}
}
if (p2view == 6) {
p2.pface = "sixes";
if (p2.sixes <= 1) {
p2.pbid = 1;
} else {
p2.pbid = p2.sixes;
}
}
} else {
listener.pfirst = 0;
p2liar = random(4);
if ((p1.pface == "ones") && (p1.pbid > ones)) {
gothim = 1;
}
if ((p1.pface == "twos") && (p1.pbid > twos)) {
gothim = 0;
}
if ((p1.pface == "threes") && (p1.pbid > threes)) {
gothim = 3;
}
if ((p1.pface == "fours") && (p1.pbid > fours)) {
gothim = 0;
}
if ((p1.pface == "fives") && (p1.pbid > fives)) {
gothim = 5;
}
if ((p1.pface == "sixes") && (p1.pbid > sixes)) {
gothim = 6;
}
if ((((p2liar > 0) && (p1.pbid < 5)) && (p1.pbid < (amountofdice - 2))) && (gothim < 1)) {
p2.pbid = (p1.pbid + random(2)) + 1;
p2choose = random(4);
if (p2choose < 1) {
p2view = random(6) + 1;
if (p2view == 1) {
p2.pface = "ones";
}
if (p2view == 2) {
p2.pface = "twos";
}
if (p2view == 3) {
p2.pface = "threes";
}
if (p2view == 4) {
p2.pface = "fours";
}
if (p2view == 5) {
p2.pface = "fives";
}
if (p2view == 6) {
p2.pface = "sixes";
}
} else {
p2.pface = p1.pface;
}
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p3.pbid = "";
_root.p3.pface = "";
} else if ((((p2liar == 0) || (p1.pbid >= 5)) || (p1.pbid >= (amountofdice - 2))) || (gothim > 0)) {
p2.pbid = "";
p2.pface = "";
p2.pliar = "LIAR";
gotoAndStop ("gameliar");
}
}
Frame 304
if (p3._visible == false) {
gotoAndStop ("gamebid1");
}
Frame 305
gotit = 0;
if (listener.pfirst == 3) {
p3view = random(6) + 1;
if (p3view == 1) {
p3.pface = "ones";
if (p3.ones <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.ones;
}
}
if (p3view == 2) {
p3.pface = "twos";
if (p3.twos <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.twos;
}
}
if (p3view == 3) {
p3.pface = "threes";
if (p3.threes <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.threes;
}
}
if (p3view == 4) {
p3.pface = "fours";
if (p3.fours <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.fours;
}
}
if (p3view == 5) {
p3.pface = "fives";
if (p3.fives <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.fives;
}
}
if (p3view == 6) {
p3.pface = "sixes";
if (p3.sixes <= 1) {
p3.pbid = 1;
} else {
p3.pbid = p3.sixes;
}
}
}
if ((listener.pfirst != 3) && (p2._visible == true)) {
listener.pfirst = 0;
p3liar = random(3);
if ((p2.pface == "ones") && (p2.pbid > ones)) {
gotit = 1;
}
if ((p2.pface == "twos") && (p2.pbid > twos)) {
gotit = 2;
}
if ((p2.pface == "threes") && (p2.pbid > threes)) {
gotit = 3;
}
if ((p2.pface == "fours") && (p2.pbid > fours)) {
gotit = 4;
}
if ((p2.pface == "fives") && (p2.pbid > fives)) {
gotit = 4;
}
if ((p2.pface == "sixes") && (p2.pbid > sixes)) {
gotit = 6;
}
if ((((p3liar > 0) && (p2.pbid < 5)) && (p2.pbid < (amountofdice - 2))) && (gotit < 1)) {
p3.pbid = (p2.pbid + random(2)) + 1;
p3choose = random(4);
if (p3choose < 1) {
p3view = random(6) + 1;
if (p3view == 1) {
p3.pface = "ones";
}
if (p3view == 2) {
p3.pface = "twos";
}
if (p3view == 3) {
p3.pface = "threes";
}
if (p3view == 4) {
p3.pface = "fours";
}
if (p3view == 5) {
p3.pface = "fives";
}
if (p3view == 6) {
p3.pface = "sixes";
}
} else {
p3.pface = p2.pface;
}
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p2.pbid = "";
_root.p2.pface = "";
} else if ((((p3liar == 0) || (p2.pbid >= 5)) || (p2.pbid >= (amountofdice - 2))) || (gotit > 0)) {
p3.pbid = "";
p3.pface = "";
p3.pliar = "LIAR";
gotoAndStop ("gameliar");
}
}
if ((listener.pfirst != 3) && (p2._visible == false)) {
listener.pfirst = 0;
p3liar = random(4);
if ((((p3liar > 0) && (p1.pbid < 5)) && (p1.pbid < (amountofdice - 2))) && (gotit < 1)) {
p3.pbid = (p1.pbid + random(2)) + 1;
p3choose = random(4);
if (p3choose < 1) {
p3view = random(6) + 1;
if (p3view == 1) {
p3.pface = "ones";
}
if (p3view == 2) {
p3.pface = "twos";
}
if (p3view == 3) {
p3.pface = "threes";
}
if (p3view == 4) {
p3.pface = "fours";
}
if (p3view == 5) {
p3.pface = "fives";
}
if (p3view == 6) {
p3.pface = "sixes";
}
} else {
p3.pface = p1.pface;
}
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p2.pbid = "";
_root.p2.pface = "";
} else if ((((p3liar == 0) || (p1.pbid >= 5)) || (p1.pbid >= (amountofdice - 2))) || (gotit > 0)) {
p3.pbid = "";
p3.pface = "";
p3.pliar = "LIAR";
gotoAndStop ("gameliar");
}
}
Frame 310
gotoAndStop ("gamebid1");
Frame 320
if ((_root.p1.pliar == "LIAR") && (_root.p3._visible == true)) {
_root.p2.pbid = "";
_root.p2.pface = "";
}
if ((_root.p1.pliar == "LIAR") && (_root.p3._visible == false)) {
_root.p3.pbid = "";
_root.p3.pface = "";
}
if (_root.p2.pliar == "LIAR") {
_root.p3.pbid = "";
_root.p3.pface = "";
}
if ((_root.p3.pliar == "LIAR") && (_root.p2._visible == true)) {
_root.p1.pbid = "";
_root.p1.pface = "";
}
if ((_root.p3.pliar == "LIAR") && (_root.p2._visible == false)) {
_root.p2.pbid = "";
_root.p2.pface = "";
}
_root.bidmachineTo(2);
play();
Instance of Symbol 52 MovieClip "shadow2" in Frame 320
onClipEvent (load) {
if (_root.p2.diecount <= 0) {
_visible = false;
}
}
Instance of Symbol 52 MovieClip "shadow3" in Frame 320
onClipEvent (load) {
if (_root.p2.diecount <= 0) {
_visible = false;
}
}
Instance of Symbol 88 MovieClip "cup2" in Frame 320
onClipEvent (load) {
if (_root.listener.p2diecount == 0) {
_visible = false;
}
gotoAndStop ("cuplift");
}
Instance of Symbol 78 MovieClip "cup3" in Frame 320
onClipEvent (load) {
if (_root.listener.p3diecount == 0) {
_visible = false;
}
gotoAndStop ("cuplift");
}
Instance of Symbol 93 MovieClip "cup1" in Frame 320
onClipEvent (load) {
gotoAndStop ("cuplift");
}
Frame 325
if (p1.pliar == "LIAR") {
piratewhat.play();
} else {
pirateliar.play();
}
Frame 360
if (_root.bidface == "ones") {
if (p1.d1._currentframe != 2) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 2) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 2) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 2) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 2) {
p1.d5._alpha = 50;
}
}
if (_root.bidface == "twos") {
if (p1.d1._currentframe != 3) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 3) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 3) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 3) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 3) {
p1.d5._alpha = 50;
}
}
if (_root.bidface == "threes") {
if (p1.d1._currentframe != 4) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 4) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 4) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 4) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 4) {
p1.d5._alpha = 50;
}
}
if (_root.bidface == "fours") {
if (p1.d1._currentframe != 5) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 5) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 5) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 5) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 5) {
p1.d5._alpha = 50;
}
}
if (_root.bidface == "fives") {
if (p1.d1._currentframe != 6) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 6) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 6) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 6) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 6) {
p1.d5._alpha = 50;
}
}
if (_root.bidface == "sixes") {
if (p1.d1._currentframe != 7) {
p1.d1._alpha = 50;
}
if (p1.d2._currentframe != 7) {
p1.d2._alpha = 50;
}
if (p1.d3._currentframe != 7) {
p1.d3._alpha = 50;
}
if (p1.d4._currentframe != 7) {
p1.d4._alpha = 50;
}
if (p1.d5._currentframe != 7) {
p1.d5._alpha = 50;
}
}
Frame 365
if (_root.bidface == "ones") {
if (p2.d1._currentframe != 2) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 2) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 2) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 2) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 2) {
p2.d5._alpha = 50;
}
}
if (_root.bidface == "twos") {
if (p2.d1._currentframe != 3) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 3) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 3) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 3) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 3) {
p2.d5._alpha = 50;
}
}
if (_root.bidface == "threes") {
if (p2.d1._currentframe != 4) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 4) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 4) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 4) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 4) {
p2.d5._alpha = 50;
}
}
if (_root.bidface == "fours") {
if (p2.d1._currentframe != 5) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 5) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 5) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 5) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 5) {
p2.d5._alpha = 50;
}
}
if (_root.bidface == "fives") {
if (p2.d1._currentframe != 6) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 6) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 6) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 6) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 6) {
p2.d5._alpha = 50;
}
}
if (_root.bidface == "sixes") {
if (p2.d1._currentframe != 7) {
p2.d1._alpha = 50;
}
if (p2.d2._currentframe != 7) {
p2.d2._alpha = 50;
}
if (p2.d3._currentframe != 7) {
p2.d3._alpha = 50;
}
if (p2.d4._currentframe != 7) {
p2.d4._alpha = 50;
}
if (p2.d5._currentframe != 7) {
p2.d5._alpha = 50;
}
}
Frame 370
if (_root.bidface == "ones") {
if (p3.d1._currentframe != 2) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 2) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 2) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 2) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 2) {
p3.d5._alpha = 50;
}
}
if (_root.bidface == "twos") {
if (p3.d1._currentframe != 3) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 3) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 3) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 3) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 3) {
p3.d5._alpha = 50;
}
}
if (_root.bidface == "threes") {
if (p3.d1._currentframe != 4) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 4) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 4) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 4) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 4) {
p3.d5._alpha = 50;
}
}
if (_root.bidface == "fours") {
if (p3.d1._currentframe != 5) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 5) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 5) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 5) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 5) {
p3.d5._alpha = 50;
}
}
if (_root.bidface == "fives") {
if (p3.d1._currentframe != 6) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 6) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 6) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 6) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 6) {
p3.d5._alpha = 50;
}
}
if (_root.bidface == "sixes") {
if (p3.d1._currentframe != 7) {
p3.d1._alpha = 50;
}
if (p3.d2._currentframe != 7) {
p3.d2._alpha = 50;
}
if (p3.d3._currentframe != 7) {
p3.d3._alpha = 50;
}
if (p3.d4._currentframe != 7) {
p3.d4._alpha = 50;
}
if (p3.d5._currentframe != 7) {
p3.d5._alpha = 50;
}
}
Frame 400
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid > ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 one, Sparrow's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid > twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 two, Sparrow's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid > threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 three, Sparrow's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid > fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 four, Sparrow's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid > fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 five, Sparrow's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid > sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Sparrow's a liar!";
} else {
judge_txt.text = "There is 1 six, Sparrow's a liar!";
}
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Turner's a liar!";
} else {
judge_txt.text = "There is 1 one, Turner's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Turner's a liar!";
} else {
judge_txt.text = "There is 1 two, Turner's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Turner's a liar!";
} else {
judge_txt.text = "There is 1 three, Turner's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Turner's a liar!";
} else {
judge_txt.text = "There is 1 four, Turner's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Turner's a liar!";
} else {
judge_txt.text = "There is 1 five, Turner's a liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Turner's a liar!";
} else {
judge_txt.text = "There is 1 six, Turner's a liar!";
}
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, you're a liar!";
} else {
judge_txt.text = "There is 1 one, you're a liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, you're a liar!";
} else {
judge_txt.text = "There is 1 two, you're a liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, you're a liar!";
} else {
judge_txt.text = "There is 1 three, you're a liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, you're a liar!";
} else {
judge_txt.text = "There is 1 four, you're a liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, you're a liar!";
} else {
judge_txt.text = "There is 1 five, you're a liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, you're a liar!";
} else {
judge_txt.text = "There is 1 six, you're a liar!";
}
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Turner's a liar!";
} else {
judge_txt.text = "There is 1 one, Turner's a liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Turner's a liar!";
} else {
judge_txt.text = "There is 1 two, Turner's a liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Turner's a liar!";
} else {
judge_txt.text = "There is 1 three, Turner's a liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Turner's a liar!";
} else {
judge_txt.text = "There is 1 four, Turner's a liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Turner's a liar!";
} else {
judge_txt.text = "There is 1 five, Turner's a liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Turner's a liar!";
} else {
judge_txt.text = "There is 1 six, Turner's a liar!";
}
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, you're a liar!";
} else {
judge_txt.text = "There is 1 one, you're a liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, you're a liar!";
} else {
judge_txt.text = "There is 1 two, you're a liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, you're a liar!";
} else {
judge_txt.text = "There is 1 three, you're a liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, you're a liar!";
} else {
judge_txt.text = "There is 1 four, you're a liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, you're a liar!";
} else {
judge_txt.text = "There is 1 five, you're a liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, you're a liar!";
} else {
judge_txt.text = "There is 1 six, you're a liar!";
}
}
}
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid <= ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 one, Sparrow's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid <= twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 two, Sparrow's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid <= threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 three, Sparrow's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid <= fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 four, Sparrow's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid <= fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 five, Sparrow's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid <= sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Sparrow's no liar!";
} else {
judge_txt.text = "There is 1 six, Sparrow's no liar!";
}
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Turner's no liar!";
} else {
judge_txt.text = "There is 1 one, Turner's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Turner's no liar!";
} else {
judge_txt.text = "There is 1 two, Turner's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Turner's no liar!";
} else {
judge_txt.text = "There is 1 three, Turner's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Turner's no liar!";
} else {
judge_txt.text = "There is 1 four, Turner's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Turner's no liar!";
} else {
judge_txt.text = "There is 1 five, Turner's no liar!";
}
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Turner's no liar!";
} else {
judge_txt.text = "There is 1 six, Turner's no liar!";
}
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, you're no liar!";
} else {
judge_txt.text = "There is 1 one, you're no liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, you're no liar!";
} else {
judge_txt.text = "There is 1 two, you're no liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid <= threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, you're no liar!";
} else {
judge_txt.text = "There is 1 three, you're no liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, you're no liar!";
} else {
judge_txt.text = "There is 1 four, you're no liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, you're no liar!";
} else {
judge_txt.text = "There is 1 five, you're no liar!";
}
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, you're no liar!";
} else {
judge_txt.text = "There is 1 six, you're no liar!";
}
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, Turner's no liar!";
} else {
judge_txt.text = "There is 1 one, Turner's no liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, Turner's no liar!";
} else {
judge_txt.text = "There is 1 two, Turner's no liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, Turner's no liar!";
} else {
judge_txt.text = "There is 1 three, Turner's no liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, Turner's no liar!";
} else {
judge_txt.text = "There is 1 four, Turner's no liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, Turner's no liar!";
} else {
judge_txt.text = "There is 1 five, Turner's no liar!";
}
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, Turner's no liar!";
} else {
judge_txt.text = "There is 1 six, Turner's no liar!";
}
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
if ((ones > 1) || (ones < 1)) {
judge_txt.text = ("There are " + ones) + " ones, you're no liar!";
} else {
judge_txt.text = "There is 1 one, you're no liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
if ((twos > 1) || (twos < 1)) {
judge_txt.text = ("There are " + twos) + " twos, you're no liar!";
} else {
judge_txt.text = "There is 1 two, you're no liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid == threes)) {
if ((threes > 1) || (threes < 1)) {
judge_txt.text = ("There are " + threes) + " threes, you're no liar!";
} else {
judge_txt.text = "There is 1 three, you're no liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
if ((fours > 1) || (fours < 1)) {
judge_txt.text = ("There are " + fours) + " fours, you're no liar!";
} else {
judge_txt.text = "There is 1 four, you're no liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
if ((fives > 1) || (fives < 1)) {
judge_txt.text = ("There are " + fives) + " fives, you're no liar!";
} else {
judge_txt.text = "There is 1 five, you're no liar!";
}
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
if ((sixes > 1) || (sixes < 1)) {
judge_txt.text = ("There are " + sixes) + " sixes, you're no liar!";
} else {
judge_txt.text = "There is 1 six, you're no liar!";
}
}
}
Frame 500
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid > ones)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid > twos)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid > threes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid > fours)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid > fives)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid > sixes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 2;
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
}
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid <= ones)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid <= twos)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid <= threes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid <= fours)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid <= fives)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid <= sixes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 2;
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
listener.p1diecount = listener.p1diecount - 1;
gamecounter = 1;
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid <= threes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
listener.p2diecount = listener.p2diecount - 1;
gamecounter = 3;
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 1;
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid == threes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
listener.p3diecount = listener.p3diecount - 1;
gamecounter = 3;
}
}
Frame 501
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid > ones)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid > twos)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid > threes)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid > fours)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid > fives)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid > sixes)) {
p3.explosion.play();
_root.dicepoof.play();
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
p2.explosion.play();
_root.dicepoof.play();
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
p1.explosion.play();
_root.dicepoof.play();
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid > ones)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid > twos)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid > threes)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid > fours)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid > fives)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid > sixes)) {
p2.explosion.play();
_root.dicepoof.play();
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid > ones)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid > twos)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid > threes)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid > fours)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid > fives)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid > sixes)) {
p1.explosion.play();
_root.dicepoof.play();
}
}
if (p3._visible == true) {
if (((p1.pliar == "LIAR") && (p3.pface == "ones")) && (p3.pbid <= ones)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "twos")) && (p3.pbid <= twos)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "threes")) && (p3.pbid <= threes)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "fours")) && (p3.pbid <= fours)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "fives")) && (p3.pbid <= fives)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p3.pface == "sixes")) && (p3.pbid <= sixes)) {
p1.explosion.play();
_root.dicepoof.play();
}
} else {
if (((p1.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
p1.explosion.play();
_root.dicepoof.play();
}
if (((p1.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
p1.explosion.play();
_root.dicepoof.play();
}
}
if (p1._visible == true) {
if (((p2.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid <= threes)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
p2.explosion.play();
_root.dicepoof.play();
}
if (((p2.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
p2.explosion.play();
_root.dicepoof.play();
}
}
if (p2._visible == true) {
if (((p3.pliar == "LIAR") && (p2.pface == "ones")) && (p2.pbid <= ones)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "twos")) && (p2.pbid <= twos)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "threes")) && (p2.pbid <= threes)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "fours")) && (p2.pbid <= fours)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "fives")) && (p2.pbid <= fives)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p2.pface == "sixes")) && (p2.pbid <= sixes)) {
p3.explosion.play();
_root.dicepoof.play();
}
} else {
if (((p3.pliar == "LIAR") && (p1.pface == "ones")) && (p1.pbid <= ones)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "twos")) && (p1.pbid <= twos)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "threes")) && (p1.pbid <= threes)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "fours")) && (p1.pbid <= fours)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "fives")) && (p1.pbid <= fives)) {
p3.explosion.play();
_root.dicepoof.play();
}
if (((p3.pliar == "LIAR") && (p1.pface == "sixes")) && (p1.pbid <= sixes)) {
p3.explosion.play();
_root.dicepoof.play();
}
}
Frame 530
gamecounter = gamecounter + 1;
if (gamecounter == 1) {
listener.pfirst = 1;
}
if ((gamecounter == 2) && (p2._visible == true)) {
listener.pfirst = 2;
}
if ((gamecounter == 2) && (p2._visible == false)) {
listener.pfirst = 3;
gamecounter = 3;
}
if ((gamecounter == 3) && (p3._visible == true)) {
listener.pfirst = 3;
}
if ((gamecounter == 3) && (p3._visible == false)) {
listener.pfirst = 1;
gamecounter = 1;
}
if (gamecounter == 4) {
listener.pfirst = 1;
gamecounter = 1;
}
if ((_root.listener.p2diecount <= 0) && (_root.listener.p3diecount <= 0)) {
gotoAndStop ("congratulations");
_root.p1.pliar = "";
} else if (_root.listener.p1diecount <= 0) {
gotoAndStop ("loser");
} else {
gotoAndPlay ("gamestart");
}
Frame 555
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p1.pliar = "";
winnertextbox_txt.text = playername;
Frame 560
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p1.pliar = "";
losertextbox_txt.text = playername;
stop();
Instance of Symbol 202 MovieClip in Frame 560
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 100) {
_alpha = (_alpha + 4);
}
}
Instance of Symbol 204 MovieClip in Frame 560
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_alpha < 100) {
_alpha = (_alpha + 5);
}
}
Symbol 8 MovieClip Frame 34
gotoAndPlay ("active");
Instance of Symbol 11 MovieClip in Symbol 12 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = (random(20) + 81);
}
Symbol 18 Button
on (release) {
_root.playnow = 1;
_root.play();
}
Symbol 37 MovieClip Frame 1
gotoAndPlay ("intro");
Symbol 37 MovieClip Frame 12
stop();
Symbol 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 2
_parent.ones = _parent.ones + 1;
Symbol 70 MovieClip Frame 3
_parent.twos = _parent.twos + 1;
Symbol 70 MovieClip Frame 4
_parent.threes = _parent.threes + 1;
Symbol 70 MovieClip Frame 5
_parent.fours = _parent.fours + 1;
Symbol 70 MovieClip Frame 6
_parent.fives = _parent.fives + 1;
Symbol 70 MovieClip Frame 7
_parent.sixes = _parent.sixes + 1;
Symbol 70 MovieClip Frame 10
stop();
Symbol 78 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip in Symbol 78 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 78 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 78 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 78 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 78 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Symbol 78 MovieClip Frame 20
cupposition = "cupshake";
Symbol 78 MovieClip Frame 30
cupposition = "cupslam";
Symbol 78 MovieClip Frame 40
cupposition = "cuptilt";
Symbol 78 MovieClip Frame 50
cupposition = "cuplift";
Symbol 88 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip in Symbol 88 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 88 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 88 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 88 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 88 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Symbol 88 MovieClip Frame 20
cupposition = "cupshake";
Symbol 88 MovieClip Frame 30
cupposition = "cupslam";
Symbol 88 MovieClip Frame 40
cupposition = "cuptilt";
Symbol 88 MovieClip Frame 50
cupposition = "cuplift";
Symbol 93 MovieClip Frame 1
stop();
Instance of Symbol 70 MovieClip in Symbol 93 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 93 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 93 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 93 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Instance of Symbol 70 MovieClip in Symbol 93 MovieClip Frame 10
onClipEvent (load) {
gotoAndStop(random(6) + 1);
dicespeed = random(10) + 25;
}
onClipEvent (enterFrame) {
if (_y < 0) {
_y = (_y + dicespeed);
}
_rotation = (_rotation + dicespeed);
}
Symbol 93 MovieClip Frame 20
cupposition = "cupshake";
Symbol 93 MovieClip Frame 30
cupposition = "cupslam";
Instance of Symbol 90 MovieClip in Symbol 93 MovieClip Frame 30
onClipEvent (load) {
playercup_txt.text = _root.playername;
}
Symbol 93 MovieClip Frame 40
cupposition = "cuptilt";
Symbol 93 MovieClip Frame 50
cupposition = "cuplift";
Instance of Symbol 90 MovieClip in Symbol 93 MovieClip Frame 50
onClipEvent (load) {
playercup_txt.text = _root.playername;
}
Symbol 105 Button
on (release) {
fade = 1;
}
Symbol 109 MovieClip Frame 5
stop();
Symbol 113 Button
on (release) {
play();
}
Symbol 116 Button
on (release) {
nextFrame();
}
Symbol 120 Button
on (release) {
prevFrame();
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 5
stop();
Symbol 128 Button
on (release) {
_root.boardclick.play();
nextFrame();
}
Symbol 129 Button
on (release) {
_root.boardclick.play();
prevFrame();
}
Symbol 138 MovieClip Frame 1
_parent.pbid = 1;
stop();
Symbol 138 MovieClip Frame 2
_parent.pbid = 2;
stop();
Symbol 138 MovieClip Frame 3
_parent.pbid = 3;
Symbol 138 MovieClip Frame 4
_parent.pbid = 4;
Symbol 138 MovieClip Frame 5
_parent.pbid = 5;
Symbol 138 MovieClip Frame 6
_parent.pbid = 6;
Symbol 138 MovieClip Frame 7
_parent.pbid = 7;
Symbol 138 MovieClip Frame 8
_parent.pbid = 8;
Symbol 138 MovieClip Frame 9
_parent.pbid = 9;
Symbol 145 MovieClip Frame 1
_parent.pface = "ones";
stop();
Symbol 145 MovieClip Frame 2
_parent.pface = "twos";
Symbol 145 MovieClip Frame 3
_parent.pface = "threes";
Symbol 145 MovieClip Frame 4
_parent.pface = "fours";
Symbol 145 MovieClip Frame 5
_parent.pface = "fives";
Symbol 145 MovieClip Frame 6
_parent.pface = "sixes";
Symbol 151 Button
on (release) {
_root.p1.pbid = pbid;
_root.p1.pface = pface;
_root.p2.pbid = "";
_root.p2.pface = "";
_root.p3.pbid = "";
_root.p3.pface = "";
_root.listener.pfirst = 0;
_root.boardclick.play();
_root.play();
}
Symbol 152 Button
on (release) {
_root.p1.pbid = "";
_root.p1.pface = "";
_root.p1.pliar = "LIAR";
_root.listener.pfirst = 0;
_root.boardclick.play();
_root.pirateliar.play();
_root.play();
}
Symbol 153 MovieClip Frame 1
stop();
Instance of Symbol 138 MovieClip "bidamount" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
if ((_root.listener.pfirst != 1) && (_root.p3._visible == true)) {
gotoAndStop(_root.p3.pbid + 1);
}
if ((_root.listener.pfirst != 1) && (_root.p3._visible == false)) {
gotoAndStop(_root.p2.pbid + 1);
}
}
onClipEvent (enterFrame) {
if (((_root.listener.pfirst != 1) && (_root.p3._visible == true)) && (_currentframe <= _root.p3.pbid)) {
gotoAndStop(_root.p3.pbid + 1);
}
if (((_root.listener.pfirst != 1) && (_root.p3._visible == false)) && (_currentframe <= _root.p2.pbid)) {
gotoAndStop(_root.p2.pbid + 1);
}
}
Instance of Symbol 145 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
if ((_root.listener.pfirst != 1) && (_root.p3._visible == true)) {
if (_root.p3.pface == "ones") {
gotoAndStop (1);
}
if (_root.p3.pface == "twos") {
gotoAndStop (2);
}
if (_root.p3.pface == "threes") {
gotoAndStop (3);
}
if (_root.p3.pface == "fours") {
gotoAndStop (4);
}
if (_root.p3.pface == "fives") {
gotoAndStop (5);
}
if (_root.p3.pface == "sixes") {
gotoAndStop (6);
}
}
if ((_root.listener.pfirst != 1) && (_root.p3._visible == false)) {
if (_root.p2.pface == "ones") {
gotoAndStop (1);
}
if (_root.p2.pface == "twos") {
gotoAndStop (2);
}
if (_root.p2.pface == "threes") {
gotoAndStop (3);
}
if (_root.p2.pface == "fours") {
gotoAndStop (4);
}
if (_root.p2.pface == "fives") {
gotoAndStop (5);
}
if (_root.p2.pface == "sixes") {
gotoAndStop (6);
}
}
}
Instance of Symbol 148 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Symbol 167 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
pface = "";
ones = 0;
twos = 0;
threes = 0;
fours = 0;
fives = 0;
sixes = 0;
if (d1._visible == true) {
d1.gotoAndStop(random(6) + 2);
} else {
d1.gotoAndStop(10);
}
if (d2._visible == true) {
d2.gotoAndStop(random(6) + 2);
} else {
d2.gotoAndStop(10);
}
if (d3._visible == true) {
d3.gotoAndStop(random(6) + 2);
} else {
d3.gotoAndStop(10);
}
if (d4._visible == true) {
d4.gotoAndStop(random(6) + 2);
} else {
d4.gotoAndStop(10);
}
if (d5._visible == true) {
d5.gotoAndStop(random(6) + 2);
} else {
d5.gotoAndStop(10);
}
onEnterFrame = function () {
if ((pbid == "1") && (pface == "ones")) {
pface1 = "one";
} else if ((pbid == "1") && (pface == "twos")) {
pface1 = "two";
} else if ((pbid == "1") && (pface == "threes")) {
pface1 = "three";
} else if ((pbid == "1") && (pface == "fours")) {
pface1 = "four";
} else if ((pbid == "1") && (pface == "fives")) {
pface1 = "five";
} else if ((pbid == "1") && (pface == "sixes")) {
pface1 = "six";
} else {
pface1 = pface;
}
};
Symbol 176 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 197 Button
on (release) {
gotoAndPlay ("gamesetup");
}