This is a TOY... CHANGE the NUMBERS to CONTROL
the "look" of the animation...
There are numbers near the edges of the applet...
larger numbers make the lines move faster across the screen
and makes the space between the lines bigger...
0 stops the motion... 1 makes a slow moving completely opaque area...
2,3,4 and up make a see-thru patterns
... try numbers smaller that 100 for best results...
The top and left numbers control the colored lines...
The bottom and right numbers control the black and white lines...
right click and save target as...
acetoy3.java
acetoy3.class
use this code to embed the class into your webpage's html...
<applet code="acetoy3.class" height=450 width=600> </applet>
save the class file IN THE SAME DIRECTORY as the html...