08-18-2025, 12:24 PM
(08-17-2025, 08:39 PM)dbox Wrote:(08-17-2025, 12:08 AM)bplus Wrote: OK that fixedInteresting, it works for me. It's possible that because it's in such a tight loop at the end that it was not processing the keypresses. You could try adding the following call to _Limit to the loop starting on line 248 to see if it works any better for you. It's working for me either way.now for detecting the y keypress to play again?
Code: (Select All)again$ = INKEY$
WHILE LEN(again$) = 0
again$ = INKEY$
_LIMIT 60
WEND
Just to be clear the Bowling code in your QBJS samples is working for you because you played through a whole game and are able to reply to prompt with a y for yes and it works by starting another game of that Bowling code in a Browser? You played a whole game with the code as is in a browser, you didn't just test a little snippet?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever


now for detecting the y keypress to play again?