I have a movie clip called mc2 with the instance name of ‘mc2’, and another movie clip called hit with the instance name of ‘hit’.
I have one more movie clip called mc1 with the instance name of ‘mc1’.
mc2 is within mc 1, hit is outside mc1 on the actual stage.
What i would like to happen is:
When collision is detected with mc2 and hit and the user presses the enter key. the movie will go to frame 2.
How can i do this?