Wait for a key to be pressed before proceeding with Akua?
Wait for a key to be pressed before proceeding with Akua?
- Subject: Wait for a key to be pressed before proceeding with Akua?
- From: "Joseph A. Weaks" <email@hidden>
- Date: Sat, 29 Sep 2001 05:53:24 -0500
>
At 21:48 +1200 9/29/01, Andy Wylie wrote:
>
Read more "insance, vague gibberish" and find a call ...
Ok, but as I said, I can't figure out the syntax of these complicated things.
I want to make a stay open app that will perfom it's duties when, say
` is pressed (or perhaps F1). Here was my attempt which doesn't work:
repeat
if keys down of input state is "`" then exit repeat
end repeat
--rest of script
Thanks for all the help,
Joe Weaks