Parameter | Description |
---|---|
author | www.dseffects.com |
text | Text (insert < br> to new line) |
textfont | Text Font |
textstyle | Text Style |
textsize | Text Size |
textcolor | Text Color (hexadecimal red-green-blue triplet) |
posx | Horizontal position |
posy | Vertical position |
twloop | TypeWriter loop (yes,no) |
speed | TypeWriter speed (1-4) |
regkey | Registration key |
EXAMPLE: < script language="JavaScript"> var author="www.dseffects.com"; var text="Script by Dario Sciacca - www.dseffects.com"; var textfont="italic"; var textstyle="normal"; var textsize="24"; var textcolor="ffd700"; var posx="10"; var posy="10"; var twloop="no"; var speed="2"; var regkey=""; </script> <script src="DS_TypeWriter.js"></script> |