-- Lingo syntaxwindowObjRef.restore() // JavaScript syntaxwindowObjRef.restore();
Window method; restores a window after it has been maximized.
Use this method when making custom titlebars for movies in a window (MIAW).
None.
This statement restores the maximized window named Control Panel:
-- Lingo syntax
window("Control Panel").restore()
// JavaScript syntax
window("Control Panel").restore();