Hey, I have a question about the .loadmovie feature.
I want to create buttons that are animated (as a movie clip) and when you click on them they will tell a movie swf file to fade out.
eg site: [COLOR=#22229c]http://www.aliciakeys.com[/COLOR]
(eg when you hover over the “event” button it moves and when you click on it fades out the items in the clip to load another swf file)
I only know how to do this:
[COLOR=#22229c]http://www.lilkimcares.org[/COLOR]
if you hover over the “about” button then you’ll see that it’s animated but when you click on it, it unloads the swf file without fading out any items
Coz i’ve added this code to the button:
on (release) {
_root.contents.loadMovie(“about.swf”);
}
Does anyone know how to tell another swf file to play and unload like they have done on the alicia site … ??? (if that’s how it’s done)
Feel free to direct me to a tutorial
lemme know if i need to elaborate (i have flash mx)
thx