Author: Unknown
| A colorful bullet applet. To add it to your page, follow the directions below. |
| 1. Download Bullets.class and load it in your home page directory. 2. Copy and paste the html code below on your page. 3. Make the necessary changes to the html code. |
| <applet codebase="Your page directory here" code="Bullets.class" width="50" height="50"> <param name="bgColor" value="Black"> <param name="colors" value="Orange,Green,Red,Yellow"> <param name="effect" value="fadeOut"> <param name="pause" value="0"> <param name="smoothness" value="12"> <param name="fadeAmount" value="188"> <param name="style" value="bullet"> <param name="displayColors" value="20"> <param name="fps" value="50"> </applet> |