Hi, I'm wanting to use move(), to move a checkbox object (on click) from x, y in original <mx:Panel id="panelA"> component to new x, y in different <mx:Panel id="panelB">.. possible? I've been able to move to new x,y inside existing panel without a hitch, but need to know if you can "move" inside of new one.
If this is doable, can you recall back to original x,y in original panel, on click? thanks, Steven

