Hello again!!
I had a small problem with scrolling buttons. They are scrolling to the left so as the user scrolls they move etc etc.
However I have this inside a movie clip and i cant get it working at all, I think its because its inside a movie clip not the main timeline so I have to add more code.
Any advice, here is the code I am using.
Thanks
_root.onEnterFrame = function () {
this_aboutbtn_mc._x = (-5.5/416 * _root._xmouse)+10.0
}
George