ScrollBar for MovieClips allows you to add scroll bars to any movie clip no matter what the content is.  By adding two ScrollBars, a vertical and a horizontal one, yomatter what the content is.  By adding two ScrollBars, a vertical and a horizontal one, you can create a ScrollPane for that MovieClip.

32 Bits colors
From the XML file you can set 32 bits colors like this: 0xFFDD000. First two chars after "0x" are for alpha channel and the the last six chars "DD0000" are the color itself.

There are two public functions for handling the scrollBar with code lines:

  • *goTo(pPosOffset:Number) - You can use this function when you want to set an exact position of the content without interacting with the scrollBar.
  • *contentSizesChanged() - When you resize the content you can call this function to resize the grab button according to the new dimensions of the content.



Author:
admin
Time:
Wednesday, April 9th, 2008 at 12:16 pm
Category:
Flash Components
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply