Here's contribution...

by

SCREEN 12
DIM A(0 TO 23 * 8 - 1, 0 TO 15)
PRINT "PRINT " + CHR$(34) + "www.qbasic.com" + CHR$(34) + "_"

FOR x = 0 TO 23 * 8 - 1
FOR y = 0 TO 15
A(x, y) = POINT(x, y)
NEXT
NEXT

CLS

LINE (0, 0)-(449, 99), 7, BF

LINE (5, 5)-(444, 94), 1, B
LINE (6, 6)-(443, 93), 1, B

FOR x = 0 TO 23 * 8 - 1
FOR y = 0 TO 15
IF A(x, y) THEN LINE (x * 2 + 38, y * 4 + 20)-STEP(2, 4), 1, BF
NEXT
NEXT





(Or in BMP format...) www.autopack.com/aleks/host/qbdotcom.bmp



    
This message has been edited by Mikrondel from IP address 220.245.178.136 on Oct 31, 2005 1:39 AM

Posted on Oct 31, 2005, 1:39 AM
from IP address 220.245.178.136

Respond to this message   

Return to Index


Response TitleAuthor and Date
Website looks GREAT!!!!!NEWK on Nov 2