var wnd = getMainWnd(); // shows the state of the window trace(wnd.windowState); // returns true if window is show, false if window is hidden) trace(wnd.visible);
Was this information helpful? Yes No