home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 1995 September
/
PCD0995.ISO
/
files
/
demos
/
elteldem
/
etdemo.dir
/
00064_Origin.6TopicButtons.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
|
1994-12-09
|
231 b
|
16 lines
on mouseDown
if soundBusy(1) then
sound stop 1
end if
set the castNum of sprite 6 to 84
updateStage()
puppetSound("very long")
repeat while the stillDown
end repeat
end
on mouseUp
updateStage()
go("cal")
end