hmm when I try to
Insert Target Path and check absolute
I get only the _root no other movieclips in the hierarchy

this is the scenario:

I have a movieclip in the main timeline in layer1 which contains a button now when I roll over this button I want
to use the tellTarget(
to stop a movieclip2 which is in Layer 2 of the main timeline


Basically I want to use this code in the button....

on (rollOver) {
tellTarget (<not set yet>) {
gotoAndStop (1);
}
}

I tried setting the target to be
_root.movieclip2
but it doesn't work....can anyone fill me in on what am I doing wrong....when I try to Insert Target Path and check absolute I get only the _root but no other movieclips in the hierarchy show ....????