First of all, add images to this folder, and add them in XML.

To add images into gallery.xml, open it with notepad, or some other text editor.
between <images> and </Images> copy next lines:

<image>image1.jpg</image>
<comment>comment/link name</comment>
<link>http://www.yourdomain.com</link>

for every image you want to add to gallery/menu.

Next, between <image> and </image> enter image file name,
but don't forget to put extension (*.jpg, *.png, *.swf,...).
Between <comment> and </comment> enter comment or link name for slide.
Finaly, between <link> and </link> enter link for menu slide.

After adding images, you should set options:
- MenuWidth and MenuHeight: Width and height of sliding menu;
- SlideWidth: Width of selected slide;
- Easing: Number between 2 and 20, for faster or slower transition;
- InactiveSlideType: Type of saturation for inactive (not selected) slides
  There is 5 types of saturation:
  0 - no saturation changes;
  1 - desaturated and lighter inactive slides;
  2 - desaturated and darker inactive slides;
  3 - normal saturation, but lighter;
  4 - normal saturation, but darker;
- Slideshow: 0 if you don't want slideshow, 1 if you do;
- SlideshowTime: Delay between slide change (in milliseconds);

If you have some other questions, feel free to email me on miljanagrgic@live.com

If you want to look at action script, you can open it
by selecting first frame in action script layer, and press F9.
