Home / Components / User Interface / Smooth Scroller /
Smooth Scroller
61 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]
> View graphic table with full license features
$2.00
Package includes: FLA, html documentation, Quickstart.fla, FullDemo.fla
Flash Version: Flash CS3, Flash CS4
Viewable with: Flash Player 9
Documentation level: Excellent documented
Flash knowledge level: Basic
Action Script: ActionScript 3.0
Product ID:F0902742
Main features:
- Scrolls any display object
- Fully skinnable
- Smoothly scrolls when rolled over
- Precision scrolls when pressed and dragged
- Mouse wheel enabled
- Has horizontal and vertical modes that can be configured to create a scroll pane
- Automatically adapts to changes in content dimensions
- Offers top and bottom scroll padding
- Easy to integrate into any project
- Includes full AS3 documentation, the .fla that produced the above sample, and a quickstart .fla example.
Available properties:
- accentsVisible
- bottomPadding
- direction
- height
- hideWhenDisabled
- hitAreaMargin
- invert
- maxScroll
- mouseWheelSpeed
- scroll
- scrollPercent
- scrollTarget
- scrollTargetHeight
- scrollTargetName
- scrollTargetWidth
- speed
- topPadding
- width
$2.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by Ryan Hodson:
Related components:
Featured components:























7 comments
Add comment
Ryan Hodson
#  /  PM  /  posted on Oct 21, 2009
scientific.feel
I couldn’t get this to work for the life of me.
I’m pretty sure that if I could, I might as well have created the component myself.
Its too bad.. I wasted 2$
#  /  PM  /  posted on Oct 27, 2009
Ryan Hodson
scientific.feelings,
I’m sorry that you had problems with my component. If you post some additional information about what exactly you tried to do, I’d be happy to assist. Did you look at Quickstart.fla? That should get you up and running in only 6 lines of code.
I retested the component and it worked fine with my development environment. The only code that is necessary to make SmoothScroller work is the following:
content.scrollRect = new Rectangle(0, 0, 100, 100);
scroller.scrollTarget = content;
where “scroller” is the instance name of the SmoothScroller and “content” is the instance name of the DisplayObject that you want to scroll.
Please let me know if there is anything I can do to help.
Ryan
#  /  PM  /  posted on Oct 27, 2009
Ryan Hodson
I just wanted to let flashcomponent.net users know that scientific.feelings’ issue has been resolved and that there is no bug in the component.
#  /  PM  /  posted on Oct 29, 2009
scientific.feel
True, its works fine. The issue was resolved quickly, I was under deadline pressure and overlooked my own problem in trying to get it to work..
#  /  PM  /  posted on Nov 02, 2009
unouno
Thanks, worked very well for me
#  /  PM  /  posted on Feb 25, 2010
mazuro
Hi,
thanx for this scroller works for me great,
just need little help,
I am using it on movieclip, which contents a dynamic text field, where text is loaded from database. I would love to have the scroller dynamically changing size according the number of lines in dynamic text field. Also disappear if there is nothing to scroll.
thanx for any help
pete
#  /  PM  /  posted on Apr 27, 2011