How did you implement your scrolling? I did it so if it was in a state of scrolling and the button was pressed it would auto complete. Otherwise it would move to next.
Scrolling was done using a foreach statement. A letter would be added every frame until the sentence was complete. If the button was clicked it would just move on to the next piece of text.