home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / tema / grand / scripts / parameters_info.txt < prev   
Text File  |  2002-12-02  |  2KB  |  17 lines

  1. <APPLET CODE="Clock3D.class" WIDTH="aNumber" HEIGHT="aNumber"> - the width and height (in pixels) of the applet.  
  2. <PARAM NAME="FPS" VALUE="aNumber"> - the number of frames to be painted per second. Default value: 13  
  3. <PARAM NAME="STYLE" VALUE="aNumber"> - the style of the clock. Currently, this can be either 1 (ring-shaped clock) or 2 (twisted clock). Default value: 1  
  4. <PARAM NAME="12HOUR" VALUE="aNumber"> - if set to 1, the clock will display 12-hour time (e.g. 10:25:33 PM instead of 22:25:33). Default value: 0  
  5. <PARAM NAME="PIXD" VALUE="aNumber"> - the distance between two pixels. If STYLE=1, this is in vertical direction, for STYLE=2 in vertical and horizontal direction. Default value: 16  
  6. <PARAM NAME="PIXANGLE" VALUE="aNumber"> - for STYLE=1, the angle between two horizontally adjascent pixels. For STYLE=2 the amount of "twist" between two pixels. Default value: 8  
  7. <PARAM NAME="RADIUS" VALUE="aNumber"> - for STYLE=1, the radius of the circle on which the pixels are projected. Default value: 15  
  8. <PARAM NAME="A1" VALUE="aNumber"> - a measurement for the distance between the monitor screen and the clock. The smaller this number, the closer (and larger) the clock appears. Default value: 5000  
  9. <PARAM NAME="ROTX" VALUE="aNumber"> - the speed of rotation around the x-axis (in degrees/frame). Default value: 0  
  10. <PARAM NAME="ROTY" VALUE="aNumber"> - the speed of rotation around the y-axis (in degrees/frame). Default value: 4  
  11. <PARAM NAME="ROTZ" VALUE="aNumber"> - the speed of rotation around the z-axis (in degrees/frame). Default value: 0  
  12. <PARAM NAME="IROTX" VALUE="aNumber"> - the inital angle of rotation around the x-axis. Default value: 0  
  13. <PARAM NAME="IROTY" VALUE="aNumber"> - the inital angle of rotation around the y-axis. Default value: 0  
  14. <PARAM NAME="IROTZ" VALUE="aNumber"> - the inital angle of rotation around the z-axis. Default value: 0  
  15. <PARAM NAME="COLOR" VALUE="aColor"> - the color of the clock's pixels. Default value: #FF0000 (Red)  
  16. <PARAM NAME="BGCOLOR" VALUE="aColor"> - the background color of the applet. Default value: #000000 (Black)  
  17. </APPLET>