home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Extras / Content / Images / StockObjects / objects / java / coalesce / ReadMe.txt < prev   
Encoding:
Text File  |  1998-10-22  |  2.0 KB  |  57 lines

  1. Thank you for purchasing Coalesce.class!
  2. This Applet was written by Jonathan Pew of Vivid Solutions, Inc.
  3. This Applet randomly disperses characters in a string on loading;
  4. a mouseover event causes them to slide to their proper places.
  5.  
  6. As shown, the following paramaters are utilized:
  7.  
  8.  
  9.  
  10. <applet
  11.     code     = Coalesce.class
  12.     width    = 250
  13.     height   = 100>
  14. <param name=AppBGColor        value="ffffff">
  15. <param name=text              value="Coalescing String">
  16. <param name=AppTile           value=true>
  17. <param name=Steps             value=30>
  18. <param name=DelayBetweenChars value=50>
  19. <param name=HorizCenter       value=true>
  20. <param name=VertCenter        value=true>
  21. <param name=style             value=bold>
  22. <param name=pointsize         value=20>
  23. Sorry! You need a Java-enabled browser to view Java applets
  24. </applet>
  25.  
  26.  
  27. Other parameters you can use:
  28. Name                   Description                            Default
  29. ___________________________________________________________________
  30. AppBGColor          The applet background color        from browser
  31. AppBGImage        The applet background image        from browser
  32. AppTile            (boolean)if true, tile the background
  33.             image                    false
  34. DelayBetweenChars    The delay (in milliseconds) between
  35.             character movements            20
  36. DelayBetweenRuns    The dealy (in milliseconds) between
  37.             strings                    3000
  38. XOffset            The horizontal distance (in pixels)
  39.             from the left side of the applet to
  40.             the text                0
  41. YOffset            The vertical distance (in pixels) from
  42.             the top of the applet to the baseline
  43.             of the text                The height of the text
  44. TextColor        The text color                set by browser
  45. HorizCenter        (boolean)if true, the text is
  46.             centered horizontally            false
  47. VertCenter        (boolean)if true, the text is
  48.             centered vertically            false
  49. Font            The font of the text: TimesRoman,
  50.             Helvetica,Dialog,DialogInput, or
  51.             ZapfDingbats                Dialog
  52. Style            The style of the font: Plain, Bold,
  53.             Italic, or BoldItalic            Plain
  54. PointSize        The size of the font in points        10
  55. Text            The string of characters to display    (none)
  56. Steps            The number of steps in the coalescing
  57.             sequence                50