Well maybe i didnt read it enough, i allready have the buttons made was just wondering what actions i put into each button isnt it a simple "Load movie. “artwork.swf” action into the main swf?
1- create an empty movie clip
2- drag one instance of this movie to the stage
3- open the properties at the bottom of flash (by default there)
4- in the instace name (in the box) name it any thing you like, i named it emptyMC.
5- choose your button, right click on it and choose Actions and
in the window write this code
on (release) {
loadMovie(“Artwork.swf”, “emptyMC”);
}
this code for the Artwork, repeat it on rest of the buttons