Water Message V1.0 by Dolf van der Schaar.
dolf@van-der-schaar.demon.nl
http://www.van-der-schaar.demon.nl
This applet can be used as a menu, with links to other pages.
It supports Images and Text.
***********************************************************************************
Things that can be changed:
-Water
-movement
-pictures
-text
-colors
-styles
-background picture / backcolor
***********************************************************************************
What does it do? ( IN YOUR HTML )
The color of the background in HEX. FF0000 is red FF00 is green FF is blue
each channel (red,green,blue) can be
a number between 00 and FF.
The height of the water in the applet. ( 0 = no water )
//9
//30
//8
These last three parameters are for changing the water effect.
It is hard to explain what it is doing just try somethings out then you will see what it does.
The background image, if you don't want to use a backgroundimage just leave this.
Parameters to change the offset of where to start drawing this background image.
***********************************************************************************
What does it do? ( IN THE DTEXT.INI FILE )
Every line in this file is a command. The parameters are seperated by ,,,,
link,DOLF,http://www.van-der-schaar.demon.nl/page1/index2.html,_blank
With this you can create a link.
param 1 : The text to form of the link.
param 2 : The address of where to link to.
param 3 : Where to start loading this link. ( see below )
_self show in current frame
_parent show in parent frame
_top show in top-most frame
_blank show in new unnamed top-level window
******* show in new top-level window named
size,42
Set the size of the text.
style,1
Set the style of the text
0 = plain
1 = bold
2 = italic
color,7F00ff
Set the color of the text to display.
text,Water Message,V 1.0
Set the text you want to show, for a next line use ","
movein,75,-170,-170,120
The movement ( from outside the screen to the inside. )
param 1 : How many steps it has to take.
param 2 : From this X position
param 3 : From this Y position
param 4 : How much noise.
delay,2000
Setting a delay in milli seconds. This example is 2 secs.
moveout,75,0,160,20
The movement ( from inside the screen to the outside. )
Same as movein
loadimage,dolf.gif
Use this to load an image that you want to show.
You can load an image before moveing out the previous.