yer.addChild(myChild)
> DynAPI.document.addChild(myLayer)
> }
>
> function TestIt() {
> myChild.moveTo(myChild.getPageX(), myChild.getPageY());
> myChild.removeFromParent();
> DynAPI.document.addChild(myChild)
> }
>
>
>
>
> name=buTest>
>
>
&
Wednesday, January 31, 2001 2:10 AM
To: [EMAIL PROTECTED]
Subject: Re: [Dynapi-Help] Drag layer outside the container...
look at the "drag 'n' drop" examples. This involves removing the layer from
it's parent
when you start dragging it and adding it to the document. Th
look at the "drag 'n' drop" examples. This involves removing the layer from it's
parent
when you start dragging it and adding it to the document. Then adding it to the
target
when you drop it over it.
Andreas Gortsilas wrote:
> In the following source I want to drag the "myChildLevel2" from
In the following source I want to drag the "myChildLevel2" from "myChild" to
"myChild2"
but
when the draged layer cannot get out of the "myChild" layer (container)
What I must do in order to allow the "myChildLevel2" layer to be draged
outside the container?
Maybe I must change the container o