home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00968_Script_spkNome
< prev
next >
Wrap
Text File
|
1987-04-12
|
378b
|
18 lines
on mouseUp
cambiocast
put the frameLabel into L
put chars(L, 1, (length(L)-3)) & "aif" into L
put "@:spkNome:" & L into L
if the machinetype=256 then
set the volume of sound 2 to 140
else
set the volume of sound 2 to 60
end if
sound playFile 3, L
repeat while soundBusy(3) = 1
end repeat
set the volume of sound 2 to 255
end