Smooth scroll_____help!

Hi! I am trying to do a smooth scroolling images in flash.
Basically I create 4 buttons for the 4 different position of the images. To each button i give a _x position. That’s work!

I mask the image_mc (the image is for different screen shoots of a own project).

Then I attach a empty movieclip to the timeline with the follow script.

onClipEvent (load) {
this._parent.southbank_mc._x=100
}

Well…of course when i test the movie the _x position of the movieclip is 100 but It doesn’t scroll the rest of that images to this position.

Can anyone please give me a hand or two?

Thanx

Appi
:hr:

i didn’t get what you want