home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1994 November
/
macformat-018.iso
/
Utility Spectacular
/
Script
/
GTQLib1.2.as folder
/
Sample Scripts
/
RequestAttention
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-03
|
303 b
|
9 lines
|
[
TEXT/ToyS
]
tell application "Finder" to activate
if (request attention sound number 0 timeout 20) = true then
speak "made it."
display dialog "made it."
else
speak "The user did not respond in 20 seconds. Canceling script..."
end if
if ((front application) = (this application)) then speak "I'm in front now."