Why is my "Unload Movie not unloading the movie?
I have a mail form that is loaded into level 1 as a separate movie using the following code:
on (press) {
tellTarget ("_root" {
gotoAndStop ("ContactFr"
loadMovieNum (" 1);
}
}
All of the other buttons have an unload command to get rid of the movie so users can see what is underneath it in level 0. It simply is not working as far as I can tell. once the mail form is loaded and I hit one of the other buttons...I am taken to the specified frame and all I see is the same mail form with some of the text peeking from around the edges underneath it in level 0.
my unload command is as follows:
on (press) {
unloadMovieNum (1);
tellTarget ("_root" {
gotoAndStop ("HomeFr"
}
}
is there something I am missing here? Ya' Gotta Love It!X-)
I have a mail form that is loaded into level 1 as a separate movie using the following code:
on (press) {
tellTarget ("_root" {
gotoAndStop ("ContactFr"
loadMovieNum (" 1);
}
}
All of the other buttons have an unload command to get rid of the movie so users can see what is underneath it in level 0. It simply is not working as far as I can tell. once the mail form is loaded and I hit one of the other buttons...I am taken to the specified frame and all I see is the same mail form with some of the text peeking from around the edges underneath it in level 0.
my unload command is as follows:
on (press) {
unloadMovieNum (1);
tellTarget ("_root" {
gotoAndStop ("HomeFr"
}
}
is there something I am missing here? Ya' Gotta Love It!X-)