SIRtypeFree Example 4

  Adjusting speed and timing

 

The TextHold param specifies how long in milliseconds the text is displayed for after being typed before it disappears, This is set 2000 (2 seconds) if you do not use this param. The TypeWait param specifies how long to wait after the text has disappeared before typing the next line of text, If this param is not used then the TypeWait is set to 0.

The AfterEffectSpeed param specifies how fast the after effect runs. The lower the number, the faster it runs. If this param is not used then the value is set to 30. The TypeSpeed param specifies how fast to type the text. The lower the number, the faster it types. If this param is not used then the value is set to 60.

HTML for this applet

<applet width="665" height="50" code="SIRtypeFree.class">
<param name="Text" value="Welcome to our web site|Click here to find out more infomation|Find out how to improve your web site">
<param name="Link" value="http://www.net800.co.uk/netstart/sirius">
<param name="BgColor" value="200,130,0">
<param name="FontColor" value="0,40,255">
<param name="Font" value="TimeRoman">
<param name="FontSize" value="22">
<param name="FontBold" value="Yes">
<param name="FontItalic" value="Yes">
<param name="TextAlignment" value="CENTRE">
<param name="AfterEffect" value="Shrink">
<param name="AfterEffectSpeed" value="10">
<param name="TypeSpeed" value="100">
<param name="TextHold" value="4000">
<param name="TypeWait" value="2000">

</applet>