You got your X and Y mixed up, see?
Sync on
Sync rate 0
Restore Exitbutton:
For Y=0 to 12
For X=0 to 15
Read Color
Select Color
Case 0 : ink 0,0 : EndCase
Case 1 : ink RGB(255,255,255),0 : Endcase
Case 2 : Ink rgb(192,192,192),0 : EndCase
case 3 : ink rgb(128,128,128),0 : Endcase
endselect
Dot X,Y
next x
next y
end
ExitButton:
Data 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0
Data 1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,0
Data 1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,0
Data 1,2,2,2,0,0,2,2,2,2,0,0,2,2,3,0
Data 1,2,2,2,2,0,0,2,2,0,0,2,2,2,3,0
Data 1,2,2,2,2,2,0,0,0,0,2,2,2,2,3,0
Data 1,2,2,2,2,2,0,0,0,0,2,2,2,2,3,0
Data 1,2,2,2,2,0,0,2,2,0,0,2,2,2,3,0
Data 1,2,2,2,0,0,2,2,2,2,0,0,2,2,3,0
Data 1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,0
Data 1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,0
Data 1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0
Data 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
return
Using For X...For Y... will make it read top to bottom left to right. Using FOR Y...FOR X... will make it read left to right, top to bottom (since it goes through all of the x's, then increases the Y then goes through the x's again).
Great Quote:
"Time...LINE??? Time isn't made out of lines...it is made out of circles. That is why clocks are round!" -Caboose