#############################################################
#                                                           #
# Configuration template file for the Image Scroller Applet #
#                                                           #
# http://www.bysoft.se/sureshot/webeffects/                 #
#                                                           #
#############################################################

#
# The number of pixel that the image should move whenever
# it is redrawn. A higher number will make the scroll
# move faster.
#
pixels=1

#
# How often the scroll should be updated/redrawn. The time is
# specified in milliseconds. A small number will make the
# scroll move smoother and faster.
#
updateRate=10

#
# Should the applet scroll horizontal or vertical. Use
# true or false.
#
horizontal=true

#
# The images used in the scroll.
#
image0=image0.gif
image1=image1.gif
image2=image2.gif
image3=image3.gif