Cool auto scroll

OK - I need some serious tips on this one :-\

I’m trying to make a menu system simalar to the one on mjau-mjau.com (the audioplayer)!

Here is what I have done so far, but I don’t know if this is the right way…!?

onEnterFrame = function() {
	speed = 6;
	if (_root.fakeHit.hitTest( _root._xmouse, _root._ymouse, true)) {
	_root.bar01._y += (_root._ymouse-_root.bar01._y)/speed;
	
}
}

But I can’t quite figure out how to make the movement. (The height of the moving MC versus the height of the hitTest area)??
How to make the moving MC “fit” within the hit area…?

Any help or tips would be very NICE! :slight_smile: