0 Members and 1 Guest are viewing this topic.
Const Screen_X=256Const Screen_Y=256Const Depth =16Const Window =2Graphics (Screen_X,Screen_Y,Depth,Window)For X=1 To Screen_X For Y=1 To Screen_Y Color X,Y,X Line X,Y,X,Y NextNextWaitKey