home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Clips
/
SelectSoftPublishing-StockClips-MultimediaClips-WinMac.bin
/
pc
/
CATALOG
/
DEMOS
/
091
/
C.DIR
/
Internal_54.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
|
2006-01-01
|
264 b
|
17 lines
on exitFrame
if not soundBusy(1) then
puppetSound(0)
go(#next)
end if
end
on mouseUp
if the clickOn = 0 then
cursor(4)
puppetSound(0)
set the mouseDownScript to "nothing"
set the mouseUpScript to "nothing"
go(#next)
end if
end