Hello im trying to achive the iphone list effect in AS3 but i cant get a good result, dont you know a good script for doing this? Thanks!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It sounds like you might be referring to the act of swiping (clicking+dragging on a computer) up and down a list, with some simple easing added. I would consider building this yourself using AS3’s dragging methods, and applying some basic easing with a library like TweenLite.
If you want to copy/purchase a script from somewhere, it might be tough to find exactly what you want. My guess is that you’ll have the best luck trying to find a simple scrollbar component with built-in easing (ie. http://www.extendstudio.com/flash-components-creative-flash-scroller-extension/features.html) , and customize the hit area of the scrollbar to overlay on top of your scrollable content. This way, clicking and dragging anywhere will produce the desired effect.