Prev: "Director Player Error" Need help! Simple Script...
Next: Getting a return value from PHP to director
From: instructorTek on 27 Aug 2006 13:18 Hi all I have a projector that I'm using as a main menu screen. When the user clicks an option another projector opens in a window. I have no problem with this, but I want the main projector to be hidden when the other projector opens in a window. How can I hide this main projector when the window opens and show it again when the window closes. Thanks in advance. Any help will be appreciated.
From: Sean Wilson on 27 Aug 2006 17:21
You could use appMinimise() or window.close() or window.visible = 0 To know when to re-open the menu projector window you could use Buddy API to monitor the window handle of other projectors you open. When the handle disappears it's time to re-display the stage window of your menu projector. <http://www.mods.com.au> |