home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g079.dxr / 00064.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  320 b   |  16 lines

  1. on startMovie
  2.   set the volume of sound 4 to 0
  3.   set the volume of sound 1 to 255
  4.   set the volume of sound 2 to 255
  5.   puppetSound(4, 200)
  6.   unLoad()
  7. end
  8.  
  9. on fdout y
  10.   set myvolume to the volume of sound y
  11.   repeat with x = 1 to 15
  12.     set the volume of sound 4 to myvolume - (x * 20)
  13.     updateStage()
  14.   end repeat
  15. end
  16.