AS3 scrollers..

  • Started
  • Last post
  • 1 Response
  • fues

    Any easy to use AS3 scroller-components for movieclips out there? I have Ultimate Scroller but it's not AS3-compatible..

    Thanks.

  • ElectroLAX30000

    I wrote one a short while back as part of a sub50 challenge with a few friends, it can use math based tweens, the fl.transitions.Tween class and gs.TweenLite for it's tweening just un comment the line where it writes to the text box/mc Y property.
    http://labs.samuelrounce.co.uk/f…

    I think I named the variabes in that rather sensibly but if (as it often is) my train of thought has gone off on some totally different track to everybody elses here's a little explanation:
    *** scrollbar_mc - this contains the clip for the background of the bar (guideBar_mc) and the dragger bit aswell (slider_mc).
    *** textMask_mc - this is the visible area, could be a shape object in a sprite of movieclip.
    *** textField_txt - this is the textfield to be scrolled or it can be a movieclip with other crap inside doesn't matter really.