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

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