home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
lldemo
/
lldemo.shr
/
ROSETTA.EXE
/
ROSETTA.DXR
/
00284.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-06-24
|
250 b
|
11 lines
on mouseUp
global gPathList
set fname to makeImagePath(gPathList, #sound, 1)
sound playFile 1, fname
updateStage()
set startTicks to the ticks
repeat while soundBusy(1) and (the ticks < (startTicks + 120))
end repeat
sound stop 1
end