How to make scrolling text?

How do you make text scroll (slowly) from bottom to top.

2 Likes

All you need to do is continuously add to a number block that would output to the y value of your label.

1 Like

you can also use the ease function which might give a cleaner result.

2 Likes

Hey @Greggo , Thanks I think it will work. @CodeAlpaca the ease will not work because it moves the text too fast. Just to let you know:)

1 Like

You can edit how long it takes for the ease function to work (the time it takes from start to finish, making this longer will slow down the speed it moves at), it’s your best option for a smooth result.

1 Like

Yes, you can, but it still fly’s by too quickly. I just tried using the number blocks and… it WORKED!
Thanks for the advice though!

If its going by too quickly just increase the duration, there isn’t a limit to it. The duration of the ease function is inside of the block, you probably just missed it.

@00T_Free has a great example on this.

2 Likes

I do indeed, and you could even make better scrolling credits with adding a text list before the label.

3 Likes