if (AS3.Getcheckboxstate(75))
{
AS3.Setcheckboxstate(false, 75);
AS3.Switchbutton(false, 20001);
}
else
{
AS3.Setcheckboxstate(true, 75);
AS3.Switchbutton(true, 20001);
}
ger21 wrote:Question?
Do the actual checkboxes need to be on the screen when I do this?
If so, my plan was to put them on a hidden tab .
If I don't need to add them, that makes things a little easier.
Users browsing this forum: No registered users and 14 guests