Firework |
Description: Thanks to David O'Brien for this Firework applet. This applet is for those of you, who wants to celebrate their web presence with a nice firework, why not... :-) Coding for the demo applet: <APPLET CODE="Firework.class" WIDTH="400" HEIGHT="340"> <PARAM NAME="AnimationSpeed" VALUE="5"> <PARAM NAME="RocketSoundtrack" VALUE="fire.au"> <PARAM NAME="RocketStyleVariability" VALUE="20"> <PARAM NAME="MaxRocketNumber" VALUE="9"> <PARAM NAME="MaxRocketExplosionEnergy" VALUE="800"> <PARAM NAME="MaxRocketPatchNumber" VALUE="80"> <PARAM NAME="MaxRocketPatchLength" VALUE="70"> <PARAM NAME="Gravity" VALUE="400"> </applet> Java Source: Firework.java Author: David O'Brien
|