home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1st Canadian Shareware Disc
/
1st_Canadian_Shareware_Disc_1991.ISO
/
graphics
/
greet90
/
greet90.stx
/
ginger.txt
< prev
next >
Wrap
Text File
|
1990-11-20
|
2KB
|
101 lines
video g
START:
when esc link end start2
pload ginger,1
cload print,80,1
cload ingred1,1,1
cload ingred2,2,1
cload ingred3,3,1
cload ginprom1,4,1
cload ginprom2,5,1
fload sysherc.set,1
fload ascii.set,2
palette 1
setpage @viewpage,@drawpage
pfade 0,1
setpage @viewpage,@viewpage
pfade 9,1,60
;
; Ingredients
;
setpage 1,0
putup 0,0,1
putup 0,0,2
putup 0,0,3
putup 0,0,4
;
; Preparation
;
setpage 0,1
font 2
fgaps 1,6,2
fstyle 0,0
window 80,47,576,263
color 0
set wrap on
color 9
text "1. "
color 0
text "Cream together the shortening, brown sugar, spices and salt. Add
the egg and mix thoroughly. Add the molasses and blend.
"
color 9
text "2. "
color 2
text "Sift the flour, soda and baking powder together twice. Add to the
molasses mixture and stir until blended. Chill.
"
color 9
text "3. "
color 0
text "Preheat the oven to 375 degrees. Using a third to a quarter of the
dough at a time, roll it to one-eighth inch or slightly thicker on a lightly
floured pastry cloth with a floured, covered rolling pin.
"
color 9
text "4. "
color 2
text "Cut with gingerbread man cutter or any cutter desired. Transfer
carefully to greased baking sheet and repeat with remaining dough. Before
baking, press raisins into the dough for eyes, nose and buttons. Use half
a slice of candied cherry for mouth.
"
color 9
text "5. "
color 0
text "Place in oven and bake eight to ten minutes. Cool then decorate with
frosting."
window
putup 0,0,4
putup 0,0,5
pfree 1
cfree 1,-,5
;
SELECT:
local key 0
waitkey 9000 menuret
getkey key
if @key==chr(13) ;ENTER key
revpage
goto select
endif
if @key==chr(120)||@key==chr(88) ;x or X key.
link menu start
endif
if @key==chr(112)||@key==chr(80) ;p or P key.
set printype "R"
call print
when esc link end start2
goto select
endif
goto select
exit
MENURET:
link menu start