Yeah, here's some more.
In sub draw_score
text XSIZE - 50, 20, str$(score(1)), "cc"
Should be (score(2))
and
In sub_check_leftright_collission
score(2) = score(2) + 2
should be - score(2) = score(2) + 1
Time to fire the proofreader!

Incidently, when I've been unable to spot my typos I've found Xfdiff-cut in Puppy Linux invaluable, but have to use Windows to extract the text from my saves as the Linux text editors are too smart - "this does not appear to be a text file"..
Wenlock



