home *** CD-ROM | disk | FTP | other *** search
/ Leonardo daVinci / LEODAVINCI.ISO / DATA / M5_HOME.Dxr / 00006_STEP.ls < prev    next >
Encoding:
Text File  |  1996-11-14  |  285 b   |  12 lines

  1. global vVolumeLevel
  2.  
  3. on exitFrame
  4.   stepAnims()
  5.   rollMainRaw()
  6.   set fadeDist to vVolumeLevel - the volume of sound 2
  7.   if fadeDist <> 0 then
  8.     set fadeStep to max(fadeDist / (marker(1) - the frame), 1)
  9.     set the volume of sound 2 to the volume of sound 2 + fadeStep
  10.   end if
  11. end
  12.