Twist Scroller

version 1
Copyright (c) by Christian Cohnen 1997-1998

A simple scrolling text applet. The text is stored in a additional text file. The font is loaded from an image.

go to example 1 2 doc main

Features:

use different font images
applet can link to any url

Edit the message.txt file and put in your own text. You have to upload the TwistScroller.jar, message.txt and the image subfolder with at least the gif you have set as font parameter to your webpage.

Parameters:

name value-typ description default must be set ?
bgcolor color
font filename GIF file with the font - yes
link URL no

Code Example:

<applet code="TwistScroller.class" archive="TwistScroller.jar" width="510" height="60">
<param name=
"bgcolor" value="white">
<param name=
"font" value="images/font_repl.gif">
<param name=
"link" value="http://www.chriscohnen.de/index.htm">
</applet>