Lavada
11-30-2005, 01:08 PM
Hey hey
I am new to flash so many of you will think im stupid :) But who cares, all were a newb once :D
I am making a whole flash site and i have 6 buttons in my menubar. What i want to get is when i click my buttons the current movie that is playing in my container fades out, and the new movie fades in after the old 1 is faded out.
For each of the 6 movies i have a seperate swf file and i load them in a containermovie on my main stage.
I use this code on the buttons,
on (release) {
containerMain.loadMovie("Home.swf");
}
Now when i press the buttons the movies are nicely loaded and they are in the correct place. They even fade in becouse i made a tween @ the start of the movie. But why ow why cant i get the current movie to fade out...
Plzzzzz help me with this i searched for like 3 days and found alot of stuff that is helpfull but this i couldnt find ....
Cheers Dominic @ Lavada
I am new to flash so many of you will think im stupid :) But who cares, all were a newb once :D
I am making a whole flash site and i have 6 buttons in my menubar. What i want to get is when i click my buttons the current movie that is playing in my container fades out, and the new movie fades in after the old 1 is faded out.
For each of the 6 movies i have a seperate swf file and i load them in a containermovie on my main stage.
I use this code on the buttons,
on (release) {
containerMain.loadMovie("Home.swf");
}
Now when i press the buttons the movies are nicely loaded and they are in the correct place. They even fade in becouse i made a tween @ the start of the movie. But why ow why cant i get the current movie to fade out...
Plzzzzz help me with this i searched for like 3 days and found alot of stuff that is helpfull but this i couldnt find ....
Cheers Dominic @ Lavada