Hi all,
I have a movie clip with a button that loads an external flash movie when clicked. Once the external movie is loaded I would like the movie clip (that will remain as a background) to low its opacity. How can I do that ??? I'm using AS2 and the way that I'm loading the external movie is:
Thanks a lot in advance!Code:on (release) {
loadMovieNum("new.swf", 1);
}
