Spreading Message Wave Text

Applet Description

The characters move up and down as though on a wave.

Specify colors only for the first and last characters. The colors for the rest of the characters are automatically assigned tints gradually changing from the left color to the right color.

Parameter Information

Name Description Format Default Value
text Characters Character string WaveText !!
start_color Color of the first character Color red
end_color Color of the last character Color green
font Font attributes (name, style, and size) Name|Style|Size Dialog|PLAIN|24
sound Sound URL none
sound_mode Playback sound mode once or loop once
bg_color Background color Color lightGray
pause Wave interval Milliseconds 200
href Link URL none

Applet Tag

<applet codebase="WaveText" code="WaveText.class" width=200 height=100>
<param name=text value="Welcome !!">
<param name=start_color value="">
<param name=end_color value="">
<param name=font value="">
<param name=sound value="./WaveText/wave.au">
<param name=sound_mode value="loop">
<param name=bg_color value="black">
<param name=pause value="100">
<param name=href value="">
</applet>

Return to index