// get the window on the highest depth:

var topChild:DisplayObject = getChildAt(this.numChildren-1)
this.swapChildren(theWindowIWantToBringToTop, topChild)



On 6/9/07, Matthew Dahl <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> I have a application I am creating that contains a few TitleWindows
>  that I have made draggable. Now I would like to make it so that when a
>  TitleWindow is clicked it is brought to the front. Does anyone know
>  how to achieve this. On one site they did Win.orderToFront(); but
>  orderToFront doesn't actually seem to be defined and no where in there
>  code did they define it. Thanks in advance,
>  Matt
>
>  

Reply via email to