I have a problem when i want to hide a menu or click again on one object.
I have a button that if i click on it message box appears. but when i want to hide it by click on the same button is not work.
public void pressed()
{
mini.enabled = true;
}
public void pressedagain()
{
// mini.enabled = false;
// or
// if (mini = true)
{
mini.enabled = false;
can anyone help me with this.PLEASE ![]()