User Guide

Creating scrolling text 129
5.
Replace instanceName with the instance name of the text field you want to scroll.
6.
Increment the scroll property by 1 to scroll the text up. The code should look like this:
instName.scroll += 1;
7.
Select the Down button on the Stage.
8.
Repeat steps 4 and 5.
9.
Decrement the scroll property by 1 to scroll the text down. The code should look like this:
instName.scroll -= 1;