I thought of that, but it didn’t seem like it was going to work.
What i did end up doing was this I put a var in the _root level and when I clicked on the button(in MC2) it made that variable true, and made the movie go back a frame (which holds MC1), then in the first frame of MC1 I just threw an if statement in there checking to see if the variable I just wrote was true or not, if it was, it shot it to the last frame in the MC1, if not, it didn’t do anything.