You need to retrieve the current scroll value. So instead of scroll to X 10, it should be scroll to X ScrollX + 10. ScrollX will retrieve the current X scroll value; likewise, ScrollY will retrieve the current Y scroll value.
Also, I don't there's a way to do anything like the second question you asked(not in the behavior, anyways). You'd have to come up with your own method of doing that.