I have a large multi-line wall of text that I want to scroll from the bottom to the top of the screen slowly.
Currently, I use a TextField with textField.y -= 0.3 in the onEnterFrame event but that looks awful. The movement isn’t smooth and jitters.
Is there something I can do about it, besides increasing scrolling speed?