I am trying to create an auto-scrolling credits scene, where you can also drag up and down the scrollview as you see in so many games. So far everything is working great except for one issue. I am tweening the ScrollView itself, and the tween pauses momentarily whenever a touch is detected. Problem is, the clipping area moves along with the scrollview, and I end up not being able to scroll back up the list.
Should I be moving something other that the scrollview? Is there any way to keep the scrollview from moving? Anyone know a better way of doing this?