Within the main movie add to the first frame:
loadMovieNum("buttons.swf", 2);
(this being your button movie)
From the buttons use this script:
on (release) {
loadMovieNum("page.swf", 7);
}
page.swf being the movie you want to load and the preceeding number being the layer you are loading it into.
Let me know if this helps.
__________________
Scott Brinkerhoff - Art of Zen Studios
Web Design I Design Monk
© 2000-forever - All rights reserved by me - SO THERE!!
|