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”) |
| _targetInstance | String | The instance name of the scroller to be applied on |
| autoPos | Boolean | Enables automatic positioning and dimensioning with respect to the Scroll Area ([true,false]) |
| orientation | String | The type of the scrollbar ([Horizontal, Vertical]) |
| recolorIni | Boolean | Takes default skin colors for a theme change in the "_skin" parameter |
| resizeScrollKnob | Boolean | Enables resizing with respect to the scrolling area's size and the movieclip's size ([true,false]) |
| 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) |
| usrSkinName | String | The name of the skin created by the user |