This is in the manual of the A7:
Code:
function click_panels_away()
{	
  mouse_mode = 4;
  while(1)
  {
    if (mouse_left && mouse_panel) // left button pressed over panel?
      reset(mouse_panel,SHOW); // remove clicked panel
    wait(1);
  }  
}


What should be the wrong part of it?

Last edited by Aku_Aku; 02/26/12 10:14.