Hi, I have an empty_MC on my main.swf. In that empty_MC I’m loading 1.swf.
In 1.swf I have a movie clip on scene 1 called fade_MC. If I put a button on my main.swf how can I tell fade_MC to play?
This is what I’m using to load the 1.swf into my main.swf
empty_MC.loadMovie(“1.swf”);
Thanks,
KateH=)