home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Looney Tunes Photo Print Studio (Special Edition)
/
LIVEPIX.iso
/
ORIENTAT
/
DATA
/
LPORIENT.DXR
/
00060_cExit.ls
< 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
|
1998-01-16
|
211 b
|
12 lines
on mouseDown
set ret to ButtonDown(the clickOn, "cExitDown")
if ret = 1 then
MessagePut("exit clicked")
repeat with x = 1 to 4
sound stop x
end repeat
go(1, "exit")
else
end if
end