Configuring the behaviors (Behaviors Tab)
From this panel we can modify various aspects connected to the scrolling: type, mouse relative settings. As well, we can modify the visual effects that will be attached to the scrolling (scrolling enhancements).

Configuring the behaviors
The Scrolling type
The first element we can change in this tab is the scrolling type; there are 5 types:
- Mouse relative: you control the scrolling by moving the pointer over the image; you can change the speed of the scrolling if you move towards the sides of the scroll area (for example, if you position the mouse pointer on the top of the image, the scrolling will be done upwards with full speed – mouse scroll speed; as you go from sides to middle, the speed decreases and vice versa).
- Mouse absolute: as in previous option, you control the scrolling by moving the pointer over the image. The idea of this type of scrolling is the following – the scrolling is related to the position of the mouse pointer on the scroll area (if you move the mouse pointer at half of the scroll area, the half of the movie clip will be shown, if you move the mouse pointer at the top of the scroll area, the top of the movie clip will be shown and so on).
- Touch scroll: in this option, the scrolling is controlled in a drag and drop fashion. You move the pointer over the image, click (grab the image) and then scroll in which direction you want by moving the mouse while the mouse button is pressed. The scrolling direction is the direction in which you move the mouse (for example, if we move the mouse left, the movie clip moves left etc.).
- Reversed touch scroll: the only difference from the previous option is that the directions in which the image will scroll are opposite to the ones in which you move the mouse (if we move the mouse left, the movie clip moves right).
- Scrollbar only: you cannot scroll using any of the behaviors presented before. You can scroll only by using the mouse wheel (if selected) and the scrollbars.
Using a custom cursor
You can use your own personalized cursor. All you have to do is create a movie clip in the Library, export the movie clip for ActionScript and follow the naming rules; the required names are given according with the scrolling behavior: "cursorABS" for "Mouse absolute", "cursorREL" and "cursorREL_pause" for "Mouse relative", "cursorTOUCH" and "cursorTOUCH_hold" for "Touch scroll" and "Reversed touch scroll". You can read more about this in the "How to use a custom cursor" tutorial.
Mouse relative settings
- Non scrolling areas: while you scroll using the mouse relative scrolling type, the image would move continuously while you roll the mouse over it. You can however define a non-scrolling area: from the center of the scroll area - the "no scroll area on the x axis" and the other one on the y axis (for example, for a set of parameters of both 10, we will have a non scrolling area of 20x20 pixels).
- Mouse Scroll Speed refers to the scrolling speed while using the Mouse Relative behavior. If we write a small value we'll have a smaller speed and vice versa.