I have a layer called "home_movie" and on that later on the end frame is a movie clip that plays, what i want to happen at the end of the animation is it to send the user back to the frame above they started at. which is layer: home_movie, frame id: main_movieopt but its not working.
I tried two combos its not working any help?
gotoAndStop ("home_movie", "main_movieopt");
Nothing happens just stops the animation and don't take them back to the menu..
home_movie_mc.gotoAndStop ("main_movieopt");
gives an error, i am not sure hot to call it, if a flash guru can help i would appreciate it!
*UPDATE: I finlly fixed it thanks to you guys and a little web search, now it works great!
MovieClip(this.parent).gotoAndStop("main_movieopt");