AS Name |
Type |
Definition |
|---|---|---|
| _targetInstanceName | String | Name of the movie clip on which the Scroller will be applied on. This parameter goes together with Target Type - for both options (Stage/Library Item). If no Traget Type is selected, the default option will be Stage Item |
| _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 |
| mouseStep | Number | The number of pixels for one step of scrolling with the mouse wheel |
| mScrollSpeed | Number | Scrolling speed for Mouse Relative behavior |
| myMask | String | The instance name of a movie clip from the stage which will be a mask for the component |
| noMask | Boolean | Scroller appearance: as a mask ("False") or not as a mask ("True"). In True state, the scrolling will be done still from the Scroll Area but all the target movie clip will be shown |
| noMScrollH | Number | Height of inactive scrolling area |
| noMScrollW | Number | Width of inactive scrolling area |
| scrollBehavior | String | The enabled type of scrolling ([Mouse Relative, Mouse Absolute, Touch Scroll, Reversed Touch Scroll, Scrollbar Only]) |
| smooth | Boolean | Adds a smoothing effect to the scrolling motion ([true,false]) |
| smoothDuration | Number | The duration (in frames) of the smoothing effect |
| target | String | Name of the movie clip on which the Scroller will be applied on. This option works without Target Type and only for Stage Items |
| targetType | String | Directions to the location of the target ([Stage Item, Library Item]) |
| useMouseWheel | Boolean | Enable mouse wheel scrolling ([true,false]) |
| 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 |