home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nmmdemo / nmmdemo.exe / END.DXR / 00022.ls < prev    next >
Encoding:
Text File  |  1995-04-27  |  212 b   |  9 lines

  1. on exitFrame
  2.   set thetime to the timer
  3.   set newVal to 255 - float(float(thetime) / float(180) * float(255))
  4.   set the volume of sound 2 to max(newVal, 100)
  5.   if newVal > 100 then
  6.     go(the frame)
  7.   end if
  8. end
  9.