How works _root?

Hi all :slight_smile:

In flash i always used tellTarget to control everything, but now i’v discoverd _root… If im working in level 0 this works perfect, but when i’m in a mc in a mc in a mc, it does nothing… I just want a mc to play:

_root.myMc3.gotoAndPlay(“label”);

so must it be:

_root.myMc/myMc2/myMc3.gotoAndPlay(“label”); ?

can annyone help me ? (-: