ActiveDen

Circular Scroller

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

The amount of images is unlimited requiring only to change the scroller’s radius.

Circular 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 cs:CrircularScroller = new CrircularScroller();
cs.init('settings/preview.xml', callback);
cs.x = cs.y = 100;
addChild(cs);

xml structure:

XML Structure
by
by
by
by
by