usage


Flames are made in the black point of the image.
(color Red=0 Green=0 Blue=0)
<APPLET CODE="hi2.class" WIDTH=238 HEIGHT=316>
<PARAM NAME="author" VALUE="N.I">
<PARAM NAME="image" VALUE="hi.gif">
<PARAM NAME="fire" VALUE="fire.gif"> ; fire pattern image

<PARAM NAME="pattern" VALUE="16"> ;number of Animation pettern
<PARAM NAME="rate" VALUE="4"> 
;The rate of the fire. 1:much fire 2~:less fire.
<PARAM NAME="draw" VALUE="1">
Whether to draw an original image. 0:don't draw 1:draw
</APPLET>

Back