QuietStorm
02-21-2003, 09:59 AM
Okay, I tried looking for this on the site, and on various other sites, and can't find a solution, so please don't flame me for posting this :)
I have a main movie and have other movies that are to be loaded within it. I've tried using this and it works:
on (release) {
loadMovie ("page1.swf", "/main");
}
Now the effect I am trying to do, can be best described as first using a "curtain" to cover the previous section (creating a smooth transition), then reopening it to reveal a new section. When using this command however, the previous movie seems to "clear," then the curtain effect occurs (the curtain closing is part of the movie that is to be loaded). This however completely makes the curtain effect useless.
I'm pretty sure the prob is within the main movie , because I experimented using levels and it worked (however each link must be opened in a certain order).
If you still can't picture what I am trying to do, go to http://www.2advanced.com and notice how when you click a link, it "wipes away" the previous content.
Please Help!!
Thanks in Advance,
QS
I have a main movie and have other movies that are to be loaded within it. I've tried using this and it works:
on (release) {
loadMovie ("page1.swf", "/main");
}
Now the effect I am trying to do, can be best described as first using a "curtain" to cover the previous section (creating a smooth transition), then reopening it to reveal a new section. When using this command however, the previous movie seems to "clear," then the curtain effect occurs (the curtain closing is part of the movie that is to be loaded). This however completely makes the curtain effect useless.
I'm pretty sure the prob is within the main movie , because I experimented using levels and it worked (however each link must be opened in a certain order).
If you still can't picture what I am trying to do, go to http://www.2advanced.com and notice how when you click a link, it "wipes away" the previous content.
Please Help!!
Thanks in Advance,
QS