Hi
I can’t find the answer to this anywhere, but it must be a pretty standard thing to do.
I have a swf loading automatically as part of an animation, but I want the user to be able to close this whenever they want while it’s playing.
The movie is loaded inside an MC, inside an MC, inside an MC (is this levels?), because there’s quite a lot going on.
When the button is pressed, the screen should go back to the second frame of the bottom level, back to the main screen.
Does anyone know how to do this? I’ve tried:
on(release){
_root.gotoAndPlay(2);
}
and some others I forget now. I’m putting this directly on the button.
Please help!
Thanks, Sophie