home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1995 November / PCWK1195.iso / inne / dos / fraktale / fracxtr6.exe / KEY / BASIC2.KEY < prev    next >
Text File  |  1995-03-19  |  1KB  |  97 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. "c"
  32. "l"
  33. "default"
  34. WAIT 1.0
  35. ENTER
  36. ESC
  37.  
  38. DELETE ;; Set video mode
  39. WAIT 2
  40. sf5
  41. CALCWAIT
  42.  
  43. MESSAGE 2Pressing S saves your image
  44. "s" ;; save the image
  45. CALCWAIT
  46. WAIT  2
  47. UP ;; do this to clear "image saved as ..." message
  48.  
  49. MESSAGE 2Pressing TAB views fractal data
  50. TAB
  51. WAIT  3.0
  52. ESC
  53. WAIT  1.0
  54.  
  55. PAGEUP * 23
  56. WAIT  0.5
  57. MESSAGE 2Pressing Page Up zooms in
  58. 1115 * 19
  59. WAIT  0.5
  60. MESSAGE 2Using arrow keys, pressing ENTER
  61. ENTER
  62. CALCWAIT
  63.  
  64. MESSAGE 2Pressing + color cycles
  65. "+"
  66. WAIT  5
  67. MESSAGE 2Pressing - cycles other direction
  68. "-"
  69. WAIT  4
  70. ESC
  71.  
  72. MESSAGE 2Pressing F1 brings up help
  73. F1
  74. WAIT  3
  75. F1
  76. WAIT  3
  77. ESC
  78.  
  79. MESSAGE 2Pressing R restores your image
  80. "r" ;; restore the image
  81. "basic001"
  82. WAIT  1.0
  83. ENTER
  84. WAIT  1.0
  85. ENTER
  86. CALCWAIT
  87.  
  88. MESSAGE 2Pressing ESC or M for the menu
  89. ESC
  90. WAIT  0.5
  91. RIGHT
  92. DOWN * 9
  93. WAIT  1.0
  94. ESC
  95. WAIT  0.5
  96. "y"
  97.