Is he trying to do what I'm trying to do, jump to a frame in another movie:
Code:
_root.movie1_mc.movie2_mc.gotoAndPlay(dat);
I can't get this to work for love nor money. Any suggestions? I don't think it's just a scope problem from _root I can drill down to the time line of my nested movie, and advance frames but I can't drill down any further to another nested instance?
Any help?
