Dragging on Different Levels

Posted by Fahim Akhter on Stack Overflow See other posts from Stack Overflow or by Fahim Akhter
Published on 2010-04-26T14:20:19Z Indexed on 2010/04/26 14:23 UTC
Read the original article Hit count: 176

Filed under:
|
|

Hi,

I have a flash project with three non overlapping panels (visual spaces) each of which contains different movie-clips. Each movie-clip in a particular panel is the child of that panel.

Now, I want to drag one of the movie-clips from one panel to another (remove it as a child from the first panel and add it to the other) without a jitter and proper drag.

What is the appropriate way to handle the drag architecturally. Should the drag be handled in all panels parent. In the panels, or the items themselves?

Thanks.

© Stack Overflow or respective owner

Related posts about flash

Related posts about architecture