does it matter wether or not the mc is an external mc? And can I put that script on a button that loads something else? For instance the "news" button has the following script on it to load the swf:
ActionScript Code:
on(release){
mc_1.loadMovie("scrolltext1.swf");
}
should I put the removeClip script on that before the mc_1.loadMovie script? I don't use levels, I have an mc (called mc_1) on the main page loading the external swfs. I'm not sure how to use the duplicate mc script or where to put it. That is my main point. I have no idea where to put the script I've been given! I'm sorry I'm being so thick headed here, but, I just can't figure this out!