Calling upon a movieclip

I made a scrollbar and this is at the beginning of the script:

onClipEvent (enterFrame) {
if (ini_clip<>1) {
text = “textextexetxetxetxetxetxetxetxet”
barscroll.drag = 0;
ini_clip = 1;
}

Where it says “text=texetextextextxetxetxet” I want it to go to a movieclip with the text because I want to adjust the character spacing and I can’t do that with dynamic text.