Mc and levels

I have a question regarding levels and different MCs. say i have 2 different MCs, both on the stage.

_root.MC1
_root.MC2

inside of MC1, then is another MC [_root.MC1.new_one]. _root.MC1.new_one will be duplicated a few times, say to levels 100, 101, and 102.

now, inside of _root.MC2 I want something similar to happen, duplicating _root.MC2.new_two a few times.

My question is, are levels part of the entire stage or are they independed to different movie clips. If I duplicate _root.MC2.new_two to levels 100, 101 and 102 will there be a conflict. I understand that all I have to do is change the levels of the second set, which is easy, so I guess I’m just asking out of curiosity.

If anyone can help please let me know

Thanks
Andrew

I am under the impression that each movie clip has it’s own set of levels and should not interfier with other objects set to the same levels, in opposing m/c’s.

I’ll see if I can confirm that.