            Pixel Dust 3.02 Applet
       Copyright (C) by Christian Cohnen 1997-1998

This applet takes any GIF and blows its pixels onto the screen.
If you want it the applet can be a hyperlink and the url is shown 
when the mouse is over applet area.
You can specify all parameters of the pixelstream !

example:

<!-- Pixel Dust Copyright (c) Christian Cohnen -->
<!-- http://home.pages.de/~cohnen -->
<applet code="PixelDust.class" width=150 height=132 > ; Initial classtag
<param name="logo" value="my.gif">               ; 
<param name="link" value="http://www.yourdomain.com"> ; link url (optional)
<param name=particles value=600>
<param name=rangemin value=4000>
<param name=rangemax value=4000>
<param name=wait value=100>
<param name=distort value=6000>
Sorry, your browser doesn't support Java.  ; Message in no java browsers
</applet>

Parameters:
logo: name of gif to use
link: (optional) applet will link to this url if you press left mouse button
particles: (default 400) number of pixels blown at the same time
wait: (default 100) time to wait after image is complete
(new) If "wait" is -1 the image will be only build once.
rangemin: (default 10)
rangemax: (default rangemin+1)
then range (size) of the pixelstream is random between rangemin-rangemax
distort: (default 1000) the distortion of the pixelstream 

Copyright and distribution notices

Christian Cohnen is the author and owner of this applet.
You can use this applet freely to enhance your personal web pages just give
me a link on your webpage. 
Please link to http://www.home.pages.de/~cohnen !

For commercial usage the applet can be licenced (full source code included).


Note: pressing the right mouse button on the applet will automatic link to my homepage.


Please include following message before the applet tag:
<!-- Pixel Dust Copyright (c) Christian Cohnen -->
<!-- http://home.pages.de/~cohnen -->



Christian Cohnen (cohnen~SANCTION)

email: cohnen@uni-koblenz.de
http://home.pages.de/~cohnen
http://home.pages.de/~sanction


