0 Members and 4 Guests are viewing this topic.
Is the "65536->Ans" line a typo, though? It seems like it should be "65535->X"
Why? -1+1 is technically 65536, so it should be 65536->X.
Oh right I remember that. When exiting games with clear, the homescreen content is cleared almost in an instant.
While getKey(15)End
I think the solution is to put a simple getKey before the program exits. That will read and clear out the recorded keypress.
Quote from: calc84maniac on October 02, 2010, 12:38:23 pmI think the solution is to put a simple getKey before the program exits. That will read and clear out the recorded keypress.That works, but if you've been using getKey(#) all throughout your program, it would add another 50 bytes or so. Repeat getKey(0):End would work in that case.