# Need Help Baaaaad!

**URL:** https://forum.kirupa.com/t/need-help-baaaaad/13827
**Category:** Uncategorized
**Created:** [February 18, 2003, 5:51pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827 "2003-02-18T17:51:56Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![deemac](https://avatars.discourse-cdn.com/v4/letter/d/ecd19e/32.png) [@deemac](https://forum.kirupa.com/u/deemac)
#### Post date: [February 18, 2003, 5:51pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/1 "2003-02-18T17:51:56Z")

</div>

Can anyone tell me how to duplicate the loading transition effect used on [www.melissasweet.com](http://www.melissasweet.com)  
I am having trouble with the load movie command closing the door then loading my new movie.

PLEASE HELP !!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 18, 2003, 7:13pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/2 "2003-02-18T19:13:55Z")

</div>

try putting your preloader at the beginning of your movie, possibly in a separate scene called ‘preloader’, then have it test bytes/frames loaded in the bigMC that you’re loading in the main scene. set the visibility of bigMC to zero, or have it go to a blank frame, or otherwise hide it until the user clicks its link, and since it’s already loaded, it should go the way you want it…  
-mojo

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 18, 2003, 7:51pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/3 "2003-02-18T19:51:43Z")

</div>

what do you mean???

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 18, 2003, 8:48pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/4 "2003-02-18T20:48:21Z")

</div>

Thanks alot but Im not sure I understand you.

Here is what I have a link bar with drop down menus

link 1 loads “about.swf” into holder MC on \_root.

link 2 loads “about.swf” (for testing purposes) into holder MC on \_root.

I want these links to show a door masking effect on each click  
(close door “masking content” , then open door revealing a loading bar which will be loading my new movie.)

The part I am stuck on is how can I show this same effect for each link no matter what order the are pressed ?

please take a look

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 18, 2003, 8:51pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/5 "2003-02-18T20:51:55Z")

</div>

in the example movie, the bigMC is being loaded at the point where the user clicks the button, which is making the preloader status bar kick in, right? therefore, what you want to do is preload that MC before the user enters the main site–so that when the user clicks the button, the animation starts playing straightaway, as it’s already loaded…make sense?  
-mojo

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 18, 2003, 9:11pm UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/6 "2003-02-18T21:11:57Z")

</div>

ok, so you’re after the functionality that the link showed? i thought that was your site and you wanted to fix that specific problem…

unfortunately, i’m away from my flash machine right now, so i cant look at your .fla until later, but here are some general tips:  
first, when you load .swfs, you are putting them on higher levels, which makes masking more difficult–you’d probably need to do something like putting your loadMC inside maskMC, which would hold your mask animation. then you’d need to write a function or other statement that would dynamically construct the name of the swf to load, and then call this when you want your transition to another section.

imo, i’d try not to load external swfs unless absolutely necessary–i used to build movies that had all the content loaded from externals, and found that 9 out of 10 it’s more trouble than its worth–if you are set on using them, that’s cool, just be prepared for more hassles.

i’ll take a look at your file and get back to you later, and in the meantime maybe somebody else will pick up the thread…  
-m

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 19, 2003, 1:18am UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/7 "2003-02-19T01:18:16Z")

</div>

check out this fla , it was created by a friend and i updated some code in it.

tell me if it helps 😏

[http://members.optushome.com.au/paulsoultis/sample.zip](http://members.optushome.com.au/paulsoultis/sample.zip)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 20, 2003, 6:21am UTC](https://forum.kirupa.com/t/need-help-baaaaad/13827/8 "2003-02-20T06:21:16Z")

</div>

many, many, thanks to everyone who responded.

I took a look at the file and decided to go another (less smooth route) maily because I am on a time line.

I will keep the file for future reference…

■■■■ you make it look so easy…
