This plugin is an additional control for the object type Scrolling. The plugin allows you to create vertical or horizontal scroll bars. Plugin is area within which special "slider" moves and shows the progress of the main object's scrolling.

Plugin settings:

Name Description
Related to In this input you need to select an object on the scene to which apply scroll bar. The scroll bar monitors progress and controls only object selected in this setting. If you leave this input empty, scroll bar does not respond to user actions, even if setting auto scroll is enabled.
Image Image of slider to indicate the current progress of the main object's scrolling.
Image size Width and height of the scrollbar. By default, these values ​​are equal to the size of image, but you can specify any integer greater than zero.
Scrollbar type This parameter lets you choose from two types of scroll bars - "horizontal" or "vertical". According to the choice, slider moves from left to right or from top to bottom and depends on the progress of the main object on corresponding axis.
Scrollbar size Vertical or horizontal (depending on the parameter "scrollbar type") size of an object within which slider moves.
Automatic scrolling This setting is responsible for possibility to control scrolling progress by simple gesture (grab and drag). If this flag is removed, object does not respond to gestures. It may be necessary in order to control scrolling progress by custom area.

Additional interaction

Plugin has its own type of user interaction called "scrolling". This interaction controls the area on the screen, where object responds to user actions. The interaction allows to control only area, which consists of standart settings: state, position and size of area.

Plugin triggers:

Name Description
Start scrolling This event triggers at the moment when the user presses the mouse button (or tap the screen) in the area of ​​the scroll bar. The event happens only if automatic scrolling is active or scrolling area is created.
Scrolling This event triggers constantly while user scrolls object. This event happens only if automatic scrolling is active or scrolling area is created.
Stop This event triggers at the moment when the user releases the mouse button (or removes his finger from the screen) and object stops scrolling. The event happens only if automatic scrolling is active or scrolling area is created.