Sweet file, that mousewheel thing is really awesome, am definitely using this in my next project
Posted about 1 year ago
Hey!
Thank you for purchasing this file. There are many scrollers to be found on flashden but this one is a little more advanced. Next to the fact that you can scroll the content bij dragging the scrollbutton, you can also click on the scrollbar just like html scrollers. It also has the ability scroll with your mouse wheel!
Advanced scroller:
Scroll by dragging the button Scroll by click on bar Scroll by MOUSEWHEEL
Any question, mail me at mennorichardson@gmail.com
Posted about 1 year ago
Sweet file, that mousewheel thing is really awesome, am definitely using this in my next project
Posted about 1 year ago
No adaptability at all..everything thrown on the main timeline.. scrollbar properties are hardcoded in the actionscript, how is one supposed to reuse this?
Posted about 1 year ago
Could you please show us the code that will round to whole pixels so we don’t get blurry bitmap text? (Like Fonts For Flash)
Otherwise great file, it just requires you to change the hard coded values for the X and Y (both top and bottom) coordinates.
Posted 12 months ago
MAN , THIS FILE SUCKS BALLS ! Richardson, all your files are relatively good but ridiculously useless. I say this because this file by itself (without altering it much) is good and can be published in flash 6 format (mousewheel only works when viewing with flash 7+ though), but would be totally useless to most users by the time we figure out that there isn’t much you can do with it. This also applies to all your other files (espcially your flash centering template file, which btw can randomly go totally homo when used in other browsers).
I think this is a better scroller to use dynamicfield scrollbar since it doesn’t screw up and offers external html loaded content.
Posted 11 months ago
FAULT DETECTED … Ok.. scroll all the way to the bottom. Then click on the horizontal bar area that is horizonal form the “lobortis dolor, non sodales nunc erat in enim. Aenean toror” sentence (about 20 or so pixels below the top). It scrolls to the autoscrolls to the top as it should, but it over scrolls!
Posted 11 months ago
FIX FOR THIS FILE :
replace richardsons crap on lines 48-56 with this shiz:
// Determines the position of the light text
infoTekst.onEnterFrame = function() {
contentScroll = this._height-148;
dragScroll = 148;
scrollTo = 25-(contentScroll*(scrollBut._y-25))/dragScroll;
mover = (scrollTo-this._y)/moveEase;
this._y += mover;
};
// has anyone ever bought a richardson file without having to hard edit it!!!
It prevents the scroller for going past the scrollbar when pressing an area of the scrollbar that is 50% of the scrollers height below the top of the scrollbar.
Posted 11 months ago
Sorry my bad… forget the last comment (read my fix incorrectly)...You have to replace lines 36 to 44 with this:
scrollBar.onPress = function() {
if (this._ymouse > 165) {
scrollBut._y = 165;
} else if (this._ymouse < 25) {
scrollBut._y = 25;
}else {
scrollBut._y = this._ymouse;
}
};
It fixes the problem.
Posted 11 months ago
@Maymarc – If you’re so good at coding why didin’t you just make one for yourself instead of going ballistic?
Posted 11 months ago
Since I purchased this file …
I need to know … can I make the vertical scroll bar into a horizontal scroll bar and scroll the content left/right??? Can I do this via the AS?
Any help/suggestions are greatly appreciated!!!
Posted 9 months ago
I hate people like you Maymarc you have sold sod all files but have a go t other people, make a better on and upload it
!
I am using bitmap text in the scroller and when I scroll and it stops the text is blurry how can I fix this?
Posted 8 months ago
I just bought this file and it doesn’t work at all. If I add a large amount of text the scroll bar completely reverses the motion and the text starts jumping all over itself. I even tried just pasting the text I have into the example file..but still no luck. Can I get some support for this file?
Posted 6 months ago