> My perfect solution would be to not have the #document MIAW > disappear behind the stage.
Tool windows layer with tool windows, document windows layer with document windows, tool windows are always on top of document windows. If you want to enforce layering order within a particular window type (keep one document window always behind another) then you'll have to hand-roll your own routines that enforce this via moveToFront() and/or moveToBack() calls, also keep an eye out for the activateWindow/deactivateWindow events as those are likely trigger points to try and catch in order to decide when to move a window to the front/back. Hope that gets you started! Cheers, Tom Higgins - Technical Product Manager Macromedia Director and the Shockwave Player http://weblogs.macromedia.com/thiggins/ ... [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
