0 Members and 2 Guests are viewing this topic.
X is the X coordinate (0~23) to draw the character or string at
Quote from: ReadmeX is the X coordinate (0~23) to draw the character or string atThat is because it is displaying at (0,20)
It worked fine for me... Also, should I add that as a command?
Repeat getKey(15)Pt-On(X,Y,Pic1DispGraphClrDrawEnd
dim(40Fill(0While getKey!=15dim(29,0,96,0,64,6DispGraphEndStop
dim(40Fill(0While getKey!=15If getKey=1ThenStopEnd ; I get syntax error heredim(29,0,96,0,64,6DispGraphEndStop
Um, after the Stop, the BASIC parser picks up again The BASIC parser reads the next line which is End and it say "What is this?! This doesn't belong here!"Also, you can use Line( instead of dim(29 in ReCode. It is faster that way