home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / msh21b.zip / MSHFILES.ZIP / MANDEL.MSH < prev    next >
Text File  |  1992-08-01  |  976b  |  23 lines

  1. ("  Please type in the parameters needed by mandel.exe
  2. x_pixels:xmin,xmax y_pixels:ymin,ymax itermax
  3. y_pixel,y_pixel is the size of the area of the screen used. If not given the
  4. default value is the screen size in the chosen graphics mode.
  5. xmin,xmax,y_min,y_max defines the displayed rectangle of the complex plane.
  6. If not given, by default the values (-2.0,0.8,-1.15,1.15) which show the whole
  7. Mandelbrot set are used.
  8. itermax is the number of iterations used to decide if a point belongs to
  9. the set (it is also the number of 'colored layers' shown around the set).
  10. By default it is set to the number of available screen colors.
  11.  
  12.   If you don't know what to do, just type  : : for the whole set or
  13.  -.746,-.745 200:-.105,-.10438 256   for example
  14. " 50 input "mandel " swap & " -fpic.pic" &  exec)
  15. ("showpic "prog_dir "pic" makename & exec)
  16. " Mandelbrot set program
  17.  
  18.  %Create a file% (slow)
  19.  %Display last file created% (fast)
  20.  
  21. " () 42 3 "hv" temp_menu
  22.  
  23.