BooZer Scroller V1.0

Here you will find all information you need about the usage, configuration and registration of the BooZer Scroller applet by Stefan Mateescu. Before mailing the author any problems that you may have experienced, read this info carefully!



Contents



How this applet works...

As this is a Java applet, the whole code is in a *.class file. This is "BoozerScroller.class" (please remember that Java is case sensitive, so "boozerscroller.class" is not the same). The applet is loaded by the html-file which you may have edited, and after the page is loaded the applet is started. The first thing that this applet will try is to load the text file. These is the only external file that is needed for the scroller to work!

So when you upload the whole bunch to your homepage you have a minimum of THREE files, when using this applet:
If you don't really understand what the class file is for, read in your HTML manual about "Using Java applets" or similar...


Back to top...


The textfile

As mentioned above, the textfile is the first thing you have to take care of after you edited your HTML script. Edit the textfile with any text-editor you like (notepad or even with a html-editor). Everything that is in that textfile will be displayed on the applet. A RETURN (what means a new line) will always be interpreted like a blank space, so you can begin a new line after every word or where ever you want. See also the demo-text from the ZIP package and you will understand.
You can also control the scroller with Textfile-Commands, which are explained next...


Back to top...


Textfile-Commands

A very powerful way to add functionality to this applet is using the Textfile-Commands. These commands can set the parameters of the applet while it is running. For example you can change the boozer-effect or the speed within the text...
Here is a example of a textfile:

This text scrolls... [E1] Now the effect was changed...
[W1] Now the water is on... [W0] ..and off!
[S5] Speed set to 5! [S1] Speed down to 1 [E7] Effect 7 enabled.
[B] This text is displayed after the screen was scrolled empty!
And this demonstrates a [L http://www.demo-link.com link]...
...


As you have seen, the commands are always in []. Following commands are available:

[Ex]Effect of the BoozerMotion, where x can be between 0 and 9 // example: [E0],[E3],[E9],...
[Wx]Water effect, [W1] to enable or [W0] to disable // example: [W0] or [W1]
[Sx]Scrolling Speed, where x can be between 1 and 9 // example: [S1],[S2],[S5],...
[B]Scrolls a blank gap, until the screen is empty // example: [B]
[L xxx yyy]Link setup: xxx is the URL to go to and yyy is the clickable text //
example: [L http://www.yahoo.com Click here for YAHOO!] //
The displayed text is separated from the URL by a blank space - you know: no spaces in URLs allowed!

Notes:

Back to top...


Parameter setup

Here you find the description about the available parameters for the Boozer Scroller:

General Parameters
threadWaitsets the time in millisecons which the applet waits between the redraws.
maxFpssets the maximum speed of the applet (in frames per second) - if the processor of the target system is too slow, then lower frame rates are possible!
showFpsdisplay the frame rate (1 to enable, 0 to disable)
backColbackground color of the applet
Texter Parameters
txtfilefilename of the text to be used
sinMaxthe sinus-interval for the boozer movements - best between 120 and 250
speedthe scrollspeed (can also be changed by texter-commands)
effectboozer effect - between 0 and 9 (can also be changed by texter-commands)
waterwater effect - 1 to enable, 0 to disable (can also be changed by texter-commands)
waterpartwaterpart - this is the area of the water in percent (set it to max. 35!!)
fontNamefont name (no comment)
fontSizefont size (no comment)
fontStylefont style (0 = normal, 1 = bold, 2 = italic, 3 = bold-italic)
fontColorfont color (no comment)
linkColorcolor of the link when the mouse pointer is over it
linkTargettarget for the links (_self,_top,_blank or a specific frame name)
PRO parameters
regCoderegistration code
statustextstatus text that will be displayed, when the mouse is moved over the applet

Change the size of the applet in the applet tag.

Note: the PRO parameters will take no effect if the regCode is wrong or missing!


Back to top...


Freeware and Shareware

This applet is FREE to use for private purposes. That means you don't need a regCode to use the applet in your own private homepage. BUT, if you don't have a working regCode the applet will add some copyright info to the scrolltext. Also the status text will display some copyright notice! If you want to disable these, you have to register (see more below).

For commercial use you have to register. No commercial use of unregistered versions allowed!


Back to top...


Registration

The applet always checks the location of the actual URL where it is running. That's why you will need a regCode that enables the full fuctionallity for the desired URL.
Registration codes will also work with updated versions of this applet!

How to get a regCode... ? If you need more regCodes then this is the formula: every 5 regCodes you get one FREE!

After you received your regCode, NO REPAY WILL BE POSSIBLE! If you move your homepage to another URL you will need a new one.

By registering this applet you are allowed to use it for commercial homepages. Use it at your own risk! The author does not guarantee compatibility to all Web users. There are lots of browsers and systems out there which cannot run this applet properly! No warranty or support from the author! You will use this applet AS IS!

If you live somewhere, where you see Seinfeld in english language on television, you can take a VHS tape, record at least two shows and send me this as a gift. PAL or NTSC - both are OK! I will really appreciate this...

For german users only:
Wenn Sie in Deutschland wohnen, können Sie die "registration fee" auch per Banküberweisung (DM 20,-) bezahlen. Falls Interesse daran besteht, dann einfach in der email mir der URL darauf verwisen, daß Sie das Geld überweisen möchten, dann sende ich Ihnen meine Bankverbindung (regCodes gibt es aber erst NACH Empfang des Geldes).


Back to top...


Last words...

Use this applet at your own risk! The author does not guarantee the compatibility to all Web users. There are lots of browsers and systems out there which cannot run this applet properly!

Do not remove the copyright params! Without these the applet won't work!

Play around with the params and you will see how everything works!

Don't make it too big - it can get very slow on older machines! The bigger you make it, the slower it gets!

For further questions, bug reports or whatever, mail me: mateescu@headlight.de

Don't forget to give me a credit!

Visit my homepage for more applets: http://storm.headlight.de



History

(C) Stefan Mateescu 1999



Back to top...