SyntaxError: missing ) after argument list
I'm getting the above error when I try to hit "okay" after editing a script in a field. The offending lines are:
//set properties of check box
togBot.strokeColor = color.black; togBot.fillColor = color.white;
togBot.setAction("MouseUp", "this.getField("botPh" + spwn).display = (event.target.value=="Off") ? display.hidden : display.visible");The parentheses match up, and the code matches a very similar (working) one elsewhere in the script. What is going wrong? Thanks!
