How to modify this flash 4 script to work within a movie clip

I’ve given up trying to do this myself and desperately need help.

I got an fla for an image scroller and need to make this script work within my project and within another in flash mx 2004.


if (Number(/scOne:_x)<Number(/:destination)) {
speed = (/:destination-/scOne:_x)/14;
setProperty("/scOne", _x, Number(/scOne:_x)+Number(speed));
} else {
speed = (/scOne:_x-/:destination)/14;
setProperty("/scOne", _x, /scOne:_x-speed);
}
setProperty("/scTwo", _x, Number(/scOne:_x)+600);
setProperty("/scThree", _x, Number(/scTwo:_x)+600);
setProperty("/scFour", _x, Number(/scThree:_x)+600);
setProperty("/scFive", _x, Number(/scFour:_x)+600);
setProperty("/scSix", _x, Number(/scFive:_x)+600);

I can upload the original fla or the one that is not working in my project. Let me know.

Will really appreciate your help.