> Nope, cannot.  Layers simply exist in the frame they were made in and
that's
> it.  I would be amused to see one of these coding gods come up with a
> simulation of dragging between frames by actually using a duplicate of the
> layer being dragged in the target frame, but I could not imagine it
working
> well.

And why not? Don't we have cloning functionality?

You set a var
var DragLayer;
var dragframe;

if you are dragging a layer in frame1 then
draglayer=myLayer
dragframe=1

and in frame2
.ondragmove...
{
...
if (Draglayer && dragframe <> 2){
    do the cloning here, set draglayer to be the new (cloned)layer nad
dragframe to be 2
}
...
}
>
> M.
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> Towers
> Sent: Monday, January 29, 2001 9:00 AM
> To: [EMAIL PROTECTED]
> Subject: [Dynapi-Help] Help
>
>
> Can anyone tell me if it's possible to drag layers between frames? and
some
> example code would be helpful.
>
> Thanks
>
> Mike Towers
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to