;; Demo of new Fractint version 19.4 features
;; Created by Sylvie Gallet
;;
;; This demo goes through once and then exits.
;;    The new rounding functions are demonstrated
;;    The new showdot turtle is demonstrated
;;    The ability to load images into a view window is demonstrated

WAIT  6.0
"g" "askvideo=no" ENTER F3 CALCWAIT
MESSAGE 0.1
MESSAGE 6New rounding function: trunc

"x" "b" DOWN * 3 "1" DOWN * 2 "new19401"
DOWN * 5 "0" DOWN * 2 "15" WAIT 1.5 ENTER

; draw the classic Mandel and save it as new19401.gif
"t" "mandel" ENTER DOWN * 2 RIGHT * 4 ENTER
"g" "symmetry=xaxis" ENTER
MESSAGE 0.1 
"g" MESSAGE 4<g> now remembers the last command.
"showdot=auto/10"
MESSAGE 4New larger showdot "turtle"
ENTER F3 CALCWAIT "s" CALCWAIT WAIT 2

"g" "showdot=-1" ENTER

; zoom in and save image as new19402.gif
PAGEUP * 13 LEFT * 40 UP * 15 ENTER
CALCWAIT "s" CALCWAIT WAIT 3

; zoom in, rotate and save image as new19403.gif
PAGEUP *2 1144 * 12 ENTER
CALCWAIT "s" CALCWAIT WAIT 3

MESSAGE 5Load an image into a view window
; set viewwindows = yes/2
"v" RIGHT DOWN "2" WAIT 1.5 ENTER
"r" "new19403" ENTER CALCWAIT WAIT 3

; set autobrowsing = yes
2 WAIT 0.5 RIGHT WAIT 1 DOWN * 7 "new194*.gif" WAIT 1 ENTER CALCWAIT

UP WAIT 1 UP WAIT 1 UP WAIT 1

; load image #1
ENTER CALCWAIT WAIT 6.0

; load image #2
ENTER CALCWAIT WAIT 6.0

; load image #3
UP WAIT 7.0 ENTER CALCWAIT WAIT 4.0

ESC MESSAGE 5                The End !

ESC ESC "y"
