That didn't work, here is the code for the invisible button I
am using to trigger things that lives on the main timeline, "Book
Meetings" is a frame on the main timeline (that part works). "Type"
is the movie clip and "Nav 2" is the frame I want it to stop on:
on (rollOver) {
gotoAndStop("Booking Meetings");
}
on (rollOver) {
_parent.Type.gotoAndStop("Nav 2");
}
I know in theory it should work, I thought mine should work I
know I am mush now but it needs to be done by morning.