home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 September
/
macformat-028.iso
/
mac
/
Demos
/
UNZIP-DEMO
/
ZIPFILES
/
man00
/
00096.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
|
1995-05-24
|
227 b
|
15 lines
on exitFrame
global gcoke
if the mouseCast <> the castNum of sprite 28 then
sound stop 1
go("loop")
exit
end if
if the mouseDown then
set gcoke to 1
sound stop 1
go("demo")
exit
end if
end