bool a = AS3.Getbuttonstate(20006);
if(a)
{
	AS3.Switchbutton(false, 20006);
	MessageBox.Show("False");
}
else
{
	AS3.Switchbutton(true, 20006);
	MessageBox.Show ("True");
	
}