I have a scene with buttons that call upon outside movies to be loaded. But when I click a button to go to a new frame, the outside movies on still being seen on top. Right now my button Action is:
on (release) {
gotoAndPlay(16);
}
What should it say to unload all movies then go the 16?
