home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / HOMEPAGE / JAVA / 3DMENU2.EXE / explain.txt < prev    next >
Encoding:
Text File  |  1997-11-30  |  6.1 KB  |  204 lines

  1. This is the explanation of the 3D menu. V 2.02
  2.  
  3.  
  4. This applet is free to use, but since I am the writer of the applet the third side of the cube
  5. has to contain my link and my image. 
  6. You cannot change that side.
  7. And you cannot use or change :  ref2, i2, ia2, text2.
  8. But you can change the where2 parameter.
  9.  
  10.     http://www.parkers-place.net/dolf/
  11.     Dolf@van-der-schaar.demon.nl
  12.  
  13. Maximum links = 6, because a cube has only 6 sides.
  14.  
  15.  
  16. What can we change?
  17.  
  18. Almost anything.
  19.  
  20.     -Background Image
  21.     -Background Color
  22.     -Images on the sides of the cube
  23.     -The links or no links.
  24. new is:
  25.     -Size of the Cube
  26.     -Size of depth
  27.  
  28. *********************************************************************************
  29. <PARAM NAME="SHOWSTATUS" VALUE="no">
  30. <PARAM NAME="MEMDELAY" VALUE="10">
  31. <PARAM NAME="PRIORITY" VALUE="3">
  32. <PARAM NAME="I1" VALUE="jsanim.gif">
  33. <PARAM NAME="I1A" VALUE="17">
  34. <PARAM NAME="REF1" VALUE="">
  35. <PARAM NAME="TEXT1" VALUE="SIDE 2">
  36. <PARAM NAME="CUBESIZE" VALUE="100">
  37. <PARAM NAME="FACTOR" VALUE="150">
  38. <PARAM NAME="WHERE0" VALUE="home.html">
  39.  
  40. "ShowStatus" When off (NO) the applet will not put any text at the of the window (bar).
  41.  
  42. "Memdelay" When running onbugged netscape and explorers (some 3.x
  43. versions),
  44. if you set this to 10 or 16 it will work, without crash the browser,
  45. but it slows down the effect. So set it to 1000 if you don't care of these
  46. bugged versions around, or do a slower fixed installation.
  47.  
  48. The "priority" is used to change applet priority (useful when more than
  49. one applet is used in a page... for example if other applet has priority 1
  50. our will block it, if other applet has priority 10 it will block our. With
  51. priority parameter instead user can configure applet for every situation).
  52.  
  53. When an animtion is used store the images, in one file. ( see jsanim.gif )
  54.  
  55. parameters :
  56.     
  57.     In     (n= 1..6)    fill in name of the image
  58.     InA    (n= 1..6)    fill in number of images in the imagefile. 
  59.     REFn    (n= 1..6)    fill in link to a webpage ("http://www.parkers-place.net/dolf/index.html")
  60.                 if you don't want to use a link than leave blank.
  61.     TEXTn    (n= 1..6)    fill in the text that must be showed on the bottom of the screen.                
  62.  
  63.     
  64. *********************************************************************************
  65. Background stuff.
  66.  
  67. <PARAM NAME="BACKCOLOR" VALUE="ff00">
  68.  
  69. The color of the background    = RRGGBB  
  70.  
  71.  RR,GG,BB can be from 00 to FF  ( a number from 0 to 255 )
  72.  
  73. example :        ff0000 = red 
  74.              ff7f7f = light red
  75.         00ff00 = green
  76.  
  77. <PARAM NAME="BACKIMAGE" VALUE="back.gif">
  78.  
  79.     if you want to use a background image than this is the name of the image.
  80.  
  81. <PARAM NAME="BACKOFFSETX" VALUE="50">
  82. <PARAM NAME="BACKOFFSETY" VALUE="20">
  83.  
  84.     the offset of where the background image should be drawn for the first time.
  85.  
  86. *********************************************************************************
  87.  
  88. For the rest I don't know what to tell you more.
  89.  
  90. I hope you will enjoy this free applet.
  91.  
  92. *********************************************************************************
  93. Cube Size
  94.  
  95. <PARAM NAME="CUBESIZE" VALUE="100">
  96.  
  97. Just fill in a size.
  98.  
  99. *********************************************************************************
  100. Depth
  101.  
  102. <PARAM NAME="FACTOR" VALUE="150">
  103.  
  104. Fill in a number between 100..999
  105.  
  106. 100 is no depth. 
  107. 999 is : Is that a cube?
  108.  
  109. *********************************************************************************
  110.  
  111. <PARAM NAME="WHERE0" VALUE="HOME">
  112.  
  113.  
  114. The location where the document must loaded.
  115.  
  116.  _self    show in current frame  
  117. _parent    show in parent frame  
  118. _top    show in top-most frame  
  119. _blank    show in new unnamed top-level window      
  120. ******* show in new top-level window named 
  121.  
  122. example  index.html contains 2 frames :
  123.  
  124.     select.html name of frame is SELECT
  125.     home.html name of frame is HOME
  126.  
  127.     in select.html is the cube.
  128.  
  129.     in the WHERE0 parameter we place "HOME"
  130.  
  131. When clicking on side 1 the document will load int the frame called home.
  132. So the menu will always be available.
  133.  
  134.  
  135.  
  136.  
  137. *********************************************************************************
  138.  
  139.  
  140. <html>
  141. <head>
  142. <title>3D Menu V2.0 by Dolf van der Schaar</title>
  143. </head>
  144. <body>
  145. <hr>
  146. <p align=center><applet
  147.     code=jsmenu.class
  148.     id=jsmenu
  149.     width=283        
  150.     height=183>        
  151.  
  152. <PARAM NAME="CUBESIZE" VALUE="100">
  153. <PARAM NAME="FACTOR" VALUE="150">
  154. <PARAM NAME="I0" VALUE="pic2.gif">
  155. <PARAM NAME="I1" VALUE="jsanim.gif">
  156. <PARAM NAME="I3" VALUE="pic2.gif">
  157. <PARAM NAME="I4" VALUE="pic3.gif">
  158. <PARAM NAME="I5" VALUE="jsanim.gif">
  159. <PARAM NAME="I0A" VALUE="1">
  160. <PARAM NAME="I1A" VALUE="17">
  161. <PARAM NAME="I3A" VALUE="1">
  162. <PARAM NAME="I4A" VALUE="1">
  163. <PARAM NAME="I5A" VALUE="1">
  164. <PARAM NAME="REF0" VALUE="">
  165. <PARAM NAME="REF1" VALUE="">
  166. <PARAM NAME="REF3" VALUE="">
  167. <PARAM NAME="REF4" VALUE="">
  168. <PARAM NAME="REF5" VALUE="">
  169. <PARAM NAME="WHERE0" VALUE="HOME">
  170. <PARAM NAME="WHERE1" VALUE="">
  171. <PARAM NAME="WHERE2" VALUE="">
  172. <PARAM NAME="WHERE3" VALUE="">
  173. <PARAM NAME="WHERE4" VALUE="">
  174. <PARAM NAME="WHERE5" VALUE="">
  175. <PARAM NAME="BACKCOLOR" VALUE="10000">
  176. <PARAM NAME="BACKIMAGE" VALUE="back.gif">
  177. <PARAM NAME="BACKOFFSETX" VALUE="50">
  178. <PARAM NAME="BACKOFFSETY" VALUE="20">
  179. <PARAM NAME="TEXT0" VALUE="SIDE 1">
  180. <PARAM NAME="TEXT1" VALUE="SIDE 2">
  181. <PARAM NAME="TEXT3" VALUE="SIDE 4">
  182. <PARAM NAME="TEXT4" VALUE="SIDE 5">
  183. <PARAM NAME="TEXT5" VALUE="SIDE 6">
  184. </applet>
  185. <hr>
  186. </body>
  187. </html>
  188.  
  189. Copyright and distribution notices
  190.  
  191. Dolf van der Schaar is the author and owner of this applet.
  192. You can use freely this applet to enhance your web pages. But since I am
  193. the author of the applet, I placed a secret window that will appear if the
  194. applet is clicked with mouse: it is external to the web browser, so it will
  195. not hit the design of your beautyful html page. This small window will
  196. simply show my name and ask for a link to my java applets page.. the user
  197. can connect to it or cancel, or hide the window and connect after visiting
  198. all your pages. I hope this credit part is not a problem for you...
  199. Consider you will use an effect programmed by me, without pay anything!
  200.  
  201.  
  202. Dolf van der Schaar
  203. dolf@van-der-schaar.demon.nl
  204.