home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Digitální fotografie a video
/
Digitalni-fotografie-a-video-covermount.bin
/
Aplikace
/
Menu.dxr
/
00029.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
|
14 lines
on enterFrame
global Uvod, Zapnuty_zvuk
if Uvod then
set Uvod to 0
puppetSound(2, "zvuk_menu")
go(the frame + 1)
else
if Zapnuty_zvuk then
puppetSound(3, "Menu")
end if
go("Menu")
end if
end