View Single Post
  #4 (permalink)  
Old 10-21-2004, 11:36 AM
voodooboy voodooboy is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Seattle, WA USA
Posts: 962
voodooboy RepRank 0
Default

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!!
Reply With Quote