ok, ive been using a template to start. I made 7 individual swf files that I now want to link to create the site. They are all the same size stage… I dont need to have them load into a target unless thats the only way it could be done. As I have it now it seems to be loading ontop of eachother but doesnt always work because I think its a layer problem… heres what one of my buttons look like… what should my code look like on the buttonsHelp would be sooooo much apreciated! -Joseph
on (release) {
if(_root.b<>3){
unloadMovie(1);
loadMovie("fo_profile.swf",2);
_root.b=3;
}
}