Scrolling a movie with xml loaded data

i’m trying to load xml data into a movie clip that can then be scrolled. when it is loaded, the scroller moves the clip’s y position down, and not up. it’s fixed when i add an empty text box over the clip, but i don’t want to do that, because that limits the size of the menu, and makes you scroll through empty space.

any suggestions?

.flas are attatched.

Change the dy in the prototype function to this:

dy = Math.round(((top+((top-bottom)*r)-menu._y)/speed)*friction);

one thing i haven’t figured out yet though is the menu returns a few pixels further up than where it started if you drag the reddrag back to the top… but its friday and i’m going home. :slight_smile:

i’ll check back if i figure more out.