Topic: Loading misc. features with Multiple Galleries!
I've customized the mutliple gallery example and now I want two sections that load up something other than another gallery. How do I do that? For instance, I'm trying to load a Contact Form for the Contact section (with a button named mcGal8) and it keeps trying to load a gallery. The Contact Form is labeled and on a different frame a little further down the timeline.
[code]
mcGal8.onRelease = function(){
loadContactForm();
}
function loadContactForm() {
gotoAndPlay("contactform"); //assuming you want to skip forward some in the same movie clip
}
[/code][/code]