MovieClipLoader

I have been looking all over for an answer to this question and havent found it yet so if I ask it again please just send me the link.

I have my main movie and I am using the Movie Clip loader to load in swf files. Loading all the stuff is fine when they are basic things but I got to my portfolio and added a slider to it. Well the slider works perfect until I load it in. My code are on my buttons which look like this:

on (release) {
var targety:Number=-1617
script.gotoAndPlay(“move”);
}

The script movieclip is just a movieclip with script on it. Anyways I have tried _root and it wont let me do it to the variable at all so I am pretty much stuck at a stand still. Please help or guide me in the right direction. I have been working in flash for awhile and want to enhance my skills but I guess its not working to well.