[Logo]

Sorry, JAVA muß an sein ... 

[Code]

<APPLET code="LogoApplet.class" width="128" height="128" vspace="0" hspace="0">
<PARAM name="LogoMask" value="ExampleMask.gif">
<PARAM name="LogoBitMap" value="ExampleBitMap.gif">
<PARAM name="InvertMask" value="false">
<PARAM name="Priority" value="5">
<PARAM name="BlueBox" value="false">
<PARAM name="MaskThreshold" value="128">
<PARAM name="HSpeed" value="-1">
<PARAM name="VSpeed" value="1">
<PARAM name="HLogoRepeat" value="0">
<PARAM name="VLogoRepeat" value="0">
</APPLET>

[Beschreibung der Parameter]

LogoBitMap Die Bitmap, die bewegt werden soll.
LogoMask Je nach BlueBox-Einstellung: 
BlueBox = false: Die dunklen Bereiche der Maske werden aus der LogoBitMap "ausgestanzt", und vergrößert dargestellt.
BlueBox = true: In den hellen Bereichen der Maske wird die LogoBitMap bewegt dargestellt, die dunklen Bereiche der Maske sind sichtbar, und stehen still. 
Hell: PixelBlauAnteil >= MaskThreshold
HSpeed Horizontale Schrittweite
VSpeed Vertikale Schrittweite. Wird ausgeführt, wenn sich das Bild über die ganze Breite bewegt hat.
NUR senkrecht: HSpeed = 0
MaskThreshold Schwellen-Wert, der in der Maske Hell von Dunkel trennt
InvertMask Vertauscht Hell und Dunkel.
BlueBox  siehe LogoMask
HLogoRepeat Horizontale Wiederholung des Logos
VLogoRepeat Vertikale Wiederholung des Logos
Priority Priorität der Task

[Autor]

Ralf Rosenkranz

[Download]

Copyright © 1998- Nightfire Java Archiv Applet No: 105