Skip to main content
Participant
January 21, 2010
Question

Scrolling text

  • January 21, 2010
  • 1 reply
  • 512 views

Hello All,

I have a text field and UI scroll bar component attached in the .fla. On doing scrolling by mouse the text scrolls down.

How to do this action on button click in actionscript. I need to do when next button is clicked the text scrolls automatically with the scroller bar.

Please help.

Thanks

This topic has been closed for replies.

1 reply

Inspiring
January 21, 2010

Hi, Rich.

You can just use the TextField's scrollV/scrollH to scroll the textfield, the scrollbar will automatically sync its position.

See you!

CaioToOn!