Maincode:
Adcin 0,x
if x=128 then y=y+1
if x=0 then y=y-1
pause 100
if x=255 then pointcheck
if x < 255 then maincode
pointcheck:
Gosub display
goto maincode
Maincode:
Adcin 0,x
if x=128 then y=y+1
if x=0 then y=y-1
pause 100
if x=255 then pointcheck
if x < 255 then maincode
pointcheck:
Gosub display
goto maincode
Bookmarks