The Flying Air Mad's AIRCRAFT
Structure of this applet:
Structure | Mandatory/Optional | Parameter type | Remark |
<applet code="Flyingx.class" width="xxx" height="xxx"> | - | - | - |
<param name="author" value="Benoit Fils RAZAFIMBAHOAKA"> | Mandatory & Constant | String | Author's Name |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the background color |
<param name="background_r" value="xxx"> | Optional | Integer (0-255) | Red component of the background color |
<param name="background_g" value="xxx"> | Optional | Integer (0-255) | Green component of the background color |
<param name="foreground_g" value="xxx"> | Optional | Integer (0-255) | Green component of the foreground color |
<param name="foreground_r" value="xxx"> | Optional | Integer (0-255) | Red component of the foreground color |
<param name="background_b" value="xxx"> | Optional | Integer (0-255) | Blue component of the foreground color |
<param name="deltaX" value="xxx"> | Optional | Integer | X Incrementation |
<param name="fps" value="xxx"> | Optional | Integer | Speed |
<param name="maxLines" value="xxx"> | Optional | Integer | Max. number of lines |
<param name="blinkPer" value="xxx"> | Optional | Integer | Blinking period |
<param name="height" value="xxx"> | Optional | Integer | Height |
<param name="width" value="xxx"> | Optional | Integer | Width |
<param name="text_fzzz" value="xxx"> | Mandatory | String | Names of the text files to be shown |
</applet> | - | - | - |
Other files to be put in the current directory | |||
air_mad1.gif, air_mad2.gif,
air_mad3.gif {the flying images} bk1.gif, bk2.gif, bk3.gif {the background images} text_fzzz.txt {the text files to be shown - you can change them but they must be the same as the values given to the parameters "text_fZZ"} Flyingx.class |
|||
Notice: The part zzz of the parameter text_fzzz takes the values from 1 to the maximum number of phases. For exampl, if there are 5 phases, we must give 5 file names and the parameters to be entered are text_f1, text_f2, text_f3, text_f4 and text_f5. |
This page is managed by Benoit Fils Razafimbahoaka