Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Autoscroll textfield using tweenmax

Explorer ,
Nov 14, 2013 Nov 14, 2013

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!

TOPICS
ActionScript
691
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Nov 14, 2013 Nov 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.

Translate
Community Expert ,
Nov 14, 2013 Nov 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 15, 2013 Nov 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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 15, 2013 Nov 15, 2013
LATEST

you're welcome.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines