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:
Text File  |  1998-05-19  |  229 b   |  14 lines

  1. on enterFrame
  2.   global Uvod, Zapnuty_zvuk
  3.   if Uvod then
  4.     set Uvod to 0
  5.     puppetSound(2, "zvuk_menu")
  6.     go(the frame + 1)
  7.   else
  8.     if Zapnuty_zvuk then
  9.       puppetSound(3, "Menu")
  10.     end if
  11.     go("Menu")
  12.   end if
  13. end
  14.