How do you link a button in a movie clip to a scene outside of the clip? I can make the clip link to itself just fine, but when I give a button with the movie clip the action:
on (press) {
gotoAndPlay("SCP", "cp");
}
it does not go to the scene and label. Am I missing another line of script?
on (press) {
gotoAndPlay("SCP", "cp");
}
it does not go to the scene and label. Am I missing another line of script?