say i have 5 buttons..each one of these buttons loads a movie into a level on the main movie..now what i want to do is for each button i want it to load the movie that it is suppose to(of course) and also unload the movie that is open previous to it..now i could do it with the unload movie action but i'm not sure which level to unload..you know what i mean? say if there on button 1..then they goto button 5..when they click the button to goto button 5 i need it to unload 1..
on (press) {
loadMovieNum (" 1);
unloadMovieNum (what would go here to make it unload the previous movie);
}
or am i going about this all wrong..suggestions??
carlsatterwhite@endangeredgraphics.com
on (press) {
loadMovieNum (" 1);
unloadMovieNum (what would go here to make it unload the previous movie);
}
or am i going about this all wrong..suggestions??
carlsatterwhite@endangeredgraphics.com