home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / features / fractal / fractint / basic.key < prev    next >
Text File  |  1995-02-05  |  1KB  |  90 lines

  1. ;; Demo of basic Fractint features
  2. ;; Created by Jonathan Osuch
  3. ;;
  4. ;; This demo goes through once and then exits.
  5. ;;  sets the savename
  6. ;;  sets the video mode
  7. ;;  saves the image
  8. ;;  shows <tab> screen
  9. ;;  zooms in
  10. ;;  color cycles
  11. ;;  displays help screens
  12. ;;  restores the image
  13. ;;  exits
  14.  
  15. WAIT  3
  16.  
  17. "m"
  18. DOWN * 2
  19. WAIT  1
  20. ;; Set save name
  21. "x"
  22. WAIT  1
  23. DOWN * 3
  24. "0" ;; inside = 0
  25. DOWN * 2
  26. "basic001"
  27. WAIT  1
  28. ENTER
  29. WAIT  2
  30.  
  31. DELETE ;; Set video mode
  32. WAIT 2
  33. F3
  34. CALCWAIT
  35.  
  36. MESSAGE 2Pressing S saves your image
  37. "s" ;; save the image
  38. CALCWAIT
  39. WAIT  2
  40. UP ;; do this to clear "image saved as ..." message
  41.  
  42. MESSAGE 2Pressing TAB views fractal data
  43. TAB
  44. WAIT  3.0
  45. ESC
  46. WAIT  1.0
  47.  
  48. PAGEUP * 23
  49. WAIT  0.5
  50. MESSAGE 2Pressing Page Up zooms in
  51. 1115 * 19
  52. WAIT  0.5
  53. MESSAGE 2Using arrow keys, pressing ENTER
  54. ENTER
  55. CALCWAIT
  56.  
  57. MESSAGE 2Pressing + color cycles
  58. "+"
  59. WAIT  5
  60. MESSAGE 2Pressing - cycles other direction
  61. "-"
  62. WAIT  4
  63. ESC
  64.  
  65. MESSAGE 2Pressing F1 brings up help
  66. F1
  67. WAIT  3
  68. F1
  69. WAIT  3
  70. ESC
  71.  
  72. MESSAGE 2Pressing R restores your image
  73. "r" ;; restore the image
  74. "basic001"
  75. WAIT  1.0
  76. ENTER
  77. WAIT  1.0
  78. ENTER
  79. CALCWAIT
  80.  
  81. MESSAGE 2Pressing ESC or M for the menu
  82. ESC
  83. WAIT  0.5
  84. RIGHT
  85. DOWN * 9
  86. WAIT  1.0
  87. ESC
  88. WAIT  0.5
  89. "y"
  90.