Hi please I tried this in differents ways
I have a function in _root for controling a clip "movie_page".
this is the scheme.
"scene", into the "escene" have the instance "all_pages".
"all_pages", into the "all_pages" have the instance "page".
"page", into the "page" have the instance "movie_page"
then with a button I do work a function in _root for do gotoandplay "movie_page" but don't work:
_root.all_pages.page.movie_page.gotoAndPlay("frameToStart")
this don't work, what is the correct way for do gotoandplay in a clip into the other ones from _root?, thanks for advice.
I have a function in _root for controling a clip "movie_page".
this is the scheme.
"scene", into the "escene" have the instance "all_pages".
"all_pages", into the "all_pages" have the instance "page".
"page", into the "page" have the instance "movie_page"
then with a button I do work a function in _root for do gotoandplay "movie_page" but don't work:
_root.all_pages.page.movie_page.gotoAndPlay("frameToStart")
this don't work, what is the correct way for do gotoandplay in a clip into the other ones from _root?, thanks for advice.