This is probably very simple… but I can’t seem to find this looking at the help files. I have a my main flash file (flash 8), that has within it a movie clip that with the menu I created. I want to use this menu to control the main movie… but going to a specific frame. Can this be done… can a movie clip control the playback head of the main movie. I’m using the following but it doesn’t work.
on (release) {
gotoAndPlay(“Scene 1”, “frame 5”);
}
thanks