I’m designing a site at the moment & I’ve run into a minor snag. I am loading about five external swf’s, for each page of the site, from the main ‘home’ page. you can view it here Trouble with levels. I can load the movies fine, but what I want is to load each new movie into a higher level than the last, as each movie appears with a mask (for an example have a look at the site I’ve done then click on the ‘Contact Us’ button - that is what I want to do on all of the pages…) all of the swf’s are loaded into level one with the exception of the ‘Contact Us’ page. (By the way, there is no ‘News’ page yet)
The very simple code I used to load the movies is:
on (release) {
loadMovieNum("contact.swf", 2);
}
I hope you understand what I’m trying to get at.
Cheers
Z