" $   help.txt                      /  color 0
clearscr

color 5

set center on
text 0 320 "Word List: Hit Enter to Return"
set center off

text 0 280 "Acorn"
text 0 250 "Banana"
text 0 220 "Cat"
text 0 190 "Deer"
text 0 160 "Ear"
text 0 130 "Fish"
text 0 100 "Gate"
text 0 70 "Hammer"

text 240 280 "Ice"
text 240 250 "Jack (box)"
text 240 220 "Kite"
text 240 190 "Leaf"
text 240 160 "Monkey"
text 240 130 "Net"
text 240 100 "Orange"
text 240 70 "Pencil"
text 240 40 "Quarter"

text 460 280 "Ruler"
text 460 250 "Scissors"
text 460 220 "Turtle"
text 460 190 "Umbrella"
text 460 160 "Volcano"
text 460 130 "Wagon"
text 460 100 "Xray"
text 460 70 "Yo-Yo"
text 460 40 "Zebra"

color 4
set center on
text 0 0 "Don't forget to Register!"
set center off
box 100 0 540 40


waitkey

color 0
clearscr


exit
