home *** CD-ROM | disk | FTP | other *** search
/ Digitální fotografie a video / Digitalni-fotografie-a-video-covermount.bin / Aplikace / Servis / Katalog / Ma / Menu.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  1998-05-04  |  602 b   |  25 lines

  1. global Vyhodnoceni, Klik_zvuk, Uplny_zacatek, Spusteny_soubor, Historie_Soubor, Micham
  2.  
  3. on enterFrame
  4.   set Vyhodnoceni to 0
  5.   set Micham to 1
  6.   set Spusteny_soubor to the movie
  7.   if Uplny_zacatek then
  8.     deleteAt(Historie_Soubor, 1)
  9.   end if
  10.   tell window "Menu"
  11.     if Historie_Soubor = [] then
  12.       go("Menu_1")
  13.     else
  14.       go("Menu_2")
  15.     end if
  16.   end tell
  17.   if not soundBusy(2) then
  18.     set Klik_zvuk to 4
  19.     set the volume of sound 1 to Klik_zvuk * 38
  20.     set the volume of sound 2 to Klik_zvuk * 38
  21.     set the volume of sound 3 to Klik_zvuk * 38
  22.     puppetSound(2, "Hudba")
  23.   end if
  24. end
  25.