0 Members and 3 Guests are viewing this topic.
And to your 2nd problem - just use a different key in one case
While getKey(54)Pause 50End
:Repeat getKey(0):End
While getKey(0)End
While 1EndIf getKey(0)
If getKey(54)If K0→K[code goes here]EndElse1→KEnd
Oh, nice idea But wouldn't it also work without the pause?
But you can save a byte in the source by using
Quote from: Sorunome on September 29, 2012, 04:38:37 pmOh, nice idea But wouldn't it also work without the pause? It doesn't for me. Pause 8 seems to be the smallest pause that allows the code to work correctly.