Skip to main content
Inspiring
November 14, 2013
Answered

Autoscroll textfield using tweenmax

  • November 14, 2013
  • 1 reply
  • 749 views

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!

This topic has been closed for replies.
Correct answer kglad

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.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 14, 2013

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.

Inspiring
November 15, 2013

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!

kglad
Community Expert
Community Expert
November 15, 2013

you're welcome.