Respond to this messageReturn to Index
Original Message
  • I agree, Martha. Any great baker knows that SCREEN 0 makes the best pies!
    • (Login The-Universe)
      Admin
      Posted Mar 14, 2010 1:06 PM

      SCREEN 0
      xx = 7: yy = 25
      FOR j = 1 TO 9
      LOCATE xx + j, yy
      IF j MOD 2 THEN x = 1 ELSE x = 0
      FOR i = 1 TO 9
      IF (i + x) MOD 2 THEN COLOR 15 ELSE COLOR 4
      IF j = 5 AND i = 5 THEN
      COLOR 4: PRINT CHR$(219);
      COLOR 14, 4: PRINT CHR$(42);
      COLOR 4: PRINT CHR$(219);
      ELSE
      PRINT CHR$(219); CHR$(219); CHR$(219);
      END IF
      NEXT i
      PRINT
      NEXT j
      COLOR 7, 0: END

      -------------------------

      Pete

      - For best results, run full screen and serve with a glass of ice cold milk.

    Your Name
    Your Email
    (Optional)
    Message Title
    Message Text
    Options Also send responses to my email address