Actions
Bug #749
openClear Key not working properly
Start date:
05/14/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
pen 1
do
locate 1,1:print rnd(10)
if key state(80) // p to pause
locate 0,4:centre "Paused"
wait 0.5
clear key
//x$=inkey$
while inkey$=""
wait vbl
wend
cls
end if
wait vbl
loop
end
Pressing p should pause until you press a key again, but it doesn't. If you remove the clear key and add in the x$=inkey$ (to clear the buffer) it then works.
Actions