[AS 2.0] Error in build-in/build-out transition

I used the tutorial done by [FONT=Verdana][SIZE=1][COLOR=#666666]Voetsjoeba on “[/COLOR][/SIZE][/FONT]**[FONT=Verdana][SIZE=4][COLOR=#003366]Transitions [/COLOR][/SIZE][/FONT] **[FONT=Verdana][SIZE=4][COLOR=#003366]Between External SWFs” [SIZE=2][COLOR=Black]on my website to make transitions between content.[/COLOR][/SIZE]

[COLOR=Black][SIZE=2]Everything is working ok, such as the transitions, but when the transition is starting to build in and you click another one of the buttons it temporarily disables the button that is clicked. So once the content has finished loading the button that was clicked during the load is inoperable. You must then must click one of the other buttons to reset it…

Here is the code that I used… Since my buttons are not on the main stage I had to change it slightly so it would load the content into the container.

[SIZE=1]on (release) {
if (_root.currMovie == undefined) {
_root.currMovie = “story”;
_root.container.loadMovie(“story.swf”);
} else if (_root.currMovie != “story”) {
if (_root.container._currentframe >= container.midframe) {
_root.currMovie = “story”;
_root.container.play();
}
}
}

[SIZE=2]I have done everything in the tutorial: [/SIZE][/SIZE][/SIZE][/COLOR][/COLOR][/SIZE][/FONT]http://www.kirupa.com/developer/mx2004/transitions2.htm
[FONT=Verdana][SIZE=4][COLOR=#003366][COLOR=Black][SIZE=2][SIZE=1][SIZE=2]
to the T… except for the extra stuff on my page…

Here is the link to my website:[/SIZE][/SIZE][/SIZE][/COLOR][/COLOR][/SIZE][/FONT]http://www.crusadeclad.com
I do have a bunch of stuff loading in on my main page, that eventually ends with a stop action at frame 165… I dont think that has to do with it… Please help if you can…

Thanks
[FONT=Verdana][SIZE=4][COLOR=#003366][COLOR=Black][SIZE=2][SIZE=1]

[/SIZE]
[/SIZE][/COLOR][/COLOR][/SIZE][/FONT]