Hi,
Let's say i have a container (it's a symbol... sym.container=sym.createChildSymbol("container","containers");)
1. Created a child symbol "object" in one container.
sym.object=sym.container.createChildSymbol("object","containerForObjec t");
2. Made several changes to it.
What i want to do now, is to
1. Create a new container. sym.container2=sym.createChildSymbol("container2","containers");
2. delete the symbol the "object" was in. sym.container.deleteSymbol().
3. Put the "object" (without creating it again, just moving it) in the, new, sym.container2's "containerForObject".
<out of ideas>
Thanks,
Dario