Re: Wait for a key to be pressed before proceeding with Akua?
Re: Wait for a key to be pressed before proceeding with Akua?
- Subject: Re: Wait for a key to be pressed before proceeding with Akua?
- From: Andy Wylie <email@hidden>
- Date: Sun, 30 Sep 2001 02:16:05 +1200
on 29/9/01 10:53 PM, Joseph A. Weaks at email@hidden wrote:
>
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
>
keys down is one of several parameters of input state so you need to
parenthesize (input state) or the compiler gets as confused you. It's not
peculiar to Akua... ie: name of (info for (path to frontmost application))
>
Thanks for all the help,
you're welcome.
_____________________________ Andy