Me = Goofy

by (no login)

SCREEN 12
i = 0
PAINT (1, 1), 7
WHILE i < 640
IF i MOD 2 = 0 THEN c = 2 ELSE c = 13
LINE (i, 239)-(i, 241), c
i = i + 1
WEND
SHELL "@pause"
'PRINT "Press any key to continue . . .": SLEEP
SYSTEM

When c = 2, it renders like c = 7 .. or is it just my monitor?

Posted on Nov 8, 2010, 9:27 AM

Respond to this message   

Return to Index


Response TitleAuthor and Date
It's a trick of the eye... on Nov 8
 Interesting, thanks! on Nov 8
  *Hey, they interest all of us -- nobody's annoyed! on Nov 8
   You guys are awesome! on Nov 8
  *Read about dither on wikipedia on Nov 8
   I once applied dither graphically... on Nov 8
    *Floyd-Steinberg looks good and is really easy to implement on Nov 8
     *I like the fact that Wikipedia gives you code that can be implemented in QB. on Nov 9
    *I remember that! It was a beautiful scene. on Nov 10
    Where is that program Bob? on Nov 10
     Snowfall... on Nov 10
      You don't need QB64 for that... on Nov 10
       A story goes with the program... on Nov 10
        SIMPLE, instructions for QB64 on Nov 10
         *Where were you 12 years ago! Thanks! on Nov 10
          12 years ago QB couldn't make a REAL EXE file, LOL on Nov 10
           *Actually, I think I heard from somewhere (maybe here?) that it wasn't possible. on Nov 10
        Re: Who wants to tie up their computer for hours just to see a fake snow drift? on Nov 10
         *Good point -- of course, I'm a Canadian, real snow drifts are just out my window. on Nov 10
          Likewise, I live on a horse ranch, so real horses are just outside my window. on Nov 11