home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digitální fotografie a video
/
Digitalni-fotografie-a-video-covermount.bin
/
Aplikace
/
Menu.dxr
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-05-19
|
229 b
|
11 lines
on exitFrame
global Zapnuty_zvuk
if not soundBusy(2) then
set the volume of sound 3 to 200
end if
if Zapnuty_zvuk and not soundBusy(2) and not soundBusy(3) then
puppetSound(3, "Menu")
end if
go(the frame)
end