trying to understand getDepth better
i have main mc and mc b so i do
main.attachMovie("b", "b1",1);
it works fine it but if i change depth from 1 to main.getDepth the main mc dissapears. why is that? does main mc get replaced by b1?