Calling nested movies on level 2?

Hello,

I encountered a problem with my ascripting today. I have this nested movie on the main timeline called “mainnav_mc”, inside that symbol are a bunch of movies, and one of them is “nav_gallery”. Now on frame one of “nav_gallery”, how do I call the “mainnav_mc” to play to another frame?

This one doesn’t seem to work obviously :slight_smile:

_root.mainnav_mc.nav_gallery.gotoAndPlay(“hide”);

I also tried _parent but it’s not working either.

Thank you so much