605 IF A$ = "S" OR A$ = "s" THEN CALL CBOX:L = 1:FR = 0:LV = 3: GOTO 200
610 IF A$ = "R" OR A$ = "r" THEN LV = LV -1: IF LV = 0 THEN CALL CBOX: GOTO 825
615 IF A$ = "R" OR A$ = "r" THEN FR = 0: CALL CBOX: GOTO 200
620 IF A$ = "C" OR A$ = "c" OR A$ = CHR$(27) THEN CALL CBOX: GOTO 210
625 IF A$ = "Q" OR A$ = "q" THEN CALL CBOX: CALL OBOX,3,9,23,4: PRINT "You can't be serious! REALLY Quit (Y/N)?": GET A$: IF A$ = "n" OR A$ = "N" THEN CALL CBOX: GOTO 210
630 IF A$ = "Y" OR A$ = "y" THEN CALL CBOX: PRINT D$;"bye"
635 CALL CBOX:A$ = "Q": GOTO 625
700 CALL OBOX,3,5,24,10
703 PRINT "You must help Coby": PRINT "find his lost DreamcapMove him with the leftand right arrows. Use"
705 PRINT "`A' and `Z' to climb."
708 PRINT "Escape will bring up": PRINT "the Options Menu.": PRINT " Press a Key": GET A$
710 CALL CBOX: CALL OBOX,3,4,24,12: PRINT "Coby must gobble all": PRINT "the fruit on a level"
713 PRINT "before he advances.": PRINT "Watch for Sinkholes": PRINT "which give out beneath";