var newScroller:FtScrollBar = new FtScrollBar();
this.addChild(newScroller);
I then set som parameters for the scrollbar:
newScroller.x = 440;
newScroller.y = 70;
newScroller.targetMovieClip = "mc";
newScroller.useMouseWheel = "true";
newScroller.easeType = "bounce";
However, the easeType property does not seem to work like this. The scrollbar still uses the default easing. Am i missing some property or am i doing something wrong ?
Would appreciate a quick response, thank You
Best Regards
Anders
#  /  posted on Jun 25, 2008



