Applet Morph V1.0 (textonly).

Created by Dolf van der Schaar.
	
	http://www.parkers-place.net/dolf/index.html
	Dolf@van-der-schaar.demon.nl

Use the files :
			dtext.ini  or another kind of ini file.
			dtext.html

to change the applet to your ideas.
Read the text below for some information about it.
Play with it.

Other files needed :
			dtext.class
			dware.class
			morph.class
			ReadIni.class

**********************************************************************************

The colors have changed you now can set the normal RGB code.
How the colors work.

Colors are used by a value   R G B

	r= 0 .. 255 =  00 .. ff
	g= 0 .. 255 =  00 .. ff
	b= 0 .. 255 =  00 .. ff

The number for your color has to be 

ff00ff this is purple
7f0000 this dark red
3f3f3f this is dark grey.


**********************************************************************************
Example of the applet in a HTML file.

Use parameter backcolor to define your backgroundcolor.
With the width and height you can define the size of the applet.

<p align=center><applet
code=dtext
width=300
height=150>
<PARAM NAME="BACKCOLOR" VALUE="80">
<PARAM NAME="INIFILE" VALUE="dtext.ini">
<PARAM NAME="MEMDELAY" VALUE="10">
<PARAM NAME="PRIORITY" VALUE="3">
</applet>

"Memdelay" When running onbugged netscape and explorers (some 3.x
versions),
if you set this to 10 or 16 it will work, without crash the browser,
but it slows down the effect. So set it to 1000 if you don't care of these
bugged versions around, or do a slower fixed installation.

The "priority" is used to change applet priority (useful when more than
one applet is used in a page... for example if other applet has priority 1
our will block it, if other applet has priority 10 it will block our. With
priority parameter instead user can configure applet for every situation).

The "inifile" parameter is to set the name of the inifile to use.
default is dtext.ini

**********************************************************************************
Parameters in dtext.ini

size,42		the font size

style,1		the style of the font   0=plain 
					1=bold
					2=italic

color,ff0000	the color you want to use for the text, see previous text.			

text,THIS IS	the text you want to use ( max. 4 lines seperated with "," )

morph,15	morph from output to new image ( the last defined text )
		the value here is the number of steps you want to use.

delay,1500 	waits for .... milli seconds. ( this example 1,5 seconds )

**********************************************************************************

Copyright and distribution notices

Dolf van der Schaar is the author and owner of this applet.
You can use freely this applet to enhance your web pages. But since I am
the author of the applet, I placed a secret window that will appear if the
applet is clicked with mouse: it is external to the web browser, so it will
not hit the design of your beautyful html page. This small window will
simply show my name and ask for a link to my java applets page.. the user
can connect to it or cancel, or hide the window and connect after visiting
all your pages. I hope this credit part is not a problem for you...
Consider you will use an effect programmed by me, without pay anything!


Dolf van der Schaar
dolf@van-der-schaar.demon.nl