Home
Gallery
Postcards
Guestbook
Pacman eating Text
Description:
PacText is based upon the classic freeware-applet from L. Relihan. I revised and supplemented it, and now it can display as many taglines as you want (eaten one after an other), and most of its properties are adjustable.
[click here for german version]
HTML-Code:
<applet code="PacText.class"
name="PacText"
align="baseline" width="540"
height="60">
<param name="bgcolor"
value="90eeff">
;backgroundcolor
<param name="paccolor"
value="00b000"> ;pacman-color
<param
name="speed"
value="4"> ;eating-speed
<param name="text1" value="Don't dream it,"> ;your taglines
<param name="text2" value="find it - "> ;(as many as you want)
<param name="text3" value=" ... at Passepartout!">
<param name="numtext"
value="3"
;number of taglines
<param name="font"
value="Monospaced"> (see below)
<param name="fontsize"
value="22">
<param name="textcolor"
value="FF0000"> ;fontcolor
<param
name="space" value="21">
;letter-space
<param
name="tremble" value="3">
;strength of trembling
<param name="textstart"
value="100"> ;start of lines (pixel)
</applet>
- all parameters are optional!
- fontfaces: Serif (according to
Times), SansSerif (Arial), Monospaced
(Courier), ZapfDingbats (WingDings). Sorry, these names are Java-Default.
- Size of Pacman is according to the height of the applet
- background-color should be the same as you used in your HTML-Document.
download: PacText.zip (including HTML-file).
Also look at my Moon-Applet.
More you'll find in the Gallery.