home *** CD-ROM | disk | FTP | other *** search
/ PCNet 1998 June / PCnet Haziran 1998.iso / Internet / Tools / ANJAVA10.ZIP / DATA1.CAB / Program_Executable_Files / Applet / scrtext.txt < prev   
Encoding:
Text File  |  1998-04-23  |  2.7 KB  |  69 lines

  1.  
  2. Optional Scrolltext parameters:
  3.  
  4.  
  5. You can optionally activate a scrolltext that will scroll over the applet.
  6. If you don't need the scrolltext, deactivate it placing "NO" at the
  7. "textscroll" parameter.
  8. Otherwise you must supply the name of an ASCII text file, where you must
  9. write the text that you want to be scrolled.
  10. Is supported one only line of text, that can be long as you want.
  11. Remember to upload the text file too, if you activate the scrolltext!
  12.  
  13. If activated, here are the parameters:
  14.  
  15. With "textoffset" you choose the Y offset from the top: placing it to 0 the
  16. scroll will be placed on the top, for example, and placing a value near the
  17. height of the applet it will scroll at the bottom.
  18.  
  19. With "textspeed" parameter you decide the scrolling speed.
  20.  
  21. With "textfont" you choose the font of text. Don't choose a strange or not
  22. standard font, not present in all systems.
  23. The most common fonts are "Arial", "TimesRoman" and "Courier".
  24. If the required font is not present, the most "near" will be used.
  25.  
  26. Setting "textbold" to "YES" you will enlarge a bit the font, otherwise set
  27. it to "NO" for normal contours.
  28.  
  29. With "textsize" you can change the size of text font.
  30. The most common sizes are: 8,9,10,11,12,14,16,18,20,22,24,26,28,36,48,72.
  31. Intermediate values will be scaled to nearest available size.
  32.  
  33. Setting "textshadow" to "YES", a shadow will be added to textscroll.
  34. Otherwise, setting it to "NO", any shadow will be "projected".
  35.  
  36. You can choose the color of text with:
  37.  
  38. TextColR = Red component of color (0-255)
  39. TextColG = Green component of color (0-255)
  40. TextColB = Blue component of color (0-255)
  41.  
  42. For example, 0,0,0 is black, 255,255,255 is white, 255,0,0 is red,
  43. 255,255,0 is yellow, 128,128,128 is grey.
  44. You can compose any color you want, do it trying manually or use any paint
  45. program's color selector to find Red Green Blue components of your desired
  46. colors.
  47.  
  48. With TextSColR,TextSColG,TextSColB you can select the color for text shadow.
  49.  
  50. If you like, you can activate the text jumping function.
  51. If "TextJumpAmp" is set to "0", any jumping will be shown.
  52. But increasing the value will result in text jumping: more aplitute, more
  53. high jumps.
  54.  
  55. With "TextJumpSpd" parameter you can select the jumping speed.
  56.  
  57. If you like, you can also activate the sine scroll function.
  58. If "TextSineAmp" is set to 0, no sine distortion will be generated.
  59. But increasing the value will result in the that the text is waving. The
  60. higher amplitude, the more waving.
  61.  
  62. With the "TextSineSpd" parameter you can select the speed of the wave.
  63.  
  64. With the "TextSineAngle" parameter you control how many degrees in a sinewave
  65. shape the text will be deformed for each pixel. A higher value gives more
  66. distortion.
  67.  
  68.  
  69.