Finally!
My hand was about to die from that last level!
3そうだね プレイ済み
That is all text (even the scroll bar, which has pixel perfect accuracy (it might break if you have over 9000 files or something excessive like that))
0そうだね プレイ済み
you could do something like:
WHILE 1
B=BUTTON(2)
IF B==#A THEN GOTO @LABEL1
IF B==#B THEN GOTO @LABEL2
'...
WEND
replacing the labels with whatever you're using
0そうだね プレイ済み
a better solution (for this situation):
REPEAT:UNTIL BUTTON() AND #A
2そうだね プレイ済み
well, you wrote your numbers in blood
1そうだね プレイ済み
Here's what that program is compiled into; the actual interpreter is only like 5 lines long
0そうだね プレイ済み
turning 2 food scrolls into food
1そうだね プレイ済み