I know this seems weird but I want upon reaching a certain frame. I want something like this to happen.
[AS]_root.gotoAndPlay(2);[/AS]
that is fine but at the same time I want this to happen also
[AS]_root.hidden.movie.gotoAndPlay(2);[/AS]
So basically target 2 movies to play at the same time. But for some reason it is not working for me. A lil help please?