Trying to add the dragged item to where it drops on the second canvas. I have canvas.addChild(draggedItem);
1) How do I reference the draggedItem after that. I can only think of canvas.getChildAt(canvas.numChildren - 1)..but that's definitely not the right way to do it. 2) To position it where the proxy image hits the canvas and not where the mouse hits the drop target.

