PDA

View Full Version : Open a help window


kennerley
04-07-2004, 06:38 AM
Am using MX, How can i create a help window that will open on top of my movie to give relevant help to that page (various help pages required).
When the help page is open the movie underneath is faded out and unclickable untill the help page is closed. :confused:

Does this make any sense?

prt1
04-07-2004, 07:11 AM
You could make the help movie a movie in your main movie and set the _visible property to true or false as required.
If you made a background of the help movie the same size as the main movie and set the background to _alpha = 50
This should disable the main movie until the help movie is made invisible again.
Hope this idea helps.