Copy link to clipboard
Copied
I have a basic content build going with up / down buttons set to move the copy (text) within the text area up and down using scrollV.
Is it even possible to use a tweener like TweenMax (or nano) to have the copy also auto-scroll? I know how to do it as an object however I wasn't sure if there's any way of doing it for the textarea. My main goal is to keep the copy within a string versus having an actual MC with a large block of text in it to move.
Thanks!
you could use a tween (adobe's or third-party) to scroll text directly but if you want smooth scrolling (as opposed to scrolling one full line per unit time), convert the text object to a movieclip and scroll its y (or x if you're creating a marquee scroll) beneath a mask.
Copy link to clipboard
Copied
you could use a tween (adobe's or third-party) to scroll text directly but if you want smooth scrolling (as opposed to scrolling one full line per unit time), convert the text object to a movieclip and scroll its y (or x if you're creating a marquee scroll) beneath a mask.
Copy link to clipboard
Copied
Thanks! The more I thought about it last night I realized that it might not be possible the way I'd like to set it up. Back to the drawing board!
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now