home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / DGRAF / FRAIN196.ZIP / NEW19-4.KEY < prev    next >
Text File  |  1996-08-26  |  1KB  |  58 lines

  1. ;; Demo of new Fractint version 19.4 features
  2. ;; Created by Sylvie Gallet
  3. ;;
  4. ;; This demo goes through once and then exits.
  5. ;;    The new rounding functions are demonstrated
  6. ;;    The new showdot turtle is demonstrated
  7. ;;    The ability to load images into a view window is demonstrated
  8.  
  9. WAIT  6.0
  10. "g" "askvideo=no" ENTER F3 CALCWAIT
  11. MESSAGE 0.1
  12. MESSAGE 6New rounding function: trunc
  13.  
  14. "x" "b" DOWN * 3 "1" DOWN * 2 "new19401"
  15. DOWN * 5 "0" DOWN * 2 "15" WAIT 1.5 ENTER
  16.  
  17. ; draw the classic Mandel and save it as new19401.gif
  18. "t" "mandel" ENTER DOWN * 2 RIGHT * 4 ENTER
  19. "g" "symmetry=xaxis" ENTER
  20. MESSAGE 0.1 
  21. "g" MESSAGE 4<g> now remembers the last command.
  22. "showdot=auto/10"
  23. MESSAGE 4New larger showdot "turtle"
  24. ENTER F3 CALCWAIT "s" CALCWAIT WAIT 2
  25.  
  26. "g" "showdot=-1" ENTER
  27.  
  28. ; zoom in and save image as new19402.gif
  29. PAGEUP * 13 LEFT * 40 UP * 15 ENTER
  30. CALCWAIT "s" CALCWAIT WAIT 3
  31.  
  32. ; zoom in, rotate and save image as new19403.gif
  33. PAGEUP *2 1144 * 12 ENTER
  34. CALCWAIT "s" CALCWAIT WAIT 3
  35.  
  36. MESSAGE 5Load an image into a view window
  37. ; set viewwindows = yes/2
  38. "v" RIGHT DOWN "2" WAIT 1.5 ENTER
  39. "r" "new19403" ENTER CALCWAIT WAIT 3
  40.  
  41. ; set autobrowsing = yes
  42. 2 WAIT 0.5 RIGHT WAIT 1 DOWN * 7 "new194*.gif" WAIT 1 ENTER CALCWAIT
  43.  
  44. UP WAIT 1 UP WAIT 1 UP WAIT 1
  45.  
  46. ; load image #1
  47. ENTER CALCWAIT WAIT 6.0
  48.  
  49. ; load image #2
  50. ENTER CALCWAIT WAIT 6.0
  51.  
  52. ; load image #3
  53. UP WAIT 7.0 ENTER CALCWAIT WAIT 4.0
  54.  
  55. ESC MESSAGE 5                The End !
  56.  
  57. ESC ESC "y"
  58.