IntroductionThis Movieclip scrollbar can scroll movieclips horizontally and vertically. The scrollbars can also be used simultanously for the same movieclip. The principal is to put a mask over the movieclip to scroll. The scrollers will then adjust to the size of the mask. There are two AS2 scripts which come with the horizontal and the vertical scroller. var scrollerv = new McScrollBar_vert(mask,mClip);//for vertical scrolling var scrollerh = new McScrollBar_hor(mask,mClip);//for horizontal scrollingmask is the name for the mask for the movieclip and mClip is the name here for a movieclip. The scrollers have a buffer and scroll slightly over the size of the mc. This buffer can be changed. The price for the scrollbars is $7.95. To order press here. |