I need help. Nothing seems to be working correctly. I’m using a test file so I can see how a full website is going to work. I’ve got 5 layers: Background, title, menu, main contents, Actions.
I have an empty movieclip that I call “contents-main”. And it is placed in the proper location.
On Frame 1 of the Actions panel, I have loadMovie(“760-250-main.swf”, “contents-main”); This works fine and loads the movie into the empty clip.
On the menu layer, I have a button. What I want to do is click on that button and havea different movie load into the movieclip called “contents-main”. I have tried everything on the tutorials that I can find and nothing will work.
This is what I’ve tried:
on (press) {
loadMovie(“test.swf”, “contents-main”);
}
I also tried putting different variations and also putting the unloadMovie before loadMovie statement.
Can someone please help me?
Thanks,
Matt