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

  1. on exitFrame
  2.   global Zapnuty_zvuk
  3.   if not soundBusy(2) then
  4.     set the volume of sound 3 to 200
  5.   end if
  6.   if Zapnuty_zvuk and not soundBusy(2) and not soundBusy(3) then
  7.     puppetSound(3, "Menu")
  8.   end if
  9.   go(the frame)
  10. end
  11.