;; Demo of basic Fractint features ;; Created by Jonathan Osuch ;; ;; This demo goes through once and then exits. ;; sets the savename ;; sets the video mode ;; saves the image ;; shows screen ;; zooms in ;; color cycles ;; displays help screens ;; restores the image ;; exits WAIT 3 "m" WAIT 1 DOWN * 2 WAIT 1 ;; Set save name "x" WAIT 1 DOWN * 2 "0" ;; inside = 0 DOWN * 4 "basic001" WAIT 1 ENTER WAIT 2 DELETE ;; Set video mode WAIT 2 F3 CALCWAIT MESSAGE 2Pressing S saves your image "s" ;; save the image CALCWAIT WAIT 2 UP ;; do this to clear "image saved as ..." message MESSAGE 2Pressing TAB views fractal data TAB WAIT 3.0 ESC WAIT 1.0 PAGEUP * 23 WAIT 0.5 MESSAGE 2Pressing Page Up zooms in CTRL_LEFT * 11 LEFT * 7 WAIT 0.5 MESSAGE 2Using arrow keys, pressing ENTER ENTER CALCWAIT MESSAGE 2Pressing + color cycles "+" WAIT 5 MESSAGE 2Pressing - cycles other direction "-" WAIT 4 ESC MESSAGE 2Pressing F1 brings up help F1 WAIT 3 F1 WAIT 3 ESC MESSAGE 2Pressing R restores your image "r" ;; restore the image "basic001" WAIT 1.0 ENTER WAIT 1.0 ENTER CALCWAIT MESSAGE 2Pressing ESC or M for the menu ESC WAIT 0.5 RIGHT DOWN * 9 WAIT 1.0 ESC WAIT 0.5 "y"