UI Slider to Slide a MovieClip

I it possible to use the UI Slider to slide a Movie Clip that is larger than the stage??? I hav searched and searched?

panSlide.addEventListener(SliderEvent.THUMB_DRAG, panChange);

function panChange(evt:SliderEvent):void{
???
}

the MovieClip I’m trying to change is named mc_slide. I have tried so many things.

I have the slider and movieClip both starting in the middle.

On the Slide min is -50, max is 50. I have the mc_slide centered in the stage.

Please help.

:link: