home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts Interactif 13
/
CAI13.ISO
/
pc
/
expqt.dxr
/
00020_QuitButton.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
|
1997-11-04
|
184 b
|
10 lines
on mouseUp
set the movieRate of sprite 16 to 0
updateStage()
puppetSound(2, "Quit")
repeat with x = 1 to 48
set the puppet of sprite x to 0
end repeat
go("GoQuit")
end