home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 9 / cdrt09.iso / mac / UTAHDEMO / SHARED.DIR / 00738_Script_738 < prev    next >
Text File  |  1995-01-13  |  1KB  |  66 lines

  1. -- sound Effects
  2.  
  3. on jumpToResortSound
  4.     global soundLoop
  5.     if soundBusy (1) then return
  6.     puppetSound "ski music2"
  7.     set soundLoop = 0
  8.  
  9. on quitSound
  10.     global soundLoop
  11.  
  12. on overViewSound
  13.     global soundLoop
  14.     if soundBusy (1) then return
  15.     if soundLoop > 1 then return
  16.     puppetSound "overview 10.aiff"
  17.     set soundLoop = soundLoop + 1
  18.  
  19. on resortIntroSound
  20.   --puppetSound "ski music2"
  21.  
  22. on menusound
  23.     global soundLoop
  24.     if soundBusy (1) then return
  25.     puppetSound "thump"
  26.     set soundLoop = 0
  27.  
  28. on resortmenusound
  29. global soundLoop
  30.    if soundBusy (1) then return  
  31.    puppetSound "thump"
  32. set soundLoop = 0
  33.  
  34. on mapsound
  35. global soundLoop
  36.  if soundBusy (1) then return
  37.     puppetSound "ufo2"
  38.  
  39. on buttonsound
  40. global soundLoop
  41.   if soundBusy (1) then return
  42.   puppetSound "tick"
  43.  
  44. on trailsound
  45. global soundLoop
  46.   puppetSound "ufo2"
  47.  
  48. on returnSound
  49.   global soundLoop
  50.  
  51.   puppetSound "resorttrans.aiff"
  52.   updateStage
  53.   unloadCast a11,e88
  54.   set soundLoop = 0
  55.  
  56. on planIntroSound
  57. global soundLoop
  58.   puppetSound "planintro.aiff"
  59.   updateStage
  60. set soundLoop = 0
  61.  
  62. on planItemSound
  63. global soundLoop
  64.   puppetSound "planClick.11"
  65.   updateStage
  66. set soundLoop = 0