PIXEL DUST 3.0
Author: Christian Cohnen
Go Back
Sorry, your browser does not support Java.
Download...
The Zipfile includes Classfile
and instructions.
Download... 11.6Kb
Source Code is missing!!
This applet takes any GIF and blows its pixels onto the screen. The applet can be a link if you want and url is shown when the mouse is over applet area.


How to use this applet on a webpage:

<!-- Pixel Dust Link Copyright (c) Christian Cohnen -->
<!-- http://home.pages.de/~cohnen -->
<applet code="PixelDust.class" width="80" height="150" >
<param name=logo value=my.gif>
<param name=link value="http://home.pages.de/~cohnen ">
<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>
</applet>

Parameters:

Logo:

Name of gif to use.

Link:(optional)

Applet will link to this url if you press left mouse button.

Particles:

Number of pixels blown at the same time. (default 400)

Wait:

Time to wait after image is complete. (default 100)

Rangemin:

(default 10)

Rangemax:

(default rangemin+1)

Then range (size) of the pixelstream is random between rangemin-rangemax.

Distort:

The distortion of the pixelstream. (default 1000)

Note:

  • Pressing the right mouse button on the applet will automatic link to my homepage.
  • Applet and image must have the same size!
  • Please note, that only gif-images can be used.
  • The background color is the color with index 0.
  • All pixels that have not index 0 are blown onto the screen.
  • To change the background color of the applet just change color 0 in the gif-image.

    Copyright and distribution notices:

    Christian Cohnen is the author and owner of this applet.
    This Applet is linkware!
    What is linkware ?
    This means you can use this applet freely, if you give me a link on your webpage.
    And here is the link http://www.home.pages.de/~cohnen Check it Out!!!