ActiveDen

Vertical, Horizontal or any Direction Scroller

Linear Scroller allows to display images in the form of round markers linked with an movie frames or URL (Linear Scroller use callback function).

The amount of images is unlimited.

Set at any angle.

Linear Scroller handles mouse clicks, dragging and scrolling with the mousewheel.

The marker’s template is located in the library.

The whole configuration is situated in xml file (settings folder).

Sample use:

var callback:Function = function(arg:Object)
{
    trace('[frame='+arg.frame + ', link=' + arg.link + ']');
}

var scroller:Scroller = new Scroller();
scroller.init('settings/preview.xml', callback);
scroller.x = 295; scroller.y = 130;
addChild(scroller);

xml structure:

XML Structure
by
by
by
by
by