Quote:

2) Hide a panel: your_panel.flags &= ~VISIBLE;
Remove a panel: pan_remove(your_panel);



i have tryed this but noluck where would i use this can it be used like this?
Code:
  if (startpan_hide=1)
{
start_pan.flags &= ~VISIBLE;
}