AS Name |
Type |
Definition |
|---|---|---|
| _scrollDelay | Number | The waiting time (in miliseconds) before scrolling starts |
| _scrollStep | Number | The number of pixels for one step of scrolling |
| _skin | String | Available skins (default + Extend Studio) and Custom Skin option (for example, “theme1”) |
| _tranMask | String | Set the mask type; there are three options available: "None", "Vertical" and "Horizontal" |
| _tranMaskSz | Number | Modifies the size of the transparent zone for a "Vertical" or "Horizontal" mask. It is expressed in percent - the lowest value corresponds to the largest visible area and vice-versa |
| addBlur | Boolean | Adds a blurring effect to the scrolling motion ([true,false]) |
| addKeyScroll | Boolean | On true (its default value), it allows keyboard arrow behavior |
| autoCheckDim | Boolean | On true (its default value), checks the dimension of the scrolling area onEnterFrame |
| baseHeight | Number | The default value of the scroll area's height |
| baseWidth | Number | The default value of the scroll area's width |
| blurLevel | String | Blurring prominence ([high, medium, low]) |
| borderLineColor | String | The color of the border to be used (for example: “000000” - black) |
| borderType | String | The type of the border to be used ([None, Simple, Inset, Outset]) |
| borderWidth | Number | The thickness of the border to be used (expressed in pixels) |
| height | Number | The value of the scroll area's height |
| isCustomCursor | Boolean | Controls the usage of a custom cursor from your Library. For different scrolling behaviors, there are different names (Check out the naming rules in corresponding section of the documention) |
| mouseStep | Number | The number of pixels for one step of scrolling with the mouse wheel |
| mScrollSpeed | Number | Scrolling speed for Mouse Relative behavior |
| noMScrollH | Number | Height of inactive scrolling area |
| noMScrollW | Number | Width of inactive scrolling area |
| recolorIni | Boolean | Takes default skin colors for a theme change in the "_skin" parameter |
| scrollBehavior | String | The enabled type of scrolling ([Mouse Relative, Mouse Absolute, Touch Scroll, Reversed Touch Scroll, Scrollbar Only]) |
| scrollKnobOffset | Number | Distance (in pixels) between knob and scroll area |
| scrollLeftOffset | Number | Distance (in pixels) between left/up button and scroll area |
| scrollRightOffset | Number | Distance (in pixels) between right/down and scroll area |
| scrollTrackOffset | Number | Distance (in pixels) between track and scroll area |
| skinColor1 | String | Color for the default state of the scrolling buttons and knob (for example: “000000” - black) |
| skinColor2 | String | Color for the UP and ON-CLICK states of the scrolling buttons (for example: “000000” - black) |
| smooth | Boolean | Adds a smoothing effect to the scrolling motion ([true,false]) |
| smoothDuration | Number | The duration (in frames) of the smoothing effect |
| target | String | The movieclip to be scrolled |
| targetType | String | Directions to the location of the target ([Stage Item, Library Item]) |
| useMouseWheel | Boolean | Enable mouse wheel scrolling ([true,false]) |
| usrSkinName | String | The name of the skin created by the user |
| width | Number | The value of the scroll area's width |
| xMargin | Number | The distance (in pixels) between the left and right borders and scrolling area |
| yMargin | Number | The distance (in pixels) between the top and bottom borders and scrolling area |