FORUM

Smooth Scroller

Home / Forum / Components Discussions / Smooth Scroller

  • New tags have been added for the new component Smooth Scroller
    #  /  posted on Oct 21, 2009
  • 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$


    #  /  posted on Oct 27, 2009
  • 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


    #  /  posted on Oct 27, 2009
  • 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.


    #  /  posted on Oct 29, 2009
  • 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..


    #  /  posted on Nov 02, 2009
  • Thanks, worked very well for me


    #  /  posted on Feb 25, 2010
  • 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


    #  /  posted on Apr 27, 2011

Please login to post replies.