Question about making a pop-up window!
This is most certainly a question that has been asked on this forum before, but how do I add a child to the main stage from a child movieclip?
Basically, I have a movieclip linked to an external actionscript class. When the user clicks a button in the clip, I want to open a pop_up window on the main stage. When the user clicks a "close" button on the pop-up window, it should close. Can all the event handler code for this pop-up reside in the movieclip class even though the object is in the display list for the stage?