Skip to main content
Known Participant
July 13, 2011
Question

How to...Scroll text (iOS)

  • July 13, 2011
  • 1 reply
  • 1214 views

Can anyone help me to scroll text as in iOS native. I mean, scroll de txt in any place you press to scroll. I can't find the way to do it correctly!!

Thank you very much!!

This topic has been closed for replies.

1 reply

markc888
Inspiring
July 14, 2011

Take a look at this. I have it currently implemented and working on my AIR iOS iPad project.

There is an example of text scrolling in the ThrowPropsPlugin example

http://www.greensock.com/throwprops/

PS. You will have to become a paid member (99USD) of greensock.

Known Participant
July 15, 2011

And isn't there any type of simple AS to scroll text?? It doesn't have to be exactly as iOS effect, only scroll without a UIScroller...(free if its posible , I'm just starting with this...)

Thank you very much with your help!!

July 15, 2011

You can make text into a movie clip then make the object draggable and define the boundaries you want to keep it contained to. You can also throw a mask on it to only show part of the text or layer elements on top to keep what you dont want visible hidden, its probably a hacky way of doing it but its an option.