CODE
if("leftscore" == "5") {
gotoAndStop(4);
}
if("rightscore" == "5") {
gotoAndStop(3);
}
gotoAndStop(4);
}
if("rightscore" == "5") {
gotoAndStop(3);
}
If I put in > it just skips right to the losing page. I've also tried "===" and ">=". Anyone have any idea?